@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
body { font-family: 'Epilogue', sans-serif; color: #000; background: #fff; font-size: 16px; }
h1,h2,h3,h4,h5,h6,.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6 { font-family: 'Epilogue', serif; color: #000; font-weight: 500; }
h1,.uk-h1 { font-size: 3.75rem; }
h1.page-heading { font-size: 3rem; }
@media (max-width: 640px) {
	h1.page-heading { font-size: 2rem; }
}
h3,.uk-h3 { font-size: 1.8125rem; }
h4,.uk-h4 { font-size: 1.5rem; }
h5,.uk-h5 { font-size: 1.25rem; }
h6,.uk-h6 { font-size: 1.125rem; }
h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus { color: #96be28; }
.green a, .green, a.green { color: #96be28!important; }
a, .uk-link { color: #1D70B7; }
.blue a, .blue, a.blue { color: #1D70B7!important; }
.red a, .red, a.red { color: #ff0000!important; }
.blue a.green { color: #96be28!important; }
.blue a.red { color: #ff0000!important; }
.green a.blue { color: #1D70B7!important; }
.green a.red { color: #ff0000!important; }

*.uk-text-center.constrain { margin-left: auto; margin-right: auto; }
strong, .uk-text-bold { font-weight: 600; }
.uk-modal-header { padding-left: 0; padding-right: 0; }

@media (max-width: 960px) {
	html { font-size: 0.875rem; }
}
@media (min-width: 960px) {
	h2.constrain,h3.constrain,h4.constrain { max-width: 60%; }
}

.uk-section-muted { background-color: #f5f5f5; }
.uk-section-white { background-color: #fff; }
.uk-section-rounded { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }

.page-template-activity-landing-page .footer-galler-wrapper { background-color: #f9f9f9; }

.uk-form-label-clean { color: #333; font-size: .875rem; }
.uk-button-text-large { font-size: 1.5rem; line-height: 60px; text-transform: none; }

/* Buttons */
.uk-button { border-radius: 50px; font-weight: 600; line-height: 47px; padding-top: 2px; }
.uk-button-small { border-radius: 50px; font-weight: 600; line-height: 35px; padding-top: 2px; font-size: 0.8125rem; }

.uk-button-greenwhite { background: #96be28; color: #fff; }
.uk-button-greenwhite.uk-active,
.uk-button-greenwhite:hover,
.uk-button-greenwhite:focus { background: #fff; color: #96be28; }

.uk-button-greenblue { background: #96be28; color: #fff; }
.uk-button-greenblue.uk-active,
.uk-button-greenblue:hover,
.uk-button-greenblue:focus { background: #33abdf; color: #fff; }

.uk-button-bluegreen { background: #33abdf; color: #fff; }
.uk-button-bluegreen.uk-active,
.uk-button-bluegreen:hover,
.uk-button-bluegreen:focus { background: #96be28; color: #fff; }

.uk-button-whitegreen { background: #fff; color: #96be28; }
.uk-button-whitegreen.uk-active,
.uk-button-whitegreen:hover,
.uk-button-whitegreen:focus { background: #96be28; color: #fff; }

.uk-button-whitegrey { background: #fff; color: #333; }
.uk-button-whitegrey.uk-active,
.uk-button-whitegrey:hover,
.uk-button-whitegrey:focus { background: #333; color: #fff; }

/* UI Kit Overrides */
.uk-checkbox { height: 30px; width: 30px; margin-right: 10px; margin-top: 0; }
.uk-notification-message { text-align: center; font-weight: 600; }
.uk-notification-message-primary { background: #1e87f0; color: #fff; }
.uk-notification-message-success { background: #32d296; color: #fff; }
.uk-notification-message-warning { background: #faa05a; color: #fff; }
.uk-notification-message-danger { background: #f0506e; color: #fff; }
.uk-alert-danger { border: 1px solid #f0506e; }
*+.uk-alert { margin-top: 10px; }
.uk-section:not(.uk-section-primary):not(.uk-section-secondary):not(.uk-section-white) { background: #f9f9f9; }
.uk-form-horizontal { padding: 30px 30px; background: #fff; border: 1px solid #e5e5e5; }
.uk-form-horizontal.clean { border: 0px; padding: 0px 0px; }
.uk-form-horizontal.clean fieldset { padding: 30px 30px; background: #fff; border: 1px solid #e5e5e5; }
.uk-form-horizontal.clean fieldset > *:last-child { margin-bottom: 0px; }
.uk-placeholder { border-style: solid; background: #fff; }
.uk-button-default { background: #fff; }

.uk-width-xsmall { width: 120px; }

header { background: #fff; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 2px 10px -1px rgba(0,0,0,0.12); } }
header.uk-sticky-fixed { background: #fff; z-index: 1000; } 
header .logo a,
header .logo a img { display: block; }
header .logo a img { width: 270px; height: 79px; }
header > .uk-container { padding-top: 15px; padding-bottom: 14px; }

@media (max-width: 960px) {
	header .logo a img { width: 220px; height: auto; }
}
@media (max-width: 640px) {
	header .logo a img { width: 200px; }
	header > .uk-container { padding-top: 11px; padding-bottom: 11px; }
}
@media (max-width: 400px) {
	header .logo a img { width: 160px; }
}

.top-bar { padding-top: 10px; padding-bottom: 10px; background: #33abdf; }
.top-bar .uk-navbar-nav > li > a { min-height: 1px; padding: 0; font-size: 0.875rem; line-height: 1.4em; text-transform: none; font-weight: 400; color: #fff; }
.top-bar .uk-navbar-nav > li > a > .uk-icon { display: none; }
.top-bar .nav-wrapper { padding: 7px 25px; }
.top-bar .account-wrapper { border: 1px solid #fff; border-radius: 5px; padding: 6px 25px; background: rgba(255,255,255,0.2); }
@media (max-width: 640px) {
	.top-bar { padding-top: 6px; padding-bottom: 6px; }
	.top-bar .nav-wrapper { padding: 3px 0px; }
	.top-bar .uk-navbar-nav > li > a { font-size: 1rem; }
}

.mobile-menu { display: none; }
.mobile-menu .uk-button { position: relative; font-size: 15px; text-transform: none; }
.mobile-menu .uk-button .label { padding-left: 38px; position: relative; }
.mobile-menu .uk-button .label .uk-icon { position: absolute; left: 0px; top: -5px; }

@media (max-width: 1260px) {
	header > .uk-container { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 1200px) {
	.desktop-menu { display: none; }
	.mobile-menu { display: block; }
}


@media (max-width: 670px) {
	.mobile-menu .uk-button .label { padding-left: 36px; }
	.mobile-menu .uk-button { font-size: 14px; line-height: 41px; padding-left: 20px; padding-right: 20px; }
	.mobile-menu .uk-button.uk-margin-right { margin-right: 15px!important; }
	.mobile-menu .uk-button .label .uk-icon { top: -6px; }
}
@media (max-width: 530px) {
	.mobile-menu .uk-button { font-size: 13px; line-height: 37px; padding-left: 15px; padding-right: 15px; }
	.mobile-menu .uk-button .label .uk-icon { top: -4px; }
	.mobile-menu .uk-button .label { padding-left: 30px; }
	.mobile-menu .uk-button.uk-margin-right { margin-right: 10px!important; }
	.mobile-menu .uk-button .label .uk-icon svg { height: 20px; width: 20px; }
}
@media (max-width: 480px) {
	.mobile-menu a:first-of-type { display: none; }
	.mobile-menu .uk-button-bluegreen { background: #96be28; color: #fff; }
	.mobile-menu .uk-button-bluegreen.uk-active,
	.mobile-menu .uk-button-bluegreen:hover,
	.mobile-menu .uk-button-bluegreen:focus { background: #33abdf; color: #fff; }
}

.uk-offcanvas-bar { background-color: #f5f5f5; }
.uk-offcanvas-bar h3 { padding-top: 15px; padding-bottom: 10px; border-bottom: 1px solid #444; color: #444; }
.uk-offcanvas-bar a { color: #444; }
.uk-offcanvas-bar a:hover { color: #444; font-weight: 600; }

.main-menu .uk-navbar-nav { gap: 25px; }
.main-menu .uk-navbar-nav > li > a { position: relative; min-height: 1px; letter-spacing: -0.5px; line-height: 78px;  padding: 0; font-size: 1rem; font-weight: 600; text-transform: uppercase; color: #1773b6; }
.main-menu .uk-navbar-nav > li.current-menu-item > a,
.main-menu .uk-navbar-nav > li.current-page-parent > a,
.main-menu .uk-navbar-nav > li.current-page-ancestor > a,
.main-menu .uk-navbar-nav > li > a:hover,
.main-menu .uk-navbar-nav > li > a:focus { color: #96be28; }
.main-menu .uk-navbar-nav > li > a > .uk-icon { display: none; }
.main-menu .uk-navbar-nav > li.menu-item-has-children > a > .uk-icon { display: inline-block; }
.main-menu .uk-navbar-nav > li:last-child a { line-height: 46px; margin-top: 17px; background: #96be28; color: #fff; border-radius: 50px; padding: 0 25px; }
.main-menu .uk-navbar-nav > li:last-child a:hover,
.main-menu .uk-navbar-nav > li:last-child a:focus { background: #33abdf; }
.main-menu .uk-navbar-nav > li > a[aria-expanded="true"]::before { content: ''; width: 0px; height: 0px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #33abdf; position: absolute; bottom: -15px; left: calc(50% - 5px); }
.main-menu .uk-navbar-dropdown { width: 100%; box-shadow: none; background: #33abdf; color: #fff; left: 40px; border-bottom-left-radius: 25px; padding: 0px; }
.main-menu .uk-navbar-dropdown.split { background: linear-gradient(90deg, #33abdf 50%, #ffffff 50%); }
.main-menu .uk-navbar-dropdown .inner { padding: 30px 45px; }
.main-menu .uk-navbar-dropdown.split .inner { padding: 30px 25px 25px 45px; }
.main-menu .uk-navbar-dropdown.split .inner.nav-feature { padding: 30px 45px 25px 25px; }
.main-menu .uk-navbar-dropdown h2 { font-size: 1.5rem; font-weight: 600; margin-top: 0px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.25); color: #fff; }
.main-menu .uk-navbar-dropdown .wrapper a { display: block; padding: 10px; font-weight: 600; border-radius: 10px; color: #fff; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.10); }
.main-menu .uk-navbar-dropdown .wrapper a img { display: block; width: 70px; height: 60px; border-radius: 8px; }
.main-menu .uk-navbar-dropdown .wrapper.selected a,
.main-menu .uk-navbar-dropdown .wrapper a:hover { text-decoration: none; background: rgba(255,255,255,0.9); color: #1773b6; }
.main-menu .uk-navbar-dropdown .nav-feature { padding-top: 38px; border-top: 1px solid #f5f5f5; }
.main-menu .uk-navbar-dropdown .nav-feature h3 { font-size: 1.25rem; font-weight: 600; margin-top: 0px; margin-bottom: 25px; padding-bottom: 10px; border-bottom: 1px solid #CCC; }
.main-menu .uk-navbar-dropdown .nav-feature img { border-radius: 20px; }
.main-menu .uk-navbar-dropdown .nav-feature p { font-size: 0.875rem; color: #333; }

/* Banner */
.home-banner { height: 600px; background: #333; }
.home-banner > img { opacity: 0.5; }
.home-banner .uk-overlay { max-width: 700px; text-align: center; margin-top: -25px; }
.home-banner h1 { margin: 0px auto; color: #fff; max-width: 600px; }
.home-banner .uk-overlay .uk-button { min-width: 140px; text-align: center; }
.home-banner p { color: #fff; margin: 30px 0; font-size: 1.125rem; font-weight: 600; }
@media (max-width: 670px) {
	.home-banner { height: 500px; }
	.home-banner .uk-overlay { max-width: 100%; margin-top: 0px; }
	.home-banner h1 { max-width: 100%; font-size: 2.5rem; }
	.home-banner .uk-grid { margin-left: -15px; }
	.home-banner .uk-grid>* { padding-left: 15px; }
}

.home-banner-slider .uk-slider-items { padding-bottom: 80px!important; margin-bottom: 50px!important; margin-left: -5px; }
.home-banner-slider .uk-slider-items > * { padding-left: 5px; }
.home-banner-slider .uk-slider-items img { width: 100%; max-height: 312px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.5); }
.home-banner-slider .uk-slider-items li.theme-blue .uk-panel a { background-color: #59A6DB; }
.home-banner-slider .uk-slider-items li.theme-green .uk-panel a { background-color: #96be28; }
.home-banner-slider .uk-slider-items li.theme-purple .uk-panel a { background-color: #540D6E; }
.home-banner-slider .uk-slider-items li.theme-red .uk-panel a { background-color: #EE4266; }
.home-banner-slider .uk-slider-items li.theme-yellow .uk-panel a { background-color: #ffc84d; }
.home-banner-slider .uk-slider-items li.theme-brown .uk-panel a { background-color: #d5bab1; }
.home-banner-slider .uk-slider-items .uk-panel a.uk-button { font-size: 1rem; margin-bottom: -20px; text-align: center; min-width: 250px; color: #fff; display: inline-block; line-height: 60px; border-radius: 10px; text-decoration: none; padding: 0 5px; }
.home-banner-slider .uk-slider-items .uk-panel a.uk-button:hover,
.home-banner-slider .uk-slider-items .uk-panel a.uk-button:focus { text-decoration: none; }
.home-banner-slider.uk-slider { margin-top: -50px; }
.home-banner-slider.uk-slider .uk-slidenav { padding: 0px; bottom: 10px; }
.home-banner-slider.uk-slider .uk-slidenav:hover,
.home-banner-slider.uk-slider .uk-slidenav:focus { color: #96be28; }
.home-banner-slider.uk-slider .arrow-right { left: 50px; }

@media (max-width: 900px) {
	.home-banner-slider .uk-slider-items .uk-panel a.uk-button { min-width: 220px; line-height: 60px; }
}
@media (max-width: 790px) {
	.home-banner-slider .uk-slider-items .uk-panel a.uk-button { min-width: 180px; line-height: 52px; }
}
@media (max-width: 700px) {
	.home-banner-slider .uk-slider-items .uk-panel a.uk-button { min-width: 160px; line-height: 52px; }
}
@media (max-width: 420px) {
	.home-banner-slider .uk-slider-items .uk-panel a.uk-button { width: 160px; line-height: 47px; font-size: 13px; }
}
@media (max-width: 670px) {
	.home-banner-slider.uk-slider { margin-top: 20px; }
}

.feature-image { position: relative; }
.feature-image.repeat-right { padding-right: 10%; }
.feature-image.repeat-left { padding-left: 10%; }
.testimonial-slider .feature-image.repeat-left { margin-left: 10px; }
.feature-image img { border-radius: 30px; }
.feature-image img:not(.repeated) { position: relative; z-index: 500; }
.feature-image img.repeated { opacity: 0.2; position: absolute; height: 80%; z-index: 400; top: 10%; filter: blur(4px); -webkit-filter: blur(4px); }
.feature-image.repeat-right img.repeated { right: 0%; }
.feature-image.repeat-left img.repeated { left: 0%; }
@media (max-width: 960px) {
	.feature-image.repeat-right { padding-right: 0; }
	.feature-image.repeat-left { padding-left: 0; }
	.feature-image.repeat-right img.repeated { display: none; }
	.feature-image.repeat-left img.repeated { display: none; }
	.testimonial-slider .feature-image.repeat-left { margin-left: 0px; }
}

.activity-labels .uk-h5 { margin-top: 15px; margin-bottom: 0; text-align: center; }
.activity-labels .uk-h5 a { font-size: 0.875rem; color: #96be28; }

.activity-tabs { margin-left: -15px; }
.activity-tabs::before { display: none; }
.activity-tabs>* { padding-left: 15px; }
.activity-tabs>*>a { border: 0px; color: #858787; font-weight: 500; text-transform: none; font-size: 1.0625rem; line-height: 1em; border-radius: 50px; padding: 11px 22px 10px; }
.activity-tabs>*>a:hover,
.activity-tabs>*>a:focus { background-color: #f5f5f5; }
.activity-tabs>*.uk-active>a { color: #fff; background: #96be28; }
.activity-card { border-radius: 10px; border: 1px solid #CCC; padding: 25px; background-color: #fff; }
.activity-card .wrapper p:last-of-type { margin-bottom: 0px; }
@media (max-width: 960px) {
	.activity-tabs { margin-left: -10px; margin-bottom: 0; }
	.activity-tabs>* { padding-left: 10px; }
	.activity-tabs>*>a { padding-left: 10px; padding-right: 10px; font-size: 13px; line-height: 15px; border-radius: 8px; }
}

.testimonial-slider .quote { color: #1D70B7; font-size: 1.5rem; font-weight: 500; }
.testimonial-slider .quote-name { color: #1D70B7; margin-bottom: 80px; }
.testimonial-slider.uk-slider .uk-slidenav { padding: 0px; bottom: 0px; }
.testimonial-slider.uk-slider .uk-slidenav:hover,
.testimonial-slider.uk-slider .uk-slidenav:focus { color: #96be28; }
.testimonial-slider.uk-slider .arrow-right { left: 50px; }
@media (max-width: 640px) {
	.testimonial-slider .quote-name { margin-bottom: 60px; }
	.home-testimonial-wrapper.uk-padding-medium-bottom,
	.home-activity-wrapper.uk-padding-medium-bottom { padding-bottom: 0px!important; }
	.testimonial-slider ul li > div.uk-padding-medium-bottom { padding-bottom: 0!important; }
}

.banner-video-container { height: 600px; position: relative; background: #333; }
.banner-video-container .uk-overlay { max-width: 800px; padding: 0px; cursor: pointer; }
.banner-video-container img { opacity: 0.5; }
.banner-video-container .uk-h1 { font-weight: 600; color: #fff; }
.banner-video-container .uk-icon { color: #fff; border: 1px solid white; border-radius: 100px; padding: 10px; }
@media (max-width: 900px) {
	.banner-video-container .uk-h1 { font-size: 2.5rem; padding-left: 15px; padding-right: 15px; }
	.banner-video-container { height: 400px; position: relative; background: #333; }
	.banner-video-container .uk-overlay { max-width: 100%; padding: 0px; cursor: pointer; }
}

.map-background > img { position: absolute;  z-index: 400; }
.map-background .uk-container { position: relative; z-index: 500; }
.map-background h3.constrain { max-width: 85%; font-weight: 600; }
.map-background h5 { margin-bottom: 10px; margin-top: 25px; }
.map-background h5 + p { margin-top: 0px; }
@media (max-width: 960px) { 
	.map-background h3.constrain { max-width: 100%; }
	.map-background > img { display: none; }
}

.footer-gallery img { border-radius: 10px; }
@media (max-width: 640px) { 
	.footer-gallery .uk-height-large { height: 275px; }
}
.image-rounded { border-radius: 15px; }

#menu-footer-links a .uk-icon { display: none; }

/* Page Banner */
.page-banner { height: 340px; background: #333; }
.page-banner > img { opacity: 0.35; }
.page-banner .uk-overlay { max-width: 700px; text-align: center; margin-top: -25px; }
.page-banner.wide .uk-overlay { max-width: 800px; }
.page-banner h1 { margin: 0px auto; color: #fff; max-width: 600px; }
.page-banner.wide h1 { max-width: 800px; }
.page-banner h1 + p { margin-top: 10px; color: #fff; font-weight: 500; }
.page-banner #breadcrumbs { text-transform: uppercase; font-size: 1rem; color: #fff; }
.page-banner #breadcrumbs a { color: #96be28; }
.page-banner #breadcrumbs a:hover,
.page-banner #breadcrumbs a:focus { color: #96be28; }
@media (max-width: 800px) { 
	.page-banner .uk-overlay { max-width: 100%; }
	.page-banner h1 { max-width: 100%; }
}
@media (max-width: 640px) { 
	.page-banner h1 { font-size: 2.5rem; }
	.page-banner { height: 280px; background: #333; }
	.page-banner h1 + p.uk-h4 { font-size: 1.25rem; }
}

hr { margin-top: 40px; margin-bottom: 40px; border-color: #33abdf; }
@media (max-width: 640px) { 
	hr { margin-top: 30px; margin-bottom: 30px; }
}

.activity-content-wrapper { border: 1px solid #33abdf; border-radius: 15px; }
.activity-content-image img { display: block; width: 100%; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.activity-content-inner { padding: 40px 60px; }
.activity-content-intro h2 { margin-bottom: 5px; }
.activity-content-intro p { font-weight: 600; }
.activity-content-intro p:first-of-type { margin-top: 0px; }
.activity-content ul { padding-left: 18px; }
.activity-content ul li { padding-bottom: 6px; }
.activity-content ul li:last-of-type { padding-bottom: 0; }
.activity-content ul:last-of-type,
.activity-content p:last-of-type { margin-bottom: 0px; }
.activity-content-wrapper .activity-content-card { border-radius: 15px; background-color: #f9f9f9; border: 1px solid #ddd; padding: 25px; }
.activity-content-wrapper .activity-content-card.with-image { padding: 0px; }
.activity-content-wrapper .activity-content-card .inner { padding: 25px; }
.activity-content-wrapper .activity-content-card img { border-top-left-radius: 15px; border-top-right-radius: 15px; }
.cover-image-wrapper { min-height: 250px; }
@media (max-width: 640px) { 
	.activity-content-inner { padding: 25px 25px; }
	.activity-content-intro img { max-width: 150px; }

	.content-intro h3 { font-size: 1.5rem; }
}



.activity-content.padding-top-small { padding-top: 15px!important; }
.activity-content.padding-top-default { padding-top: 40px!important; }
.activity-content.padding-top-large { padding-top: 70px!important; }
.activity-content.padding-bottom-small { padding-bottom: 15px!important; }
.activity-content.padding-bottom-default { padding-bottom: 40px!important; }
.activity-content.padding-bottom-large { padding-bottom: 70px!important; }

.white-content-card { border-radius: 15px; background-color: #fff; border: 1px solid #ddd; padding: 25px; }
.white-content-card.with-image { padding: 0px; }
.white-content-card .inner { padding: 25px; }
.white-content-card p:last-of-type { margin-bottom: 0; }
.white-content-card img { border-top-left-radius: 15px; border-top-right-radius: 15px; }

.activity-essential-info { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 15px; padding: 40px 60px; }
.activity-essential-info ul { padding-left: 18px; }
.activity-essential-info ul li { padding-bottom: 6px; }
.activity-essential-info ul li:last-of-type { padding-bottom: 0; }
@media (max-width: 640px) { 
	.activity-essential-info { padding: 25px 25px; }
}

.activity-gallery.uk-slider .uk-slider-items { padding-bottom: 50px!important; }
.activity-gallery.uk-slider .uk-slidenav { padding: 0px; bottom: 0px; }
.activity-gallery.uk-slider .uk-slidenav:hover,
.activity-gallery.uk-slider .uk-slidenav:focus { color: #96be28; }
.activity-gallery.uk-slider .arrow-right { left: 50px; }
.activity-gallery img { border-radius: 15px; }
@media (max-width: 640px) { 
	.activity-gallery .uk-height-medium { height: 200px; }

	.about-wrapper.uk-margin-large-bottom { margin-bottom: 0!important; }
}

.pricing-card { border: 1px solid #36a5db; border-radius: 20px; }
.pricing-card.theme-darkblue { border-color: #1d70b7; }
.pricing-card.theme-red { border-color: #fc5640; }
.pricing-card.theme-green { border-color: #93c01f; }
.pricing-card .title-wrap { position: relative; background-color: #36a5db; text-align: center; padding-bottom: 80px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.pricing-card.theme-darkblue .title-wrap { background-color: #1d70b7; }
.pricing-card.theme-red .title-wrap { background-color: #fc5640; }
.pricing-card.theme-green .title-wrap { background-color: #93c01f; }
.pricing-card .title-wrap::before { content: ''; height: 90px; width: 100%; position: absolute; bottom: 0px; left: 0px; background-image: url('images/price-mask-blue.png'); background-repeat: no-repeat; background-size: 100%; z-index: 600; background-position: bottom; }
.pricing-card.theme-darkblue .title-wrap::before { background-image: url('images/price-mask-darkblue.png'); }
.pricing-card.theme-red .title-wrap::before { background-image: url('images/price-mask-red.png'); }
.pricing-card.theme-green .title-wrap::before { background-image: url('images/price-mask-green.png'); }
.pricing-card .title-wrap h3 { margin: 0px; font-size: 1.25rem; text-align: center; color: #fff; text-transform: uppercase; padding: 20px 0 0 0; }
.pricing-card .title-wrap .price { color: #fff; font-weight: 600; font-size: 3rem; line-height: 1em; margin: 0px; padding-top: 23px; padding-bottom: 0px; text-align: center; }
.pricing-card .title-wrap .price span { font-size: 1.25rem; padding-right: 2px; }
.pricing-card .inner { padding: 30px 20px 0px; }
.pricing-card .inner ul { margin-bottom: 0px; }
.pricing-card .inner li { font-size: 0.875rem; }
.pricing-card .price-label { color: #36a5db; font-weight: bold; text-transform: uppercase; font-size: 0.8125rem; line-height: 1.5em; text-align: center; padding: 25px 50px; margin: 0px; }
.pricing-card .button-wrapper { text-align: center; }
.pricing-card .button-wrapper a { margin: 20px auto; background-color: #36a5db; color: #fff; }
.pricing-card.theme-darkblue .button-wrapper a { background-color: #1d70b7; }
.pricing-card.theme-red .button-wrapper a { background-color: #fc5640; }
.pricing-card.theme-green .button-wrapper a { background-color: #93c01f; }
.pricing-card ul + ul { margin-top: 15px; }

ul.info-bullets { list-style-type: none; padding: 0px; }
ul.info-bullets li { min-height: 18px; padding-bottom: 15px; padding-left: 36px; background-image: url('images/green-info-bullet.png'); background-position: 0px 1px; background-repeat: no-repeat; background-size: 18px 18px; }
ul.info-bullets li strong { font-weight: 600; }
ul.info-bullets li:last-child { padding-bottom: 0; }
ul.tick-bullets { list-style-type: none; padding: 0px; }
ul.tick-bullets li { min-height: 18px; padding-bottom: 15px; padding-left: 36px; background-image: url('images/green-tick-bullet.png'); background-position: 0px 1px; background-repeat: no-repeat; background-size: 18px 18px; }
ul.tick-bullets li strong { font-weight: 600; }
ul.tick-bullets li:last-child { padding-bottom: 0; }
ul.warning-bullets { list-style-type: none; padding: 0px; }
ul.warning-bullets li { min-height: 18px; padding-bottom: 15px; padding-left: 36px; background-image: url('images/warning-bullet.png'); background-position: 0px 1px; background-repeat: no-repeat; background-size: 18px 18px; }
ul.warning-bullets li strong { font-weight: 600; }
ul.warning-bullets li:last-child { padding-bottom: 0; }

.policy ul { padding-left: 16px; }
.policy ul li { padding-bottom: 10px; }
.policy ul li:last-child { padding-bottom: 0px; }
.policy ul li ul { padding-top: 10px; padding-left: 18px; }

.activity-menu { background: #33abdf; border-radius: 15px; list-style-type: none; padding: 0px; margin: 0px; margin-bottom: 15px; }
.activity-menu li { border-bottom: 1px solid rgba(255,255,255,0.25); font-size: 0.875rem; line-height: 1em; display: block; }
.activity-menu li:last-child { border-bottom: 0px; }
.activity-menu li.heading { border-top-left-radius: 15px; border-top-right-radius: 15px; font-weight: 600; text-transform: uppercase; background-color: #1D70B7; color: #fff; padding: 23px 30px 22px; }
.activity-menu li a { text-transform: uppercase; color: #fff; padding: 23px 30px 22px; background-image: url('images/nav-arrow-right.png'); background-repeat: no-repeat; background-position: right 20px top 23px; display: block; }
.activity-menu li.current_page_item a { font-weight: 600; }
.activity-menu li a:hover,
.activity-menu li a:focus { text-decoration: none; background: #96be28; background-image: url('images/nav-arrow-right.png'); background-repeat: no-repeat; background-position: right 20px top 23px; }
.activity-menu li:last-child a { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

.need-to-know { background: #96be28; padding: 30px 0 35px; border-radius: 15px; margin-bottom: 15px; }
.need-to-know h3 { color: #fff; font-weight: 600; font-size: 1.1875rem; border-bottom: 1px solid rgba(255,255,255,0.25); padding: 0 30px 15px; margin-bottom: 20px; }
.need-to-know .wrapper { padding: 0 30px; }
.need-to-know p.stat { font-weight: 500; font-size: 1.125rem; }
.need-to-know p { font-size: 0.875rem; color: #fff; margin: 0px; }

.activity-cta { margin-bottom: 15px; border-radius: 15px; }
.activity-cta .uk-cover-container { min-height: 300px; }
.activity-cta .uk-cover-container > img { z-index: 500; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.activity-cta.green-mask { background-color: #96be28; }
.activity-cta.green-mask .uk-cover-container::before { content: ''; height: 75px; width: 100%; position: absolute; bottom: 0px; left: 0px; background-image: url('images/cta-mask-green.png'); background-repeat: no-repeat; background-size: 100%; z-index: 600; }
.activity-cta.blue-mask { background-color: #33abdf; }
.activity-cta.blue-mask .uk-cover-container::before { content: ''; height: 75px; width: 100%; position: absolute; bottom: 0px; left: 0px; background-image: url('images/cta-mask-blue.png'); background-repeat: no-repeat; background-size: 100%; z-index: 600; }
.activity-cta-content { padding: 20px 30px 30px; }
.activity-cta h3 { color: #fff; font-weight: 600; margin-bottom: 25px; font-size: 1.5rem; }

/* Float Images */
.float-image-left { float: left; margin-right: 25px; margin-bottom: 25px; }
.float-image-right { float: right; margin-left: 25px; margin-bottom: 25px; }

/* iFrame Wrapper */
.iframe-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; }
.iframe-wrapper iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }

.danger-close { border: 1px solid #f0506e; background: #fef4f6; color: #f0506e; border-radius: 50%; padding: 15px; }
.success-check { border: 1px solid #32d296; background: #edfbf6; color: #32d296; border-radius: 50%; padding: 15px; }
.icon-size-medium { padding: 10px; }

.uk-icon-button { height: 56px; width: 56px; padding: 10px; border: 1px solid #d5d5d5; }

.uk-accordion li { padding: 20px; border: 1px solid #1D70B7; background-color: #f8f8f8; border-radius: 6px; }
.uk-accordion li.uk-open { background-color: #fff; }
.uk-accordion li .uk-accordion-title { font-size: 1.5rem; font-weight: 600; padding-top: 6px; }
.uk-accordion li .uk-accordion-title::before { background-size: 24px; margin-left: 25px; }
@media (max-width: 640px) { 
	.uk-accordion li { padding: 15px; }
	.uk-accordion li .uk-accordion-title { font-size: 1.25rem; padding-top: 0; }
}

img.activity-icon { max-height: 100px; }

footer strong { font-weight: 600; }
footer h3 { font-size: 1.5rem; color: #fff; }
footer p { color: #eeeeee; }
footer p a { text-decoration: underline; color: #fff; }
footer p a:hover,
footer p a:focus { text-decoration: none; color: #fff; }


/* Padding
 ========================================================================== */
.uk-padding-medium-top {
  padding-top: 40px !important;
}
.uk-padding-medium-bottom {
  padding-bottom: 40px !important;
}
.uk-padding-medium-left {
  padding-left: 40px !important;
}
.uk-padding-medium-right {
  padding-right: 40px !important;
}
.uk-padding-large-top {
  padding-top: 40px !important;
}
.uk-padding-large-bottom {
  padding-bottom: 40px !important;
}
.uk-padding-large-left {
  padding-left: 40px !important;
}
.uk-padding-large-right {
  padding-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large-top {
    padding-top: 70px !important;
  }
  .uk-padding-large-bottom {
    padding-bottom: 70px !important;
  }
  .uk-padding-large-left {
    padding-left: 70px !important;
  }
  .uk-padding-large-right {
    padding-right: 70px !important;
  }
}