/*!
Theme Name: AT ONE IMPACT WEEK
Theme URI: https://impactweek.com/
Author: Chloe Fam
Author URI: https://www.gskcreative.com.sg/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atone
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.

atone 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

}

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

/**
 * Remove the margin in all browsers.
 */
html, body{	min-width:380px;}
html { scroll-padding-top: calc(var(--header-offset, 0px)); }
body {
	margin: 0;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscsale;

}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

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





/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #0B2F57;
	font-family: "Funnel Sans";
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

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

h1 {
	font-size: 40px;
	font-weight: 300;
	line-height: 110% ;
	font-family: "Funnel Display";
}

@media (min-width: 992px) {
	h1 {
		
font-size: 65px;
	}
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.275px;
	font-family: "Funnel Display";
	margin-bottom:20px;
	    margin-top: 35px;
}
@media (min-width: 992px) {
	h2 {
		font-size: 55px;
	}
}
h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 130%;
}
@media (min-width: 992px) {
	h3 {
		font-size: 32px;
	}
}

h3.h3_32 {
	font-size: 32px;
}

h4 {
	font-size: 22px;
	font-weight: 700;
}
@media  (min-width: 992px) {
h4 {
	font-size: 24px;
}
}


.h5-14 h5 {
	font-size: 14px;
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

.p-18 {
	font-size: 15px;
}

.p-20 {
	font-size: 15px;
}

.p-26 {
	font-size: 18px;
	line-height: 125% ;
}

@media  (min-width: 992px) {
.p-18 {
	font-size: 18px;
}

.p-20 {
	font-size: 20px;
}

.p-26 {
	font-size: 26px;
}
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	
}
body.search,
body.error404,
body.single-speaker,
body.single-programme{
	background: linear-gradient(0deg, #527EB2 0%, #0B2F57 100%);
}
body.page-template-default,
body.page-template-template-layout4{
	background: linear-gradient(0deg, #527EB2 0%, #0B2F57 100%);
	
}
body.page-template-default main,
body.page-template-template-layout4 main{
padding: 30px 0 90px;
}

body.search main,
body.error404 main,
body.single-programme main{
	background-color: #fff;
    	padding: 90px 0;
}

body.single-speaker main{
	background-color:#EDF5FE;
	padding: 90px 0;
}

body.search .site-header,
body.error404 .site-header,
body.single-speaker .site-header,
body.single-programme .site-header,
body.page-template-default .site-header,
body.page-template-template-layout4 .site-header{
	position: relative !important;
    top: 0 !important;
}
body.search .site-header.sticky,
body.error404 .site-header.sticky,
body.single-speaker .site-header.sticky,
body.single-programme .site-header.sticky,
body.page-template-default .site-header.sticky,
body.page-template-template-layout4 .site-header.sticky{
	position:fixed !important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	display: block;
	width: 100%;
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.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%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: 0 !important;
}

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


.gradient-whiteblue {
	background: linear-gradient(0deg, #B8D0ED 0%, #EDF5FE 100%);
}

.gradient-bluegrey {
	background: linear-gradient(0deg, #667E9F 0%, #15385E 100%);
}

.text-white *,
.text-white {
	color: #fff;
}
.text-liteblue *,
.text-liteblue{
color: #527EB2;
}
.text-blue *,
.text-blue{
color:#15385E;
}

.bg-righttop{
	background-position:right top;
	background-size:cover;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-right {
	background-image: none;
	border-radius: 40px;
	padding-left: 44px;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	    font-size: 16px;
    font-weight: 700;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: 38px !important;
}

.atonebtn {
     position: relative;
  display: block;
  overflow: hidden;
      background-color: #FF924C;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    border: 0;
    border-radius: 30px;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
        cursor: pointer;
	  transition: all .4s ease;
	  text-decoration:none;
}
.programme-popup-content .atonebtn{
	text-align:center;
}
.atonebtn:visited{
	color:#fff;
}

.atonebtn::after{
    content: "";
    background-image: url(img/btn-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.atonebtn span,
.atonebtn::before {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  will-change: transform;

}

.atonebtn span {
  transform: translateY(0%);
}

.atonebtn::before {
      content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(-8px, -100%);
    transition: 0.3s ease-in-out;
}

.atonebtn:hover span {
    transform: translate(0, 40px);
    opacity: 0;
}

.atonebtn:hover::before {
     opacity: 1;
    transform: translate(-8px, 0);
}

/* Slider
--------------------------------------------- */


/*-------------------------------------------------------------- 
hero_banner_slider
*/
.banner_wrapper {
	position: relative;
}

.hero_banner_slider .slick-track>div {
	height: 80vh;
}

.hero_banner_text_slider {
	max-width: 316px;
}
.banner_wrapper .hero_banner_content {
		padding-bottom: 60px;
		        padding-top: 100px;
	}
@media (min-width: 481px){
.hero_banner_slider .slick-track>div {
	        height: 600px;
}
.banner_wrapper .hero_banner_content {
		padding-bottom: 30px;
		        padding-top: 70px;
	}
}
@media  (max-width: 991px) {


	.banner_wrapper .hero_banner_content .wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

}

@media (min-width: 992px) {
		.hero_banner_slider .slick-track>div {
	        height: 700px;
}
	.hero_banner_text_slider {
		max-width: 474px;
	}

	.hero_banner_slider .slick-track>div {
aspect-ratio: auto;
        height: 800px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
.banner_wrapper .hero_banner_content {
		padding-bottom: 40px;
		        padding-top: 70px;
	}
	.banner_wrapper .hero_banner_content {
		padding-top: 140px;
	}
}

@media (min-width: 992px) and (max-width: 1250px) {
	

	.banner_wrapper .hero_banner_content {
		padding-top: 120px;
	}
}

@media screen and (min-width: 1251px) {
	.hero_banner_slider .slick-track>div {
		height: 800px;
	}

	.banner_wrapper .hero_banner_content {
		padding-top: 120px;
	}
}

.hero_banner_slider .slick-track>div {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	background-position: center right;
}

.banner_wrapper .hero_banner_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner_wrapper .hero_banner_slider::before {
	content: "";
    display: inline-block;
    aspect-ratio: 720 / 800;
    background-image: url(img/blue-gradient.svg);
    background-position: right;
        background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    max-width: 720px;
    z-index: 1;
}

.banner_wrapper .hero_banner_content>div>div {
	position: relative;
	z-index: 1;
}


.hero_banner_content h1 {
	color: #fff;
}
@media  (min-width: 600px){
.banner_wrapper .hero_banner_slider::before {
left: -25%;
}

}
@media  (min-width: 992px){
.banner_wrapper .hero_banner_slider::before {
left: 0;
}

}



.whats_new_wrapper {
	width: 314px;
	height: 166px;
	border-radius: 15px;
	background: -webkit-linear-gradient(0deg, #B3D6F5 0%, #527EB2 100%); /* Safari 5.1–6.0 */
background: -o-linear-gradient(0deg, #B3D6F5 0%, #527EB2 100%);      /* Opera 11.1–12.0 */
background: -moz-linear-gradient(0deg, #B3D6F5 0%, #527EB2 100%);   /* Firefox 3.6–15 */
background: linear-gradient(0deg, #B3D6F5 0%, #527EB2 100%);         /* Standard syntax */
	position: relative;
}
@media  (min-width: 992px) {
.whats_new_wrapper {
	width: 486px;
	height: 250px;
}
}

.whats_new_slider {
	padding: 12px 18px;
}


.whats_new_slide>div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
	color: #fff;
}

.whats_new_slide h4 {
	margin: 20px 0 3px;
	text-transform: uppercase;
	font-size:15px;
}

.whats_new_slide {
	font-size: 11px;
}

.whats_new_slide .btn_orange {
	margin-top: 7px;
	font-size: 9px;
	font-weight:500;
	border-radius: 36.483px;
	background: #F08D3A;
	display: flex;
	padding: 6px 8px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #fff !important;
	text-decoration: none;
}
.whats_new_arrows {
	position: absolute;
	top: 18px;
    left: 19px;
	z-index: 1;
	gap: 20px;
	display: flex;
}
.whats_new_arrows img{
	width:12px;
}
@media  (max-width: 991px) {
.whats_new_arrows span{
line-height: 10px;
}
}

@media  (min-width: 992px) {
	.whats_new_slide h4 {
		font-size:20px;
	}
	.whats_new_arrows img{
	width:auto;
}
.whats_new_arrows {
	top: 24px;
	left: 32px;
	gap: 37px;
}

.whats_new_slide .btn_orange {
padding: 11px;
}
.whats_new_slider {
	padding: 24px 32px;
}
.whats_new_slide {
	font-size: 18px;
}
.whats_new_slide>div {
	gap: 30px;
}

.whats_new_slide .btn_orange {
	margin-top: 15px;
	font-size: 12px;
}
}

.whats_new_slide img {
	border-radius: 7.5px;
}

.bg-homeradial{
	min-height:700;
	background-position:right bottom;
}


/***********
Banner Layout 1
************/

.banner_slider.layout2,
.banner_slider.layout3{
	aspect-ratio: auto;
	height: 100vh;
	background-size: cover;
	background-position:center top;
}
.banner_slider.layout2 .banner_content_wrapper,
.banner_slider.layout3 .banner_content_wrapper{
   position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.banner_slider.layout2,
.banner_slider.layout3{
	position:relative;
	transition: all .4s ease;
}
.banner_wrapper{
	position:relative;
}
.banner_slider.layout2::before,
.banner_slider.layout3::before {
	content:"";
	display: inline-block;
	background-size: auto 100%;
	background-position:right;
	background-repeat:no-repeat;
	position: absolute;
	left: -40%;
	top: 0;
	height: 100%;	
}
.banner_slider.layout2::before{
	max-width: 720px;
	aspect-ratio: 720 / 800;
	background-image: url('img/blue-gradient.svg');
}
.banner_slider.layout3::before{
	max-width: 720px;
	aspect-ratio: 563 / 800;
	background-color: #15385E; /* fallback for old browsers */
 	background: linear-gradient(270deg, 
    rgba(21, 56, 94, 0.00) 9%, 
    rgba(21, 56, 94, 0.35) 20%, 
    rgba(21, 56, 94, 0.70) 34%, 
    rgba(21, 56, 94, 0.92) 46%, 
    #15385E 54%);
}

.banner_slider.layout2 .banner_content{
	max-width:300px;
}
.banner_slider.layout3 .banner_content{
	max-width:62%;
}
@media (min-width: 600px) {
.banner_slider.layout2 .banner_content{
	max-width:412px;
}
	.banner_slider.layout2::before,
.banner_slider.layout3::before {
left: 0;
}
.banner_slider.layout3::before{
	max-width: 863px;
	aspect-ratio: 863 / 800;
	}
}

@media (min-width: 992px) {

.banner_slider.layout3 .banner_content{
	max-width:475px;
}
.banner_slider.layout2 .banner_content{
	max-width:512px;
}
.banner_slider.layout3 .banner_content{
	max-width:575px;
	padding-top: 50px;
}
}

.banner_slider.layout2 .banner_content h1,
.banner_slider.layout3 .banner_content h1{
	font-size: 50px;
	margin-bottom:20px;
	font-weight: 700;
}

@media(max-width: 992px) {
    .banner_slider.layout2 .banner_content h1 {
        font-size: 40px;
    }
}

.banner_slider.layout3 .banner_content h1{
	margin-top:0;
}

.banner_slider.layout2 .banner_content h1 small,
.banner_slider.layout3 .banner_content h1 small{
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.banner_slider.layout3 .banner_content h2{
	font-family: "Funnel Display";
	font-size: 32px;
	font-weight: 300;
	line-height: 124.444% ; 
}
.banner_slider.layout2 .banner_content a,
.banner_slider.layout3 .banner_content a{
	margin-top: 7px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 36.483px;
    background: #F08D3A;
    display: inline-flex;
    padding: 8px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    text-decoration: none;
}
@media (min-width: 481px){
.banner_slider.layout2,
.banner_slider.layout3{
		aspect-ratio: auto;
        height: 750px;
}

}

@media (min-width: 992px){
.banner_slider.layout2 .banner_content h1 small,
.banner_slider.layout3 .banner_content h1 small{
	font-size: 26px;
}
.banner_slider.layout3 .banner_content h2{
font-size: 45px;
}
.banner_slider.layout2,
.banner_slider.layout3{
	aspect-ratio: auto;
	height: 850px;
}
}


@media (min-width: 1240px){
.banner_slider.layout2,
.banner_slider.layout3{
	aspect-ratio: auto;
	height: 850px;
	background-position:center;
}

}

/** wow group item **/
.wow-group .item,
.wow-group ul li {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* Adjust timing as needed */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wow-group .item.animated,
.wow-group ul li.animated {
    animation: fadeIn 1s forwards;
}
.fancybox-video a{
	position:relative;
}
.fancybox-video a::after {
	content: "";
    display: inline-block;
    background-image: url('img/btn-playvideo.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}
.fancybox-video:hover a::after{
background-color: rgba(0, 0, 0, 0.3);
}

.linkedin-responsive {
  position: relative;
  padding-bottom: 120%; /* 16:9 ratio, adjust if needed */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.linkedin-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 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
--------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
}

@media (min-width: 481px) {
.wrapper {
	max-width: 1327px;

}
}

.wpb-content-wrapper>.wpb_row.vc_row-fluid {
	padding-top: 50px;
	padding-bottom: 65px;
}
.maxw-600{
	max-width: 600px;
}
.maxw-730{
	max-width: 730px;
}
.maxw-432{
	max-width: 432px;
}
.display-none{
display: none !important;
}
.xs-none{
	display: none;
}

@media (min-width: 992px){
	.xs-none{
		display: initial;
	}
}
.no-margintop,
.no-margintop-h2 h2,
.no-margintop-p p{
	margin-top: 0 !important;
}
.no-margin{
	margin: 0 !important;
}

.rounded,
.rounded figure,
.rounded > .vc_column-inner{
	overflow: hidden;
}

.imgnomaxw img {
    max-width: none;
    width: 100%;
}

@media (max-width: 767px) {
.equalHeight1{
height:auto !important;
}

}
.ul-2-col ul{
	padding:0;
	display:grid;
	grid-template-columns: 1fr 1fr;
	/* grid-template-columns: repeat(auto-fit, minmax(322px, 2fr)); */
	gap: 16px 30px;
}
.ul-2-col ul li{
	list-style:none;
}



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

/* Header
--------------------------------------------- */
body>div {
	position: relative;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

body.admin-bar #masthead {
	top: 32px;
}

#masthead>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}


#masthead .site-branding {
	flex-shrink: 0;
}
#masthead .site-branding a{
	display:block;
}
#masthead .site-branding img {
	width: 140px;
	margin: 20px 0;
	transition: .5s ease-in-out;
}
@media  (min-width: 992px) {
#masthead .site-branding img {
	width: 161px;
	margin: 35px 0;
	
}

}

#masthead.sticky::before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:80px;
	left:0;
	top:0;
	z-index:-1;
	background-color: #0B2F57;
}

#masthead.sticky .site-branding img {
	width: 90px;
	margin: 15px 0 13px;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	
}

.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;
	color: #fff;
	font-family: "Funnel Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 19.6px */
	text-transform: uppercase;
}
/* #primary-menu
.current-menu-item{
	 padding: 3px 0px;
    border-bottom: 2px solid #F08D3A;
}
#primary-menu
.current-menu-item a{
	color:#F08D3A;
} */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#header-search{
    margin-left: 0px;
}
@media screen and (min-width: 1024px) {

	.menu-toggle,
	button.header-menu-burger {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 25px;
		align-items: center;
	}

	.hamburger,
	.mobile-menu-wrapper {
		display: none;
	}
}

@media  (min-width: 1200px) {
	.main-navigation ul {
		gap: 45px;
	}
	#header-search{
    margin-left: 30px;
}
}

.header-search-wrapper{
	position:relative;
	    margin-left: 20px;
	        display: none;
    flex-direction: row-reverse;
}
#header-search-icon{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-progress-appearance: none;
background:none;
border:0;
padding: 5px 14px;
}
#header-search-icon .icon-close {
  display: none;
}


#header-search input{
	width:145px;
	padding:0;
}
header .search-filter-field .search-filter-input-text {
	    flex-direction: row-reverse;
    background-color:transparent;
    border-bottom: 2px solid #fff;
    padding: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
header .search-filter-field .search-filter-input-text svg{
color:#fff;
fill:#fff;
}
header .search-filter-field .search-filter-input-text input,
header .search-filter-field .search-filter-input-text input:focus,
header .search-filter-field .search-filter-input-text input:hover{
color:#fff !important;
}
header .search-filter-field .search-filter-input-text input::placeholder{
	color:#fff !important;
}

.search-filter-input-checkbox__count {
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1024px) {
.header-search-wrapper{
display:flex;
}

}

/* Mobile Nav Styles */

.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
	transition: left 0.3s ease;
	padding: 80px 20px 20px;
	z-index: 9;
	animation: mfnMmSubmenuFadeIn 1s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-animation: mfnMmSubmenuFadeIn 1s cubic-bezier(0.2, 1, 0.3, 1);
	display: none;
}

.mobile-menu-wrapper.active {
	right: 0;
	display: block;
}

.mobile-menu {
	position: absolute;
	right: 0;
	width: 350px;
	height: 100vh;
	z-index: 9999;
	padding: 40px 30px;
	background-color: #15385e;
	transition: .5s ease-in-out;
	top: 0;
	overflow-y: scroll;
}

.hamburger {
	position: relative;
	width: 30px;
	height: 22px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1001;
}

button.header-menu-burger {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	z-index: 999;
	    margin-bottom: 5px;
}

.header-menu-burger .icon-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 24px;
	height: 20px;
	justify-content: center;
	align-items: flex-end;
	cursor: pointer;
}

.header-menu-burger .icon-wrapper span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transition: 0.3s ease all;
}

.header-menu-burger .icon-wrapper span:nth-child(1) {
	width: 60%;
}

.header-menu-burger .icon-wrapper span:nth-child(3) {
	width: 30%;
}

/* X animation */
.header-menu-burger.active .icon-wrapper span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
	width: 100%;
}

.header-menu-burger.active .icon-wrapper span:nth-child(2) {
	opacity: 0;
}

.header-menu-burger.active .icon-wrapper span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
	width: 100%;
}

.header-menu-toggle {
	font-size: 40px;
	float: right;
	line-height: 1;
}

/* Burger Icon Styling */
/* Basic Reset */
.mobile-menu-container {
	position: relative;
	z-index: 999;
}



.mobile-menu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu-wrapper ul li {
	margin-bottom: 40px;
}

.mobile-menu-wrapper ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	display: block;
}





/* Sidebar Menu Styling */
.menu-sidebar {
	margin-top: 90px;
}

.header-menu-sidebar-wrapper .close-icon {
	display: block;
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.menu-menu-1-container {
		display: none;
	}
}

nav.num-nav ul{
    display: flex;
    padding: 0;
    gap: 20px;
    margin-top:20px;
}
nav.num-nav ul li{
	list-style:none;
}
nav.num-nav ul li a{
	text-decoration:none;
	color:#000;
	font-weight: 700;
	font-size:18px;
}
nav.num-nav ul li.active a{
	color:#F08D3A;
	border-bottom:2px solid;
	padding-bottom:5px;
}


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

/* Footer
--------------------------------------------- */
#site-footer {

	background: #0B2F57;
}
#site-footer *{
	color:#EDF5FE;
}

#site-footer>div {
	display: flex;
	padding-top: 48px;
	padding-bottom: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#site-footer .site-logo {
	width: 162px;
}

.footer-widgets {
	width: 100%;
}
.footer-widgets > *{
	margin-bottom:40px;
}

.footer-widgets h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 19.8px */
	color: #EDF5FE;
	margin-bottom: 12px;
	font-family: "Funnel Sans";
	text-transform:uppercase;
}

.footer-widgets ul.menu {
	padding-left: 0px;
	margin-left: 0;
	padding-top: 16px;
}

.footer-widgets .menu li {
	list-style: none;
	margin-bottom: 16px;
}

.footer-widgets .menu a {
	color: #EDF5FE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	text-decoration: none;
}


.atone-social-media {
	display: flex;
	gap: 16px;
	line-height: 1;
	    align-items: center;
}
.atone-social-media p,
.atone-social-media a {
	display: block;
	line-height: 1;
	text-decoration: none;
}
.atone-social-media p{
	margin-bottom:0;
}

#site-footer .site-info {
	color: #EDF5FE;
}
#site-footer .site-info > *{
	margin-top:30px;
}
#site-footer .site-info .copyright{
	margin-top:30px;
}

ul#footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

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

ul#footer-menu a {
	color: #EDF5FE;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.footer-5 p {
	max-width: 192px;
}

.footer-6 p {
	margin: 0;
}


@media (min-width: 992px){
.footer-widgets {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
#site-footer .site-info {
	display: flex;
	color: #EDF5FE;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 30px;
}
#site-footer .site-info > div{
	width:25%;
}
}

/* Shortcodes for content layout
--------------------------------------------- */


.counter-banner .wpb_content_element{
margin-bottom:0px;
}

.wpb-content-wrapper>.wpb_row.vc_row-fluid.counter-banner {
    padding-top: 45px;
    padding-bottom: 45px;
}
.counter-banner > div > div>.wpb_wrapper{
	display: flex;
    gap: 30px;
        align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    color: #667E9F;
    flex-direction: column;
}

.counter-banner .wpb_wrapper > *:first-child(),
.counter-banner .wpb_wrapper > *:nth-child(2),
.counter-banner .wpb_wrapper > *:nth-child(3){
	flex-shrink:0;
}
#countdown ul{
	display:flex;
    	
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    gap: 20px;
    color: #15385E;
}
#countdown ul li{
	list-style: none;
    	font-size: 14px;
    	text-transform: uppercase;
    	font-weight: 700;
	text-align: center;
	line-height: 20px;
}
#countdown ul li span{
	font-size: 36px;
}
@media (min-width: 481px){
.counter-banner > div > div>.wpb_wrapper{
align-items: center;
}
}
@media (min-width: 768px){

	#countdown ul li{
		font-size: 26px;
		line-height: 35px;
	}
	#countdown ul li span{
	font-size: 55px;
}
.counter-banner > div > div>.wpb_wrapper{
	justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
           
}
}


@media (min-width: 768px){
.counter-banner > div > div>.wpb_wrapper{
	justify-content: center;
    flex-wrap: wrap;

}
}

@media (min-width: 992px){
#countdown ul{
gap: 78px;
justify-content: space-between;
}
}
@media (min-width: 1200px){
.counter-banner > div > div>.wpb_wrapper{
 justify-content: space-between !important;
}
}




.voice-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.voice-items .voice-item{
	padding:0 10px;
	margin-bottom:20px;
}

@media (min-width: 550px){
.voice-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.voice-items .voice-item{

}
}

@media (min-width: 992px){
	.voice-items {
		grid-template-columns: repeat(4, 1fr);
		max-width: 100%;
	}
	.voice-items .voice-item{
		padding:0px;
	}
}
@media (min-width: 992px) and (max-width: 1000px){
.voice-items .voice-item{
	padding:0 10px;
}
}

.video-popup-trigger {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
}

.video-popup-container {
	background-color: #888888;
	border-radius: 15px;
	aspect-ratio: 305 / 528;
	margin-bottom: 22px !important;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-end;
	background-size: auto 100%;
	background-position: center;
	transition: 0.5s ease-in-out;
}
.voice-item:hover .video-popup-container{
	background-size: auto 105%;
}

.voice-item-text {
	background: linear-gradient(180deg, rgba(21, 56, 94, 0.00) 0%, #15385E 100%);
	background-blend-mode: multiply;
	padding: 52px 20px 20px;
	
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (min-width: 768px){
	.voice-item-text  {
height: 239px;
	}
}
@media (min-width: 1300px){
	.voice-item-text  {
		padding: 72px 20px 20px;
		
		height: 219px;
	}
}
.voice-item-text h5 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 27px;
}

.voice-item-text p {
	font-size: 16px;
	font-weight: 500;
}

.voice_profile {
	display: flex;
	gap: 10px;
	margin: 0 20px;
}

.voice_profile .voice_profilepic {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.video-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.video-popup-content {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 5% auto;
}

.video-popup-content video {
	width: 100%;
	height: 450px;
	border: none;
}

.video-popup-close {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.four-force {
	font-size:20px;
	padding:0 15px;
}

.four-force .wpb_content_element {
	margin-top:10px;
	margin-bottom: 0px;
}

.four-force .wpb_single_image.icon {
	position: absolute;
	top: 20px;
	right: 20px;
	max-height: 68px;
}



.four-force>.vc_column_container {
}
.four-force .slick-slide.vc_column_container{
padding:0 5px;
}
.four-force .vc_column_container>div {
	background-color: #fff;
	border-radius: 15px;
	padding:  10px 15px 15px;
}

.four-force .wpb_single_image:not(.icon) img {
	border-radius: 15px;
}

.four-force * {
	color: #15385E;
}

.four-force h4 {
	margin: 0 0 20px;

}

.four-force .item{
transition: 0.5s ease-in-out;
}

@media (min-width: 680px) {
	.four-force .wpb_content_element {
		margin-top:0px;
		margin-bottom: 20px;
	}
	.four-force .item:hover{
		transform: translate(0px, -25px);

	}

}

.vc_tta-accordion .vc_tta-panel-title{
	    border-top: 1px solid #0B2F57 !important;
    width: calc(100% - 40px);
    margin: 0 auto !important;
}

.vc_tta-accordion .vc_tta-panel:first-child .vc_tta-panel-title{
	border-top: 0 !important;
}
.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title,
.vc_tta-accordion .vc_tta-panel-heading{
border-bottom: 0 !important;
}
.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body{
	border-top: 0 !important;
}


.vc_tta-accordion .vc_tta-panels .vc_tta-panel i.vc_tta-controls-icon-plus::before{
content:"";
background-image:url('img/accordion-arrow.svg');
background-repeat:no-repeat;
background-size:contain;
display:inline-block;
width:12px;
height:14px;
border:0
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
	color:#0B2F57 !important;
}
.vc_tta-panels .vc_tta-panel.vc_active i.vc_tta-controls-icon-plus::before{
transform:rotate(180deg) translate(0px, 5px);
}
.vc_tta-panels .vc_tta-panel.vc_active i.vc_tta-controls-icon-plus::after{
	display:none;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left:auto !important;
	right:10px;
}
.vc_tta.vc_general .vc_tta-panel-title>a{
	    padding-left: 0px !important;
    padding-right: 20px !important;
}

.vc_tta.vc_general .vc_tta-panel-title{
	font-size:20px;
	color:#0B2F57 !important;
}

.vc_tta.vc_general{
	font-size:18px !important;
	    border-radius: 15px;
    /* overflow: hidden; */
}
.vc_tta-panel-body {
	padding-top:0 !important;
}
.faqpage.vc_tta-accordion{
	background-color:#fff;
	border-radius:15px;
	padding:40px 10px;
}
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	background:none !important;
}
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
	border:0;
}
.faqpage.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	background:none !important;
	border:0;
}
.past-events-slider .past-event{
	padding:10px;
}
.past-events-slider .slick-list{
	padding: 0 25px !important;
}
.past-events-slider .past-event> div{
aspect-ratio: 426 / 260;
background-size:cover;
border-radius:15px;
overflow:hidden;
}
.past-events-slider .slick-list{
	overflow:visible;
}

@media (min-width: 481px){
.past-events-slider{
	width:85%;
	margin: 0 auto;
}
.past-events-slider .past-event{
	padding:20px;
}
.past-events-slider .slick-list{
	padding: 0 50px;
}
}


.slick-prev, .slick-next{
	z-index:9
}

.slick-prev {
    left: -9% !important;
}
.slick-next {
    right: -9% !important;
}
.slick-prev, .slick-next{
	width:40px !important;
	height:40px !important;
}

.slick-prev::before,
.slick-next::before  {
    	content:'' !important;
	display:block;
	width:40px;
	height:40px;
	border-radius: 50%;
	transition: .3s ease-in-out;
}

.slick-prev::before{
	background-image:url('img/slider-prev.svg');
}

.slick-next::before {
    	background-image:url('img/slider-next.svg');
}

.slick-prev:hover:before,
.slick-next:hover:before{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


.past-events-slider .past-event>div{
	position:relative;
}
.past-events-slider .past-event .overlay{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:109px;
	background: -webkit-linear-gradient(180deg, rgba(21, 56, 94, 0) 0%, #15385E 100%);
	background: -moz-linear-gradient(180deg, rgba(21, 56, 94, 0) 0%, #15385E 100%);
	background: -o-linear-gradient(180deg, rgba(21, 56, 94, 0) 0%, #15385E 100%);
	background: linear-gradient(180deg, rgba(21, 56, 94, 0) 0%, #15385E 100%);
	    padding: 20px 20px 32px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    text-transform:uppercase;
}
.past-events-slider .past-event h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 120%; 
}




/* Impact Week */

.icontext-block{
	display: flex; 
	gap: 15px; 
	align-items: center;
}
.icontext-icon{
	flex-shrink: 0;margin-top:10px;

}
.icontext-icon img{
	width: 55px; 
	height: auto;
}
@media (min-width: 992px){
.icontext-block{
	gap: 30px;
}

}


.impact_city_wrapper{
	display:flex;  
	gap:0px;
	background-color:#15385E;
	border-radius:15px;
	    align-items: stretch;
}
.impact_city_wrapper .impact_city{
width:70%;
}
.impact_city_wrapper .impact_city .slick-list,
.impact_city_wrapper .impact_city .slick-track,
.impact_city_wrapper .impact_city .slick-list a,
.impact_city_wrapper .impact_city .slick-list a div{
	height:100%;
}
.impact_city_wrapper .impact_city .slick-list a div
{background-size:cover;background-position:center;}

.impact_city_wrapper .impact_city_nav{
width:30%;
padding:5px;
}
.impact_city_wrapper .impact_city_nav .slick-slide{
	padding:10px;
}
@media (min-width: 630px){
.impact_city_wrapper{
gap:20px;
}
.impact_city_wrapper .impact_city{
width:calc(70% - 20px);
}
.impact_city_wrapper .impact_city_nav{
padding:10px;
}
}
.speaker-items.slick-slider{
	margin-left:-10px;
	margin-right:-10px;
}
.speaker-items .speaker-item,
.programme-items .speakprogrammeer-item{
	padding:10px;
	vertical-align: top;
}

.speaker-items .speaker-item .image,
.search-filter-query--id-7 .speaker-item .image,
.search-filter-query--id-8 .speaker-item .image{
	border-radius:15px;
	display:block;
	aspect-ratio: 1 / 1;
	width:100%;
	background-size:cover;
	background-position: center;
	    background-repeat: no-repeat;
}

.speaker-items .speaker-item h4,
.search-filter-query--id-7 .speaker-item h4,
.search-filter-query--id-8 .speaker-item h4,
.programme-items .speprogrammeaker-item h4{
	font-size:16px;
	font-weight:500;
	color: #15385E;
	line-height: 1;
	margin:0;
}
.speaker-items .speaker-item p.position,
.programme-items .programme-item p.position{
color: #667E9F;
font-size:16px;
line-height: 1;
}

.speaker-items-nav,
.programme-items-nav  {
	display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.speaker-items-nav.hideinmobile{
	display:none;
}
@media  (min-width: 992px) {
.speaker-items-nav.hideindesktop{
	display:none;
}
}

.speaker-popup,
.programme-popup{
	background-color:#EDF5FE !important;
}

.programme-popup{
	background-image:url('img/bg-programmepopup.png') !important;
	background-size:cover !important;
	background-color: #EDF5FE;
}

@media  (max-width: 767px) {
.speaker-popup .image{
	        display: inline-flex;
        flex-direction: column-reverse;

}
.programme-popup .image{
	        display: inline-flex;
        flex-direction: column-reverse;

}
}

.programme-logos{
	display:grid;
	    grid-template-columns: 1.1fr 2fr;
	gap:20px;
	align-items: start;
}
.programme-logos ul{
	padding:0;
	margin:0;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 2fr));
	gap:1rem;
}
.programme-logos ul li{
	list-style:none;
	max-width:80px;
}
.programme-logo-group{
	text-align:left;
}
ul.programme-parter-logos,
ul.programme-sponsor-logos{
	padding:0;
	margin:0;

}
ul.programme-parter-logos li,
ul.programme-sponsor-logos li{
	list-style:none;
	    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
        margin-bottom: 20px;
}
.programme-popup ul.programme-parter-logos,
.programme-popup ul.programme-sponsor-logos{
}
.programme-popup ul.programme-parter-logos li,
.programme-popup ul.programme-sponsor-logos li{
	margin-right: 15px;
    margin-bottom: 15px;
}
.programme-popup .programme-logo-group h4{
	font-size:18px;
}
.programme-popup-content .tax-theme span{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    border-radius: 12px;
    background: #00227E;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px !important;
    display: inline-block;
}
.programme-popup-content h2{
	
}

@media  (min-width: 768px) {
	.speaker-popup-content,
	.programme-popup-content{
		display:flex;
		flex-direction: row-reverse;
		gap:40px;
	}
	.speaker-popup-content .image,
	.programme-popup-content .image{
		width:312px;
		flex-shrink:0;
	}
}

.speaker-popup-content .image img,
.programme-popup-content .image img{
	border-radius:15px;
	overflow:hidden;
}

.speaker-popup-content h2,
.programme-popup-content h2{
	font-size: 20px;
    font-weight: 700;
    font-family: "Funnel Sans";
    color: #0B2F57;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 5px;
}
.programme-popup-content .titlelink{
	text-decoration: none;
}

.speaker-popup-content .position,
.programme-popup-content .position{
	color: #527EB2;
font-family: "Funnel Sans";
font-size: 14px;
}
.programme-popup-content .tax-topics a{
	text-decoration:none;
}

.speaker-related-programme p,
.programme-related-programme p{
	    margin-bottom: 5px;
}
.speaker-related-programme ul,
.programme-related-speaker ul{
    padding: 0 0 0 15px;
    margin: 0;
    
}
.speaker-related-programme ul li a,
.programme-related-speaker ul li a{
font-weight: 500;
text-decoration:none;
color:#15385E;
}
.programme-popup-content .text-liteblue {
	color: #527EB2 !important;
}
.programme-related-speaker p{
	margin-bottom:10px !important;
}
.programme-related-speaker ul{
	padding-left:0;
}
.programme-related-speaker li{
	list-style:none;
	margin-bottom: 15px;
	line-height: 1;
}

.logos{
    display: grid;
    justify-content: space-around;
    gap: 60px 30px;
    margin-bottom: 40px !important;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center
}

#sdg-logos .logos{
    gap: 20px 10px;
}


@media  (min-width: 992px) {
	.logos{
		grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	}
}

@media  (min-width: 992px) {
	#sdg-logos .logos{
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	}
}

.fleximages ul{
	
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.fleximages ul li{
	list-style:none;
	min-width:100px;
}

.carousel__button.is-close svg{
	color:#fff !important;
}

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

.programme-tabs ul.vc_tta-tabs-list{
	display:flex !important;
	position:relative;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
}
.programme-tabs .vc_tta-tabs-container{
	position:relative;
}
/* .programme-tabs .vc_tta-tabs-container::after{
	content: "";
    width: 100%;
    height: 4px;
    background-color: #0e325b;
    display: inline-block;
    bottom: 0;
    position: absolute;
    z-index: 9;
    left: 0;
} */

/* .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0px 20px 0 20px !important;
} */

.programme-tabs .vc_tta-panel.vc_active .vc_tta-panel-body{
	padding-top:40px !important;
}

.programme-tabs ul.vc_tta-tabs-list > li{
	position:relative;
	border-radius: 25px 25px 25px 25px;
	overflow: hidden;
	width:100%;
	text-align: center;
}
.programme-tabs ul.vc_tta-tabs-list > li a{
    filter: grayscale(1) brightness(0.8) ;

}
.programme-tabs .vc_tta-tabs-container li.vc_active a{
	filter: grayscale(0) brightness(1) ;
}

.programme-tabs .vc_tta-tabs-container li a,
.programme-tabs .vc_tta-panel .vc_tta-panel-title a{
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #15385E !important;
    font-family: "Funnel Display";
    padding: 20px 30px !important;
    border-radius:0 !important;
    text-align:center;
}
@media (min-width: 481px){
.programme-tabs .vc_tta-tabs-container li a,
.programme-tabs .vc_tta-panel .vc_tta-panel-title a{
    font-size: 21px !important;
}

}
.programme-tabs .vc_tta-panel.vc_active .vc_tta-panel-title a{
	color: #15385E !important;
}

.programme-tabs .vc_tta-panel .vc_tta-panel-heading{
	border-radius:15px !important;
}

a#tab-impact-forums-and-labs span::before,
a#tab-impact-sanctuary span::before,
a#tab-impact-architects span:before,
a#tab-impact-sanctuary-practitioners span::before,
.programme-tabs .vc_tta-panel .vc_tta-panel-title a span:before{
	content:"";
	display:block;
	width:30px;
	height:30px;
	background-size:contain;
	background-repeat:no-repeat;
    margin: 0 auto 10px;
}
a#tab-impact-forums-and-labs span::before,
.programme-tabs .vc_tta-panel#impact-forums-and-labs .vc_tta-panel-title a span:before
{
	background-image:url('img/tab-forumslab.png');
}
a#tab-impact-architects span:before,
.programme-tabs .vc_tta-panel#impact-architects .vc_tta-panel-title a span:before{
	background-image:url('img/tab-impact-architects.png');
}
a#tab-impact-sanctuary span::before,
.programme-tabs .vc_tta-panel#impact-sanctuary .vc_tta-panel-title a span:before{
	background-image:url('img/tab-sanctuary.png');
}
a#tab-impact-sanctuary-practitioners span::before,
.programme-tabs .vc_tta-panel#impact-sanctuary-practitioners .vc_tta-panel-title a span:before{
	background-image:url('img/tab-impact-sanctuary-practitioners.png');
}

.programme-tabs .vc_tta-panel .vc_tta-panel-body{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; /* smooth expand */
}

.programme-tabs .vc_tta-panel.vc_active .vc_tta-panel-body{
    max-height: 100%; /* something large enough for your tallest content */
   overflow: visible;
}
.vc_tta.vc_tta-tabs.programme-tabs .vc_tta-tabs-container{
	display:block;
}
@media (max-width: 767px) {
/* .vc_tta.vc_tta-tabs.programme-tabs .vc_tta-tabs-container .vc_tta-tab span{
	height:125px;
} */
 .programme-tabs .vc_tta-tabs-container li a{
	padding: 15px 15px !important;
 } 
 .programme-tabs .vc_tta-tabs-container li a span{
	display: flex;
    flex-direction: column;
    justify-content: center;
 }
.programme-tabs .vc_tta-panel-heading{
display:none;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0px 5px 0 5px !important;
}
}
@media (max-width: 768px) {
    .vc_tta-container .vc_tta:not([class*=vc_tta-pageable]) .vc_pagination {
        display: block !important;
    }
}

.search-sidebar-wrapper,
.search-sidebar-wrapper2 {
	position: relative;
	overflow: visible;
}

@media  (min-width: 768px) {
	.search-sidebar-wrapper,
	.search-sidebar-wrapper2  {
	width: 365px !important;
}
.search-content-wrapper,
.search-content-wrapper2 {
	width: calc(100% - 365px) !important;
}
}
#stickySidebar,
#stickySidebar2 {

	overflow-y: auto;
	/* transition: position 0.1s ease; */
	z-index: 9;
	will-change: transform, height;
  transform: translateZ(0);
}

#stickySidebar h4,
#stickySidebar2 h4 {
	margin-top: 0;
}

#stickySidebar.sticky-active,
#stickySidebar2.sticky-active {
	position: fixed;
	top: 80px;
	/* Header offset */
	max-height: calc(100vh - 80px);
	overflow-y: auto;

}

.search-filter-input-checkbox * {
	font-size: 16px;
}
.search-filter-input-checkbox__label{
	justify-content: space-between;
}
.search-filter-field--id-1{
	margin-bottom: 35px;
}
.search-filter-style--choice-checkbox{
	background-color:#15385E;
	border-radius:15px;
	overflow:hidden;
	margin-bottom:10px;
}
.search-filter-style--choice-checkbox .search-filter-label{
color: #EDF5FE;
font-family: "Funnel Sans";
	font-size: 20px !important;
	font-weight: 700 !important;
line-height: 115%; /* 115% */
padding: 12px 20px;
margin-bottom: 0;
}
.search-filter-description{
	font-size: 12px !important;
    color: #fff !important;
    padding-left: 20px !important;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.search-filter-style--choice-checkbox .search-filter-input-group{
    background-color: #fff;
    padding: 10px 20px;
}

.search-filter-input-checkbox div[role=group] {
    margin-left: calc(var(--search-filter-scale-base-unit-calc) * 0.1 + var(--search-filter-scale-base-unit-calc-h) * .4);
    margin-top: calc(var(--search-filter-scale-base-unit-calc) * 0.1);
    width: 100%;
    max-width: 100%;
}

.search-filter-input-checkbox--is-active>.search-filter-input-checkbox__container>.search-filter-input-checkbox__control>svg {
    fill: #37B715;
    color: #37B715;
}
.search-filter-field--control-type-reset button{
	background-color:#667E9F;
	color:#fff;
	border-radius:28px;
	border: 0;
	font-weight:700;
	text-transform:uppercase;
	padding: 7px 16px;
	margin-top:30px;
}

.dates_buttons .search-filter-input-button {
	position: relative;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
	font-size: 0; /* Hide raw button text */
}

.search-filter-input-button .custom-date-format {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.search-filter-input-button .custom-date-format .month {
	text-transform: uppercase;
	margin: 0 2px;
}

/* Show count, hide old text */
.search-filter-input-button .search-filter-input-button__count {
	font-size: 14px;
}

.search-filter-input-button span.custom-date-format + * {
	font-size: 0;
}


@media (min-width: 768px) {
	#stickySidebar {}

}

.search-filter-query-posts {
	display: grid;
    	flex-wrap: wrap;
    	gap: 40px;
    	margin-bottom: 40px !important;
    	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.search-filter-query--id-7 .search-filter-query-posts,
.search-filter-query--id-8 .search-filter-query-posts {
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
@media (min-width: 992px) {
.search-filter-query--id-7 .search-filter-query-posts,
.search-filter-query--id-8 .search-filter-query-posts {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.search-filter-query--id-7{
min-height:100%;
}
.search-filter-query--id-7 .search-pager,
.search-filter-query--id-8 .search-pager{
display:block !important;
position:sticky;
top:60px;

}

.search-pager .pagination{
	display:flex;
	justify-content:center;
	gap:10px;
	flex-wrap:wrap;
	margin-top:20px;}

div.search-filter-query.search-filter-query--id-7,
div.search-filter-query.search-filter-query--id-8 {
  position: relative; /* required for sticky child */
}	
.floatnav{
  position: absolute;
  top: calc(50% - 60px);                      /* center within listing */
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
  z-index: 5;
  padding-top: 8px;
  transition: position 0.1s ease;
}
.floatnav a{
	display:block;
}
.search-filter-query--id-7 .nav-previous,
.search-filter-query--id-8 .nav-previous  { display:block !important;left: -20px; } /* tweak offsets as you like */
.search-filter-query--id-7 .nav-next,
.search-filter-query--id-8 .nav-next
 { display:block !important;right:-20px; }

@media (min-width: 1430px) {
  .search-filter-query--id-7 .nav-previous,
  .search-filter-query--id-8 .nav-previous { display:block !important;left: -75px; } /* tweak offsets as you like */
.search-filter-query--id-7 .nav-next,
.search-filter-query--id-8 .nav-next { display:block !important;right: -75px; }

.floatnav svg{
	width:60px;
	height:60px;
}

}
.search-pager .pagination span{
	min-width:20px;
	    display: flex;
    align-items: center;
}
.search-pager .pagination a{
	color:#0b2f57;
}



.search-filter-query-posts .search-query-programme {
	flex: 1 1 calc(50% - 20px);
	/* grow, shrink, min-width */
	min-width: 284px;
	border-radius:15px;
	overflow:hidden;
	background-color:#fff;
	max-width: 426px;
}

.search-query .programme-image {
	aspect-ratio: 16/9;
	background-size:cover;
}
.search-query-programme > .programme-content{
padding:20px;
}
.search-query .programme-info,
.programme-popup-content .programme-info{
color: #667E9F;
font-family: "Funnel Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 120% */
}
.programme-content .programme-info span,
.programme-popup-content .programme-info span{
	display:inline-block;
	width:20px;
}
.programme-content .programme-excerpt{
	color: #15385E;
font-family: "Funnel Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120% ; /* 120% */
margin-bottom: 17px;
}

.programme-content .tax-theme a,
.programme-content .tax-theme span {
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	border-radius: 12px;
	background: #00227E;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
}

.programme-content .tax-topics a {
	text-decoration: none;
	color: #000;
}

.programme-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
    color: #15385E;
}

.programme-content h4 a {
	color: #000;
	text-decoration: none;
}

.search-query-programme > .programme-content p {
	font-size: 12px;
	font-weight: 400;
}


  .scroll-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
  }

.scroll-buttons.prev {
    left: 0;
    background-image: url(img/date-arrowleft.svg);
    width: 18px;
    height: 18px;
    background-repeat:no-repeat;
        font-size: 0;
}
.scroll-buttons.next {
    right: 0;
    background-image: url(img/date-arrowright.svg);
    width: 18px;
    height: 18px;
    background-repeat:no-repeat;
        font-size: 0;
}

 .dates_buttons #search-filter-input-button-group-0,
 .dates_buttons   #search-filter-input-button-group-1 {
    overflow-x: auto;
    white-space: nowrap;
   /* Hide scrollbar styles */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
    scroll-behavior: smooth;
  }

.dates_buttons   #search-filter-input-button-group-0::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.dates_buttons  #search-filter-input-button-group-1::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


  .dates_buttons {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color:#15385E;
    padding:0 25px;
    border-radius:30px;
  }
 .dates_buttons_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding:0 25px;
    border-radius:30px;
  }

.dates_buttons #search-filter-input-button-group-0,
.dates_buttons #search-filter-input-button-group-1{
	overflow:scroll;
	flex-wrap: nowrap;
	/* justify-content: center; */
	margin:0 !important;
	width: auto !important;
	padding: 3px;
     
}

.search-filter-field--control-type-load_more button{
    background-color: #FF924C;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    border: 0;
    border-radius: 30px;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 0 auto !important;
}
.search-filter-field--control-type-load_more button:hover{
	background-color:#FF924C !important;

}
.search-filter-field--control-type-load_more button div{
	display:inline-block;
	position:absolute;
	left:-30px;
	margin-top:-3px;

}
.search-filter-field--control-type-load_more button::after{
    content: "";
    background-image: url(img/btn-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.search-filter-input-button--hidden{
	opacity:0.3;
	    display: none;
}
.search-filter-input-button--hidden{
	cursor:default;
}
.scroll-buttons:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.dates_buttons button {
	appearance: none;
    border: 0;
    background: none;
    display:block;
}

.dates_buttons button .custom-date-format {
	font-size: 26px;
	font-weight: 700;
	color: #5F7FA2;
	gap: 5px;	
}
.dates_buttons button.search-filter-input-button{
	    display: flex;
    padding: 10px 15px;
    border-radius: 29px;
}
.dates_buttons .dates_buttons_wrapper .search-filter-input-button-group > button:first-child{margin-left:100px;}
.dates_buttons .dates_buttons_wrapper .search-filter-input-button-group > button:last-child{margin-right:100px;}
.dates_buttons button.search-filter-input-button .custom-date-format{
color: #fff !important;
}
.dates_buttons button.search-filter-input-button:hover .custom-date-format{
color: initial !important;
}
.dates_buttons button .custom-date-format .year {
	display: none;
}

.dates_buttons button.search-filter-input-button--is-selected {
    background-color: #fff;
   
}
.dates_buttons button.search-filter-input-button--is-selected .custom-date-format{
 color: #15385E !important;
 margin:0 !important;
}

.dates_buttons button .search-filter-input-button__count{
margin:0;
width:0;
}

.dates_buttons button.search-filter-input-button--is-selected .custom-date-format {
	color: #fff;
}

/*** Days Button ***/
.days_buttons{
    position: relative;
    background-color: #15385E;
    padding: 5px 20px;
    border-radius: 30px;
    	text-transform:uppercase;
}

.days_buttons .search-filter-input-button-group{
	display:flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.days_buttons .slick-prev{
left:-20px !important;
width:18px !important;

}
.days_buttons .slick-prev::before{
	content: "";
	background-image:url('img/date-arrowleft.svg');
	background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.days_buttons .slick-next{
	right:-20px !important;
	width:18px !important;
}
.days_buttons .slick-next::before{
	content: "";
	background-image:url('img/date-arrowright.svg');
	background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.days_buttons  button{
	-webkit-appearance: none;
	appearance: none;
	    font-size: 22px;
    font-weight: 700;
    color:#fff;
    background-color: transparent;
    border:0;
       border-radius: 29px;
	     margin: 0;

}
.days_buttons .search-filter-input-button--is-selected{
 background-color:#fff;
 color: #15385E !important;
}
.days_buttons .day_button_wrapper{
	text-align:center;
}
@media (min-width: 992px) {
.days_buttons  button{
font-size: 26px;
}
}
@media (max-width:400px) {
.days_buttons  button{
padding-left:0;
padding-right:0;
}
}

#sticky-container .search-filter-field .search-filter-input-text,
.search_programme.search-filter-field .search-filter-input-text {
	flex-direction: row-reverse;
	border-radius: 29.5px;
	border: 2px solid #5F7FA2;
	padding: 7px 20px;
}
.atonesearch .search-filter-component-combobox{
	    border: 2px solid #5F7FA2;
    padding: 7px 20px;
    border-radius: 29.5px;
}
.atonesearch .search-filter-component-combobox .search-filter-component-combobox__selection-item{
 border-radius: 17px;
}
.search-filter-component-combobox-base__listbox {
      border-radius: 29.5px !important;
	  border: 2px solid #5F7FA2;
}

.logo-slider{
	margin-bottom:50px !important;
}

.logo-slider .slick-slide{
	text-align:center;
	padding:0 8px;
}
.logo-slider .slick-slide img{
	    text-align: center;
    margin: 0 auto;
}

/* Single speaker */
body.single-speaker .speaker-content-wrapper .image{
	margin-bottom:30px;
}
body.single-speaker .speaker-content-wrapper .image img{
	border-radius:15px;
}

@media (min-width: 768px) {
	body.single-speaker .speaker-content-wrapper{
	display:flex;
	gap:40px;
}
body.single-speaker .speaker-content-wrapper .image{
	width:305px;
	flex-shrink:0;
}
}
@media (min-width: 992px) {
body.single-speaker .speaker-content-wrapper .image{
	width:544px;
	flex-shrink:0;
}
}
body.single-speaker .speaker-content-wrapper h2{
	font-size: 26px;
	font-family: "Funnel Sans";
	line-height:101.563% ; /* */
	margin-bottom:0;
}

body.single-speaker .speaker-content-wrapper p.position{
	font-size: 26px;
}

body.single-speaker .speaker-related-programme{
	display: flex;
gap:40px;
    flex-direction: column;
    flex-wrap: wrap;
}
body.single-speaker .speaker-related-programme > .programme-content{
max-width:100%;
 min-width: 300px;
}

@media (min-width: 768px) {
body.single-speaker .speaker-content-wrapper h2{
	font-size: 32px;
}
body.single-speaker .speaker-content-wrapper p.position{
	font-size: 32px;
}

body.single-speaker .speaker-related-programme{
flex-direction: row;
}
body.single-speaker .speaker-related-programme > .programme-content{
        max-width: 426px;
        width: calc((100% / 3) - 27px);
        min-width: 300px;
}
}

body.single-speaker .programme-content{
    background-color: #fff;
    border-radius: 15px;
    padding:20px;
}

.speaker-items .search-filter-query-posts {
	display:grid;
	grid-template-columns:1fr 1fr ;
	gap:15px;
}

@media (min-width: 768px) {
.speaker-items .search-filter-query-posts {
	
	grid-template-columns:1fr 1fr 1fr 1fr ;
	gap:20px;
}
}

.speaker-items .search-filter-query-posts .speaker-item{
padding-left:0;
padding-right:0;

}
body.single-programme main{
	background-image:url('img/bg-single-programme.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
@media (min-width: 992px) {
body.single-programme .programme-content-wrapper{
	display:flex;
	    flex-direction: row-reverse;
	    gap:40px;
}
}
@media (min-width: 1200px) {
body.single-programme .programme-content-wrapper{
	    gap:80px;
}
}
body.single-programme .programme-content-wrapper .image{
	flex-shrink:0;
	text-align: center;
}
@media (min-width: 992px) {
body.single-programme .programme-content-wrapper .image{
max-width:500px;
}
}
body.single-programme .programme-content-wrapper .image img{
border-radius:15px;
overflow:hidden;

}
body.single-programme .programme-content{
	padding-top:1px;
}
body.single-programme .programme-content .tax-theme span{
    font-size: 16px;
    padding: 10px 26px;
    border-radius: 20px;
	margin-bottom: 5px;
}

body.single-programme .programme-content h2{
	color: #0B2F57;
font-family: "Funnel Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

body.single-programme .programme-content .programme-info span
 {
    width: 30px;
}
body.single-programme .programme-content .programme-info span img{
	height:20px;
	width:auto;
}

body.single-programme .programme-related-speaker p{
	margin-bottom:20px !important;
}
body.single-programme .programme-related-speaker li{
margin-bottom: 25px;
}
body.single-programme .programme-content .tax-topics a {
color: #0B2F57;
}

/* Programme Sharing functions */

.shareimpactweek {
	margin-bottom: 17px;
}

.shareimpactweek .sharetosocialmedia{
	margin-top:10px;display:flex;flex-wrap:nowrap;justify-content:space-between;gap:10px;margin-bottom:15px;align-items:center;
}

.shareimpactweek .sharetosocialmedia a{
	color:#fff;font-weight:bold;padding:10px 8px;display:flex;align-items:center;text-decoration:none;width:100%;text-align:center;justify-content:center;
}
.single-programme .shareimpactweek .sharetosocialmedia a svg{
	width:19px;
	height:19px
}
.shareimpactweek button{
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: none;
	border:0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background-color: orange;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 9px;
    min-width: 124px;
    display: flex;
    justify-content: center;
    align-content: center;

    gap: 9px;
}
.shareimpactweek button span{
	line-height:16px;
}
.shareimpactweek button, .shareimpactweek a{
	border-radius:7.5px;
}
.shareimpactweek > p{
	    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}



/* Partner Logos */

#partners.partner-logo-section {
	text-align: center;
}


/* Search results
--------------------------------------------- */


body.search-results h1{
	font-size:35px;
}
body.search-results h2{
	font-size:24px;
}
body.search-results .entry-title a{
	color:#000;

}

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

.gform-theme--api, .gform-theme--foundation{
	--gf-field-gap-x: 50px !important;
	--gf-form-gap-x: 50px !important;
    --gf-local-font-size: 18px !important;}

.gfield_label,
.gfield_checkbox label{
	font-size:18px !important;
	color: #21272A !important;
}
.ginput_container > input,
.ginput_container > textarea,
.ginput_container > select{
	padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 120% !important;
    border: 0 !important;
    border-radius: 7px !important;
    height: auto !important;
}
.gfield--type-choice .gfield_checkbox{
	/* display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
	display: inline-flex !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    flex-direction: row !important;
}

.gform-theme--framework .gfield--type-choice .gchoice{
    align-items: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
	display: flex !important;
    flex-direction: row-reverse;
}
.gform-theme--framework .gfield--type-choice .gchoice label{
margin-left:0px;
}
.gform-theme--framework .gfield--type-choice .gchoice label:hover{
	cursor:pointer;
}
.gform-theme--framework .gfield--type-choice .gchoice input{
	margin-left: 0px;
    width: 1px;
    opacity: 0;
}

.gform-theme--framework .gfield--type-choice .gchoice input[type="checkbox"]:checked + label::after{
    content: url(img/icon-remove.svg);
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 22px;
}
.gform-theme--framework .gfield--type-choice .gchoice input.gplc-disabled + label{
opacity:0.3;
}


.gform-footer input.gform_button[type="submit"]{
	background-color: #FF924C !important;
    text-transform: uppercase !important;
    width: 195px !important;
    height: 40px !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 0 auto !important;
}

/* Custom styles begin */

/* Hide Sections */
.tmp-hide {
	display: none !important;
}

/* Guest of Honour */
#impact-architect-highlights {
 text-align: center;
}

.goh-title h2, .keynote-title h2, .fireside-title h2 {
	font-size: 26px !important;
	margin-bottom: 20px !important;
}

/* #borne-tag .vc_single_image-wrapper {
	position: relative;
}


#borne-tag figcaption.vc_figure-caption::before {
    position: absolute;
	content: "via recorded message";
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 3px;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    bottom: 100%;
    left: 29%;
} */

.view-programme-btn .vc_btn3 {
    background-color: #ff8649 !important;
    border-color: #ff8649 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-image: none !important;
}

.explore-speakers-btn .vc_btn3 {
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-image: none !important;
}

.wpb_single_image .vc_figure-caption {
    font-size: 18px !important;
}

.goh-hl .wpb_wrapper.vc_figure {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    margin: 10px;
}

.keynote-border, .fireside-border {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    margin: 10px !important;
}

/* Six Domains of Impact */

.ul-1-col ul {
	list-style: none;
    margin-left: -50px;
    margin-right: -15px;
}

#six-pillars-col ul li img {
    border-radius: 10px;
}

#six-pillars-col ul li {
    text-align: center;
}

/* #vision-to-impact {
	padding: 60px 30px;
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-right: 5px !important;
    margin-left: 5px !important;
    background-image: linear-gradient(90deg, rgba(29, 63, 101, 0.65) 50%, rgba(255, 255, 255, 0) 70%), url(/wp-content/uploads/2025/07/vision-to-impact-bg.jpg?id=802) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px !important;
    height: auto;
} */

#vision-to-impact {
    padding: 60px 30px;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-right: 5px !important;
    margin-left: 5px !important;
    background: 
        linear-gradient(90deg, rgba(29, 63, 101, 0.65) 50%, rgba(255, 255, 255, 0) 70%),
        url(/wp-content/uploads/2025/07/vision-to-impact-bg.jpg) !important;
    background-position: 
        0 0,
        85% center !important; /* First value for gradient, second for image */
    background-repeat: no-repeat !important;
    background-size: 
        100% 100%,
        cover !important; /* First value for gradient, second for image */
    border-radius: 10px !important;
    height: auto;
}

@media (max-width: 425px) {
    #vision-to-impact {
        padding: 30px 15px;
    }
}


#pathway-to-connect {
	text-align: center !important;
}

/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
  
 body #gform_wrapper_1 { 
  max-width: 820px;
  margin: 0 auto;
 }
   
  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer{
    text-align: center;
  }
  
}

.gform_required_legend {
	display: none;
}

/* Hide the default radio buttons */
#field_1_24 .gfield-choice-input, #field_1_25 .gfield-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Style the container */
#field_1_24 .gfield_radio, #field_1_25 .gfield_radio {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
	/* Keep it horizontal */
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

/* Override the default Gravity Forms theme styles */
#field_1_24 .gchoice {
    flex: 1;
    max-width: 300px;
    margin-bottom: 0;
    /* Override the white background and border */
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#field_1_25 .gchoice {
    /* flex: 1; */
    margin-bottom: 0;
    /* Override the white background and border */
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Base button styling for all labels */
#field_1_24 .gform-field-label, #field_1_25 .gform-field-label {
    display: block;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#field_1_25 .gform-field-label {
	width: 100%;
	text-align: center;
	padding: 10px 30px;
	border-radius: 7px;

}

/* Shimmer effect */
#field_1_24 .gform-field-label::before, #field_1_25 .gform-field-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

#field_1_24 .gform-field-label:hover::before, #field_1_25 .gform-field-label:hover::before {
    left: 100%;
}

/* Partner Button Styles (Request an Invitation) - Now Navy */
#field_1_24 .gchoice_1_24_1 .gform-field-label, #field_1_25 .gchoice_1_25_0 .gform-field-label {
    background-color: white;
    color: #0B2F57;
    border: 2px solid #0B2F57;
}

#field_1_24 .gchoice_1_24_1 .gform-field-label:hover, #field_1_25 .gchoice_1_25_0 .gform-field-label:hover {
    background-color: #0B2F57;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 47, 87, 0.3);
}

/* Partner selected state */
#field_1_24 .gchoice_1_24_1 input:checked + .gform-field-label, #field_1_25 .gchoice_1_25_0 input:checked + .gform-field-label {
    background-color: #0B2F57;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 47, 87, 0.4);
}

/* Delegate Button Styles (Confirm an Invitation) - Now Orange */
#field_1_24 .gchoice_1_24_0 .gform-field-label, #field_1_25 .gchoice_1_25_1 .gform-field-label {
    background-color: white;
    color: #F08D3A;
    border: 2px solid #F08D3A;
}

#field_1_24 .gchoice_1_24_0 .gform-field-label:hover, #field_1_25 .gchoice_1_25_1 .gform-field-label:hover {
    background-color: #F08D3A;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(240, 141, 58, 0.3);
}

/* Delegate selected state */
#field_1_24 .gchoice_1_24_0 input:checked + .gform-field-label, #field_1_25 .gchoice_1_25_1 input:checked + .gform-field-label {
    background-color: #F08D3A;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(240, 141, 58, 0.4);
}

/* General Enquiry Button Styles - Now White */
#field_1_24 .gchoice_1_24_2 .gform-field-label {
    background-color: white;
    color: #0B2F57;
    border: 2px solid #0B2F57;
}

#field_1_24 .gchoice_1_24_2 .gform-field-label:hover {
    background-color: #0B2F57;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 47, 87, 0.3);
}

/* General Enquiry selected state */
#field_1_24 .gchoice_1_24_2 input:checked + .gform-field-label {
    background-color: #0B2F57;
	text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 47, 87, 0.4);
}

/* Active/click animation */
#field_1_24 .gform-field-label:active, #field_1_25 .gform-field-label:active {
    transform: translateY(-1px);
}

/* Focus states for accessibility */
#field_1_24 .gchoice_1_24_1 input:focus + .gform-field-label, #field_1_25 .gchoice_1_25_0 input:focus + .gform-field-label {
    box-shadow: 0 0 0 3px rgba(11, 47, 87, 0.3);
}

#field_1_24 .gchoice_1_24_0 input:focus + .gform-field-label, #field_1_25 .gchoice_1_25_1 input:focus + .gform-field-label {
    box-shadow: 0 0 0 3px rgba(240, 141, 58, 0.3);
}

#field_1_24 .gchoice_1_24_2 input:focus + .gform-field-label {
    box-shadow: 0 0 0 3px rgba(11, 47, 87, 0.3);
}

/* Message Alert Boxes */

.alert-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.alert-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #0B2F57;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(11, 47, 87, 0.15);
    position: relative;
    overflow: hidden;
}

#partner-alert {
    border: 2px solid #F08D3A;
    box-shadow: 0 4px 12px rgba(240, 141, 58, 0.15);
}

.alert-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0B2F57 0%, #1a4a7a 100%);
}

#partner-alert::before {
    background: linear-gradient(90deg, #F08D3A 0%, #e07420 100%);
}

.alert-box h3 {
    color: #0B2F57;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-box h3::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0B2F57;
    flex-shrink: 0;
}

.alert-box p {
    color: #0B2F57;
    font-size: 1em;
    margin: 0;
    line-height: 1.6;
}

#delegate-alert h3::before {
    background: linear-gradient(135deg, #0B2F57 0%, #1a4a7a 100%);
}

#partner-alert h3::before {
    background: linear-gradient(135deg, #F08D3A 0%, #e07420 100%);
}

#field_1_16 {
	margin-top: -37px;
}

/* Confirmation message */
#gform_confirmation_message_1 {
	font-size: 23px;
    text-align: center;
    margin-top: 60px;
}


@media (max-width: 425px) {
	.wef-font {
		font-size: 30px !important;
	}
}
    

/* Responsive design */
@media (max-width: 768px) {
    #field_1_24 .gfield_radio {
        flex-direction: column;
        align-items: center;
    }
    
    #field_1_24 .gform-field-label {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
    }
}

/* Custom styles end */

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

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



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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */


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