*,*::before,
*::after{
    box-sizing:inherit;
}

body{
    margin: 0;
    font-weight: 400;
    font-style: normal;
    color:#000000;
    font-family: "open-sans", sans-serif;
}

html{
    box-sizing:border-box;
    letter-spacing: 0.025em;
}

ul,li{
    margin:0;
    padding:0;
    letter-spacing: 0.16px;
    line-height: 1.4em;
}

ul{
    list-style-position: inside;
}

.com-content-article ul{
	list-style: none;
	overflow: visible!important;
    margin-left: 20px;
}

.com-content-article ul li::before {
  content: "\2022";
  color: #e50044;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -19px;
	
}

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

h1,h2,h3,h4,p,a{
    margin:0;
    padding-bottom:20px;
	line-height:1.4;
}

h1{
    font-size:40px;
}

h2{
    font-size:35px;
}

h3{
    font-size:28px;
}

h4{
    font-size:28px;
}

p,li{
    font-size:20px;
    line-height: 1.4em;
}

a{
    font-size: 20px;
    line-height: 1.4em;
    text-decoration: none;
    color: inherit;
}

.yellow{
    color:#ffda36;
}

.orange{
    color: #f08349;
}

.navy{
    color: #2e3f54;
}

.light{
    font-weight: 300;
}

.sbold{
    font-weight:600!important;
}

.bold{
    font-weight:700;
}

.bg-navy{
 background-color: #415581;
   
}

.bg-orange{
  background-color: #ffac27;
  
}

.section-info{
    max-width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 150px;
}

.section-info p,.section-info .section-title{
    padding:0
}

.section-info p{
    font-weight:300;
}

.section-title{
    font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 400;
    font-size: 50px;
    padding-bottom: 20px;
    line-height: 1.2em;
    position: relative;
}

.inner-section{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.btn-main{
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    font-family: "quicksand", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 20px 20px 15px 20px;
    text-transform: uppercase;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    margin-right: 40px;
    min-width: 290px;
}

.btn-main:hover{
    opacity: 0.8;
}

.btn-yellow{
    background-color: #ffda36;
    color: #2e3f54;
}

.btn-yellow:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background-image: url(../images/btn-yellow-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    top: 0;
}

.btn-navy{
    background-color: #2e3f54;
    color: white;
}

.btn-navy:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background-image: url(../images/btn-navy-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    top: 0;
}

.btn-orange{
    background-color: #f08349;
    color: white;
}

.btn-orange:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background-image: url(../images/btn-orange-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    top: 0;
}


.fab, .far {
    transition: all 0.3s ease-in-out 0s;
    color: white;
    margin: auto;
}

.fab + .fab{
    margin-left:10px;
}

.fab:hover, .far:hover, .fas:hover {
    color: #f08349;
    transition: all 0.3s ease-in-out 0s;
}

.div-margins > *+* {
    margin-top: 40px;
}
.section-info.div-margins > *+*{
    margin-top: 30px;
}

.sec-pad{
    padding:60px;
}

.section-inner{
    max-width: 1920px;
    margin: 0 auto;
}

.container{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 60px;
}

.]-main{
    position: relative;
    width: 100%;
    z-index:2;
}

.itemid-130 .header-main,.itemid-129 .header-main {
    position: relative;
    width: 100%;
    z-index: 10;
    background: white;
}

.header-main {
	position: relative;
    width: 100%;
    z-index: 10;
}

.itemid-130 .header-main.fixed, .header-main.fixed, .itemid-129 .header-main.fixed{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 5px;
    max-width: unset;
    background: white;
    transition: all 0.5s ease 0s, background 0.5s ease 0s, padding 0.5s ease 0s, box-shadow 0.7s ease 0s;
}

.fixed .logo{
	width:150px;
	height:auto;
}


    
    .fixed .hamburger-bottom {
        transform: translateY(16px);
    }
    .fixed .hamburger-middle {
        transform: translateY(8px);
    }
    .fixed .hamburger-text {
        transform: translateY(35px);
        top: 0;
        font-size: 14px;
    }
    .fixed .open .hamburger-bottom {
        width: 30px;
    }
    .fixed .hamburger {
        width: 60px;
        height: 50px;
        background-size: 60px 50px;
        margin-left: 10px;
    }

    .fixed .hamburger-top,.fixed .hamburger-middle,.fixed .hamburger-bottom {
    height: 4px;
    right: 19px;
    top: 14px;
    width: 30px;
}
.fixed .header-flex-right a {
        font-size: 40px;
    }
.header-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 60px 20px 60px;
    color: white;
    max-width: 1920px;
    margin: 0 auto;
}

.header-flex-left{
    flex: auto;
}

 .header-flex-left img{
    max-width: 250px;
	 height:auto;
}

.header-flex-right{
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: flex-end;
}

.header-flex-right a{
    font-size: 55px;
    color: #2e3f54;
    padding: 0;
}

/*****Navigation******/
.menu-icon-container{
	display:none!important;
}


.menu-fix ul{
    position: relative;
}

/*#menu-bar ul:before{
    position: absolute;
    content: "";
    background-image: url(../images/footerLogo.png);
    width: 200px;
    height: 121px;
    bottom:100%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#menu-bar ul li ul:before{
    display:none;
}*/

#menu-bar ul li{
	position: relative;
    list-style: none;
    display: block;
    text-align: left;
    padding: 5px 0;
}

#menu-bar ul li ul li {
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    padding: 5px 0;
}

#menu-bar ul li a{
    text-decoration: none;
    position: relative;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 0;
    color: black;
    transition: 0.3s;
    font-weight:bold;
}

#menu-bar ul li a:hover{
    color:#f08349;
}

#menu-bar ul li ul li a{
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 0;
    color: white;
}

.menu-fix .nav {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-bottom: 0
}

#menu-bar li a {
    font-size: 20px;
    padding-bottom: 0;
    transition: 0.3s;
    font-weight: 600
}

#menu-bar li a:hover {
    color: #b59233
}

.menu-fix .nav li {
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    padding: 5px 0
}

.menu-fix .nav>li:hover>.nav-child,.menu-fix .nav>li>a:focus+.nav-child,.menu-fix .nav li li:hover>.nav-child,.menu-fix .nav li li>a:focus+.nav-child {
    display: block
}

.menu-fix .mod-menu__sub {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-clip: padding-box;
    background-color: white;
    color: #ea5551;
    opacity: 0.95
}

.mod-menu__sub li a {
    color: #ea5551!important;
    font-size: 18px!important
}

.menu-fix .nav>li:hover>.mod-menu__sub,.menu-fix .nav>li>a:focus+.mod-menu__sub,.menu-fix .nav li li:hover>.mod-menu__sub,.menu-fix .nav li li>a:focus+.mod-menu__sub {
    display: block
}

.menu-fix ul.nav li .puls {
    right: 0;
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%
}

.menu-fix ul.nav li .puls::before {
    color: #ea5551;
    content: ">";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    cursor: pointer;
    font-size: 20px;
    right: -16px;
    position: absolute;
    top: 9.5px;
    font-weight: 400
}

.menu-fix ul.nav li .puls1 {
    right: 0;
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%
}

.menu-fix ul.nav li .puls1::before {
    color: #ea5551;
    content: ">";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    cursor: pointer;
    font-size: 30px;
    right: 0px;
    position: absolute;
    top: 8px
}


/* Hamburger Menu */
.hamburger {
	position: relative;
	cursor: pointer;
	width: 96px;
	height: 80px;
	background: none;
	border: none;
	z-index: 100;
	margin-left: 20px;
	background-image: url(../images/menuIcon.png);
	background-size: cover;
	}
  
  .hamburger-top,
  .hamburger-middle,
  .hamburger-bottom {
    position: absolute;
    width: 40px;
    height: 7px;
    top: 26px;
    right: 35px;
    background: white;
    transition: all 0.5s;
  }
 
  .hamburger-middle {
    transform: translateY(12px);
    width: 30px;
  }
  
  .hamburger-bottom {
    transform: translateY(24px);
    width: 15px;
  }

  
  /* Transition hamburger to X when open */
  .open {
    transform: rotate(90deg);
    background-image: none;
  }
  
  .open .hamburger-top {
    transform: rotate(45deg) translateY(6px) translateX(6px);
    background-color: white;
  }
  
  .open .hamburger-middle {
    display: none;
  }
  
  .open .hamburger-bottom {
    transform: rotate(-45deg) translateY(6px) translateX(-6px);
    width: 40px;
    background-color: white;
  }


.slider{
    position: relative;
    width: 100%;
    z-index: 1;
}

.slider-text-container{
    position: absolute;
    max-width: 1920px;
    inset: 0 0 0px 0;
    margin: 0px auto;
}

.itemid-130 .slider-text-container,.itemid-129 .slider-text-container{
    position: absolute;
    max-width: 1920px;
    inset: 165px 0 0px 0;
    margin: 0px auto;
}

.slider img{
    width: 100%;
    height: auto;
}

.slider-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    max-width: 50%;
    text-align: left;
}

.slider-heading{
    font-family: "vag-rundschrift-d", sans-serif;
    font-style: normal;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1em;
    padding-bottom: 0;
    margin-bottom: 0px;
    color: white;
    text-shadow: -2px 3px 10px #00000055;
}

/* Homepage Arrow */

.arrow {
	cursor: pointer;
    text-align: center;
    margin: 0 auto 16px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: max-content;
    opacity: 1;
    transition: 2s all ease-in-out!important;
    z-index: 1;
}

.arrow a {
    color: white;
	text-decoration: none;
    padding: 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*.on {
opacity: 1;
}
*/

.off {
bottom: -40%;
	    opacity: 0;
}

@media(max-width: 640px) {
	.arrow {
	bottom: -40%;
	}
}

.intro-flex{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}

.intro-item{
    text-align: center;
    flex: 1;
    position: relative;
}

.intro-title{
    padding: 0;
    position: relative;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
}

.intro-text p{
    font-weight: 300;
}

.colour-line{
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
}

.colour-line:before{
    position: absolute;
    content: "";
    height:3px;
    width:100px;
    margin: 0;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    transition: all 1s;
}

.yellow-line:before{
    background-color:#fdc50a;
}

.dorange-line:before{
    background-color:#f08349;
}

.lorange-line:before{
    background-color:#f6a63b;
}

.navy-line:before{
    background-color:#2e3f54;
}

.intro-item:hover .colour-line:before,
.intro-item:focus .colour-line:before{
    width: 100%;
}

.intro{
    background-image: url(../images/CastleBG.jpg);
    background-position: center;
    background-size: cover;
    color:white;
    text-align: center;
}

.talk{
    background-image: url(../images/talk-bg.jpg);
    background-position: top left;
    background-size: cover;
    color: white;
}

.talk .inner-section {
    max-width:900px;
}

.talk-flex{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.talk-left,.talk-middle,.talk-right{
    text-align: center;
    position: relative;
}

.talk-left{
    flex: auto;
}

.talk-middle{
    flex: 20%;
}

.talk-right{
    flex: auto;
}

.talk-left p{
    padding:0;
}

.talk-right{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.talk-middle img{
    height: 90px;
    width: auto;
}

.sure{
    background-image: url(../images/sure-bg.jpg);
    background-position: bottom right;
    background-size: cover;
    height:600px;
    display: flex;
    align-items: center;
    color: white;
}

.statement{
	background-color:#2e3f54;
    padding-top:20px!important;
    padding-bottom:20px!important;
}

.statement p{
    color:#fff;
    font-size: 30px;
    font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
}

.statement .colour-line:before {
    bottom: -7px;
}

.statement p:hover.colour-line:before,
.statement p:focus.colour-line:before{
    width: 100%;
}

.stories{
    color: white;
    text-align: center;
}

.stories-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 60px;
    flex-wrap: wrap;
}

.stories-item{
    text-align: center;
    flex: 1;
    position: relative;
    min-width: 300px;
    max-width: 360px;
}

.stories-item h3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color:#2e3f54;
    font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 40px;
}

.testimonials{
    color: white;
    text-align: center;
}

.testimonials-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonials-item{
    text-align: center;
    flex: 1;
    position: relative;
    min-width: 200px;
}

.footer{
    padding: 40px 60px 15px 60px;
    text-align: center;
    position: relative;
    color: white;
}

.footer-info{
    padding-bottom: 5px;
    padding-top: 30px;
}

.footer-info p{
    font-size:14px;
    padding-bottom: 10px;
}

.footer-cta {
    margin: 30px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-menu {
    margin: 30px 0 30px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 10px;
}

.footer-menu ul li a{
    font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 300;
    padding-bottom: 0;
    font-size: 20px;
    margin: auto;
    transition: 0.3s;
    text-transform: uppercase;
}

.footer-menu ul li a:hover{
    color: #f08349;
}

.footer-menu-small {
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu-small ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
}

.footer-menu-small ul li a{
    padding-bottom: 0;
    font-size: 16px;
    margin: auto;
    transition: 0.3s;
}

.footer-menu-small ul li a:hover{
    color: #fdc50a;
}

.socials a{
    padding-bottom: 0;
    color:white;
    font-size:30px;
    z-index: 1;
    position: relative;
}

.socials a + a{
    margin-left:10px
}

.rhys-welsh a{
    padding-bottom: 0;
    font-size: 8px;
    color:white;
    margin: 0;
}

.rhys-welsh a:first-child{
    margin-right: 10px;
}

.rhys-welsh{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.rhys-welsh img{
    width:70px;
    height:auto;
}

/*****contact box css*****/
.contact-boxes{
    display: flex;
	padding:30px 0;
}

.contact-box{
	    flex: 32.333%;
    background-color: #662D91;
    color: white;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	transition:ease-in-out 0.3s;
	line-height: 80%;
}

.contact-box h2 {
    color: white;
	line-height: 1.2;
}

.contact-box a,.contact-box p{
	margin-bottom:0;
	color: white;
	text-decoration: none;
}

.contact-box:hover {
    
	color:white;
	    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #fecc00;
	
}

a.contact-box:hover {
text-decoration: none;
}

.contact-box + .contact-box{
	margin-left:20px;
}

.contact-box .fa-map-marker-alt {
    color: inherit;
}
.contact-boxes{
    display: flex;
	padding:30px 0;
}

.contact-box{
	    flex: 32.333%;
    background-color: rgb(29,54,76);
    color: white;
    text-align: center;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	transition:ease-in-out 0.3s;
	border-radius: 25px;
}


.contact-box:empty {
background-color: transparent;
	padding-bottom:0;
	padding-bottom: 0;
}

.contact-box a,.contact-box p{
	margin-bottom:0;
	padding-bottom:0;
}

.contact-box:hover {
    
	color:white;
	    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #E5017C;
}

.contact-box + .contact-box{
	margin-left:20px;
	
}

/* Contact Boxes Needle Page */

.contact-boxes.needle {
display: flex;
	flex-wrap: wrap;
	.gap: 1rem;
	margin-right: -1rem;
	}

.contact-boxes.needle .contact-box {
	flex: 29%;
	margin:0.5rem 1rem 0.5rem 0;
	
}

.contact-boxes.needle > * + * {
margin: 0.5rem 1rem;
}



.contact-boxes.needle .contact-box h2 {
margin-bottom: 12px;
}

.contact-boxes.needle .contact-box p {
line-height: 1.2;
	margin-top: 6px;
}
.contact-boxes.needle .contact-box a {
transition: 0.3s ease-in-out;
	text-decoration: underline;
	text-decoration-color: transparent;
}

.contact-boxes.needle .contact-box a:hover {
text-decoration-color: white;
}


.contact-boxes.needle .contact-box:hover {
    
	color:white;
	    box-shadow: none;
}

.contact-boxes.needle .contact-box + .contact-box{
	margin-left:0px;
}

@media (max-width: 750px) {
.contact-boxes.needle .contact-box + .contact-box {
    margin-left: 0;
    margin-top: 0;
	}

	.contact-boxes.needle .contact-box {
flex: 100%;	
}}


/****additional css****/

div.custom-button{
	margin-right:12px;
}

.news-gallery{
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.news-gallery img {
	margin:5px;
}

.support-title{
	color:#2e3f54;
	text-align:center;
	font-family: "vag-rundschrift-d", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2em;
    position: relative;

}

.support-item:nth-child(2) .support-text {
  padding-bottom: 90px;
}

.header-cta{
	font-size: 30px !important;
    color: #2e3f54 !important;
    padding: 15px 8px 6px 9px !important;
	margin:0 50px!important;
}
	

.menu-icon-container{
	display: flex;
    align-items: center;
    flex-direction: column;
}

.menu-icon-container:first-of-type {
  padding:5px;
}

.menu-icon-container span:first-of-type {
  	font-size: 20px;
    color: black;
	font-weight:bold;
}


.is_articletimeline{
	overflow:hidden;
}
.timeline ul li::before{
	display:none;
}

/***Tabs***/ 
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"]:focus, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"]:hover {
  background-color: #F6A63B!important;
  color: white!important;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"]:focus, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"]:hover, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"]:focus, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"]:hover {
  background-color: #F6A63B!important;
  color: white!important;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"] {
  background-color: #F6A63B!important;
  border-radius: 5px 5px 0 0;
  color: white!important;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] > [data-rlta-element="panel-content"] {
  padding: 1.25em;
  background-color: white;
  color: #2B4862;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  background-color: #fff;
  transition: background-color 200ms,border 200ms;
  color: #F6A63B;
}


/****Hompepage support****/


.support-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* Center items horizontally */
    align-items: stretch;     /* Stretch items to fill container height */
    width: 100%;              /* Full viewport width */
    height: 600px;           /* Full viewport height */
    margin: 0;
    padding: 0;
}

.support-item {
    display: flex;            /* Enable flexbox for the text container */
    flex-direction: column;   /* Stack content vertically */
    justify-content: center;   /* Center content vertically */
    min-width: 33.3333%
}


.support-text {
    display: flex;            /* Use flexbox for centering */
    flex-direction: column;   /* Stack items vertically */
    justify-content: center;   /* Center vertically */
    align-items: center;       /* Center horizontally */
    text-align: center;
    height: 100%;             /* Full height of the box */
    font-family: "vag-rundschrift-d", sans-serif;
    color: #1c4563;
}

.support-last-div {
    flex-direction: row;
}

.support-last-div > *{
    width: 50%;
}


.support-item:nth-child(1) {
    background-color: #f08349;
}

.support-item:nth-child(2) {
    background-color: #f6a63b;
}

.support-item:nth-child(3) {
    background-color: #ffd938;
    color: #333; /* Darker text for better contrast */
}

.support-item:nth-child(4) {
    background-color: #ffe5a1; /* Lighter shade for the fourth item */
    color: #333; /* Darker text for better contrast */
}
.support-item:nth-child(5) {
    background-color: #ffe5a1; /* Lighter shade for the fourth item */
    color: #333; /* Darker text for better contrast */
}


.itemid-130 .support-text h3 {
    font-size: 25px;
	padding: 20px;
}

.itemid-129 .support-text h3 {
    font-size: 25px;
	padding: 20px;
}


.support-item-title{
	visibility: hidden;
}



/*********************************  Main Section  *************************************/
.main-section { position: relative;}
.main-section .owl-carousel { position: relative; z-index: 1; width: 100%; max-width:1920px; margin: 40px auto 0 auto; display:block;}
.main-section .owl-carousel .owl-item .slider-box { text-align: center; }
.main-section .owl-carousel .owl-item .slider-box img { width: auto; margin: 0 auto 15px; }
.main-section .owl-carousel .owl-nav button span { display: none; }
.main-section .owl-carousel .owl-dots { display: none; }

.post-title {
    letter-spacing: 0.025em!important;
	font-size: 18px!important;
	line-height:1.4!important;
}

.btn-team{
	display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    font-family: "quicksand", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 20px 20px 15px 20px;
    text-transform: uppercase;
	background-color:#2e3f54;
	color:white;
}

.btn-team:hover{
	background-color:#f08349;
}

.landing-flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-item{
	padding: 40px;
    background-color: rgb(29,54,76);
    color: white;
    text-align: center;
    border-radius: 25px;
    flex: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px 5px;
    transition: 0.3s ease-in-out;
    max-width: 410px;
}

.landing-item:hover {
    transform: translateY(-10px);
	background-color: #f08349;
}

.landing-item a,.landing-item h2{
	padding:0;
}

div.mod-languages img {
    max-width: 40px;
}
.blog-item {
    background-color: #222a44;
}
.blog-page .blog-item{
    box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.blog-page .item-content{
    transition: 0.3s;
    color: white;
	padding:20px;
}

.blog-page a {
    color: white;
}

.blog-page .btn-secondary {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    font-family: "quicksand", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 20px 20px 15px 20px;
    text-transform: uppercase;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    margin-right: 40px;
	background-color: #f08349;
    color: white;
	border: 0;
}

.blog-page .btn-secondary:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background-image: url(../images/btn-orange-deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 99%;
    top: 0;
}

.blog-page .btn-secondary:hover{
    opacity: 0.8;
    background-color: #f08349;
}

.blog-item .item-image {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  overflow: hidden!important;
}

/****Team Page****/

.team-flex {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.team-card {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    margin: 15px;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 2px solid yellow;
}

.team-card {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    margin: 15px;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}



/****trustee****/
.trustee-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

.trustee-item{
    margin: 20px;
    flex: 1;
	    text-align: center;
}


.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
    display:none;
}
.page-header h1,.page-header h2{
    color: #2e3f54;
}
.site-grid {
	max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 60px;
}
.slide-desc-text-default,.slide-desc-bg-default,.djslider-default .slide-desc-in,.djslider-default .slide-desc {
    position: unset!important;
}
.itemid-130 .site-grid,.itemid-129 .site-grid{
	display:none;
}
  
@media(min-width:2000px){
.sure {
    background-position: center;
}
}

@media (max-width: 1200px) {
    .support-item {
        width: calc(33% - -3px);
    }
	.itemid-130 .support-text h3 {
    font-size: 22px;
	padding: 20px;
}
	.itemid-129 .support-text h3 {
    font-size: 22px;
	padding: 20px;
}
}



  
    @media(max-width:1100px){
      		.site-grid {
    padding: 20px;
}
        h1{
            font-size:35px;
        }
        
        h2{
            font-size:30px;
        }
        
        h3{
            font-size:25px;
        }
        
        h4{
            font-size:23px;
        }
        
        p,a,li{
            font-size:18px;        
        }
        .btn-main,.blog-page .btn-secondary {
            font-size: 18px;
        }
		.btn-team{
			font-size:16px;
			padding: 10px;
		}
        .div-margins > *+* {
            margin-top: 20px;
        }
        
        .sec-pad{
            padding:30px 20px;
        }
        .logo {
            width: 200px;
        }
    .slider-heading {
        font-size: 40px;
    }
    .section-title{
        font-size:30px;
    }
    .header-flex {
        padding: 20px 20px;
    }
    .slider-text {
        max-width: 52%;
        left: 0;
        padding: 0 20px;
    }
    .container {
        padding: 20px;
    }
    
    .footer {
        padding: 20px 20px 10px 20px;
    }
    
    .footer-menu ul {
        flex-direction: column;
    }
    
    .footer-menu {
        margin: 20px 0;
    }
    
    .footer-menu {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-logo img{
        width: 200px;
        height: auto;
    }
    .footer-cta {
        margin: 20px 0 20px 0;
        flex-direction: column;
    }

    .itemid-130 .slider-text-container,.itemid-129 .slider-text-container {
        inset: 113px 0 0px 0;
    }

    .section-info.div-margins > *+* {
        margin-top: 20px;
    }
    .intro-title {
        font-size: 30px;
    }
    .color-line:before {
        bottom: -10px;
    }
    .section-info {
        padding-left: 0;
        width: 100%;
    }
    .statement p {
        font-size: 25px;
    }
    }



@media (max-width: 1024px) {
    .support-item {
        flex: 0 0 100%;  /* Make all items full width on smaller screens */
    }
	.support-title{
		display:none;
	}
	
.support-item:nth-child(2) .support-text {
  padding-bottom: 0px;
}

}


    @media(max-width:990px){
		.menu-icon-container{
			display:block!important;
		}
		#menu-bar{
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(29,54,76);
    background: -moz-linear-gradient(90deg, rgba(29,54,76,1) 0%, rgba(45,74,101,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,54,76,1) 0%, rgba(45,74,101,1) 100%);
    background: linear-gradient(90deg, rgba(29,54,76,1) 0%, rgba(45,74,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d364c",endColorstr="#2d4a65",GradientType=1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 10;
    transform: scale(0);
    padding: 0 20px;
}

#menu-bar.active{
    transform: scale(1);
}
		.pic img {
    max-width: 200px;
    margin: 0 auto;
}
				.landing-item {
    flex: auto;
	max-width: 300px;	
    min-height: 200px;

}
		.main-section .owl-carousel .owl-item .slider-box img {
    width: 100px;
}
		.menu-fix:after {
    display:none;
}
        .section-title {
            font-size: 25px;
        }
        .header-flex-right {
            justify-content: flex-end;
            width: max-content;
        }
        .section-info {
            max-width: 100%;
            margin-right: auto;
            text-align: center;
        }
        .logo {
            width: 200px;
        }
        .slider-heading {
            font-size: 30px;
        }
    
    
    .menu-fix ul{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
		#menu-bar ul:before {
    width: 150px;
    height: 91px;
}
            
    .menu-fix .nav {
        flex-direction: column;
    }
    
    .intro-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .intro-item {
        flex: 100%;
        max-width: 500px;
    }
    .intro-title{
        margin-top: 0;
        top: -20px;
        font-size: 25px;
    }
    .intro-item:nth-child(2) .intro-title {
        top: 10px;
    }
    .talk-flex {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .talk-right {
        align-items: center;
    }
    .talk-middle img {
        height: 50px;
    }
    .sure {
        background-position: center;
        height: auto;
    }
    .stories-flex,.testimonials-flex {
        gap: 30px;
    }
		
.menu-fix ul.nav li .puls { right: 0; position: absolute; top: 0; width: 20%; height: 100%; }
.menu-fix ul.nav li .puls::before { color: white;
    content: ">";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    cursor: pointer;
    font-size: 20px;
    right: 0;
    position: absolute;
    top: 12px;
    font-weight: 300; }
.menu-fix ul.nav li .puls1 { right: 0; position: absolute; top: 0; width: 20%; height: 100%; }
.menu-fix ul.nav li .puls1::before { color: white; content: ">"; transform: rotate(90deg); -webkit-transform: rotate(90deg); cursor: pointer; font-size: 30px; right: 0px; position: absolute; top: 8px }

.menu-fix .mod-menu__sub {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(245,164,60);
}

.menu-fix .nav>li:hover>.mod-menu__sub, .menu-fix .nav>li>a:focus+.mod-menu__sub, .menu-fix .nav li li:hover>.mod-menu__sub, .menu-fix .nav li li>a:focus+.mod-menu__sub {
    display: none;
}
		.menu-fix {
    width: 350px;
    position: absolute;
    top: 180px;
}
		#menu-bar ul li {
    text-align: center;
}
		#menu-bar ul li ul li {
    text-align: center;
}
		
.active-1 .mod-menu__sub{
	    position: relative;
    width: 100%;
    padding-left: 20px!important;
    margin-top: 15px;
		}

    }


@media (max-width: 900px) {
    .team-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}


  @media(max-width:850px){
		.header-flex-right {
    width: 100px;
    display: flex;
    flex: auto;
    align-items: center;
}
		
.header-cta {
    font-size: 18px !important;
	margin:0 10px!important;
	padding:13px 6px 7px 7px !important;
}
	  .header-flex-right .btn-main {
  min-width: 200px;
}

	  
}


    @media(max-width:750px){
        .slider-heading {
            font-size: 25px;
        }

    }
    
    @media(max-width:600px){
		
		    .header-flex-right .btn-main {
        min-width: 130px !important;
		}
		
		    .header-flex-right {
        width: min-content;
        display: flex;
		justify-content:space-around;
		}
		
		.menu-fix {
    width: 90%;
}
		
    .btn-main,.blog-page .btn-secondary {
        font-size: 16px;
        padding: 10px 10px 6px 10px;
		margin-right: 25px;
    }
    .btn-orange:before,.btn-navy:before,.btn-yellow:before,.blog-page .btn-secondary:before {
        width: 25px;
    }
    .slider-container {
        inset: 78px 0 0px 0;
    }
    .slider-text {
        max-width: 100%;
        text-align: center;
    }
    .slider-heading {
        font-size: 20px;
    }
    .logo,.fixed .logo {
        width: 120px;
    }
    .hamburger-top, .hamburger-middle, .hamburger-bottom {
        height: 4px;
        right: 19px;
        top: 14px;
        width: 30px;
    }
    .header-flex-right a {
        font-size: 40px;
    }
    .hamburger-bottom {
        transform: translateY(16px);
    }
    .hamburger-middle {
        transform: translateY(8px);
    }
    .hamburger-text {
        transform: translateY(35px);
        top: 0;
        font-size: 14px;
    }
    .open .hamburger-bottom {
        width: 30px;
    }

    .itemid-130 .djslider-default img.dj-image {
        height: 60vh!important;
        object-fit: cover!important;
        object-position: center!important;
    }
      .itemid-130 .djslider-loader-default,.itemid-130 .djslider-default ul.djslider-in > li,.itemid-130 .djslider-default{
        height: 60vh!important;
      }
		 .djslider-default img.dj-image {
        height: 160px!important;
        object-fit: cover!important;
        object-position: center!important;
    }
       .djslider-loader-default,.djslider-default ul.djslider-in > li,.djslider-default{
        height: 160px!important;
      }
    .hamburger {
        width: 60px;
        height: 50px;
        background-size: 60px 50px;
        margin-left: 10px;
    }
    .slider-heading {
        padding-bottom: 10px;
    }

    .footer-menu-small ul {
        flex-direction: column;
    }
    .footer-logo img{
        width: 150px;
    }
    .footer-info p {
        font-size: 12px;
    }
    .stories-item{
        min-width: 100%;
    }
    .stories-item h3 {
        top: 55%;
        font-size: 30px;
    }
		.btn-main {
    min-width: max-content;
}
    }
    
    @media(max-width:350px){
    .slider-heading {
        font-size: 18px;
    }
    .logo {
        width: 120px;
    }
		.header-flex-right a {
    font-size: 30px;
}
		div.mod-languages img {
    max-width: 30px;
}
		.hamburger {
    margin-left: 5px;
}
		div.mod-languages ul.lang-inline li {
    margin: 0;
}
    }


/****GDAFFS 2026****/
.daffs-hero {
	    --daffs-teal: #007c86;
    --daffs-mint: #91deda;
    --daffs-yellow: #fffec8;
    --daffs-pink: #ffe3e2;
    --daffs-text: #101b2a;
    --daffs-body: #525966;
    position: relative;
    min-height: 515px;
    padding: 30px 60px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.daffs-hero *,
.daffs-hero *::before,
.daffs-hero *::after {
	box-sizing: border-box;
}

/* Main layout */

.daffs-hero__main {
	position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 55px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.daffs-hero__content {
	max-width: 750px;
}

.daffs-hero__eyebrow {
	margin: 0 0 32px;
	color: var(--daffs-teal);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.daffs-hero__title {
	margin: 0 0 24px;
	color: var(--daffs-text);
	font-size: clamp(38px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
}

.daffs-hero__description {
	max-width: 720px;
	margin: 0 0 38px;
	color: var(--daffs-body);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3;
}

.daffs-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 14px;
	background: var(--daffs-mint);
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.25s ease,
		transform 0.25s ease;
}

.daffs-hero__button:hover {
	background: var(--daffs-teal);
	transform: translateY(-2px);
}

/* Map */

.daffs-hero__map {
	align-self: start;
	width: 100%;
}

.daffs-hero__map img {
	display: block;
	width: 100%;
	height: auto;
}

/* Bottom content */

.daffs-hero__footer {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 235px minmax(300px, 1fr);
	align-items: end;
	gap: 42px;
	width: calc(100% + 40px);
	max-width: 1307px;
	min-height: 110px;
	margin: 20px auto 0;
	margin-left: -20px;
	margin-right: -20px;
}

.daffs-hero__audience {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 110px;
	padding: 30px 0 20px 19px;
	color: var(--daffs-text);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.daffs-hero__audience::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -18px;
	bottom: -5px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: #ffe7e3;
}

.daffs-hero__audience-line {
	display: block;
	flex: 0 0 auto;
	width: 7px;
	height: 20px;
	margin-right: 5px;
	border-radius: 2px;
	background: #ffcd00;
}

.daffs-hero__information {
	align-self: end;
	margin: 0;
	padding-bottom: 10px;
	color: var(--daffs-body);
	font-size: 22px;
	line-height: 1.3;
}

/* Decorative background shapes */

.daffs-hero__background {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
}

.daffs-shape {
	position: absolute;
	display: block;
}

.daffs-shape--yellow-one {
	top: -65px;
	left: 315px;
	width: 580px;
	height: 410px;
	border: 72px solid var(--daffs-yellow);
	border-radius: 48% 52% 46% 54%;
	transform: rotate(14deg);
}

.daffs-shape--yellow-two {
	top: 145px;
	left: 210px;
	width: 750px;
	height: 320px;
	border: 72px solid var(--daffs-yellow);
	border-radius: 50%;
	transform: rotate(-9deg);
}

.daffs-shape--pink {
	top: 145px;
	left: 405px;
	width: 455px;
	height: 205px;
	border: 62px solid var(--daffs-pink);
	border-radius: 50%;
	transform: rotate(27deg);
}

/* Tablet */

@media (max-width: 1000px) {
	.daffs-hero {
		padding-top: 30px;
	}

	.daffs-hero__main {
		grid-template-columns: minmax(0, 1fr) 230px;
		gap: 30px;
	}

	.daffs-hero__eyebrow {
		margin-bottom: 22px;
		font-size: 15px;
	}

	.daffs-hero__title {
		font-size: 38px;
	}

	.daffs-hero__description {
		font-size: 21px;
	}

	.daffs-hero__footer {
		grid-template-columns: 215px 1fr;
		gap: 25px;
	}

	.daffs-hero__audience {
		font-size: 19px;
	}

	.daffs-hero__information {
		font-size: 18px;
	}

	.daffs-shape--yellow-one {
		left: 200px;
	}

	.daffs-shape--yellow-two {
		left: 110px;
	}
}

/* Mobile */

@media (max-width: 767px) {
	.daffs-hero {
		min-height: auto;
		padding: 28px 20px 0;
	}

	.daffs-hero__main {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}

	.daffs-hero__eyebrow {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.daffs-hero__title {
		font-size: clamp(33px, 10vw, 42px);
		line-height: 1.12;
	}

	.daffs-hero__title br {
		display: none;
	}

	.daffs-hero__description {
		margin-bottom: 28px;
		font-size: 19px;
		line-height: 1.45;
	}

	.daffs-hero__button {
		min-height: 52px;
		font-size: 19px;
	}

	.daffs-hero__map {
		width: min(100%, 300px);
		margin: 0 auto;
	}

	.daffs-hero__footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		width: calc(100% + 40px);
		min-height: auto;
		margin-top: 35px;
	}

	.daffs-hero__audience {
		width: 100%;
		min-height: 75px;
		padding: 20px 20px 15px;
		font-size: 19px;
		white-space: normal;
	}

	.daffs-hero__audience::before {
		left: -15px;
		width: 90px;
		height: 90px;
	}

	.daffs-hero__information {
		padding: 0 20px 25px;
		font-size: 18px;
	}

	.daffs-hero__information br {
		display: none;
	}

	.daffs-shape--yellow-one {
		top: 100px;
		left: 40%;
		width: 370px;
		height: 300px;
		border-width: 45px;
		opacity: 0.7;
	}

	.daffs-shape--yellow-two {
		top: 310px;
		left: -120px;
		width: 500px;
		height: 250px;
		border-width: 45px;
		opacity: 0.65;
	}

	.daffs-shape--pink {
		top: 260px;
		left: 30%;
		width: 300px;
		height: 150px;
		border-width: 38px;
		opacity: 0.7;
	}
}

.support-routes {
	    --support-dark: #101b2a;
    --support-body: #505967;
    --support-coral: #f2504c;
    --support-teal: #007f82;
    --support-cream: #fffce1;
    --support-border: #d9d9d9;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.support-routes *,
.support-routes *::before,
.support-routes *::after {
	box-sizing: border-box;
}

/* Hero */

.support-routes__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 580px);
	align-items: center;
	gap: 45px;
	min-height: 270px;
	padding: 32px 48px 32px 16px;
	background: var(--support-cream);
	border-left: 7px solid var(--support-coral);
}

.support-routes__hero-content {
	max-width: 610px;
}

.support-routes__hero h2 {
	margin: 0 0 30px;
	color: var(--support-dark);
	font-size: clamp(30px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.6px;
}

.support-routes__hero p {
	max-width: 590px;
	margin: 0;
	color: var(--support-body);
	font-size: 21px;
	line-height: 1.35;
}

/* One combined hero image */

.support-routes__hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

.support-routes__hero-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 230px;
	object-fit: contain;
	object-position: center;
}

/* Information bar */

.support-routes__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 43px;
	margin-top: 21px;
	padding: 8px 55px 8px 37px;
	background: var(--support-coral);
	color: #ffffff;
}

.support-routes__bar p {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	padding:0;
}

.support-routes__bar span {
	display: inline-block;
	margin: 0 5px;
}

/* Section heading */

.support-routes__heading {
	padding: 29px 12px 14px;
}

.support-routes__heading h2 {
	margin: 0;
	color: var(--support-dark);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.support-routes__heading p {
	margin: 0;
	color: var(--support-body);
	font-size: 20px;
	line-height: 1.4;
}

/* Cards */

.support-routes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	padding: 0 11px;
}

.support-card {
	position: relative;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 14px;
	min-height: 166px;
	padding: 17px 16px 12px;
	background: #ffffff;
	border: 1px solid var(--support-border);
	border-top-width: 5px;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.support-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(16, 27, 42, 0.1);
}

.support-card--coral {
	border-top-color: var(--support-coral);
}

.support-card--teal {
	border-top-color: var(--support-teal);
}

.support-card__image {
	width: 112px;
	height: 121px;
	overflow: hidden;
}

.support-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.support-card h3 {
	margin: 2px 0 12px;
	color: var(--support-dark);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.support-card p {
	margin: 0 0 8px;
	color: var(--support-body);
	font-size: 19px;
	line-height: 1.3;
}

.support-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: auto;
	color: var(--support-teal);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.support-card a:hover {
	text-decoration: underline;
}

.support-card a span {
	transition: transform 0.2s ease;
}

.support-card a:hover span {
	transform: translateX(4px);
}

/* Tablet */

@media (max-width: 1050px) {
	.support-routes__hero {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 450px);
		gap: 30px;
		padding-right: 30px;
	}

	.support-routes__hero h2 {
		font-size: 31px;
	}

	.support-routes__hero p {
		font-size: 19px;
	}

	.support-routes__grid {
		gap: 20px;
	}

	.support-card {
		grid-template-columns: 90px minmax(0, 1fr);
		padding: 14px 12px;
	}

	.support-card__image {
		width: 90px;
		height: 110px;
	}

	.support-card h3 {
		font-size: 18px;
	}

	.support-card p,
	.support-card a {
		font-size: 16px;
	}
}

/* Small tablet */

@media (max-width: 850px) {
	.support-routes__hero {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 30px;
	}

	.support-routes__hero-content {
		max-width: 700px;
	}

	.support-routes__hero-image {
		justify-content: flex-start;
	}

	.support-routes__hero-image img {
		max-width: 700px;
		max-height: none;
	}

	.support-routes__bar {
		align-items: flex-start;
		padding-left: 25px;
		padding-right: 25px;
	}

	.support-routes__grid {
		grid-template-columns: 1fr;
	}

	.support-card {
		grid-template-columns: 130px minmax(0, 1fr);
		min-height: 160px;
	}

	.support-card__image {
		width: 130px;
		height: 125px;
	}

	.support-card h3 {
		font-size: 20px;
	}

	.support-card p,
	.support-card a {
		font-size: 18px;
	}
}

/* Mobile */

@media (max-width: 600px) {
	.support-routes {
		padding-left: 12px;
		padding-right: 12px;
	}

	.support-routes__hero {
		gap: 25px;
		padding: 25px 20px;
		border-left-width: 5px;
	}

	.support-routes__hero h2 {
		margin-bottom: 18px;
		font-size: 29px;
	}

	.support-routes__hero h2 br {
		display: none;
	}

	.support-routes__hero p {
		font-size: 18px;
	}

	.support-routes__hero-image img {
		width: 100%;
		height: auto;
	}

	.support-routes__bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
		padding: 11px 18px;
	}

	.support-routes__bar p {
		font-size: 16px;
	}

	.support-routes__bar span {
		display: none;
	}

	.support-routes__heading {
		padding: 25px 0 14px;
	}

	.support-routes__heading h2 {
		font-size: 27px;
	}

	.support-routes__heading p {
		font-size: 17px;
	}

	.support-routes__grid {
		gap: 18px;
		padding: 0;
	}

	.support-card {
		grid-template-columns: 95px minmax(0, 1fr);
		gap: 13px;
		min-height: 180px;
		padding: 14px 12px;
	}

	.support-card__image {
		width: 95px;
		height: 115px;
	}

	.support-card h3 {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.support-card p,
	.support-card a {
		font-size: 16px;
	}
}

/* Very small screens */

@media (max-width: 420px) {
	.support-card {
		grid-template-columns: 1fr;
	}

	.support-card__image {
		width: 100%;
		height: 170px;
	}

	.support-card__content {
		min-height: 145px;
	}
}

/*******************/
