/*!
Theme Name: CBN 2025 Rev1
Theme URI: http://underscores.me/
Author: Underscores.me & ZeroStone
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbn-2025
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.

CBN 2025 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/
*/
@font-face {
	font-family: cbn;
	src: url(./fonts/cbn-icons/cbn.eot);
	src: url(./fonts/cbn-icons/cbn.eot?#iefix) format("embedded-opentype"), url(./fonts/cbn-icons/cbn.woff2) format("woff2"), url(./fonts/cbn-icons/cbn.woff) format("woff"), url(./fonts/cbn-icons/cbn.ttf) format("truetype"), url(./fonts/cbn-icons/cbn.svg#cbn) format("svg");
	font-weight: 400;
	font-style: normal
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Variables
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Banner/Carrousel
	- Accordion (Detail block)
	- Staff Testimonials
	- Client Story Callout
	- Gallery slider
	- Footer
# 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.
 */
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;
	position : relative;
}

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

/**
 * 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.
 */
.wp-block-buttons .wp-block-button__link,
.button,
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.
 */
html .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
html .frm_style_formidable-style.with_frm_style input[type=submit],
html .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
html .frm_style_formidable-style.with_frm_style .frm_submit button,
html .frm_form_submit_style,
html .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.wp-block-buttons .wp-block-button__link,
.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 40px;
	gap: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	border: 1.5px solid var(--CBN-Red);
	border-radius: 30px;
	color : var(--CBN-Red) !important;
	text-decoration : none;
	background-color : transparent;
}

html .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
html .frm_style_formidable-style.with_frm_style input[type=submit]:hover,
html .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
html .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
html .frm_form_submit_style:hover,
html .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.wp-block-buttons .wp-block-button__link:hover,
.button:hover,
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
html .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus,
html .frm_style_formidable-style.with_frm_style input[type=submit]:focus,
html .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
html .frm_style_formidable-style.with_frm_style .frm_submit button:focus,
html .frm_form_submit_style:focus,
html .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.wp-block-buttons .wp-block-button__link:focus,
.button:focus,
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
	background-color : var(--CBN-Red);
	color : #fff !important;
}
.frm_submit.frm_flex {
	text-align : center;
}
/**
 * Remove the inner border and padding in Firefox.
 */
html .frm_button_submit::-moz-focus-inner,
.button::-moz-focus-inner,
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.
 */
html .frm_button_submit::-moz-focus-inner
.button:-moz-focusring,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

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

/* Variables
--------------------------------------------- */
:root {
	--CBN-Red : #B10638;
	--CBN-light-Red : #EF0030;
	--CBN-Blue : #1C203A;
	--CBN-Grey : #54585A;
	--CBN-Gray : #54585A;
	--CBN-Light-Grey : #ECECEC;
	--CBN-Light-Gray : #ECECEC;
	--CBN-Medium-Grey : #D1DBDD;
	--CBN-Medium-Gray : #D1DBDD;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width : 10000%;
}
:root :where(.is-layout-flex) {
	column-gap : 50px;
}
:root :where(.is-layout-flex.half-gap) {
	column-gap : 30px;
}
:root :where(.is-layout-flex.third-gap) {
	column-gap : 20px;
}
:root :where(.is-layout-flex) :where(.is-layout-flex) {
	column-gap : 20px;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--CBN-Blue);
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
table,
pre,
blockquote,
address,
p {
	margin-top : 0;
	margin-bottom : 1em;
}
.half-margin {
	margin-bottom : 0.5em !important;
}
.full-margin {
	margin-bottom : 1em !important;
}
.one-and-a-half-margin {
	margin-bottom : 1.5em !important;
}
.tripple-margin {
	margin-bottom : 3em !important;
}
.double-margin,
.extra-margin {
	margin-bottom : 2em !important;
}
h1,
h2 {
	clear: both;
	color : var(--CBN-Red);	
}
h3,
h4 {
	clear: both;
	color : var(--CBN-Blue);
	font-weight : 500;
}
h1 {
	font-size : 56px;
	line-height: 61px;
	font-weight : 500;
}
:root :where(.is-layout-constrained) > h1,
:root :where(.is-layout-flow) > h1,
h1 {
	margin-bottom : 0.4em;
}
h2 {
	font-size : 48px;
	line-height: 58px;
	font-weight : 500;
}
:root :where(.is-layout-constrained) > h2,
:root :where(.is-layout-flow) > h2,
h2 {
	margin-bottom : 0.4em;
}
h3 {
	font-size : 32px;
	line-height : 42px;
	font-weight : 400;
}
:root :where(.is-layout-constrained) > h3,
:root :where(.is-layout-flow) > h3,
h3 {
	margin-bottom : 0.5em;
}
h4 {
	font-size : 22px;
	line-height : 34px;
	font-weight : 500;
}
p {
	margin-top : 0;
	margin-bottom: 1em;
}
:root :where(.is-layout-flow) > * {
	margin-block-start: 0;
	margin-block-end: 1em;
}
:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-constrained) > * {
	margin-block-start: 0;
	margin-block-end: 1em;
}
:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
.no-margin-bottom {
	margin-bottom : 0 !important;
	margin-block-end: 0 !important;
}

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



*:last-child {
	margin-bottom : 0;
}

.red {
	color : var(--CBN-Red);
}
.blue {
	color : var(--CBN-blue);
}
.small-font-size {
	font-size : 14px;
	line-height : 20px;
}
.medium-font-size {
	font-size : 22px;
}
.medium-large-font-size {
	font-size : 32px;
}
.font-weight-medium,
.medium-weight {
	font-weight : 500;
}
.font-weight-normal {
	font-weight : 400;
}
.entry-content {
	text-wrap: pretty;
}


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

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

.wp-block-list ,
ul,
ol {
	margin: 0 0 1em 0;
	padding-left : 25px;
}
ul {
	list-style: disc;
	
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .5em;
}

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%;
}
.wp-block-image,
img {
	height: auto;
	max-width: 100%;
}
.wp-block-image img {
	border-radius : 25px;
}
.no-border-radius,
.no-border-radius.wp-block-image img {
	border-radius : 0 !important;
}
figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a:hover,
a:focus,
a:active,
a:visited,
a {
	color: var(--CBN-Red);
	text-decoration : none;
}

a:hover,
a:focus,
a:active {
	text-decoration : underline;
}

a:focus,
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%;
}
.with_frm_style .frm_inside_container > label,
.frm_style_formidable-style.with_frm_style * {
	font-size : 16px !important;
}
.frm_style_formidable-style.with_frm_style .form-field textarea {
	height : 390px;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style .form-field textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
    background-color: #ffffff;
    border-color: #54585a;
	border-width : 2px;
    color: var(--CBN-Blue);
    box-shadow: none;
	padding : 11px 20px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
#masthead_outer_wrapper {
	position : absolute;
	z-index : 10;
	top: 0;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	height : 145px;
}
html {
	scroll-padding-top : 145px;
}
/* html.smaller_top_and_bottom_margins { */
	/* scroll-padding-top : 145px; */
/* } */
.smaller_top_and_bottom_margins {
	padding-top : 145px;
}
#masthead_wrapper {
	max-width : 1440px;
	margin : 0 auto;
	height : 100%;
	position : relative;
}
#masthead {
	position : absolute;
	top: 0;
	width: 100%;
	height : 100%;
	display : flex;
	justify-content: space-between;
	align-items : center;
	z-index : 11;
}
#masthead .header-logo {
	width: 230px;
	height: 145px;
	border-radius: 0px 0px 25px 30px;
	display : flex;
	justify-content: center;
	align-items : center;
	flex-grow : 0;
	flex-shrink : 0;
	background : #ffffff;
}
#masthead .header-logo img,
#masthead .header-logo svg {
	display : block;
	width : 172px;
}
.main-navigation {
	flex-grow : 0;
	max-width : 750px;
	flex-basis : 750px;
}
.main-navigation > div > ul,
.main-navigation > div {
	width : 100%;
}
.main-navigation > div > ul {
	display: inline-flex;
	margin-left : auto;
	justify-content: space-between;
	align-items : flex-end;
	/* margin-left : -25px;
	margin-right : -25px; */
}
ul.nav-menu a {
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration : none;
	color : #fff !important;
	border-bottom : 2px solid transparent;
	padding : 2px 0;
	outline : none !important;
}
ul.nav-menu .current-page-ancestor > a,
ul.nav-menu .current-menu-ancestor > a,
ul.nav-menu .current-menu-item > a,
ul.nav-menu a:focus,
ul.nav-menu a:hover,
ul.nav-menu .exclude-from-highlight > a:focus,
ul.nav-menu .exclude-from-highlight > a:hover {
	/* text-decoration : underline; */
	border-bottom : 2px solid var(--CBN-Red) !important;
}
ul.nav-menu ul .current-page-ancestor > a,
ul.nav-menu ul .current-menu-ancestor > a {
	border-bottom : 2px solid transparent !important;
}
ul.nav-menu .exclude-from-highlight > a {
	border-bottom : 2px solid transparent !important;
}
ul.nav-menu,
ul.nav-menu ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
ul.nav-menu ul ul {
	display : block;
	color : var(--CBN-Red);
	list-style : inside;
	padding-left : 10px;
}
ul.nav-menu ul ul a {
	margin-left : -5px;
}
ul.nav-menu ul li+li {
	margin-top : 15px;
}
ul.nav-menu > li {
	position : relative;
}

ul#main-menu > li:hover > ul,
ul.nav-menu > li.focus > ul {
	/* height : auto; */
	/* width : 100%; */
	/* overflow : visible; */
	/* display : block; */
	z-index : 10;
	opacity : 1;
	margin-top : 10px;
}
ul#main-menu > li:hover > ul:before,
ul.nav-menu > li.focus > ul:before {
	position : absolute;
	content : '';
	width : 100%;
	height : 10px;
	top : -10px;
	left : 0;
}
ul#main-menu > li:hover > ul a,
ul.nav-menu > li.focus > ul a {
	color : var(--CBN-Blue) !important;
	white-space : nowrap;
}

ul.nav-menu > li > ul a {
	color : var(--CBN-Blue) !important;
}
ul.nav-menu a {
	text-decoration: none;
}
@media screen and ( min-width : 1025px ){
	#masthead_outer_wrapper {
		position : fixed;
	}
	#masthead_outer_wrapper.hide {
		transform: translateY(-100%);
	}
	#masthead_outer_wrapper.is-sticky {
		background-color : #fff;
		filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.05));
		height : 84px;
		padding-bottom : 15px;
	}
	.nav-is-sticky {
		scroll-padding-top : 84px;
	}
	#masthead_outer_wrapper.is-sticky #masthead {
		align-items : flex-end;
	}
	#masthead_outer_wrapper.is-sticky .header-logo {
		width: auto;
		height: auto;
		border-radius: 0px 0px 0 0;
		display : flex;
		justify-content: center;
		align-items : flex-end;
		flex-grow : 0;
		background : transparent;
	}
	#masthead_outer_wrapper.is-sticky .header-logo img,
	#masthead_outer_wrapper.is-sticky .header-logo svg {
		width : 92px;
		height : auto;
	}
	#masthead_outer_wrapper.is-sticky .main-navigation > div > ul {
		align-items : flex-end;
		/* padding-bottom : 21px; */
	}
	#masthead_outer_wrapper.is-sticky ul.nav-menu a {
		color : var(--CBN-Blue) !important;
	}
	ul.nav-menu > li > ul {
		visibility : hidden;
		pointer-events: none;
		/* height : 0px; */
		/* width : 0px; */
		/* overflow : hidden; */
		top : 100%;
		position: absolute;
		display : block;
		opacity : 0;
		margin-left : -25px;
		margin-right : -25px;
		border-radius : 25px;
		min-width : calc(100% + 25px + 25px);
		padding : 25px;
		background-color : #fff;
		border-radius : 25px;
		display : block;
		transition: opacity 0.5s ease,
		  visibility 0s linear 0s,
		  pointer-events 0s linear 0s;		
	}
	ul.nav-menu > li:hover > ul,
	ul.nav-menu > li.focus > ul {
		opacity : 1;
		visibility : visible;
		pointer-events: auto;
		transition: opacity 0.5s ease,
		  visibility 0s linear 0s,
		  pointer-events 0s linear 0s;		
	}
}
.white-menu.smaller_top_and_bottom_margins {
	padding-top : 84px;
}
.white-menu #masthead_outer_wrapper {
	background-color : #fff;
	filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.05));
	height : 84px;
}
.white-menu {
	scroll-padding-top : 84px;
}
.white-menu #masthead {
	align-items : flex-end;
}
.white-menu #masthead .header-logo {
	width: auto;
	height: auto;
	border-radius: 0px 0px 0 0;
	display : flex;
	justify-content: center;
	align-items : center;
	flex-grow : 0;
	background : transparent;
	padding-bottom : 25px;
}
.white-menu #masthead .header-logo img,
.white-menu #masthead .header-logo svg {
	width : 92px;
	height : auto;
}
.white-menu #masthead .main-navigation > div > ul {
	align-items : flex-end;
	padding-bottom : 21px;
}
.white-menu #masthead ul.nav-menu a {
	color : var(--CBN-Blue) !important;
}


/* Posts and pages
--------------------------------------------- */
.site-main {
	padding-top : 130px;
	padding-bottom : 150px;
	position : relative;
}
.smaller_top_and_bottom_margins .site-main {
	padding-top : 94px;
	padding-bottom : 94px;
}
.site-main > article:last-of-type {
	margin-bottom : 0;
}

/* .single-client-success-story .site-main {
	padding-top : 110px;
	padding-bottom : 110px;
} */
.footer-inner,
#page {
	max-width : 1440px;
	margin : 0 auto;
}
#page_wrapper {
	position : relative;
	/* overflow : hidden; */
}
/* main {
	padding-bottom : 150px;
} */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
/* 
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */
.entry-content {
	position : relative;	
}
.entry-content .close-button {
	position : absolute;
	top : 0;
	right : 0;
	z-index : 1;
	width : 40px;
	height : 40px;
	border-radius : 40px;
	border: 1px solid transparent;
}
.entry-content .close-button:active,
.entry-content .close-button:focus,
.entry-content .close-button:hover {
	border: 1px solid var(--CBN-Red);
}
.entry-content .close-button:active circle,
.entry-content .close-button:focus circle,
.entry-content .close-button:hover circle {
	fill : transparent;
}
.entry-content .close-button:active path,
.entry-content .close-button:focus path,
.entry-content .close-button:hover path {
	stroke : var(--CBN-Red);
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.wp-block-columns,
.wp-block-group {
	margin-bottom : 130px;
}
.wp-block-group .wp-block-group,
.wp-block-group .wp-block-columns,
.wp-block-columns .wp-block-columns,
.wp-block-columns .wp-block-group {
	margin-bottom : 50px;
}
.wp-block-columns:last-child,
.wp-block-group:last-child {
	margin-bottom : 0 !important;
}
/* Hide any empty paragraph tags that might appear on the front end */
p:empty {
    display: none !important;
}
/* 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;
}

/* Banner/Carrousel
--------------------------------------------- */
/* see ./css/hero.css */

/* Accordion (Detail block)
--------------------------------------------- */
.wp-block-details > summary::marker {
	content: "";
}
/* for Mac/Safari */
.wp-block-details > summary {
	list-style: none;
	list-style-type: none;
}
.wp-block-details > summary::-webkit-details-marker {
	display: none;
}
.wp-block-details {
	border-top: 1.5px solid var(--CBN-Red);
	padding: 12px 0;
	margin-top : 0;
	margin-bottom : 0;
}
.wp-block-details:last-child {
	border-bottom: 1.5px solid var(--CBN-Red);
}
.wp-block-details > summary {
	position : relative;
	margin-right : 32px; 
	font-weight: 500;
	font-size: 22px;
	line-height: 1.55;
	color: var(--CBN-Blue);
	margin-bottom : 0;
	padding-right : 50px;
	outline: none !important;
}
.wp-block-details > summary:focus-visible,
.wp-block-details > summary:focus {
	outline: none !important;
}
.wp-block-details > summary::before,
.wp-block-details > summary::after {
	content: '';
	background-image : url('img/accordion-arrow-down.svg');
	width : 34px;
	height : 34px;
	background-size : contain;
	background-repeat : no-repeat;
	display : inline-block;
	position : absolute;
	right : 0;
	top : 0;
	opacity : 1;
	transition : opacity 0.25s;
	z-index : 2;
}
.wp-block-details > summary::before {
	background-image : url('img/accordion-arrow-up.svg');
	opacity : 0;
	z-index : 1;
}
.wp-block-details[open] > summary {
	color : var(--CBN-Red);
}
.wp-block-details[open] > summary::after {
	opacity : 0;
	z-index : 1;
}
.wp-block-details[open] > summary::before {
	opacity : 1;
	z-index : 2;
}
details.wp-block-details details {
	transition: none !important;
}
details.wp-block-details .accordion-content-wrapper {
	overflow: hidden;
	padding : 12px 0;
}
details.wp-block-details .accordion-content-wrapper :last-of-type {
	margin-bottom : 0;
}

/* Staff Testimonials
--------------------------------------------- */
.testimonial-slider-columns {
	column-gap : 0 !important;
}
.staff-testimonial-slider {
	position : relative;
	height : 336px;
	width : 100%;
	/* max-width : 660px; */
}

.staff-testimonial-slider .staff-testimonial-controls {
	position : absolute;
	bottom : 13px;
	right : 115px;
	z-index : 2;
	display : flex;
	align-items : center;
	justify-content: space-between;
	width : 135px;
}
.staff-testimonial-slider .staff-testimonial {
	display : flex;
	border : 2px solid var(--CBN-Red);
	border-radius : 25px;
	font-weight : 700;
	flex-direction : column;
	align-items : center;
	line-height : 22px;
	opacity : 0;
	transition : opacity 0.25s;
	justify-content : center;
	gap : 0;
	z-index : 1;
}
.staff-testimonial-slider .st-name {
	font-size : 14px;
	display : block;
	margin-top : 5px;
	padding-left : 20px;
	position : relative;
	font-weight : 400;
}
.staff-testimonial-slider .st-name::before {
	content : "\2014";
	position : absolute;
	left : 0;
	top : 0;
}
.staff-testimonial-slider .staff-testimonial.active {
	opacity : 1;
	z-index : 2;
}
.staff-testimonial-slider .staff-testimonial-image {
	transition : opacity 0.25s;
	opacity : 0;
	z-index : 3;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.staff-testimonial-container,
.wp-block-column.staff-testimonial-container {
	width : 660px;
	flex-basis : 660px;
	min-width: 0;
	flex-grow : 0;
	flex-shrink : 0;
}
.staff-testimonial-slider .staff-testimonial > p:first-child {
	position : relative;
}
.staff-testimonial-slider .staff-testimonial > p:first-child::before {
	content : '';
	width : 38px;
	height : 33px;
	position : absolute;
	top : 5px;
	left : -60px;
	background-image : url('img/quotes-large.svg'); 
	background-size : contain;
	background-repeat : no-repeat;
}

/* Client Testimonials
--------------------------------------------- */
.client-testimonial-slider {
	position : relative;
	min-height : 200px;
}
.client-testimonial-slider .client-testimonial {
	display : flex;
	position : absolute;
	left : 0;
	top : 0;
	width : 100%;
	font-weight : 700;
	font-size : 18px;
	flex-direction : column;
	align-items : center;
	line-height : 26px;
	opacity : 0;
	transition : opacity 0.25s;
	justify-content : flex-start;
	gap : 0;
	z-index : 1;
	text-align : center;
}
.client-testimonial-slider .client-testimonial.active {
	opacity : 1;
	z-index : 2;
}
.client-testimonial-slider .ct-name {
	font-weight : 400;
}
.slider-button img,
.slider-button svg,
.slider-button {
	outline : none !important;
	width : 34px;
	height : 34px;
}
.client-testimonial-slider .slider-button {
	position : absolute;
	top : 20px;
	/* top : 50%; */
	/* transform : translateY(-50%); */
	z-index : 3;
}
.client-testimonial-slider .slider-button.slider-next {
	right : 0;
}
.client-testimonial-slider .slider-button.slider-prev {
	left : 0;
}
.client-testimonial-wrapper > h2 + figure {
	margin-bottom : 40px;
}
.client-testimonial-wrapper > h2 {
	margin-bottom : 50px;
}

/* Client Story Callout
--------------------------------------------- */
.client-story-callout {
	position : relative;
	min-height : 522px;
	background-color : var(--CBN-Blue);
	border-radius : 25px;
	overflow : hidden;
	display : flex;
	flex-direction : column;
	justify-content : center;
	padding-top : 50px;
	padding-bottom : 50px;
}
.client-story-callout > img {
	width : 100%;
	height : 100%;
	object-fit : cover;
	object-position : left center;
	position : absolute;
	z-index : 1;
	border-radius : 25px;
	top : 0;
	left : 0;
}
.client-story-callout .csc-content {
	/* position : absolute; */
	display : flex;
	flex-direction : column;
	justify-content : center;
	row-gap : 25px;
	/* left : 0; */
	/* top : 0; */
	height : 100%;
	width : 480px;
	box-sizing : content-box;
	z-index : 2;
}
.client-story-callout .csc-content * {
	margin-bottom : 0 !important;
	color : #fff !important;
}
.client-story-callout .csc-content .button {
	border-color : #fff !important;
	background-color : transparent !important;
}
.client-story-callout .csc-content .button:focus,
.client-story-callout .csc-content .button:hover {
	border-color : var(--CBN-Blue) !important;
	background-color : #fff !important;
	color : var(--CBN-Blue) !important;
}
.client-story-callout .csc-content h3 {
	font-weight : 400;
}
@media screen and ( min-width : 787px ){
	.callout-css-overlay::before {
		position : absolute;
		left : 0;
		top : 0;
		z-index : 1;
		width : 100%;
		height : 100%;
		z-index : 2;
		content : '';
		background: linear-gradient(90deg, #1c203a 330px, transparent 700px);
	}
}
@media screen and ( max-width : 786px ){
	.callout-css-overlay::before {
		position : absolute;
		left : 0;
		top : 0;
		z-index : 1;
		width : 100%;
		height : 100%;
		z-index : 2;
		content : '';
		background: linear-gradient(180deg, #1c203a 117.048vw, transparent 137.405vw);
	}
}

/* Gallery slider
--------------------------------------------- */

.gallery-slider {
	position : relative;
	width : 100%;
	height : auto;
	margin-top : 0 !important;
	margin-bottom : 0 !important;
}
.gallery-slider > figure {
	position : absolute;
	width : 100%;
	height : auto;
	left : 0;
	top : 0;
	transition : opacity 0.25s;
	opacity : 0;
	z-index : 1;
	margin-top : 0 !important;
	margin-bottom : 0 !important;
}
.gallery-slider > figure.active {
	opacity : 1;
	z-index : 2;
}
.gallery-slider > figure > img {
	width : 100%;
	height : auto;
	object-fit : cover;
	object-position : center center;
}
.gallery-slider-controls {
	padding-top : 20px;
	position : absolute;
	left : 0;
	width : 100%;
	top : 100%;
}
.carrousel .carrousel-dots,
.solution-slider-dots,
.gallery-slider-controls .gallery-slider-dots {
	padding-bottom : 20px;
	display : flex;
	justify-content : center;
	align-items : center;
	column-gap : 10px;
	cursor : pointer;
}
.carrousel .carrousel-dots > span,
.solution-slider-dots > span, 
.gallery-slider-controls .gallery-slider-dots > span {
	flex : 0;
	display : block;
	width : 8px;
	height : 8px;
	border : none;
	border-radius : 8px;
	background-color : var(--CBN-Grey);
	flex-basis : 8px;
	cursor : pointer;
}
.carrousel .carrousel-dots > span.active, 
.solution-slider-dots > span.active, 
.gallery-slider-controls .gallery-slider-dots > span.active {
	background-color : var(--CBN-Red);
}
.gallery-slider-controls .gallery-slider-buttons {
	display : flex;
	justify-content : center;
	align-items : center;
	column-gap : 15px;	
}

/* news-cards
--------------------------------------------- */
body .sk-ww-linkedin-page-post .sk-posts-grid,
.news-cards {
	display : flex;
	gap : 32px;
	background-color : transparent;
}
body .sk-ww-linkedin-page-post .sk-posts-grid .sk-post-item,
.news-cards .news-card {
	flex-basis : 33%;
	background-color : #fff;
	border-radius : 25px;
	overflow : hidden;
}
/* body .sk-ww-linkedin-page-post .sk-posts-grid .sk-post-item img,
.news-cards .news-card img {
	width : 100%;
	height : auto;
	object-fit : cover;
	object-position : center center;
} */
body .sk-ww-linkedin-page-post .sk-post-header,
.news-cards .nc-meta {
	display : flex;
	justify-content : space-between;
	align-items : flex-end;
	padding : 24px 32px 16px 32px;
}
.body .sk-ww-linkedin-page-post .sk-post-header .sk-post-userinfo,
.news-cards .nc-meta span {
	text-align : right;
	font-size : 16px;
	line-height : 21px;
	color : #000;
	font-weight : 500;
}
/* .news-cards .nc-meta svg {
	width : 108px;
	height : 29px;
	flex-basis : 108px;
	flex-grow : 0;
	flex-shrink : 0;
} */
body .sk-ww-linkedin-page-post .sk-post-body,
.news-cards .nc-excerpt {
	padding : 0 20px 32px 20px;
	font-size : 14px;
	line-height : 19px;
	color : #000;
	font-weight : 500;
	margin-top : 0;
	margin-bottom : 0;
}

body .sk-posts-popup.sk-popup-linkedin-page-post, body .sk-ww-linkedin-page-post {
	background-color : transparent;
}
body .sk-ww-linkedin-page-post .sk-post-userpic {
	/* overflow :visible;
	border-radius : 0;
	border : none; */
	display : none;
}
body .sk-ww-linkedin-page-post .sk-post-userinfo {
	width : 100%;
	text-align : right;
	display : block;
}
/* accordion-controlled-column
--------------------------------------------- */

.accordion-controlled-column figure {
	text-align : right;
}
.accordion-controlled-column {
	position : relative;
}
.accordion-controlled-column > * {
	position : absolute;
	right : 0;
	top : 0;
	width : 100%;
	z-index : 1;
	opacity : 0;
	transition : opacity 0.25s;
}
.accordion-controlled-column > *.active {
	z-index : 2;
	opacity : 1;
}
.accordion-column .accordion-mobile-content img {
	width : 100%;
}
.wp-block-columns.why-work-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.accordion-controlled-column, 
.why-work-columns > .accordion-controlled-column {
	width : 415px;
	flex-basis : 415px;
	flex-grow : 0;
	min-width : 0;
}
.wp-block-columns.love-cbn:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
	width : 420px;
	flex-basis : 420px;
	flex-grow : 0;
	min-width : 0;
}

.auto-slider .slider-container {
	position : relative;
	margin-bottom : 40px;
}
.auto-slider .slider-container > * {
	position : absolute;
	left : 0;
	top : 0;
	opacity : 0;
	transition : opacity 0.25s;
	z-index : 1;
}
.auto-slider .slider-container > *.active {
	opacity : 1;
	z-index : 2;
}
.auto-slider .slider-container .wp-block-columns {
	column-gap : 65px;
}
.auto-slider .slider-container .wp-block-column:first-child {
	width : 485px;
	flex-basis : 485px;
}
.auto-slider .slider-button {
	position : absolute;
	top : 50%;
	transform : translateY(-50%);
	z-index : 2;
}
.auto-slider .slider-next {
	right : -75px;
}
.auto-slider .slider-prev {
	left : -75px;
}
.slider-dots {
	position : absolute;
	bottom : -50px;
	left: 0;
	width : 100%;
	z-index : 2;
	display : flex;
	justify-content : center;
	column-gap : 6px;
}
.slider-dots > span {
	flex : 0;
	display : block;
	width : 10px;
	height : 10px;
	/* border : 1px solid #fff; */
	border-radius : 10px;
	background-color : var(--CBN-Grey);
	flex-basis : 10px;
}
.slider-dots > span.active {
	background-color : var(--CBN-Red);
}
.paused .slider-pause *,
.slider-button:active *,
.slider-button:focus *,
.slider-button:hover * {
	stroke : var(--CBN-Red);
	border-radius : 100%;
}
.paused .slider-pause path,
.slider-button:active path {
	stroke : #fff;
}
.paused .slider-pause,
.slider-button:active {
	background-color : var(--CBN-Red);
	border-radius : 100%;
}
	
/* Footer
--------------------------------------------- */
#footer {
	background-color : var(--CBN-Medium-Gray);
	padding-top : 115px;
	padding-bottom : 90px;
}
#footer-row {
	display : flex;
	justify-content : space-between;
	align-items : flex-start;
}
#footer-row ul {
	list-style : none;
	margin : 0 !important;
	padding : 0 !important;
}
#footer-row ul ul {
	display : none;
}
#footer-row ul li+li {
	padding-top : 8px;
}
#footer-row ul a {
	font-size: 14px;
	line-height: 17px;
	font-size: 14px;
	color: var(--CBN-Blue) !important;
	text-transform : uppercase;
	text-decoration : none;
	font-weight: 500;
}
#footer-row ul a:focus,
#footer-row ul a:hover {
	text-decoration : underline;
}


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

/* Clear Fix
--------------------------------------------- */
.clear:before,
.clear:after {
	content: "";
	clear: both;
	display: table;
}

/* Utility Classes
--------------------------------------------- */
@media screen and ( min-width : 781px ){
	.no-gap-desktop {
		gap : 0 !important;
	}
}
.border-radius-25 {
	border-radius : 25px;
	/* overflow : hidden; */
}
.play-button-on-top {
	position : relative;
	cursor : pointer;
}
.play-button-on-top::after {
	background-image : url('img/play-button.svg'); 
	width : 98px;
	height : 98px;
	content : '';
	background-size : contain;
	background-repeat : no-repeat;
	z-index : 2;
	left : 50%;
	top : 50%;
	transform : translate(-50%,-50%);
	display : inline-block;
	position : absolute;
}
.blue-swoosh-background {
	padding-top : 80px;
	margin-top : -80px;
	position : relative;
}
.blue-swoosh-background::before {
	content : '';
	z-index : -1;
	display : block;
	position : absolute;
	top : 50%;
	left : 50%;
	transform : translate(-50%,-50%);
	height : 100%;
	width : 100vw;
	background-repeat : no-repeat;
	background-position : center top;
}
@media screen and ( min-width : 1441px ){
	.blue-swoosh-background::before {
		background-image : url(./img/svg/1920px/background-graphic-blue.svg);
		/* min-width : 1920px; */
		background-size : 100% 577px;
	}
}
@media screen and ( max-width : 1440px ){
	.blue-swoosh-background::before {
		background-image : url(./img/svg/1440px/background-graphic-blue.svg);
		background-size : 100% 40.069vw;
	}
}
.light-gray-bg,
.light-grey-bg {
	background-color : var(--CBN-Light-Grey);
}
.padding-45 {
	padding : 45px;
}
.vertical-padding-45 {
	padding-top : 45px;
	padding-bottom : 45px;
}
.center-block {
	margin-left : auto;
	margin-right : auto;
}
.max-width-180 {
	max-width : 180px;
}
.max-width-380 {
	max-width : 380px;
}
.max-width-415 {
	max-width : 415px;
}
.max-width-420 {
	max-width : 420px;
}
.max-width-437 {
	max-width : 437px;
}
.max-width-477 {
	max-width : 477px;
}
.max-width-487 {
	max-width : 487px;
}
.max-width-498 {
	max-width : 498px;
}
.max-width-500 {
	max-width : 500px;
}
.max-width-525 {
	max-width : 525px;
}
.max-width-560 {
	max-width : 560px;
}
.max-width-620 {
	max-width : 620px;
}
.max-width-640 {
	max-width : 640px;
}
.max-width-650 {
	max-width : 650px;
}
.max-width-670 {
	max-width : 670px;
}
.max-width-710 {
	max-width : 710px;
}
.max-width-718 {
	max-width : 718px;
}
.max-width-725 {
	max-width : 725px;
}
.max-width-745 {
	max-width : 745px;
}
.max-width-750 {
	max-width : 750px;
}
.max-width-860 {
	max-width : 860px;
}
.max-width-930 {
	max-width : 930px;
}

.overflow-visible {
	overflow : visible;
}
.red-swoosh-background {
	margin-top : -100px;
	padding-top : 130px;
	position : relative;
}
.red-swoosh-background.reversed-swoosh {
	padding-top : 20px;
	margin-top : 0;
	padding-bottom : 400px;
	margin-bottom : -140px;
}
.red-swoosh-background::before {
	content : '';
	z-index : -1;
	display : block;
	position : absolute;
	top : 50%;
	left : 50%;
	transform : translate(-50%,-50%);
	height : 100%;
	width : 100vw;
	background-repeat : no-repeat;
	background-position : center top;
}
.red-swoosh-background.reversed-swoosh::before {
	background-position : center bottom;
}
.red-swoosh-background.reduced-background-opacity::before {
	opacity : 0.4;
}
@media screen and ( min-width : 1441px ){
	.red-swoosh-background.reversed-swoosh {
		padding-bottom : 460px;
	}
	.red-swoosh-background::before {
		background-image : url(./img/svg/1920px/background-graphic-red.svg);
		/* min-width : 1920px; */
		background-size : 100% 691px;
	}
}
@media screen and ( max-width : 1440px ){
	.red-swoosh-background::before {
		background-image : url(./img/svg/1440px/background-graphic-red.svg);
		background-size : 100% 40.486vw;
	}
}
@media screen and ( min-width : 1441px ){
	.red-swoosh-background.reversed-swoosh::before {
		background-image : url(./img/svg/1920px/background-graphic-red-flipped.svg);
	}
}
@media screen and ( max-width : 1440px ){
	.red-swoosh-background.reversed-swoosh::before {
		background-image : url(./img/svg/1440px/background-graphic-red-flipped.svg);
	}
}
.vertical-padding-60 {
	padding-top : 60px;
	padding-bottom : 60px;
}
/*
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
 .background {
  background-image: url(example@2x.png);
 }
}
*/
.floated-join-button {
	/* position : absolute; */
	/* top : 34px; */
	
	display : inline-block;
	background-color : var(--CBN-Red);
	padding : 10px 10px 10px 20px;
	min-height : 60px;
	display : inline-flex;
	flex-direction : column;
	justify-content : center;
	align-items : center;
	border-radius : 30px 0 0 30px;
	font-weight : 500;
	color : #fff !important;
	text-decoration : none; 
	z-index : 9;
	text-align : center;
	transition : background-color 0.25s;
}
/* State A: Fixed to the viewport bottom (used as a default) */
.floated-join-button.pin-to-viewport-bottom {
    position: sticky;
    bottom: 34px; 
    top: auto;
	left : 100%;
}
@media screen and ( min-width : 787px ){
	/* State B: Absolute to the parent top */
	.floated-join-button.pin-to-parent-top {
		position: absolute;
		top: 34px;
		bottom: auto;
		right : 0;
	}
}

/* State C: Absolute to the parent bottom */
.floated-join-button.pin-to-parent-bottom {
    position: absolute;
    bottom: 34px;
    top: auto;
	right : 0;
}
/* .floated-join-button {
	position : absolute;
	top: 34px;
	right : 0;
	background-color : var(--CBN-Red);
	padding : 10px 10px 10px 20px;
	min-height : 60px;
	display : inline-flex;
	flex-direction : column;
	justify-content : center;
	align-items : center;
	border-radius : 30px 0 0 30px;
	font-weight : 500;
	color : #fff !important;
	text-decoration : none; 
	z-index : 9;
	text-align : center;
} */
.floated-join-button:hover,
.floated-join-button:focus {
	/* text-decoration : underline; */
	background-color : #EF0030;
	transition : background-color 0.25s;
}

.wp-block-columns.two-columns {
	gap : 110px;
}

.gradient-overlay-1 {
	display : inline-block;
	position : relative;
}
.gradient-overlay-1::after {
	content : '';
	position : absolute;
	z-index : 1;
	background: linear-gradient(90deg, #ffffff 20%, transparent 50%);
	width : 100%;
	height : 100%;
	left : 0;
	top : 0;
}
.gradient-overlay-1 > img {
	border-top-left-radius : 0;
	border-bottom-left-radius : 0;
}
.wp-block-embed.is-type-video {
	width : 100%;
	border-radius : 25px;
	overflow : hidden;
}

.video-media-preview {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 6;
	top : 0;
	left : 0;
	border-radius : 25px;
	overflow : hidden;
}

.video-media iframe,
.video-media video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5;
	border: none
}

.video-media-button-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 7
}

.video-media-button {
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background-color: var(--CBN-Red);
	cursor: pointer;
	transition: background-color .25s;
	text-decoration: none !important;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
}

.video-media-button .icon-play {
	color: #fff;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	margin-left : 5%;
}
.icon-play:before {
	font-family: cbn !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\76";
	position : absolute;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
}
.video-media-button:focus,
.video-media-button:hover {
	background-color: var(--CBN-light-Red);
	
}
.wp-block-embed__wrapper {
	border-radius : 25px;
	overflow : hidden;
}
.wp-block-embed__wrapper.playing iframe,
.wp-block-embed__wrapper.playing video {
	z-index: 8
}
@media (min-width:768px) {
	.video-media-button {
		width: 89px;
		height: 89px;
		margin-top: -44.5px;
		margin-left: -44.5px;
		font-size: 34px;
		padding: 27px 32px
	}
}

.link-list {
	list-style : none;
	margin : 0;
	padding : 0;
	margin-bottom : 1em;
	border-top : 1px solid #c44469;
}
.link-list li {
	padding : 15px 0;
	border-bottom : 2px solid #c44469;
	margin : 0;
}
.link-list li:first-child {
	border-top : 2px solid #c44469;
}
.link-list li a {
	color : var(--CBN-Blue) !important;
}
.link-list li a:focus,
.link-list li a:hover {
	color : var(--CBN-Red) !important;
}
.nowrap {
	white-space : nowrap;
}