/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** GLOBAL ***************/
/* ----- Fonts ----- */
@font-face { font-family: 'Manrope'; font-weight: 200; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-ExtraLight.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 300; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-Light.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 400; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-Regular.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 500; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-Medium.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 600; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-SemiBold.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 700; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-Bold.ttf'); font-display: swap; }
@font-face { font-family: 'Manrope'; font-weight: 800; font-style: normal; src:url('../../uploads/fonts/Manrope/Manrope-ExtraBold.ttf'); font-display: swap; }

html, body {
	overflow-x: hidden!important;
}
body {
	background-color: #fafafa!important;
}

/* Links */
p a {text-decoration:none;}

/* ----- Flatsome amendments ----- */
.icon-phone { color: #fff!important; }
.header-main li.html.custom {
    display: initial;
}

.page-title .entry-divider {
	display: none;
}

.page-title-inner > .flex-col{
	margin-left: 0!important;
	margin-right: 0!important;
	text-align: left!important;
}

.widget .is-divider {
	max-width: unset!important;
	height: 1px!important;
	background-color: rgba(0,0,0,.1)!important;
	margin-top: .66em!important;
}

.single img {
	border-radius: 10px!important;
}

.row.align-middle > .col {
	align-self: unset!important;
}

/* ----- Table of Contents amendments ----- */

div.ez-toc-widget-container ul.ez-toc-list, .ez-toc-widget-container nav ul li a {padding:0px!important;}
.ez-toc-widget-container nav ul li {margin-bottom:10px!important;}


/* ----- Google Reviews Amendements ----- */
#google-business-reviews-rating {
	max-width: inherit!important;
	margin: 0 auto!important;
	box-shadow: unset!important;
}
#google-business-reviews-rating > p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em!important;
}
#google-business-reviews-rating > p > span {
	display: inline-flex!important;
}
#google-business-reviews-rating > p > span.backdrop {
	display: none!important;
}

.trustpilot-widget {
	padding: 0 20px!important;
}

.left-align-style .trustpilot-widget {
	padding: 0!important;
}

@media screen and (max-width: 849px) {
	.trustpilot-widget iframe {
		min-height: 46px;
	}
}
@media screen and (max-width: 549px) {
	.trustpilot-widget iframe {
		min-height: unset;
	}
}

/* ----- Header ----- */

.flex-col.hide-for-medium.flex-right {
	flex-basis: max-content;
	flex-grow: 10;
}
#masthead .nav-spacing-large>li.menu-item:not(.frosty-nav) {
	margin: 0 auto;
	font-size: clamp(12px, 1.5vw, 18px);
}

.header-main li.html.custom {
	display: flex;
}

.secondary-nav {
	padding-left: 15px;
	padding-right: 15px;
}
.secondary-nav a.button {
	margin-bottom: 0!important;
	margin-right: 12px;
}
.secondary-nav a,
.secondary-nav .breadcrumb_last {
	font-size: 14px!important;
}

#header .header-wrapper.stuck {
	background-color: rgba(10,32,45,0.91)!important;
}

/* ----- Mega Menu ----- */
#cus-hamburger-menu {
    overflow: visible;
    position: relative;
	height: 22px;
	width: 22px;
}
#cus-hamburger-menu rect {
    position: relative;
}
#cus-hamburger-menu:hover {
    cursor: pointer;
}

#hb-menu-interface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    display: none;
    /* display: flex; */
    align-items: stretch;
    overflow-y: scroll;
	padding-top: clamp(80px,15vh,200px);
	padding-bottom: 20px;
	padding-left: max(10px, calc((100vw - 1160px) / 2));
	padding-right: max(10px, calc((100vw - 1160px) / 2));
	overflow-x: hidden;
}

#hbmi-col0 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 100%;
    background: rgba(10,32,45,1);
/* 	background: linear-gradient(249deg, rgba(31,61,82,1) 0%, rgba(10,32,45,1) 100%); */
    z-index: 0;
    opacity: 0;
    /* opacity: 1; */
}

#hbmi-col1 {
    width: 75%;
    height: fit-content;
    min-height: 100%;
    z-index: 1;
    opacity: 0;
    /* opacity: 1; */
}

#hbmi-col2 {
    width: 25%;
    height: fit-content;
    min-height: 100%;
    z-index: 2;
    opacity: 0;
	position: relative;
    /* opacity: 1; */
}
#hbmi-col2:after {
	content: '';
	position: absolute;
	top: 2.5%;
	right: 30px;
	height: 95%;
	width: 1px;
	background-color: rgba(250, 250, 250, 0.3);
}

.hbmi-title {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: 2rem;
}

.hbmi-title-border {
    height: 2px;
    background-color: #FFFFFF;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 8px;
}

.hbmi-title > h2,
.hbmi-title > h2 a {
    text-decoration: none;
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 75px;
    color: #FFFFFF;
    margin-bottom: -10px!important;
    line-height: 100%;
}

.hbmi-links-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hbmi-links-col {
    display: flex;
    flex-direction: column;
    width: 33.33%;
	min-width: 33.33%;
	flex: 1;
    padding: 1.5rem 0 1.5rem 20px;
}

.hbmi-links-sidebar-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.5rem;
}

.hbmi-links-col > p,
.hbmi-links-sidebar-col > p {
    margin: 0;
    color: #FFFFFF;
}

.hbmi-links-subtitle {
    font-weight: 100!important;
    font-size: clamp(1.2rem, 4vmin, 24px);
    color: #FFFFFF;
    margin: 0;
    line-height: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.hbmi-link {
    color: #FFFFFF;
    font-size: 16px;
	line-height: 190%;
    white-space: pre-wrap;   
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;  
    white-space: -o-pre-wrap;  
    word-wrap: break-word;
    word-wrap:break-word;
}

.hbmi-link:hover {
    color: #FFFFFF;
}

#hbmi-watermark {
	background-image: url('../../uploads/2022/12/Emblem.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	width: 80vmin;
	height: 80vmin;
	position: absolute;
	bottom: -12vmin;
	right: -8vmin;
}

.cus-social-icons svg{
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 8px;
    overflow-y: visible!important;
    overflow-x: visible!important;
    margin-right: 5px;
}

.cus-social-icons svg,
.cus-social-icons svg path {
    transition: all 0.4s ease;
}

.cus-social-icons a {
    overflow: visible!important;
}

.cus-social-icons svg:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.cus-social-icons svg:hover path {
    fill: #151B39!important;
}

@media screen and (max-width: 1280px) {
	#hbmi-col1 {
		width: 65%;
	}

	#hbmi-col2 {
		width: 35%;
	}
	.hbmi-links-col {
		width: 50%;
		min-width: 50%;
		flex: 1;
	}
}
@media screen and (max-width: 549px) {
    .cus-social-icons svg {
        background-color: transparent;
        border-radius: 0%;
        padding-left: 0px;
        padding-right: 10px;
    }
}


/* Make Hamburger Menu Interface Link Columns min-width of 50% */
@media screen and (max-width: 1866px) {
	#hbmi-col1,
    #hbmi-col2 {
        padding: 3%;
    }
}
@media screen and (max-width: 1600px) {
	.hbmi-links-col {
        min-width: 50%;
    }
    .hbmi-title {
        margin-top: 0;
    }
}

/* Mobile Mega Menu */
@media screen and (max-width: 849px) {
	body.body-scroll-lock--active .mfp-wrap {
		z-index: auto!important;
		position: absolute!important;
	}
	.mfp-container .mfp-content {
		position: fixed;
		background-color: transparent!important;
		overflow: hidden;
		border-left: 1px solid rgba(255, 255, 255, 0.4);
	}

	.mfp-container .mfp-content::before {
		content: '';
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		-webkit-backdrop-filter: blur(11px); 
		backdrop-filter: blur(11px); 
		background-color: rgba(10,32,45,.5);
		z-index: -1;
		border-radius: inherit;
	}

	.mfp-container .mfp-content * {
		color: #fff!important;
	}
	.mfp-container .mfp-content a {
		text-transform: capitalize!important;
		font-weight: 500!important;
	}

	.mfp-container .mfp-content ul.nav[data-tab="1"] {
		position: relative;
		align-items: flex-start;
	}
	.mfp-container .mfp-content ul.nav[data-tab="1"]::before {
		min-height: 35px;
		width: calc(100% - 20px);
		margin-left: 20px;
		margin-bottom: 15px;
		content: '';
		background-image: url('../../uploads/2023/01/CV-Logo-2023.svg');
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
	}


	.mfp-container .mfp-content ul.nav-sidebar {
		padding-top: 30px;
	}

	.mfp-container .mfp-content ul li.menu-item,
	.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header), 
	.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header),
	.nav-sidebar.nav-vertical>li+li {
		border-top: 1px solid rgba(255, 255, 255, 0.4);!important;
	}
	.mfp-container .mfp-content ul li.menu-item a {
		font-size: .8em;
		letter-spacing: .02em;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-top: 15px;
	}

	.mfp-wrap.mfp-ready button.mfp-close {
		opacity: 1!important;
	}
}

/* ----- Spacing ----- */
.no-padding {
	padding: 0!important;	
}

.no-padding-b {
	padding-bottom: 0!important;
}

.padding-sides-3vw {
	padding-left: max(3vw, 20px)!important;
	padding-right: max(3vw, 20px)!important;
}
.padding-left-3vw {
	padding-left: max(3vw, 20px)!important;
}
.padding-right-3vw {
	padding-right: max(3vw, 20px)!important;
}

@media screen and (max-width: 849px) {
	.padding-sides-mob-3vw {
		padding-left: max(3vw, 20px)!important;
		padding-right: max(3vw, 20px)!important;
	}
	.no-padding-mob {
		padding: 0!important;
	}
}

.no-margin-top {
	margin-top: 0!important;
}
.no-margin {
	margin: 0!important;
}
.margin-top-1rem {
	margin-top: 1rem!important;
}
.margin-bottom-1rem {
	margin-bottom: 1rem!important;
}
.margin-auto {
	margin: 0 auto!important;
}

/* ----- Typography ----- */
h1, h2, h3, h4, h5, h6, p, a, div, span {
	font-family: 'Manrope', sans-serif; 
}
h1, h2, h3 {
	letter-spacing: -1px!important;
}
h1 {
	font-size: clamp(48px, 10vmin, 100px)!important;
	font-weight: 400!important;
	line-height: 100%!important;
}

h1.entry-title {
	font-size: clamp(26px,3vmin,32px)!important;
	line-height: 125%!important;
	text-transform: unset!important;
}

h1.page-title {
	font-size: clamp(26px,5vmin,42px)!important;
	text-transform: unset!important;
}

h2 {
	font-size: clamp(36px, 8vmin, 46px)!important;
	font-weight: 500!important;
}

.single-post h2 {
	font-size: clamp(26px,5vmin,36px)!important;
}

h3 {
	font-size: clamp(26px, 6vmin, 32px)!important;
	font-weight: 500!important;
	line-height: 120%!important;
}

h5 {
	font-size: clamp(20px, 5.5vmin, 28px)!important;
	font-weight: 200!important;
	line-height: 120%!important;
}

.large-p {
	font-size: 21px;
	line-height: 130%;
}

.t-white {
	color: #fff!important;
}

.opacity-half {
	opacity: 0.52;
}

.white-text * {
	color: #fff!important;
}

/*************** Custom Fullscreen Slider (Vertical) ***************/
.cus-slider {
	min-width: 100vw;
	overflow-x: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 1.5rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: calc((100vw - 1200px) / 2);
	padding-right: calc((100vw - 1200px) / 2);
}

.cus-slider::-webkit-scrollbar-track {
	margin-right: 40vw;
  	margin-left: 40vw;
}

.cus-slider::-webkit-scrollbar {
	height: 7px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

#col2-slider.cus-slider::-webkit-scrollbar-track {
	margin-right: calc(100vw * 0.08);
	margin-left: calc(100vw * 0.08);
}

.cus-slider::-webkit-scrollbar-thumb {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #485B6E;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}
.cus-slider::-webkit-scrollbar-track-piece {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: rgba(170, 190, 191, 0.2);
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.cus-slider-item {
  	min-width: min(390px, 28vw);
  	height: calc(28vw * 1.75);
	max-height: calc(300px * 1.65);
  	position: relative;
}

.cus-slider-item > .col-inner {
	max-height: 100%;
	height: 100%;
}
.cus-slider-item .banner {
	height: 100%!important;
	max-height: 100%!important;
	min-height: 100%!important;
	overflow: hidden;
}

.cus-slider-item .banner div {
	border-radius: inherit;
}

.cus-slider-item-2 {
  	min-width: min(390px, 28vw);
  	position: relative;
}

.slider-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-btn > p {
	font-size: clamp(14px, 6vmin, 20px);
}
.slider-btn img {
	margin-left: 12px;
}

@media screen and (max-width: 1200px) {
	.cus-slider-item-2 {
		width: 60vw;
		min-width: 60vw;
	}
}

@media screen and (max-width: 849px) {
	.cus-slider-item {
		width: 40vw;
		min-width: 40vw;
		height: calc(40vw * 1.5);
	}
	.cus-slider-item-2 {
		width: 70vw;
		min-width: 70vw;
	}

	.cus-slider::-webkit-scrollbar-track {
        margin-right: 10vw;
        margin-left: 10vw;
    }
}
@media screen and (max-width: 549px) {
	.cus-slider-item {
		width: 80vw;
		min-width: 80vw;
		height: calc(80vw * 1.5);
	}
	.cus-slider-item-2 {
		width: 85vw;
		min-width: 85vw;
	}
}


/*************** Custom Post Slider (horizontal) ***************/
.horizontal .cus-slider-item {
  	min-width: min(500px, 33vw);
	min-height: min(calc(500px * 0.75), calc(33vw * 0.75));
	height: initial;
	max-height: unset;
	background-color: #fff;
  	position: relative;
	margin: 0 0.75rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
}

.slider-item-bg {
	width: 100%;
	min-height: min(calc(33vw * 0.5), 230px);
    max-height: unset;
	min-width: inherit;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-item-cont {
	padding: clamp(1rem, 5vw, 30px);
	display: flex;
	justify-content: space-between;
	flex: 1;
	box-sizing: border-box;
}

.cus-slider-link {
	padding-left: 10%;
	align-self: center;
}
.cus-slider-link > img {
	min-width: 25px;
	transition: transform 0.2s ease-in-out;
}
.cus-slider-link:hover img {
	transform: translatex(8px)
}

.slider-item-inner > p {
	margin-bottom: 0;
	line-height: 150%;
}

.slider-item-inner .cus-slider-title {
	color: #48636E;
	margin-bottom: 1.5rem;
	line-height: 120%;
}
.slider-item-inner .cus-slider-title:hover {
	color: #5093b3;
}

@media screen and (max-width: 1200px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 40vw);
		min-height: min(calc(500px * 0.75), calc(40vw * 0.75));
	}
	.horizontal .slider-item-bg {
		min-height: min(calc(40vw * 0.5), 200px);
	}
}
@media screen and (max-width: 849px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 58vw);
		min-height: min(calc(500px * 0.75), calc(58vw * 0.75));
	}
	.horizontal .slider-item-bg {
		min-height: min(calc(58vw * 0.5), 200px);
	}
	.slider-item-cont {
		flex-direction: column;
		padding: clamp(1rem, 5vw, 30px);
	}
	.cus-slider-link {
		padding-left: 0%;
		padding-top: 8px;
		align-self: flex-end;
	}
}

@media screen and (max-width: 849px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 65vw);
		min-height: min(calc(500px * 0.75), calc(65vw * 0.75));
	}
}













/* ----- Buttons ----- */
.button {
	font-weight: 500;
}

.button.is-link:hover {
	color: unset!important;
}
.button.is-link {
	padding: 0 1.2em;
}

.frosty-nav {
	position: relative!important;
	max-height: 70px!important;
    border-radius: 1000px!important;
    padding: 3px 22px!important;
}
.frosty-nav > a {
	line-height: 100%!important;
}

.frosty-btn {
	position: relative;
	background-color: transparent!important;
	overflow: hidden;
}
.frosty-btn::before,
.frosty-nav::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(11px); 
    backdrop-filter: blur(11px); 
/* 	box-shadow: 0px 10px 15px 10px rgba(0 ,0 ,0 ,0.15); */
    background-color: rgba(255 ,255 ,255 ,0.20);
	z-index: -1;
	border-radius: inherit;
}

/* ----- Layouts ----- */
.max-w-800 {
	max-width: 800px;
}
.max-w-700 {
	max-width: 700px;
}
.max-w-600 {
	max-width: 600px;
}
.max-w-500 {
	max-width: 550px;
}
.max-w-200 {
	max-width: 200px;
}

.min-w-180 {
	min-width: 180px;
}
.min-w-240 {
	min-width: 240px;
}

.inner-sec-full-height > .section-content {
	min-height: inherit;
}

.full-height {
	min-height: inherit;
	height: 100%;
}

.bl-radius,
.bl-radius .section-bg {
	border-bottom-left-radius: 15vw;
}
.br-radius,
.br-radius .section-bg {
	border-bottom-right-radius: 15vw;
}
.tl-radius,
.tl-radius .section-bg {
	border-top-left-radius: 15vw;
}
.tr-radius,
.tr-radius .section-bg {
	border-top-right-radius: 15vw;
}

.bl-radius-15px {
	border-bottom-left-radius: 25%;
	overflow: hidden;
}

.margin-minus-30vmin {
	margin-bottom: -45vmin!important;
}

.z1 {
	z-index: 1;
}
.z2 {
	z-index: 2;
}
.z3 {
	z-index: 3;
}
.z4 {
	z-index: 4;
}
.z10 {
	z-index: 10;
}

.portfolio-single-page {
	padding: clamp(20px, 6vmin, 80px) 0px;
}

/* ----- Row and Column Layouts ----- */
.row-cols-equal-height {
	flex-direction: column;
	flex-wrap: nowrap;
}
.row-cols-equal-height > .col {
	min-height: max-content!important;
	flex-basis: 33%!important;
	display: flex;
}

.col-inner-full-height > .col-inner {
	height: 100%;
}

.col-inner-center {
	display: flex;
}
.col-inner-center > .col-inner {
	margin: auto 0!important;
}

.col-inner-position-50 > .col-inner {
	position: relative;
	top: -50px;
}

.col-inner-end {
	display: flex;
}
.col-inner-end > .col-inner {
	margin-top: auto!important;
}

.col-inner-space-around > .col-inner {
	display: flex;
    flex-direction: column;
	justify-content: space-around;
}

.frosty-col > .col-inner {
	position: relative;
	background-color: transparent!important;
	overflow: hidden;
}

.frosty-col > .col-inner::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(11px); 
    backdrop-filter: blur(11px); 
/* 	box-shadow: 0px 10px 15px 10px rgba(0 ,0 ,0 ,0.15); */
    background-color: rgba(255 ,255 ,255 ,0.20);
	z-index: -1;
	border-radius: inherit;
}

@media screen and (max-width: 849px) {
	.col-inner-center > .col-inner {
		top: 0px;
	}
}

/* ----- Other ----- */
.gradient-sides {
	position: relative
}
.gradient-sides:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: max(30px, 10%);
	z-index: 10;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.gradient-sides:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: max(30px, 10%);
	z-index: 10;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.col-shadow > .col-inner,
.shadow {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.col-rounded > .col-inner,
.col-rounded.banner > .banner-inner {
	border-radius: 10px!important;
	overflow: hidden!important;
}

.border-graphic {
	position: relative;
}
.border-graphic::after {
    content: '';
    width: 105%;
    height: 102%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateY(-45%) translateX(-48%) perspective(1200px) rotateY(25deg) rotateX(10deg) rotateZ(0deg);
    border: 3px solid #09255C;
    border-radius: 15px;
    z-index: 3;
}

.type-in .char {
	opacity: 0;
}

.accred-grid-cont {
	position: relative;
}
.accred-grid-cont:after {
	z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px 50px #fafafa;
}

.accred-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(auto, 1fr);
	list-style: none;
}

.five-col .accred-grid {
	grid-template-columns: repeat(5, 1fr);
}

.accred-grid li {
    border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    text-align: center;
	margin: 0!important;
}

.accred-grid li div {
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accred-grid li img {
	width: 80%;
	max-width: 150px;
    max-height: 90px;
	height: auto;
	z-index: 3;
	position: relative;
}

.small-col .accred-grid li div {
	padding: 15px;
}
.small-col .accred-grid li img {
	width: 90%;
}

.accred-row {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 849px) {
	.accred-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.five-col .accred-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.accred-row {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
	.accred-row::after {
		display: none;
	}
	.accred-row > .col {
		flex-basis: unset!important;
		max-width: unset!important;
	}
	.accred-row > .col:nth-child(1) {
		grid-column-start: 3;
		grid-column-end: 6;
		grid-row-start: 1;
		grid-row-end: 2;
		display: flex;
		align-items: flex-end;
	}
	.accred-row > .col:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		display: flex;
		align-items: flex-end;
	}
	.accred-row > .col:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 6;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.accred-row > .col:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 6;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.accred-row > .col:nth-child(4) > .col-inner {
		text-align: left!important;
	}
}
@media screen and (max-width: 549px) {
	.accred-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.five-col .accred-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.accred-row {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.accred-row > .col:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.accred-row > .col:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.accred-row > .col:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.accred-row > .col:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 5;
	}
}

.cus-iconbox.icon-box-left .icon-box-text {
	padding-left: 8px;
}

/*************** Custom Fullscreen Slider (Vertical) ***************/
.cus-slider {
	min-width: 100vw;
	overflow-x: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 1.5rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: calc((100vw - 1200px) / 2);
	padding-right: calc((100vw - 1200px) / 2);
}

.cus-slider::-webkit-scrollbar-track {
	margin-right: 40vw;
  	margin-left: 40vw;
}

.cus-slider::-webkit-scrollbar {
	height: 7px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

#col2-slider.cus-slider::-webkit-scrollbar-track {
	margin-right: calc(100vw * 0.08);
	margin-left: calc(100vw * 0.08);
}

.cus-slider::-webkit-scrollbar-thumb {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #485B6E;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}
.cus-slider::-webkit-scrollbar-track-piece {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: rgba(170, 190, 191, 0.2);
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.cus-slider-item {
  	min-width: min(390px, 28vw);
  	height: calc(28vw * 1.75);
	max-height: calc(390px * 1.65);
  	position: relative;
}

.cus-slider-item > .col-inner {
	max-height: 100%;
	height: 100%;
}
.cus-slider-item .banner {
	height: 100%!important;
	max-height: 100%!important;
	min-height: 100%!important;
	border-radius: 9px!important;
	overflow: hidden;
}

.cus-slider-item .banner div {
	border-radius: inherit;
}

.cus-slider-item-2 {
  	min-width: min(390px, 28vw);
  	position: relative;
}

.slider-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-btn > p {
	font-size: clamp(14px, 6vmin, 20px);
}
.slider-btn img {
	margin-left: 12px;
}

@media screen and (max-width: 1200px) {
	.cus-slider-item-2 {
		width: 60vw;
		min-width: 60vw;
	}
}

@media screen and (max-width: 849px) {
	.cus-slider-item {
		width: 40vw;
		min-width: 40vw;
		height: calc(40vw * 1.5);
	}
	.cus-slider-item-2 {
		width: 70vw;
		min-width: 70vw;
	}

	.cus-slider::-webkit-scrollbar-track {
        margin-right: 10vw;
        margin-left: 10vw;
    }
}
@media screen and (max-width: 549px) {
	.cus-slider-item {
		width: 80vw;
		min-width: 80vw;
		height: calc(80vw * 1.5);
	}
	.cus-slider-item-2 {
		width: 85vw;
		min-width: 85vw;
	}
}


/*************** Custom Post Slider (horizontal) ***************/
.horizontal .cus-slider-item {
  	min-width: min(500px, 33vw);
	min-height: min(calc(500px * 0.75), calc(33vw * 0.75));
	height: initial;
	max-height: unset;
	background-color: #fff;
  	position: relative;
	margin: 0 0.75rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
}

.slider-item-bg {
	width: 100%;
	min-height: min(calc(33vw * 0.5), 230px);
    max-height: unset;
	min-width: inherit;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-item-cont {
	padding: clamp(1rem, 5vw, 30px);
	display: flex;
	justify-content: space-between;
	flex: 1;
	box-sizing: border-box;
}

.cus-slider-link {
	padding-left: 10%;
	align-self: center;
}
.cus-slider-link > img {
	min-width: 25px;
	transition: transform 0.2s ease-in-out;
}
.cus-slider-link:hover img {
	transform: translatex(8px)
}

.slider-item-inner > p {
	margin-bottom: 0;
	line-height: 150%;
}

.slider-item-inner .cus-slider-title {
	color: #48636E;
	margin-bottom: 1.5rem;
	line-height: 120%;
}
.slider-item-inner .cus-slider-title:hover {
	color: #5093b3;
}

@media screen and (max-width: 1200px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 40vw);
		min-height: min(calc(500px * 0.75), calc(40vw * 0.75));
	}
	.horizontal .slider-item-bg {
		min-height: min(calc(40vw * 0.5), 200px);
	}
}
@media screen and (max-width: 849px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 58vw);
		min-height: min(calc(500px * 0.75), calc(58vw * 0.75));
	}
	.horizontal .slider-item-bg {
		min-height: min(calc(58vw * 0.5), 200px);
	}
	.slider-item-cont {
		flex-direction: column;
		padding: clamp(1rem, 5vw, 30px);
	}
	.cus-slider-link {
		padding-left: 0%;
		padding-top: 8px;
		align-self: flex-end;
	}
}

@media screen and (max-width: 849px) {
	.horizontal .cus-slider-item {
		min-width: min(500px, 65vw);
		min-height: min(calc(500px * 0.75), calc(65vw * 0.75));
	}
}

/*************** AJAX LOAD MORE styling ***************/
.ajax-load-more-posts-cont .alm-reveal {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(auto, 1fr);
}

.ajax-load-more-btn {
	border-radius: 1000px;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}

@media screen and (max-width: 1200px) {
	.ajax-load-more-posts-cont .alm-reveal {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 549px) {
	.ajax-load-more-posts-cont .alm-reveal {
		grid-template-columns: repeat(1, 1fr);
	}
}


/*************** HOME ***************/
/* Case Study Slider */
.css-section {
	overflow: hidden;
}
.css-section > .section-bg {
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat!important;
	animation: kenBurns 120s ease-in-out infinite!important;
}
@media screen and (max-width: 849px) {
	.css-section > .section-bg {
		animation: none!important;
		background-size: cover!important;
	}
}
#css-logo > img {
	-webkit-transform: rotate(90deg) translateY(-25%);
	    -ms-transform: rotate(90deg) translateY(-25%);
	        transform: rotate(90deg) translateY(-25%);
	width: 14vh;
	height: auto;
}

#css-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#css-nav-num {
	margin: 0 25px;
	color: #fff;
}
#css-nav-num-current {
	font-size: 120%;
	font-weight: 500;
	margin-right: 4px;
}
#css-nav-num-total {
	font-size: 80%;
	font-weight: 400;
}
#css-nav-left,
#css-nav-right {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 100%;
}

#css-nav-left::before,
#css-nav-right::before {
	content: '';
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translatex(-50%) translatey(-50%);
	    -ms-transform: translatex(-50%) translatey(-50%);
	        transform: translatex(-50%) translatey(-50%);
	-webkit-transition: all 0.16s ease-in-out;
	-o-transition: all 0.16s ease-in-out;
	transition: all 0.16s ease-in-out;
}

#css-nav-left::before {
	background-image: url(../../uploads/2022/12/nav-arrow-left.svg);
}
#css-nav-right::before {
	background-image: url(../../uploads/2022/12/nav-arrow-right.svg);
}
#css-nav-left:hover::before {
	-webkit-transform: translatex(calc(-50% + -6px)) translatey(-50%);
	    -ms-transform: translatex(calc(-50% + -6px)) translatey(-50%);
	        transform: translatex(calc(-50% + -6px)) translatey(-50%);
}
#css-nav-right:hover::before {
	-webkit-transform: translatex(calc(-50% + 6px)) translatey(-50%);
	    -ms-transform: translatex(calc(-50% + 6px)) translatey(-50%);
	        transform: translatex(calc(-50% + 6px)) translatey(-50%);
}

#cus-vid-abs-cont {
	position: absolute;
	right: 0;
	bottom: 0;
}

#css-vid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#css-vid-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
	-webkit-transform: translatex(120%);
	    -ms-transform: translatex(120%);
	        transform: translatex(120%);
}

#css-vid-cont a {
	margin: 0!important;
	font-size: 1.25em!important;
	color: #fff!important;
}
#css-vid-cont a > i {
	font-size: 1em!important;
}

#css-vid-cont::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(13px); 
    backdrop-filter: blur(13px); 
/* 	box-shadow: 0px 10px 15px 10px rgba(0 ,0 ,0 ,0.15); */
    background-color: rgba(255 ,255 ,255 ,0.20);
	z-index: -1;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}

#css-vid-border {
	height: inherit;
	-webkit-transform: scaley(0);
	    -ms-transform: scaley(0);
	        transform: scaley(0);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	width: 10px;
	background-color: #5093B3;
}

#css-vid-text {
	color: #fff;
	text-transform: uppercase;
	line-height: 120%;
	margin-left: 1rem;
	max-width: 130px;
	text-align: left;
	font-size: 16px;
}

#scroll-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#scroll-down p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#scroll-down .scroll-ind {
	height: max(5vh, 30px);
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
	-webkit-animation: elasticusDown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */
	-moz-animation: elasticusDown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */
	-o-animation: elasticusDown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */
	animation: elasticusDown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */
}

@keyframes elasticusDown {
  0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
  50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
}

#scroll-right {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#scroll-right img {
    -webkit-animation: swipe 1.5s ease-in-out infinite;
	animation: swipe 1.5s ease-in-out infinite;
}

@-webkit-keyframes swipe {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    35% {
        -webkit-transform: translateX(80%);
                transform: translateX(80%);
    }
    50% {
        -webkit-transform: translateX(40%);
                transform: translateX(40%);
    }
    65% {
        -webkit-transform: translateX(90%);
                transform: translateX(90%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}

@keyframes swipe {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    35% {
        -webkit-transform: translateX(80%);
                transform: translateX(80%);
    }
    50% {
        -webkit-transform: translateX(40%);
                transform: translateX(40%);
    }
    65% {
        -webkit-transform: translateX(90%);
                transform: translateX(90%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}

.tablet-vis {
	display: none;
}

@keyframes kenBurns {
	0% {
		background-position: 50% 50%;
    	background-size: 100%;
		-webkit-background-size: 100%;
	}
	25% {
		background-size: 140%;
		-webkit-background-size: 140%;
		background-position: 100% 40%;
	}
	50% {
		background-size: 110%;
		-webkit-background-size: 110%;
		background-position: 10% 10%;
	}
	75% {
		background-size: 120%;
		-webkit-background-size: 120%;
		background-position: 100% 50%;
	}
	100% {
		background-size: 100%;
		-webkit-background-size: 100%;
		background-position: 50% 50%;
	}
}

@media screen and (max-width: 849px) {
	#scroll-down {
		display: none;
	}
	.tablet-slider  > .col {
		min-height: max-content!important;
		flex-basis: 50%!important;
		display: flex;
	}
	.tablet-slider  > .col:nth-child(2) > .col-inner{
		margin: 0!important;
		padding-top: clamp(120px, 12vmin, 200px)!important;
	}
	.tablet-slider  > .col:last-child > .col-inner{
		margin-top: auto!important;
		margin-bottom: 5vmin!important
	}
	.tablet-vis {
		display: initial;
	}
	.css-logo > img{
		width: 25vw;
		min-width: 150px;
		height: auto;
		margin-bottom: 5vmin;
	}
	.css-nav {
		position: absolute;
		bottom: 5vmin;
		right: 0;
		display: flex;
		align-items: center;
		margin-left: auto;
		justify-content: flex-end;
	}
	.css-nav-num {
		margin: 0 25px;
		color: #fff;
	}
	.css-nav-num-current {
		font-size: 120%;
		font-weight: 500;
		margin-right: 4px;
	}
	.css-nav-num-total {
		font-size: 80%;
		font-weight: 400;
	}
}

@media screen and (max-width: 549px) {
	.tablet-slider  > .col:nth-child(2) > .col-inner{
		margin: 0!important;
		padding-top: clamp(120px, 12vmin, 200px)!important;
	}
	#css-excerpt {
		font-size: 16px!important;
	}
}

/* Reviews Row */
.reviews-row,
.reviews-row-rounded {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.reviews-row-rounded {
	border-radius: 15px;
}

/* Home tabs - google review (js) */
.cus-google-rev img.stars {
	width: 60%;
	height: auto;
	margin-bottom: 1rem;
}
.cus-google-rev h6 {
	font-size: 14px;
	margin: 1.2rem 0;
}

/* CF7 styling */
.wpcf7 input:not(input[type="submit"]),
.wpcf7 textarea {
	box-shadow: unset!important;
	outline: unset!important;
	border: 1px solid #1f3d52;
	border-radius: 10px;
	font-family: 'Manrope', sans-serif;
}
.wpcf7 input:not(input[type="submit"])::placeholder,
.wpcf7 textarea::placeholder {
	color: rgba(140,140,140, 0.5);
}
.wpcf7 input[type="submit"] {
	background-color: #1f3d52!important;
	border-radius: 100px;
	transition: all 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #5093b3!important;
}

.absolute-footer {
	display: none;
}

/* Hide Contact Form Border - Upload */
.wpcf7 input[type="file"]
{
	border: 0px!important;
}

/* 2-column Form */
#left {
	width: 47%;
	float: left;
	margin-right: 5%;
}

#right {
	width: 47%;
	float: left;
}

.2col:after {
	content:"\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hiddin;
	margin-bottom: 20px;
}

.2col:after {
	display:block;
}

/* Gravity Forms */
.gf_progressbar_wrapper { margin-bottom:2rem; }
.gsection_title { margin-top:2rem; }
.gform_page_footer { margin-top:2rem !important; }
.gform_wrapper .gform_validation_errors > h2 { font-size:30px !important; line-height:1.2 !important; }
.gform_wrapper legend, .gform_wrapper label { text-transform:unset; color:#1f3d52; }
.gform_wrapper input:not(.button), .gform_wrapper textarea { color:#1f3d52 !important; }
.gform_wrapper input:not(.button) { border-radius:50px; padding-left:15px !important; padding-right:15px !important; }
.gform_wrapper input[type="radio"], .gform_wrapper input[type="checkbox"] { margin-bottom:unset !important; }
.gform_wrapper textarea { border-radius:20px; padding:10px 15px !important; }
.gform_wrapper .button, .button--apply { border-radius:50px !important; }

/* Recaptcha */
.grecaptcha-badge { opacity: 0!important; }



.new-top-p p{
	
	font-family: 'Manrope', sans-serif;
	color: #fff;
	font-size: clamp(26px, 6vmin, 32px)!important;
	font-weight: 500!important;
	line-height: 120%!important;
	margin-bottom: .5em;
	margin-top: 0;
	text-rendering: optimizeSpeed;
	width: 100%;
	text-decoration:none;
	
}

.new-top-p a{
	text-decoration: none!important;
}


.new-top-p-2 p{
	font-size: 1.125em;
	color: #5093b3;
	font:weight:300;
	margin-top: 0;
	text-rendering: optimizeSpeed;
	width: 100%;
}

.new-top-p-2 a{
	text-decoration: none!important;
}


.new-cus-p p{
	font-family: 'Manrope', sans-serif;
	color: #fff;
	font-size: clamp(26px, 6vmin, 32px)!important;
	font-weight: 100!important;
	line-height: 120%!important;
	margin-bottom: .5em;
	margin-top: 0;
	text-rendering: optimizeSpeed;
	width: 100%;
	text-decoration:none;
}


.new-footer p{
	font-size: 1.125em;
	color: #1f3d52;
	font-weight:500!important;
}



.new-top-p-nth > p:first-child{
	font-family: 'Manrope', sans-serif;
	color: #fff;
	font-size: clamp(26px, 6vmin, 32px)!important;
	font-weight: 500!important;
	line-height: 120%!important;
	margin-bottom: .5em;
	margin-top: 0;
	text-rendering: optimizeSpeed;
	width: 100%;
	text-decoration:none;
	
}




