/* MAIN */

html {scroll-behavior: smooth;     overflow-x: hidden;}
.blackText{
	color:black !important;
}

sup{
	top: .5em !important;
}

a.tailored-key,.tailored-key a{
	text-decoration:none;
	color:#1c99d2;
	font-weight:600;
}



.LineDivider{
	width: 50%;
    height: 1px;
    border: 3px solid;
    border-radius: 5px;
	border-image:linear-gradient(to right,  #167AA8 0%, #1c99d2 100%) 1;
	animation: 4s borderAnimation linear infinite;
}

.LineDividerWhite{
	width: 30%;
    height: 1px;
    border: 2px solid white;
    border-radius: 5px;
}

.LineDivider-Right{
	margin-left:auto;
}

.LineDivider-Center{
	margin-left:auto;
	margin-right:auto;
}

.newTitle{
	margin-bottom: 30px!important;
}

.blueBG{
	background: linear-gradient(144deg, #1c99d2, #0070bd) !important;
}

.whiteText{
	color: white !important;
}
.newMainTitle{
	font-size: 2rem;
	margin: 0px auto;
	text-align: center;
}

.logoBG{
	background-image: url(/wp-content/uploads/2024/10/Big-Tailored-T-BG.png);
    background-position-x: center;
    background-repeat: no-repeat;
	background-position-y: center;
	background-size: 400px;
}

.shadow-underlay{
	width:100% !important;
}

.logoBGLarge{
	background-size: 700px !important;
}

.mobileShow{
	display: none !important;
}

.iconHover:hover{
	cursor: pointer;
}

/* HEADER */

body:has(.NoHeader) .entry-header{
	display: none!important;
}

/* FOOTER */

footer{
	z-index:10;
	border-top: 0px !important;
}

body:has(.NoFooter) #content{
	padding-bottom: 0px !important;
}


body:has(.NoFooter) footer{
	margin-top: 0px !important;
}

.footerContentHolder{
	display: flex;
    max-width: 1200px;
    margin: 10px auto auto auto;
	justify-content: center;
}

.footerContentHolder > div{
	width: 20%;
	display: flex;
    align-items: center;
    justify-content: center;
}


.mobileShow.footerContentHolder > div{
	width: 100% !important;
}

.mobileShow.footerContentHolder > div{
	text-align: center;
	margin: 20px 0px;
}

.mobileShow.footerContentHolder > div.footerMap{
	margin: 0px 0px;
}
.footerList{
	display: flex;
    flex-direction: column;
}	

.footerList div, .footerList a{
	margin: 5px 0px;
	font-weight: 400;
}

.footerList a:hover, .footerRight a:hover,div:has(.locationHover:hover) .locationHover{
	text-decoration:underline !important;
}

.footerTitle{
	text-decoration:underline;
	font-weight: 500 !important;
}

.footerLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footerIMGRow{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerPartners{
	display: flex;
    flex-direction: row;
    align-items: center;
}

.footerSeperator{
	width: 70%;
    height: 1px;
    border: 1px solid #0c5e83;
    border-radius: 5px;
    margin: 15px auto;
}

.footerBottom{
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0px auto 20px auto;
}

.footerRight a{
	margin: 0px 5px;
}

.footerBottom > div{
	width:33%;
}

.footerCenter{
	text-align:center;
}

.footerRight{
	text-align:right;
}

/* HOME PAGE */

p:has(#HeroScript){
	display:none;
}

p:has(#ScopeScript){
	display:none;
}


#section_contact label{
	width:100%;
}

.highlight{
	border: 1px solid white;
	transition: all 0.5s;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 24px;
	border-radius: 10px;
}
.highlight:hover{
	box-shadow: rgba(255, 255, 255, 0.5) 0px 8px 54px !important;
}

div:has(>.highlight){
	border-spacing: 20px;
}

#section_keys{
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
    background: linear-gradient(180deg, #1c99d2, #0378c7);
}

#section_benefits{
    background: linear-gradient(208deg, #1c99d2, #014675);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}
#section_benefits .star-background-2{
	width: 100%;
	background: transparent;
	z-index: 0;
}

#section_sectors{
	min-height: unset !important;
	padding: 25px 0px 0px 0px !important;
}
#section_hero .container {
    height: 90vh;
    text-align: center;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2; 
    color: white;
}

.particles {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 1; 
	min-height: 90vh;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 5px 1px white;
    animation: float 20s infinite;
}

#section_hero .particles{
 	top: 0;
    left: 0;
}

.homePage #section_hero .particles{
	height: 100vh;
}

.homePage #section_hero .star-background {
    height: 100vh;
}

#section_hero .star-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: transparent;
    z-index: 0;
}

.star {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    opacity: 0.8;
}
#section_hero{
    background: linear-gradient(150deg, #1c99d2, #011d30);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}

.homePage #section_hero {
	min-height: 100vh !important;
}
	
#section_hero .containerText{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1300px;
    text-align: left;
}
#section_hero .containerText h1{
    font-weight:500;
    font-size: 4rem;
    margin: 0 0 0.5em;
}
#section_hero .containerText h2{
    padding-top: 0px;
    color: white;
    font-size: 2rem;
    font-weight: 400;
}

#section_hero .link-cta{
    margin: 30px 0px;
}

#section_hero .flexHolder{
    margin: 0px auto;
    max-width: 1100px;
    display: flex;
	width: 100%;
}

#section_hero .flexHolder .containerText:nth-child(1){
    width: 60%;
}
#section_hero .flexHolder .containerText:nth-child(2){
    width: 40%;
    align-items: flex-end;
    justify-content: center;
}

#section_hero .feature{
    font-size: 2rem;
    margin: 15px 0px;
    display: flex;
}
#section_hero .feature img{
    margin-right: 15px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 15px;
}

#section_benefits ul li {
    margin-bottom: 24px;
}

#trustCarousel {
    background:transparent;
    max-width: 900px;
	color: white;
}

#trustCarousel .carousel-caption {
    position: initial;
    z-index: 10;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5rem;
	color: white;
	padding: 20px 10px;
	font-weight: 400;
}

#trustCarousel .carousel-inner {
	height: 320px;
}

#trustCarousel #carousel-name {
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.5rem;
	color: white;

}

#section_benefits .flexHolder{
	margin: 0px auto;
    max-width: 1100px;
    display: flex;
}

#section_benefits .flexHolder .containerText:nth-child(1){
	width: 60%;
}

#section_benefits .flexHolder .containerText:nth-child(1) h2{
	font-weight:600;
}

#section_benefits .flexHolder .containerText:nth-child(2){
	width: 40%;
	align-items: flex-end;
    justify-content: center;
    margin-left: 30px;
}

.carousel-indicators{
	bottom: 0px;
}

/* ABOUT PAGE */

#AboutUs_Leadership{
	box-shadow: 0px 0px 10px #888, 0px -0px 10px #888;
	padding: 25px 10px !important;
}

#AboutUs_Leadership .section-content{
	display: flex !important;
}
.blueBG#AboutUs_Leadership .content h2{
	font-weight: 600 !important;
}

.blueBG#AboutUs_Leadership .content{
    border: 1px solid white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(248, 248, 248, 0.35) 0px 10px 20px 10px;
	background: #0079c1 !important;
}



.blueBG#AboutUs_Leadership .content .flex-object{
	display: flex;
    flex-direction: row;
}


.blueBG#AboutUs_Leadership .content h2, .blueBG#AboutUs_Leadership .content blockquote, .blueBG#AboutUs_Leadership .content p{
	color: white;
}

.LeadershipImage img{
	width: 500px;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	filter: saturate(90%);
}

#AboutUs_Leadership .content-2{
	max-width: 1100px;
    width: 100%;
    margin: auto;
}

.valuesHolder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.valuesHolder .value{
	width: 29%;
	color: white;
	padding: 25px 10px;
	margin: 25px 0px;
	transition: all 0.5s;
	border: 1px solid transparent;
	border-radius: 10px;
}

.valuesHolder .value .valueTitle{
	font-size: 1.3rem;
    font-weight: 500;
}

.valuesHolder .value .valueTitle i{
	margin-right: 10px;
}

.valuesHolder .value:hover{
	border: 1px solid white;
	box-shadow: rgba(248, 248, 248, 0.35) 0px 10px 20px;
}

/* WHY PAGE */

.new-key-point{
	margin: 40px 0px;
}
.new-key-point .key-point-title{
	font-size: 1.5rem;
    font-weight: 400;
}
.new-key-point .key-point-body{
	display: flex;
	height: 100px;
    align-items: center;
}
.new-key-point .key-point-icon{
    font-size: 80px;
    margin: 0px 20px;
}
.new-key-point .key-point-text{
    width: 70%;
}

.new-key-point-right .key-point-title,.new-key-point-right .key-point-text {
	text-align: right;
} 
.new-key-point-right .key-point-body{
	flex-direction: row-reverse;
}

/* KEYFRAMES */

@keyframes borderAnimation {
    0% {
        border-image:linear-gradient(to right,  #167AA8 0%, #1c99d2 100%) 1;
    }
    50% {
        border-image:linear-gradient(to left,  #167AA8 0%, #1c99d2 100%) 1;
    }
    100% {
        border-image:linear-gradient(to right,  #167AA8 0%, #1c99d2 100%) 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(calc(-50vw + 100%));
        opacity: 0;
    }
}

/* MOBILE */

@media only screen and (max-width: 1240px) {
    /* MAIN */

	.newTitle{
		text-align: left!important;
		line-height: 40px!important;
	}
	.newMainTitle {
		line-height: 50px !important;
	}
	.LineDivider{
		width: 80%;
	}

    .desktopShow{
		display: none !important;
	}
	.mobileShow{
		display: block !important;
	}

    /* FOOTER */
    
    .footerBottom{
		width: 90%;
	}

    .mobileShow.footerContentHolder{
		display: flex !important;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

    /* HOME PAGE */

	#section_contact p{
		line-height: 1.66;
	}
	#section_contact .section-content{
		padding: 0px 10px !important;
	}

    #section_hero .flexHolder{
		flex-direction: column;
	}
	#section_hero .flexHolder .containerText{
		width: 100% !important;
		align-items: center !important;
		text-align:center;
	}
	
	.homePage #section_hero{
		min-height: 70vh !important;
	}
	
	#section_hero .star-background, #section_hero .particles, #section_hero .container{
		height: 70vh;
	}

    #section_keys .highlight{
		margin: 40px 0px;
	}
	#section_hero .containerText h1{
		font-size: 2.5rem;
	}
	#section_hero .containerText h2{
		font-size: 1.5rem;
	}
	#section_hero .feature {
		font-size: 1.8rem;
	}

    #trustCarousel .carousel-caption {
        position: initial;
        z-index: 10;
        color: rgb(255, 255, 255);
        text-align: center;
        font-size: 0.9rem;
        font-style: italic;
        line-height: 1.6rem;
        color: white;
    }
    #trustCarousel #carousel-name {
        font-size: 0.9rem;
    }
	#section_benefits .flexHolder{
		flex-direction: column;
	}
	#section_benefits .flexHolder .containerText{
		width: 100% !important;
		align-items: center !important;
	}	
	#trustCarousel .carousel-inner {
		height: 400px;
	}
	#section_benefits .flexHolder .containerText:nth-child(2){
		margin-left: 0px;
		margin-top: 20px;
	}
    /* ABOUT PAGE */

    .valuesHolder .value{
		width: 98%;
		padding: 10px 10px;
		margin: 10px 0px;
	}
    .blueBG#AboutUs_Leadership .content .flex-object{
		flex-direction: column;
	}

    /* WHY PAGE */

	.new-key-point .key-point-body{
		height: unset !important;
	}	
	
	
	#logoRailHolder .item img{
		max-width: unset;
		height: 110px;
    	width: 220px;
	}
	#logoRailHolder{
		width: 80vw !important;
	}
	#logoRailHolder .track{
		width: 200%;
	}
	#logoRailHolder .item {
		margin: 0px 10px;
		height: 110px;
    	width: 220px;
	}
	
	#logoRailHolder .t1 {
    animation: scrollLeftMobile 30s linear infinite !important;
	}

	#logoRailHolder .t2 {
		animation: scrollRightMobile 40s linear infinite !important;
	}

	#logoRailHolder .t3 {
		animation: scrollLeftMobile 25s linear infinite !important;
	}
	
	#section_contact .content{
		border: 0px !important;
		box-shadow: unset !important;
	}
	
	#section_benefits .logoBG{
		background-size: 300px !important;
	}
	
	#section_contact .partnerHolder{
		padding-bottom: 0px !important;
	}

	#section_contact .partnerHolder img{
		width: 25% !important;
	}
	
	.section-intro .text{
		width: 100% !important;
	}
	
	.section-intro .image {
		width: 90% !important;
	}
	
	.section-intro {
		align-items: center !important;
		flex-direction: column !important;
	}
}




#logoRailHolder .item img,#logoRailHolder .item{
  height:100px;
  width: 200px;
	transition: all 0.3s;
}

#logoRailHolder{
    overflow: hidden;
    margin: auto;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#logoRailHolder .track {
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
    width: 200vw;
}

#logoRailHolder .t1 {
    animation: scrollLeft 45s linear infinite;
}

#logoRailHolder .t2 {
    animation: scrollRight 30s linear infinite;
}

#logoRailHolder .t3 {
    animation: scrollLeft 60s linear infinite;
}

#logoRailHolder:has(.rail:hover) img{
	filter: brightness(0.8);
}

#logoRailHolder .rail img:hover{
	filter: brightness(1);
}


@keyframes scrollLeft {
    0% {
        transform: translateX(0vw);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-100vw);
    }

    100% {
        transform: translateX(0vw);
    }
}

@keyframes scrollLeftMobile {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-1000px);
    }
}

@keyframes scrollRightMobile {
    0% {
        transform: translateX(-1000px);
    }

    100% {
        transform: translateX(0px);
    }
}


#section_contact .container{
    position: relative;
    z-index: 2; 
    color: white;
	display: flex;
    justify-content: center;
    align-items: center;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}

/* #section_contact p > label > span > input:hover, #section_contact p > label > span > textarea:hover, #section_contact p > input:hover{
	box-shadow: rgba(255, 255, 255, 0.5) 0px 8px 25px !important;
}

#section_contact p > label > span > input, #section_contact p > label > span > textarea, #section_contact p > input{
	transition: all 0.5s;
}

#section_contact p > label{
	color: white;
}
 */

#section_contact{
	background: linear-gradient(197deg, #1c99d2, #014675);
    padding: 50px 0px !important;
	margin-top: 32px !important;
	box-shadow: 0px -6px 4px -2px rgb(0 0 0 / 20%);
}


#section_contact form label{
	width: 100%;
	color: #ffffff;
}

#section_contact form input, #section_contact form textarea{
	border-radius: 5px;
}


#section_contact form .wpcf7-not-valid-tip{
    color: #ff7676;
    font-size: 1.1em;
    font-weight: 600;
}

#section_contact form{
	max-width: 800px;
    margin: auto;
}

#section_contact .content{
    width: 70% !important;
}

#section_contact .particles{
	margin-top:-50px;
}


#section_benefits .partnerHolder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #ffffff14;
    backdrop-filter: blur(1px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	max-width: 800px;
	margin: 32px auto 0 auto;
	flex-wrap: wrap;
}

#section_benefits .partnerHolder img{
    width: 25%;
}

#section_benefits .partnerHolder img:hover{
	cursor: pointer;
}


@media only screen and (max-width: 1240px) {
	#section_benefits .partnerHolder img {
		width: 50%;
	}
	
	}
	#section_benefits .content {
		padding: 0px 32px
	}

	#section_contact .content{
		width: 100% !important;
	}

	#section_contact .container{
		width:90%;
	}
}

.section-intro{
	display: flex;
    align-items: center;
}

.section-intro .image img{
	width:800px;
}

.section-intro .text{
	width: 1000px;
	text-align: center;
}

/* New Service Page Styles */

body:has(#bodyContent.noHeader) header.entry-header{
	display: none !important;
}

#mainContent.servicePage #section_hero .container{
	height: 65vh !important;
}
#mainContent.servicePage #section_hero .logoBGLarge{
	background-size: 500px !important;
}
#mainContent.servicePage #section_hero .containerText h1{
	font-size: 3rem;
}

#mainContent.servicePage .section-intro ul{
	width: fit-content;
    text-align: start;
    margin: 0 auto;
}

#mainContent.servicePage .new-key-point{
	margin: 20px 0px;
}

#mainContent.servicePage #section_serviceCTA{
	min-height: 35vh;
	padding: 45px 0;
}

#mainContent.servicePage #section_serviceCTA p{
	text-align: center;
}

#mainContent.servicePage .firstTitle{
		margin: 0px 0px 32px 0px;
}

#mainContent .link-cta a{
	padding: 8px 16px 8px 16px;
	border-radius: 10px;
}

#mainContent.servicePage .section-intro .text{
	padding: 0 0 80px 0;
}

@media only screen and (max-width: 1240px) {
	#mainContent.servicePage .newTitle{
		text-align: center !important;
	}
	#mainContent.servicePage .firstTitle{
		margin: 40px 0 20px 0 !important;
	}
	
	#mainContent.servicePage #section_hero .containerText h1{
		font-size: 2.5rem;
	}
	#mainContent.servicePage #section_hero .feature {
        font-size: 1.5rem;
    }
	
	#mainContent.servicePage .section-intro ul{
		max-width: 90%;	
	}

	#mainContent.servicePage .section-intro .text{
		padding: 0 0 0 0;
	}

}




#section_hero.contactPage{
	display: flex;
	align-items: center;
}

#section_hero.contactPage h1{
	font-size: 2.5em;
	margin-bottom: 40px;
}

#section_hero.contactPage .container{
	justify-content: flex-start;
	border-radius: 16px;
	height: fit-content;
	min-height: 80vh;
	padding: 20px 20px 40px 20px;
	margin-top: 40px;
}

#section_hero.contactPage, #section_hero.contactPage .particles{
	min-height: 100vh;
}


#section_hero.contactPage .details{
	display: flex;
	gap: 50px;
	align-items: flex-start;
	padding: 0 0 20px 20px;
}

#section_hero.contactPage .details a{
	color: #ffffff;
	text-decoration: underline;
}

#section_hero.contactPage .details a:hover{
	color: #8ac2ff;
}

#section_hero.contactPage .detailTitle{
	text-align: left;
	padding: 0 0 0 20px;
	font-weight: bold;
}




#section_hero.contactPage p:has(>iframe){
	width: 100%;
}

#section_hero.contactPage iframe{
	border-radius: 5px;
}

#section_hero.contactPage .formContainer{
	width: 100%;
}

#section_hero.contactPage form label{
	width: 100%;
	color: #ffffff;
}

#section_hero.contactPage form input, #section_hero.contactPage form textarea{
	border-radius: 5px;
}

#section_hero.contactPage .flexHolder{
	gap: 10%;
}

#section_hero.contactPage .flexHolder .containerText{
	width: 50%;
}

#mainContent:has(#section_hero.contactPage){
	width:100vw;
}



@media only screen and (max-width: 1240px) {
	
	#section_hero.contactPage{
		padding: 5px !important;
	}
	
	#section_hero.contactPage .flexHolder{
		flex-direction: column-reverse;
	}
	
	#section_hero.contactPage .particles, #section_hero.contactPage .star-background{
		height:100%;
		min-height:100vh;
	}

	
	
	#section_hero.contactPage p{
		text-align: left;		
	}
	
	#section_hero.contactPage .container{
		background-size: 500px !important;
		background-position-y: 20%;
	}
	
	#section_hero.contactPage .detailTitle{
		font-size: 1.1em;
		padding: 10px 0;
	}
	
	body:has(#section_hero.contactPage){
		overflow-x: hidden;
	}

}


#top-menu a{
	transition: all 0.2s;
	background: transparent;
    padding: 0.8em 0.75em;
    margin: 1em 0.5em;
	border-radius: 5px;
	border: 0px !important;
	outline: none !important;
}
#top-menu button{
	outline: none !important;
}

#top-menu a use{
	transition: all 0.2s;
	filter: invert(0);
}

#top-menu > li a:hover, #top-menu .sub-menu a:hover{
    background: rgba(28,153,210,0.2) !important;
	color: #000000;
}

#top-menu > li a:hover use{
	filter: invert(0) !important;
}

#top-menu .sub-menu li{
	margin-left: 0px;
}

#top-menu .sub-menu a{
	background: transparent;
    padding: 0.8em 0.75em;
    margin: 5px;
	border-radius: 5px;	
	border-top: 0px !important;
	display: inline-block !important;
}
.main-navigation li li{
	border-top: 0px !important;
}

.main-navigation li li:hover, .main-navigation li li.focus {
	background: none !important;
}
   
.navigation-main .current_page_item > a, .navigation-main .current-page-ancestor > a {
    background: rgb(28,153,210) !important;
    color: #ffffff;
}

.navigation-main .current_page_item > a use, .navigation-main .current-page-ancestor > a use{
	 filter: invert(1) !important;
}

.main-navigation ul ul{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.75);
}


.dropdown-toggle::after{
	display: none !important;
}

@media only screen and (max-width: 1240px) {
	#top-menu{
		max-height: 80vh;
		overflow-y: scroll;
	}
	#top-menu .sub-menu a{
		min-width: 80%;
	}
	
	#top-menu .icon{
		width: 3em !important;
	}
}

article[data-excerpt="true"]{
	border: 1px solid rgba(0,0,0,0.2) !important;
	margin: 0 0 20px 0;
	border-radius: 5px;
    box-shadow:1px 3px 8px 0px rgb(0 0 0 / 40%);
	padding: 10px 10px;
	min-height: 250px;
	display: flex;
}

article[data-excerpt="true"]:hover{
    box-shadow:1px 3px 8px 2px rgb(0 0 0 / 40%);	
}

.article-excerptleft{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	padding: 0 10px 0 0;
}

.article-excerptleft i{
	display: none;
}

.article-excerptleft img{
	border-radius: 5px;
	height: 90%;
	object-fit: cover;
}

.article-excerptleft .article-image{
	height: 100%;
}

.article-excerptright{
	padding-left:20px;
}

.article-excerptright h2{
	font-size: 1.5rem;
}

.article-excerptright .article-more-link{
	text-decoration: none;
    color: #1c99d2;
    font-weight: 600;
}

.article-excerptright .article-summary{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}

.page-numbers:not(.prev):not(.next), .next.page-numbers{
    height: 100%;
    align-content: center;
	margin: 0;
	border: 0px;
}


@media only screen and (max-width: 1240px) {
	article[data-excerpt="true"]>.flex-container{
		flex-direction: column !important;
	}
	
	article[data-excerpt="true"] .article-excerptright, article[data-excerpt="true"] .article-excerptleft .article-meta{
		padding-left:10px;
	}
	article[data-excerpt="true"] .article-excerptleft{
		padding: 0;
	}
}

.nav-links:has(.page-numbers:not(.prev):not(.next)){
	display: flex;
    height: 40px;;
}
.section-intro {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container.glassBG{
	background-color: rgba(255, 255, 255, 0.05); 
 	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05); 
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.02);
}


.aboutPage section#story_section .content .text h2.newTitle{
	padding: 0;
	margin-bottom: 16px !important;
}

.aboutPage section#story_section{
	min-height: 45vh;
	padding-top: 0px;
}

.aboutPage section#quote_section{
	min-height: 50vh;
	padding: 25px 0;
    background: linear-gradient(208deg, #1c99d2, #014675);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
    display: flex;
}

.aboutPage section#quote_section .container{
	padding: 20px;
	border-radius: 5px;
}


.aboutPage section#quote_section .particles{
	min-height: 50vh;
	margin-top: -25px;
	height: 100%;
	position: absolute;
}


.aboutPage section#quote_section img{
	border-radius: 5px;
	box-shadow: 0 4px 30px rgba(255, 255, 255, 0.2); 
}

.aboutPage section#quote_section .section-intro .text{
	padding: 0 20px;
	color: rgb(255, 255, 255);
	width: 85%;
}


.aboutPage section#quote_section .section-intro blockquote{
	color:  rgb(255, 255, 255);
}



@media only screen and (max-width: 1240px) {
	
	.aboutPage section#story_section .content .text{
		padding: 0 10px;
	}
	
	.aboutPage section#quote_section .container {
		margin: 0 20px;
	}

	.aboutPage section#quote_section .section-intro .text{
		padding: 20px 20px 0 20px;
	}

	
}

.highlight.darkHighlight{
    box-shadow: #1455731c 0px 8px 54px;
    border: 1px solid #ebebeb29;
}


.aboutPage section#section_points .highlight.darkHighlight b{
	line-height:1.2;
}


.highlight.darkHighlight:hover{
	box-shadow: #07a2e95e 0px 8px 54px !important
}

.whyPage #section_serviceCTA{
	padding: 0;
    min-height: 40vh;
}

.whyPage #section_serviceCTA h2.newTitle{
	text-align: center !important;
}

@media only screen and (max-width: 1240px) {

	.whyPage #section_serviceCTA{
		padding-bottom: 20px;
	}
	
	.whyPage .highlight.darkHighlight{
		margin: 25px 10px 0 10px;

	}

	.whyPage div:has(>.highlight.darkHighlight){
		border-spacing: 0;
		margin: 0 25px;
	}
	
	.whyPage section#story_section .content .text{
		padding: 0 10px;
	}
}

.centerP p{
	text-align: center !important;
}

@media only screen and (min-width: 1240px) {

	body:has(#bodyContent.transparentNav){
		padding-top:0;
	}
	
	body:has(#bodyContent.transparentNav) .navigation-main, body .navigation-main img{
		transition: all 0.2s;	
	}

	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main{
		background: #ffffff1c;
		backdrop-filter: blur(5px);
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	}
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main #top-menu a{
		color: white;
	}	
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main #top-menu .sub-menu a{
		color: #222;
	}		
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main #top-menu a use{
		filter: invert(1);
	}
	
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main #top-menu > li a:hover{
		background: rgb(28 153 210 / 50%) !important;
	}
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main #top-menu > li a:hover use{
		filter: invert(1) !important;
	}
	
	body:has(#bodyContent.transparentNav.transparentNavActive) .navigation-main img{
		filter: brightness(0) invert(1);
	}

}