<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Aspire Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aspire
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 with others.

aspire is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# CoFspitntent
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
}

/**
 * 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;
}
h1,h2,h3,h4,h5,h6, .heading-font {
	font-family: 'Manrope', sans-serif !important;
	font-weight: 800 !important;

}

@media (min-width: 960px) {
	h2, .uk-h2 {
		font-size: 2.3rem !important;
	}
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	/*margin-bottom: 1.5em;*/
	margin-bottom: 1.5rem;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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




dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	width: 100%;
	/* Make sure images are scaled correctly. */
	/*max-width: 100%;*/
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	/*margin: 0 0 1.5em;*/
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* 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: left;
	font-size: 80%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*New Header*/
.headerContainer, .newpageContainer {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}



.aspHeaderColumnWrap {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.aspHeaderLogo {
	flex-shrink: 0;
}
.aspHeaderLogo  a {
    display: flex;
    align-items: flex-end;
   
}
.aspHeaderRightCol {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	position: relative;
}

.topmenuLinks {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
    padding-bottom: 15px;
}

.topmenuLinks .menuLinks{
	list-style:none;
}
.topmenuLinks .menuLinks a{
	display: flex;
	align-items: center;
	padding-right: 30px;
	color: #3F3632 !important;
	font-weight: 400;
	font-size: 18px;
}
.topmenuLinks .menuLinks a span {
	padding-left: 10px;
}
.topmenuLinks .menuLinks a img{
	width: 18px;
}
.topmenuLinks .menuLinks:last-child a{
	padding-right: 0px;
}

.aspHeaderRtBottomMenu .menu{
    height: auto;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.aspHeaderRtBottomMenu .menu li {
    margin-left: 32px;
	position: relative;
	list-style: none;
}
.aspHeaderRtBottomMenu .menu:first-child {
    margin-left: 0px;
}

.aspHeaderRtBottomMenu .menu .menu-button {
    background-color: #A51C30 !important;
    border-color: #A51C30 !important;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 25px 12px;
    font-weight: 600 !important;
    border: none;
}
.aspHeaderRtBottomMenu .menu .menu-button a{
	color: #fff !important;
}
.aspHeaderRtBottomMenu .menu .menu-item a, .menu-item-has-children&gt;a {
    height: auto !important;
    line-height: 1 !important;
    font-weight: 500;
    font-size: 18px !important;
	font-weight: 600;
    padding: 12px 0px;
    text-transform: uppercase;
	color: #3F3632;
	letter-spacing: .03em;
}
.menu-item-has-children&gt;a {
	opacity: 1 !important;
}


.aspHeaderRtBottomMenu .menu li:hover &gt; a, .aspHeaderRtBottomMenu .menu li.current-menu-item &gt; a {
	color: #A51C30;
}
/*
.aspHeaderRtBottomMenu .menu  &gt; li  .sub-menu {
	background: #ffffff;
    padding: 20px;
    border-radius: 0px;
    border: none;
    margin-left: -35px;
    min-width: 329px;
	width: auto;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.16);
	display: none;
	position: absolute;
	top:100%;
	left:0;
	z-index: 99;
}


#header-nav .menu &gt; .menu-item:last-child .sub-menu {
	left: auto;
	right: 0;
}

#header-nav .menu-item-has-children {
	position: relative;
}

.aspHeaderRtBottomMenu .menu-item-has-children:hover .sub-menu {
	display: block;
	list-style: none;
}
.aspHeaderRtBottomMenu .menu .sub-menu li {
    margin: 0px !important;
}
.aspHeaderRtBottomMenu .menu .sub-menu li a {
   	color: #3F3632;
    background: transparent;
   background: transparent;
    border: none;
    font-size: 15px;
    transition: .4s all;
    text-transform: none;
    text-align: left;
    font-weight: 500;
    line-height: 1.2 !important;
    height: auto !important;
    padding: 10px;
    letter-spacing: -0.16px;
    white-space: nowrap;
}

.aspHeaderRtBottomMenu .menu .sub-menu li a:after {
	display: none;
}
.aspHeaderRtBottomMenu .menu .sub-menu li.menu-item-has-children .sub-menu {
	display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    left: auto;
    box-shadow: none;
    margin: 0px;
    overflow: hidden;
    background: transparent;
	padding: 0px;
	min-width: 100%;
}
.aspHeaderRtBottomMenu .menu .sub-menu li.menu-item-has-children .sub-menu li a{
	padding-left: 28px;
	font-size: 14px;
	font-weight: 350;
	color: #444444;
	padding-bottom: 7px;
}

.aspHeaderRtBottomMenu .menu .sub-menu li a:after {
	display: none;
}
.aspHeaderRtBottomMenu .menu .sub-menu  .sub-menu li a:before {
	content: "";
    width: 7px;
    height:11px;
    background-image: url(/wp-content/uploads/2023/08/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
    left: 14px;
    top: 12px;
	position: absolute;
}
.aspHeaderRtBottomMenu .menu .sub-menu li:hover &gt; a {
	background: #A51C30;
	color: #fff;
}*/
#mobile-menu {
    display: none;
    margin-left: auto;
}
.aspHeaderRtBottomMenu .sub-menu {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 0px;
    margin-left: -20px;
    border: none;
    min-width: 330px;
    width: auto;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.16);
	display: none;
	position: absolute;
	top:100%;
	left:0;
	z-index: 99;
}
.aspHeaderRtBottomMenu .sub-menu li {
    margin: 0px !important;
}
.aspHeaderRtBottomMenu .sub-menu li a {
    color: #001F36;
    background: transparent;
    border: none;
    font-size: 16px;
    transition: .4s all;
    text-transform: none;
    text-align: left;
    font-weight: 500;
    line-height: 1.2 !important;
    height: auto !important;
    padding: 12px !important;
    letter-spacing: -0.16px;
    white-space: nowrap;
	width: 100%;
	display: block;
}

.aspHeaderRtBottomMenu .sub-menu li a:after {
	display: none;
}
.aspHeaderRtBottomMenu .sub-menu .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    left: auto;
    box-shadow: none;
    margin: 0px;
    overflow: hidden;
    background: transparent;
	padding: 0px;
	min-width: 100%;
}
.aspHeaderRtBottomMenu .sub-menu .sub-menu li a {
    padding-left: 28px !important;
	font-size: 14px;
	font-weight: 350;
	color: #444444;
	padding-bottom: 7px;
	width: 100%;
	display: block;
}
.aspHeaderRtBottomMenu .sub-menu .sub-menu li a:before {
    content: "";
    width: 7px;
    height:11px;
    background-image: url(/wp-content/uploads/2023/08/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
    left: 10px;
    top: 16px;
	position: absolute;
}
.aspHeaderRtBottomMenu .sub-menu li:hover &gt; a{
	background: #faf3f4;
}
.aspHeaderRtBottomMenu .menu &gt; li.menu-item-has-children &gt; .sub-menu {
    display: none !important;
}
.aspHeaderRtBottomMenu .menu &gt; li.menu-item-has-children:hover &gt; .sub-menu {
    display: block !important;
}

.new-home-banner .has-slideshow-msg .uk-overlay-primary {
	background: linear-gradient(210deg, rgba(63,54,50,0.1) 0%, rgba(63,54,50,0.75) 70%);
}
.new-home-banner .uk-slideshow-items {
	min-height: 811px !important;
}
.new-home-banner h1 {
	color: #fff !important;
	font-weight: 800;
	text-align: center;
	font-size: 3.3rem !important;
	line-height: 1.23;
	padding: 0 40px;
	max-width: 1000px;
	margin:0px;
}
.new-home-banner .banner-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-home-banner  a.banner-button {
	text-align: center;
	font-weight: 600;
	color: #fff !important;
	border:1px solid #fff;
	border-radius: 10px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: .4s all;
	font-size: 16px !important;
}
.new-home-banner.uk-slideshow .slideshow-msg {
	display: flex;
	align-items: center;
	opacity: 1;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	pointer-events: auto;
}

.logo-watermark-bg.wp-block-group.has-background {
	position: relative;
	padding-bottom: 60px !important;
}
body .uk-slideshow .uk-position-bottom-left,
body .uk-slideshow .uk-position-center-left, 
body .uk-slideshow .uk-position-center-right {
    z-index: 8;
}
body .slick-dots li button:before {
    display: none;
}
.logo-watermark-bg:before {
	pointer-events: none;
	content:'';
	left:0;
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2023/08/Bg-44.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}

.logo-watermark-rightalign {
	position: relative;
}
.logo-watermark-rightalign:before {
	pointer-events: none;
	content:'';
	right:0;
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2023/08/Union-25.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	
}
.global-impact-stat-columns {
	padding-bottom: 70px;
	padding-top: 30px;
}
.hm-global-impact-col {
	display: flex;
	align-items: center;
}

.hm-global-impact-col .wp-block-image {
	margin-bottom:0px;
	border-radius: 100%;
	min-width: 112px !important;
	min-height: 112px !important;
	background: #a51c30;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px !important;
}
.hm-global-impact-col .wp-block-image img {
	width: 50px;
	height: 50px;
}
.number-and-text {
}
.number-and-text .stat-number {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.10;
}
.wp-block-button a {
	border-radius: 10px;
	background:#A51C30;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 27px !important;
	border: 2px solid #A51C30;
}
.new-fill-button a, .red-button{
	border-radius: 10px;
	background:#A51C30 !important;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}
.red-button {
	padding:12px 27px;
	text-transform: uppercase;
}
.new-fill-button a:hover , .red-button:hover{
	background-color:rgba(165, 028,48,0.80) !important;
	color: #fff !important;
}
.left-padding-col {
	padding-left: 40px;
}

.new-outline-button a,
a.new-outline-button {
	background: transparent !important;
	border-color:#A51C30 !important;
	color: #A51C30 !important;
}

/*spotlight*/
.spotlight-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('/wp-content/uploads/2023/08/Bg-45.png') !important;
}
.spotlightcontent-detail {
	padding-bottom: 70px;
	padding-top: 70px;
	position: relative;
}
.spotlightdetail {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
	border:1px solid white;
	border-radius: 100%;
}
.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li.slick-active button {
	background: #fff;
}
.slick-dots li.slick-active button:before {
	opacity: 0;
}
.slick-prev, .slick-next {
	top: 40%;
}

.slick-prev:before {
	content:'';
	background:url(/wp-content/uploads/2023/08/Vector-19.png) !important;
	background-repeat:no-repeat;
	background-size: contain;
	width: 34px;
	height: 70px;
	position: absolute;
	left:-50px;
	top: 50%;
}

.slick-next:before {
	content:'';
	background:url(/wp-content/uploads/2023/08/Vector-18.png) !important;
	background-repeat:no-repeat;
	background-size: cover !important;
	width: 39px;
	height: 70px;
	position: absolute;
	right:-40px;
	top: 50%;
}

.spotlight-left-col {
	width: 50%;
	padding-right: 70px;
}
.spotlight-left-col h2{
	font-size: 2rem !important;
	color: #fff !important;
}
.spotlight-left-col h2 a{
	color: inherit !important;
}
.spotlight-left-col h2 a:hover{
	background-color: transparent !important;
	text-decoration: underline;
}
.spotlight-right-col {
	flex-shrink: 0;
	width: 50%;
	border-radius: 30px;
}
.spotlight-right-col img, .spotlight-right-col a{
	border-radius: 30px;
	width: 100%;
	height: 500px;
	object-fit: cover;
	
}
.spotlightdetail a.fi-button{
	background:transparent !important;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 9px 27px !important;
	border: 2px solid #fff !important;
	border-radius: 10px !important;
	display: inline-block;
	text-transform: uppercase !important;
}

.spotlight-left-col span {
	font-weight: 500;
}
.spotlightdetail  h2 {
	color: #fff !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.spotlightcontent {
	color: rgba(255,255,255,0.8) !important;
	line-height: 1.9 !important;
	padding-bottom: 20px;
}
.get-involved-columns {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.no-padding-bottom.wp-block-group.has-background {
	padding-bottom:0px !important;
}
.get-involved-col {
	position: relative;
	flex-basis: 100% !important;
	
} 
.get-involved-col .hover-link {
	display: block;
	padding-top: 30px;
}


:where(.wp-block-columns.is-layout-flex.get-involved-columns) {
	column-gap: 0 !important;
}
.get-involved-col:before {
	content:'';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(63, 54, 50, 0) 33.74%, #3F3632 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s all ease;
}
.get-involved-col:hover:before {
	background: rgba(165,28,48,0.8);
}
.hover-text-content {
	width: 100%;
	height: 100%;
	background: transparent;
	color: #fff;
	text-align: center;
	padding: 30px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s all ease;
	align-items: center;
	justify-content: center;
	flex-direction: column;	
}
.hover-text-content .hover-text-innerwrap {
	max-width: 490px;
}
.get-involved-col .wp-block-image {
	margin-bottom: 0px;
}

.get-involved-col  .wp-element-caption {
	color: white !important;
    text-align: center;
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 2rem !important;
    font-weight: 800;
	font-family: 'Manrope', sans-serif !important;

}
.get-involved-col:hover .hover-text-content {
	display: flex;;
}
.get-involved-col:hover  .wp-element-caption {
	display: none;
}

.hover-text-content h2 {
    color: #fff !important;
    font-size: 2rem !important;
    margin-top: 0px;
}
.hover-text-content  a {
	background: transparent;
	border:none; 
	border-radius: 0px;
	color: #fff !important;
	text-transform: none;
	font-weight: 600;
	padding: 9px 35px;
	font-size: 2rem !important;
	display: block;
}
.spotlightdetail a:hover, .banner-link a:hover {
	background: #A51C30 !important;
	color: #FFFFFF !important;
	border-color: #A51C30 !important;
}
.hover-link a:hover {
	background: #fff !important;
	color: #A51C30 !important;
	border-color: #fff !important;
}


/* Footer form*/
.footer-newsletter-form {
	background: url(/wp-content/uploads/2023/08/Rectangle-355-4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer-form-columns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-section-heading {
	width: 50%;
}
.footer-section-heading h2 {
	margin-bottom:0px;
	font-size: 2rem !important;
}
.newsletter-form {
	width: 50%;
}

.newsletter-form form {
	display: flex;
	align-items: stretch;
}
.newsletter-form form .gform-body {
	width: 100%;
}
.newsletter-form form .gform_footer {
	margin: 0px !important;
	padding:0px !important;
	margin-left: 20px !important;
}

.newsletter-form form .gform_footer  .gform_button {
	border-radius: 10px;
    background: #A51C30 !important;
    color: #FFFFFF;
    font-size: 16px !important;
	padding: 0px 50px !important;
    font-weight: 600;
	margin-bottom:0px !important;
}

.newsletter-form .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
	background: #fff !important;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 10px;
	padding:30px 19px !important;
}
.newsletter-form form .gform_footer p {
	display: none;
}
@media (max-width: 1450px) {
	.headerContainer {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media (max-width: 1200px) {
	.aspHeaderRtBottomMenu .menu .menu-item {
		margin-left: 20px;
	}
	.topmenuLinks .menuLinks a {
		font-size: 17px;
	}
	.aspHeaderLogo a {
		width: 200px;
	}
}



/************************************************************  Mobile Menu */


#mobile-menu .shiftnav-toggle {
    background: transparent;
    color: #A51C30 !important;
    font-size: 28px;
    padding: 0px;
    line-height: 100px;
}
#mobile-menu .shiftnav-toggle i {
    margin-right: 0px;
}
#shiftnav-main {
    width: 320px;
	top:0;
}
#shiftnav-main:after {
	display: none;
}
#shiftnav-main .shiftnav-nav {
    padding-top: 75px;
    background: #a51c30;
}
#shiftnav-main .shiftnav-nav li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
    color: white;
    padding: 10px 30px;
    font-family: "Poppins";
}
#shiftnav-main .shiftnav-panel-close {
    color: white;
}
#shiftnav-main .shiftnav-nav .shiftnav-submenu-activation {
    font-size: 12px;
    color: #fff;
	max-height: 52px;
	min-width: 80px;
}
#shiftnav-main .sub-menu {
    background: rgba(0,0,0,.1);
}
#shiftnav-main .sub-menu.shiftnav-sub-active {
    padding: 10px 0px;
}
#shiftnav-main .sub-menu li a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 15px 8px 45px;
    font-family: "Poppins";
}
#shiftnav-main .sub-menu .sub-menu li a {
    padding: 6px 15px 6px 70px;
}
#shiftnav-main .sub-menu .sub-menu li a:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 17px;
    opacity: .5;
}
#shiftnav-main .sub-menu .menu-icon a {
    display: flex;
    align-items: flex-start;
}
#shiftnav-main .sub-menu .menu-icon a i {
    width: 30px;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    transform: translate(0px, 2px);
}
#shiftnav-main .mm-quick-links {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 30px;
    background: transparent;
    margin-top: 15px;
}
#shiftnav-main .mm-quick-links h4,
#shiftnav-main .mm-socials h4,
#shiftnav-main .mm-contact h4 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 700;
    font-family: "Poppins";
}
#shiftnav-main .mm-quick-links ul {
	display: block !important;
}
#shiftnav-main .mm-quick-links li a {
    color: white !important;
    display: block !important;
    font-size: 16px;
    padding: 8px 0px;
    text-transform: none;
    font-weight: 500;
}
#shiftnav-main .mm-buttons {
    background: rgba(0,0,0,.1);
    padding: 30px;
}
#shiftnav-main .mm-socials {
    padding: 30px;
    background: transparent;
    text-align: center;
}
#shiftnav-main .mm-socials a {
    color: #fff;
    font-size: 19px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    margin: 0px 3px;
}
#shiftnav-main .mm-buttons li {
    margin-bottom: 10px;
}
#shiftnav-main .mm-buttons li:last-child {
    margin-bottom: 0px;
}
#shiftnav-main .mm-buttons li a {
    display: block;
    text-align: center;
    background: #7B1C4D;
    color: white;
    font-size: 17px;
    padding: 13px 10px;
    text-transform: uppercase;
    border-radius: 35px;
    font-weight: 600;
    border: 1px solid white;
}

.shiftnav ul.shiftnav-menu li.menu-button a {
	background: #333;
	border-radius: 10px;
	color: #fff;
	margin: 0 28px;
	text-align: center;
	
}

@media (max-width: 1100px) {
	.aspHeaderRtBottomMenu {
		position: relative;
	}
	
	.aspHeaderColumnWrap {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#mobile-menu {
		display: flex;
		align-items: center;
	}
	.aspHeaderRtTopMenu, .aspHeaderRtBottomMMainenu {
		display: none;
	}
	#mobile-menu .searc-icon {
		padding-right: 20px;
	}
	#mobile-menu .searc-icon a{
		display: flex !important;
		color: #3F3632!important;
	}
	#mobile-menu .searc-icon  a img {
   		width: 22px;
	}
	
	#mobile-menu .searc-icon  a span {
		padding-left: 5px;
	}
	
}

.slick-track {
    display: flex !important;
}

.social-links a {
	float: left !important;
}

@media (min-width: 960px) {
	#nav-footer.uk-column-1-4\@m {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

/* Programs */

.new-page-banner {
	height: clamp(541px,33vw, 650px);
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.new-page-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

.new-page-banner h1{
	color: #fff !important;
	font-size: 60px !important;
    line-height: 1.23;
}

.program-intro-block {
	padding: 60px 40px;
	font-size: 24px;
	background-color: rgba(232,232,232,1);
}

.program-intro-block p:last-child {
	margin-bottom:0px;
}

.program-eligibility-section {
	padding: 60px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.program-left-col {
	width: 50%;
}
.program-right-col {
	padding-left: 60px;
	width: 50%;
}

.programs-module-section {
	padding: 60px 40px 100px;
}
.program-alumni-engagement-col .red-button {
    display: inline-block;
}

//style.css with responsive
.timeline-section {
	text-align: center;
}
.decade-timeline {
	display: inline-block;
	text-align: center;
	background:#F06A00;
	color: #fff !important;
	padding: 12px 30px;
	font-size: 16px !important;
	text-transform: uppercase !important;
	margin-bottom:0px !important;
}

.timeline-columns:nth-child(odd) .tm-left-col {
	order: 2;
	padding-left: 78px;
	padding-right: 0px;
}
.timeline-columns:nth-child(odd) .tm-right-col {
	order: 0;
	padding-left: 0;
	padding-right: 78px;
}
.timeline-columns:nth-child(odd)  .tm-details:after {
	/*content:'';
	background-image: url(https://www.axcelis.com/wp-content/uploads/2023/05/circle-image.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top:35px;
	right: -115px;*/
}
.timeline-columns:nth-child(even)  .tm-details:after {
	/*content:'';
	background-image: url(https://www.axcelis.com/wp-content/uploads/2023/05/circle-image.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top:35px;
	left: -112px;*/
}

.timeline-columns:last-child:before {
	height:100%;
}

.tm-center-col.dots {
    background-image: url(/wp-content/uploads/2023/09/Ellipse-56.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 58px;
    z-index: 2;
    order: 1;
    margin: 200px auto 0px;
    position: relative;
    left: 3px;
    transition: .4s all;
}
.tm-details .tm-content {
	font-size: 16px;
}
.timeline-columns:nth-child(even) .tm-left-col {
	order: 0;
}
.timeline-columns:nth-child(even) .tm-right-col {
	order: 1;
}
.decade-timeline {font-weight: 700 !important;}

.timeline-columns {
	display: flex;
	align-items: flex-start; 
	justify-content: space-between;
	position: relative;
	padding-top: 140px;
}

.timeline-columns:before {
	content: '';
	position: absolute;
	left:50%;
	transform: translate(50%,0);
	top:0;
	width: 4px;
	height: 100%;
	background: #A51C30;
}
.tm-left-col, .tm-right-col {
	width: 50%;
}

.tm-details {
	text-align: left;
}
.tm-right-col {
	padding-left: 78px;
	position: relative;
}
.tm-left-col {
	padding-right: 78px;
}
.tm-right-col .tm-details {
	background: rgba(217,217,217,0.2);
	border-radius: 20px;
	box-shadow: none; 
	padding: 40px;
	min-height: 458px;
}
.tm-right-col .tm-details strong {
	color: #000;
}
.tm-title {
	color: #3F3632;
	font-size: 32px;
	margin-bottom: 10px;
}

.module-number-and-duration {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 15px;
	flex-wrap: wrap;
}

.moduleNumberHeading {
	text-transform: uppercase;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size:clamp(20px,2.18rem,42px);
	line-height: 60px;
	color: #A51C30;
	padding-right: 23px;
}

.moduleDuration {
	color:#A51C30;
	padding: 10px 17px;
	text-transform: uppercase;
	border: 2.13325px solid #A51C30;
	border-radius: 5.33312px;
	font-family: 'Manrope';
	font-weight: 800;
	font-size: 17.066px;
	line-height: 21px;
	text-align: center;
}
.tm-right-col .tm-details {
	position: relative;
}

.tm-right-col .tm-details:before {
    content: '';
    width: 38px;
    height: 33px;
    background: url(https://www.axcelis.com/wp-content/uploads/2023/06/Union-1-2.svg) no-repeat center;
    background-size: contain;
    transform: scale(-1);
    position: absolute;
    top: 26px;
    left: -32px;
}
.timeline-columns:nth-child(odd) .tm-details:before {
    left: auto;
    right: -32px;
    transform: none;
}

.tm-details .tm-content {
    font-size: 18px;
    line-height: 1.5;
}

.tm-details .tm-content ul li:not(:last-child){
	padding-bottom: 10px;
}

.tm-left-col img {
	box-shadow: none;
	border-radius: 20px;
	height: 458px;
    width: 100%;
    object-fit: cover;

}
.gallery-images img {
	margin-bottom: 16px;
}
.gallery-images img:only-child {
	margin-bottom: 5px;
}

.program-alumni-engagement-block {
	background: rgba(232,232,232,0.2);
	padding: 100px 40px 100px 0px;
}
.program-intro-text {
	font-size: 20px;
	max-width: 1050px;
	margin: 0 auto;
}
.program-alumni-engagement-slider-and-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.program-alumni-engagement-slider {
	width: 50%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.program-alumni-engagement-slider .slick-dots {
	bottom: 50px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	display: none;
}
.alumni-eng-slide {
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.alumni-eng-slide img{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100%;
	object-fit: cover;
	height: 34vw;
	min-height: 665px;
}
.alumni-eng-slide:before {
	content:'';
	background-image:url(/wp-content/uploads/2023/08/Rectangle-554-3.png);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.alumni-quote-and-name {
	color: #fff;
	position: absolute;
	bottom: 80px;
	left:0px;
	padding: 10px 60px;
}

.alumni-quote {
	font-size: 24px;
}
.program-alumni-engagement-col {
	width: 50%;
	padding: 30px 30px 30px 80px;
	font-size: 22px;
	max-width: 700px;
	margin: 0 auto 0 0;
}

.cohorts-list-section {
	padding: 60px 40px;
}

.cohort-intro-text {
	font-size: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.cohorts-columns-section {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
}

.cohorts-column {
	width: calc(33.33% - 40px);
	background: #FFFFFF;
	border: 1px solid rgba(63, 54, 50, 0.2);
	box-shadow: -22px 22px 23px rgba(63, 54, 50, 0.1);
	border-radius: 10px;
	margin: 20px;
	font-size: 20px;
}

.cohorts-col-details {
	text-align: center;
	padding-bottom: 60px;
}

.cohHeading {
	background: #3F3632;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}

.cohHeading h4 {
	text-align: center;
	color: #FFF !important;
	font-size: 30px;
	margin-bottom:0px !important;
}
.cohDates {
	padding:40px 60px;
}

.cohDatesList {
	padding-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.applyButton a {
	font-size: 20px !important;
	border:2px solid #A51C30;
	padding: 10px 30px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.applyButton a:hover {
	background:#A51C30 !important;
	color: #fff!important;
}
@media (max-width: 1023px) {
	.timeline-columns:nth-child(odd) .tm-right-col {
		padding-right: 60px;
	}
	.timeline-columns:nth-child(odd) .tm-left-col {
		padding-left: 60px;
	}
	.timeline-columns:nth-child(even) .tm-right-col {
		padding-left: 60px;
	}
	.timeline-columns:nth-child(even) .tm-left-col {
		padding-right: 60px;
	}
	.timeline-columns:nth-child(odd) .tm-details:after {
		right: -78px;
	}
	.timeline-columns:nth-child(even) .tm-details:after {
		left: -72px;
	}

	.timeline-columns:nth-child(even) .tm-right-col {
		margin-bottom: 80px;
	}
	.program-alumni-engagement-col {
		padding-left: 30px;
	}
}

@media (max-width: 960px) {
	.timeline-columns:before {
		display: none;
	}
	.timeline-columns {
		flex-direction: column;
	}
	
	.tm-left-col {
		z-index: 2;
	}
	.tm-right-col {
		z-index: 3;
		position: relative;
	}
	.tm-left-col ,.tm-right-col {
		width: 100%;
		position: relative;
		padding:20px 0;
	}
	.timeline-columns {
		padding-top: 0px;
	}
	.timeline-columns:nth-child(odd) .tm-right-col {
		padding-right: 0px;
	}
	.timeline-columns:nth-child(odd) .tm-left-col {
		padding-left: 0px;
		order: 0;
	}
	.timeline-columns:nth-child(even) .tm-right-col {
		padding-left: 0px;
	}
	.timeline-columns:nth-child(even) .tm-left-col {
		padding-right: 0px;
		padding-top: 80px;
	}
	.timeline-columns:nth-child(even) .tm-right-col {
		order: 0;
		padding-bottom: 0px;
	}
	
	.timeline-columns:nth-child(odd) .tm-details:before, .timeline-columns:nth-child(even) .tm-details:before {
		display: none;
	}
	.tm-center-col.dots{
		display: none;
	}
	.tm-gallery {position: relative;z-index: 4;}
	.tm-left-col img {
		height: 65vw;
	}
	.timeline-section {
		position: relative;
	}
	.timeline-section:before {
		content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 22px;
		width: 8px;
		height: 98%;
		background: #A51C30;
		z-index: 1;
	}
	
	.tm-right-col {
		z-index: 4;
		background: rgb(241 241 241);
		border-radius: 20px;
		margin: 20px 0;
		padding:0;
	}
}
.timeline-columns:hover .tm-center-col.dots {
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 5;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0 30px rgba(255,255,255,.5);
}

@media (max-width: 960px) {
	.program-right-col {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.program-intro-block {
		padding: 40px 40px;
	}
	.program-eligibility-section, .footer-form-columns {
		flex-direction: column;
	}
	.program-left-col, .footer-section-heading {
		width: 100%;
	}
	.program-right-col, .newsletter-form {
 		padding-left: 0px;
		width: 100%;
		padding-top: 30px;
	}
	.logo-watermark-rightalign:before {
		background-position: bottom right;
	}
	.footer-section-heading h2 {
		text-align: center;
	}
	.program-alumni-engagement-block {
		padding-right:0px;
		padding-bottom: 30px;
	}
	.program-alumni-engagement-slider-and-content, .cohorts-columns-section {
		flex-direction: column;
	}
	.program-alumni-engagement-slider, .program-alumni-engagement-col,.cohorts-column {
		width: 100%;
	}
	.cohorts-column {
		margin:0px;
		margin-bottom: 50px;
	}
	
}

.embed-container { position: relative; padding-bottom: 70%; height: 0; overflow: hidden; max-width: 100%; width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#footer-bottom{
	background: #292421 !important;
}

#footer-bottom a, #footer-bottom uk-link{
	color: #fff !important;
}
.get-involved-col:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.74%, #000 100%);
    height: 250px;
}
.get-involved-col:hover:before {
	height: 100%;
}
.has-slideshow-msg .uk-overlay-primary {
    background: linear-gradient(210deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.45) 90%);
}
.eligibility-content {
	font-size: 20px;
}
.eligibility-buttons {
    margin: 25px 0px 0px;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
}
body .has-slideshow-msg .uk-overlay-primary {
    background: linear-gradient(210deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.35) 90%);
}
body blockquote:before {
    color: #A51C30;
}

/*Home Responsive*/

@media (max-width: 1350px){
	.spotlightslider .slick-next, .spotlightslider .slick-prev {
		display: none !important;
	}
	
	.new-page-banner h1 {
		font-size: 50px !important;
	}
	
	.moduleNumberHeading {
		font-size: 35px;
	}
	
}
@media (max-width: 1100px) {
	.new-home-banner h1 {
		font-size: 2.6rem !important;
	}
	.headerContainer  {
		padding-left: 15px;
		padding-right: 15px;
	}
	.spotlight-left-col {
		padding-right: 50px;
	}
	.new-home-banner .uk-slideshow-items {
		min-height: 50vh !important;
	}	
	.get-involved-col .wp-element-caption, .hover-heading h2 {
		font-size: 1.6rem !important;
	}
}


@media (max-width: 960px) {
	.global-impact-stat-columns {
		flex-direction: column;
	}
	.spotlight-left-col h2, .footer-section-heading h2 {
		font-size: 1.6rem !important;
	}
	.spotlight-left-col {
		padding-right: 35px;
	}
	.slick-next, .slick-prev {
		display: none;
	}
	.get-involved-columns {
		flex-direction: column !important;
		gap:0 !important;
	}
	.new-page-banner h1 {
		font-size: 40px !important;
	}
}
@media (max-width: 767px) {
	.new-home-banner h1 {
		font-size: 2rem !important;
	}
	.spotlightdetail {
		flex-direction: column-reverse;
	}
	.spotlight-left-col {
		width: 100%;
		padding-right: 0px;
		padding-top: 30px;
		text-align: center;
	}
	.spotlight-right-col {
		width: 100%;
	}
	.spotlight-right-col img, .spotlight-right-col a {
		height: 65vw;
	}
	.program-intro-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.moduleNumberHeading {
		font-size: 28px;
	}
	.moduleHeading h3 {
		font-size: 1.3rem;
	}
	.tm-right-col .tm-details {
		padding: 30px;
		min-height: auto;
	}
	.programs-module-section {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 60px;
	}
	.alumni-quote-and-name {
		padding: 10px 20px;
		bottom: 40px;
	}
	.alumni-quote {
		font-size: 20px;
	}
	.program-alumni-engagement-slider .slick-dots {
		bottom: 20px;
	}
	.program-alumni-engagement-slider {
		border-radius: 0px;
	}
	.alumni-eng-slide img {
		border-radius: 0px;
	}
	.alumni-eng-slide {
		border-radius: 0px;
	}
	.alumni-eng-slide:before {
		border-radius: 0px;
	}
	.alumni-quote {
		font-size: 16px;
	}
}

@media (max-width: 600px) {
	.aspHeaderLogo a {
		width: 150px;
	}
	.left-padding-col {
		padding-left: 0px;
	}
	.spotlightcontent-detail {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.spotlightdetail {
		padding-bottom: 0px;
	}
	.newsletter-form form {
		flex-direction: column;
	}
	.newsletter-form form .gform_footer {
		margin-top: 10px !important;
		margin-left:0px !important;
	}
	.newsletter-form form .gform_footer .gform_button {
		padding: 8px 50px !important;
		width: 100%;
	}
	
	#footer-bottom .uk-text-left,#footer-bottom  .uk-grid&gt;* {
		text-align: center !important;
	}
	.social-links {
		display: flex;
		justify-content: center;
	}
	.tm-details .tm-content,
	.eligibility-content,
	.cohort-intro-text,
	.cohDatesList,
	.program-intro-text {
		font-size: 16px;
	}
	.cohDates {
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.new-home-banner .uk-slideshow-items {
		min-height: 600px !important;
	}
	.new-home-banner h1 {
		font-size: 1.6rem !important;
		padding: 0px 20px;
	}
	.hm-global-impact-col .wp-block-image {
		min-width: 100px !important;
		min-height:100px !important;
	}
	.number-and-text .stat-number {
		font-size: 26px;
	}
	.new-outline-button a,.new-fill-button a, .new-outline-button, .new-fill-button{
		width: 100%;
	}
	.eligibility-buttons {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.new-home-banner .uk-slideshow-items {
		min-height: 500px !important;
	}
	.new-home-banner h1 {
		font-size: 1.4rem !important;
	}
	#mobile-menu .searc-icon {
		padding-right: 10px;
	}
	.new-page-banner h1 {
		font-size: 35px !important;
	} 
	body .uk-slideshow .uk-position-center-left, body .uk-slideshow .uk-position-center-right {
		display: none;
	}
	.spotlight-left-col h2, .footer-section-heading h2 {
		font-size: 1.3rem !important;
	}
}

.has-color-gray-lt-background-color {
	background: #f5f5f5 !important;
}

.search-button {
	height: 40px;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: #A51C30 !important;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px;
	margin-left: 5px;
}
.search-form {
    align-items: stretch;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 8px rgb(0 0 0/.2);
    min-width: 250px;
    z-index: 4;
	color: #fff;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal;
}

.search-fields {
    background: #f5f5f5;
    padding: 10px;
    width: 100%;
    border-color: transparent;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.search-form{ 
	display:none;
}
.aspHeaderRtTopMenu .topmenuLinks {
	position: relative;
}

.search-field {
    height: 37px;
    margin: 3px 0;
    position: relative;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-header h1::first-letter {
    font-size: inherit !important;
}
body .uk-video-slideshow .uk-slideshow-items li {
    display: block !important;
}
body .uk-video-slideshow .uk-slideshow-items .slideshow-video-embed iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow-video-embed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow-video-embed:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
}

@media screen and (max-width: 1100px) {
	.search-form {
		top: 80px;
	}
}
</pre></body></html>