body,
html {
  color: #000000;
 font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;

}

p.normal-font{
	font-weight:normal;
 font-family: "Noto Sans", sans-serif;
}
.bold-font{
	font-weight:600 !important;
}

a{
	color:#000;
   font-family: "Noto Sans", sans-serif;
}
a:hover {
  opacity: 1;
	color:#000;
	text-decoration:none;
}


h2,
h3,
h4,
h5,
h6 ,p{
     color:#000;
	 font-family: "Noto Sans", sans-serif;
}
h1{
	 font-family: "Noto Sans", sans-serif;
/* 	 color:#fff; */
	    font-size: 50px;
	line-height:65px;
}
h2 {
    font-size: 35px !important;
    line-height: 43px !important;
    font-weight: 600;
}
li{
    list-style: none;
}

p{
	font-size:18px;
	line-height:28px;
	font-weight:normal !important;
	margin-bottom:0;
	color:#000;
	
	
}

.coloured-text{
color:#F99E1B;
}

.text-padding-right{
	padding-right:20%;
}

.text-white{
	color:#fff;
}
a.actionbtn{
    font-size: 16px;
    line-height: 22px;
    font-weight:600;
    background:transparent;
    color:#114B80;
	border:1px solid #114B80;
    padding: 10px 30px;
border-radius:30px;
margin-top:2%;
}



a.actionbtn-secondary{
    font-size: 18px;
    line-height: 24px;
    font-weight:600;
    background:#fff;
    color:#000;
    padding: 10px 30px;
border-radius:10px;
}

a.actionbtn-coloured{
	background:#238EC2;
	color:#fff;
	border-color:#238EC2;
}
a.actionbtn-coloured:hover{
	background:#F99E1B;
	border-color:#F99E1B;
}
.small-font{
	font-size:17px;
}
.actionbtn-secondary:hover{
	text-decoration:none;
     background:#0157B8;
    color:#fff;
}


.actionbt:hover{
	text-decoration:underline;
}
.two-btn-sec{
    display: flex;
    margin-top:10px;
    
}
.two-btn-sec a{
    margin-right:10px;
}
a.actionbtn.secondary-btn{
    background: #F99E1B;
    color:#fff;
    border-color:#F99E1B;
}
a.actionbtn.secondary-btn:hover{
	background:#238EC2;
	border-color:#238EC2;
}
a.actionbtn.white-border-btn{
   color:#fff;
    border-color: #fff;
}


.actionbtn:hover{
	text-decoration:none;
     background:#114B80;
    color:#fff;
	border-color:#114B80;
}


.short-row.et_pb_row {
    width: 60% !important;
	max-width:100% !important;
}

.et_pb_row{
	   width: 80% !important;
	max-width:100% !important;
}

.medium-row.et_pb_row{
	width:70% !important;
	max-width:100% !important;
}


.large-row.et_pb_row{
	width:80%;
	max-width:100%;
	margin:0 auto
}

.fullwidth-row{
	width:100% !important;
	max-width:100% !important;
	margin: 0 auto;
}

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

.fullwidth-img span{
	width:100%;
	
}
.fullwidth-img span img{
	width:100%;
}



.text-bold{
	font-weight:bold !important;
}



.black-background{
	background:#000000;
}

.black-background a, .black-background p, .black-background *{
	color:#fff;
}

.secondary-bg{
	background:#114B80 !important;
}
.secondary-bg *{
	color:#fff !important;
}
.white-text-background{
	color:#fff;
}
.white-text-background  *{
	color:#fff;
}

.text-underline{
	text-decoration:underline;
       text-decoration-thickness:from-font !important;
	
}




.section-header *{
text-align:center;
}


/*** header **/
.header-top-banner{
    background:#114B80
}
.header-top-banner *{
    color:#fff;
}
.header-top-banner .et_pb_row{
    width:90% !important;
    margin:0 auto;
    padding:10px 0;
}

.header-top-banner .et_pb_text_inner {
    float: right;
}
.header-top-banner ul{
    padding:0;
    margin:0;
}
.header-top-banner li{
    display: inline-block;
    margin-left:5px;
    
}
.header-top-banner li:hover{
	text-decoration:none !important;
}
.header-top-banner a:hover{
	color:#F99E1B;
	text-decoration:none;
}
.header-top-banner li:first-child{
    margin-right:15px;
    text-decoration: underline;
    font-weight: normal;
}
.header-top-banner svg{
    padding-right:7px;
	font-size:20px;
}
.header-top-banner a:hover svg.fa-envelope{
	font-size:17px;
}
.header-top-banner svg:hover{
	color:#238EC2
}
.header-top-banner svg:hover path{
	color:#238EC2
}

.header-top-banner a:hover svg.fa-envelope path{
	color:#F99E1B;
	transform:rotate(-10deg);
	transition:0.3s all ease-in-out;
}
.et_pb_section.custom-header{
    padding:0;
}
.custom-header .et_pb_row{
    width:90% !important;
    padding:10px 0;
    display: flex;
    align-items: center;
}
.custom-header .header-logo-col {
    width:150px;
    margin-right: 2%;
}
.custom-header .header-menu-col   {
    width:70%;
    margin-right: 2%;
}
.custom-header .header-logins-col  {
    width:500px;
    margin-right: 2%;
    display: flex;
        justify-content: end;

}
 .header-logins-col .et_pb_text_inner{
     display: flex;
}
.header-logins-col a{
    display: inline-block;
    margin-left:10px;
}

.custom-header .et_pb_menu__wrap{
    justify-content: center !important;
}

.header-menu-col a{
    font-size: 16px;
    color:#000000;
    font-weight: 500;
    text-transform: uppercase;
}
.header-menu-col a:hover{
	color:#F99E1B !important;
	opacity:1  !important;
}

.custom-header .et_pb_menu .et_pb_menu__wrap {
    justify-content: center !important;
    width: 100% !important;
    flex-flow: column !important;
}
.custom-header .et_pb_menu .et_pb_menu__menu {
    justify-content: center !important;
}
.custom-header nav.et-menu-nav {
    justify-content: center !important;
    width: 100% !important;
    flex-flow: column !important;
}

.custom-header .et_pb_menu ul.et-menu.nav {
    flex-flow: row;
    justify-content: center !important;
    width: 100% !important;
}
.custom-header .et_pb_menu li {
    padding: 0 2% !important;
}

/*** footer **/
.custom-footer .et_pb_module{
    margin-bottom: 20px !important;
}
.custom-footer h4{
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    
}
.footer-col-4  h4{
    border:0;
}
.custom-footer ul{
    margin-bottom: 0;
    padding:0;
}
.custom-footer li {
    display: block !important;
    width: 100%;
    padding-bottom: 10px;
}
.custom-footer li a{
    padding-bottom: 0 !important;
}
.footer-social-icons li{
    display: inline-block !important;
    width:auto !important;
    font-size: 30px;
    margin-right:10px;
}
.footer-social-icons li a{
    font-size: 40px !important
}





.et_pb_section.home-banner{
    padding:7% 0 14% !important;
}

.home-banner { position:relative; }
.home-banner:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(2 45 100 / 40%);
    left: 0;
    top: 0;
    z-index: 1;
}

.home-banner *{
    color:#fff;
}


.et_pb_row.alter-row {
    display: table;
}

.alter-row .et_pb_column {
    margin: 0 !important;
    width: 50% !important;
    display: table-cell;
}
.alter-image {
    position: relative;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 10%;
}
.alter-text {
    position: relative;
    right: 100%;
}

 .hover-img {
    display: none;
    height: 100px;
  transform: scale(1.3);
    margin-bottom: 0 !important;
}
.normal-img {
    height: 100px;
    margin-bottom: 0 !important;
}
.normal-img .et_pb_image_wrap, 
 .normal-img img {
    height: 100%;
}
 .normal-img {
    height: 100px;
    margin-bottom: 0 !important;
}

.hover-img {
   height: 100px;
 
}
.hover-img  .et_pb_image_wrap, 
.hover-img  img {
    height: 100%;
}
.hover-img img{
    height:100%;
    object-fit: cover;
}

.border-bottom {
    border-bottom: 1px solid #fff!important;
    margin-bottom: 2%;
}

.border-bottom-black{
 border-bottom: 1px solid #000!important;
    margin-bottom: 2%;
}


body:not(.et-admin-page) input, body:not(.et-admin-page) textarea{
    border:1px solid #000 !important;
}

input::placeholder,
textarea::placeholder
{
    color:#000 !important;
    
}

.gform_button{
    background: #000 !important;
    color:#fff !important;
    padding:8px 30px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.member-benefits-list .et_pb_blurb_content{
    max-width:100%;
    
}
.member-benefits-list *{
    float:left;
}
.member-benefits-list .et_pb_module{
    width:50%;
    float: left;
    padding-right:3%;
    padding-bottom:3%;
	padding-top:3%;
    margin-bottom: 0 !important;
    border:1px solid #238EC2;
	border-top:0;
    
}
.member-benefits-list p{
    width:100%;
}

.member-benefits-list .et_pb_module:nth-child(2n){
    margin-right:0;
}
.member-benefits-list .et_pb_module:hover svg{
 transform: rotate(-20deg);
    
}
.member-benefits-list .et_pb_code_inner{
    display: flex;
     flex-direction: column;
 
}
.member-benefits-list .et_pb_module:hover svg path {
    stroke:#F99E1B;
   
}
.member-benefits-list h3{
  font-size: 20px;
line-height: 28px;
    padding-bottom: 0;
	padding-top:15px;
    
}
.member-benefits-list p{
    font-size: 14px;
    line-height: 24px;
}
.et_pb_column.member-benefits-list {
    display: flex;
    flex-flow: row wrap;
}
.member-benefits-list .et_pb_module.service-coms:hover path{
	fill:#F99E1B;
}
.member-benefits-list .et_pb_module:nth-child(1n){
    border-left:0;
    
}

.member-benefits-list .et_pb_module.service-events:hover path{
	fill:#F99E1B;
}
.member-benefits-list .et_pb_module:nth-child(2n){
    border-right:0;
    padding-left:3%;
    padding-right: 0;
}

.member-benefits-list .et_pb_module:nth-child(7),
.member-benefits-list .et_pb_module:nth-child(8){
	border-bottom:0;
}

.members-cta h3{
    font-size: 22px;
    line-height: 30px;
}
.members-cta h2{
    font-size: 35px !important;
    
}
.platinum-sec h2{
    color:#238EC2;
    position: relative;
}
.gold-sec h2{
    color:#F99D1C;
      position: relative;
}
/* .platinum-sec h2:before{
    content:" ";
    position: absolute;
    right:7%;
    top:40%;
    background:#238EC2;
    height:2px;
    width:50%;
    
}
.gold-sec h2:before{
    content:" ";
    position: absolute;
    right:7%;
    top:40%;
    background:#F99D1C;
    height:2px;
    width:57%;
    
} */
.title-with-line{
    position:relative;
}
.title-with-line:before {
    content: " ";
    position: absolute;
    right: 7%;
    top: 40%;
    background: #238EC2;
    height: 2px;
    width: 60%;
}
.title-with-line h2{
    display: inline-block;
    z-index: 4;
    background: #fff;
	padding-right:20px;
}

/** about us **/
.page-banner:before
{
    content:" ";
    background: transparent linear-gradient(270deg, #00000000 0%, #114B80 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.page-banner * {
	color:#fff;
}

.et_pb_row.alter-row.flex-center{
	display:flex;
}
.vision-mission-blurb .et_pb_column{
    background: #E9F4F9;
    padding:3%;
	border-radius: 12px;
}
.vision-mission-blurb .et_pb_column:hover{
	background:#114B80;
}
.vision-mission-blurb .et_pb_column:hover *{
	color:#fff;
}
.et_pb_blurb_content *{
    text-align: left;
}
.vision-mission-blurb .et_pb_module {
   margin-bottom:0;
}
.vision-mission-blurb h4{
    font-size: 24px;
    font-weight: 500;
}
.vision-mission-blurb .et_pb_column:hover svg path{
    stroke:#F99E1B;
}
.vision-mission-blurb .et_pb_column:hover svg{
 transform: rotate(-20deg);
    transition: 0.3s all ease-in-out;
}
.vision-mission-blurb .et_pb_row{
	display:flex;
}
.values-list li{
    color:#114B80;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top:20px;
    border-bottom: 1px solid #ccc8c8;;
    
}
.values-list li:last-child{
    border-bottom: 0;
}
.values-list span{
    font-size: 24px;
    
}
.values-list span:hover{
	color:#F99E1B;
}
.values-list ul{
    padding:0;
}

.bgsec-with-col .secondary-bg{
    padding: 6% 5%;
    border-radius: 12px;
}
.et_pb_row.blocks-with-tertiary-bg {
    display: flex;

    
    
}
.blocks-with-tertiary-bg .et_pb_column{
    background: #E9F4F9;
    padding: 30px;
    border-radius: 18px;

    
    
}
.blocks-with-tertiary-bg .et_pb_module *{
       color:#114B80;
}
.blocks-with-tertiary-bg .et_pb_module h3{
    font-size: 24px;
}
.blocks-with-tertiary-bg .et_pb_module p{
    font-size: 16px;
}
.strategic-plan .et_pb_column:hover{
    background-color:#114B80 
}
.strategic-plan .et_pb_column:hover *{
    color:#fff;
}

.underlinedlist li{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.underlinedlist li {
       display: flex;
    justify-content: space-between;
    display: flex;
}

.li-with-image ul{
    margin-top: 20px;
    padding:0;
    
}
.li-with-image li{

    display: flex;
    margin-bottom: 20px;
    font-size: 17px;
    
}
.li-with-image span.img-with-height{
    width:40px;
    height:70px;
}
span.img-with-height{
    margin-right:10px;
}



/*** resource hub. **/
h2.resourcehub-category-title{
    font-size: 25px !important;
    line-height:30px;
    
}
.resourcehubSlider .slick-slide{
    margin:0;
    margin:0 20px;
}
.resourcehubSlider{
    margin-bottom: 100px;
}
.resourcehubSlider:last-child{
	margin-bottom:0;
}
.resourcehubSlider .resourceshub-list{
    box-shadow: 0px 8px 10px #00000029;
border-radius: 25px;
    height: auto;
}
.resourcehubSlider .slick-track{
    display: flex;
     flex-wrap: wrap;
	padding-bottom:20px;
	margin:0;
}
   .resourcehubSlider .resourceshub-list {
      padding: 20px;
    }
.resourcehub-img{
    height:100px;
    margin-bottom: 20px;
    text-align: center;
    
}
.resourcehub-img img{
    height:100%;
    object-fit: contain;
}
.resourcehubSlider .resourceshub-list {
    position: relative;
    padding-bottom: 100px;
}
.resourcehub-button {
    display: flex;
    justify-content: center;
    border-top: 2px solid #238ec270;
    margin-top: 20px;
    padding-top: 10px;
    position: absolute;
    bottom: 5%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.resourcehub-content h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.resourcehub-content p{
    font-size: 14px;
    line-height: 20px;
}
.gvtrepSlider .slick-track{
    padding-bottom: 20px;
	display:flex !important;
}
.gvtrepSlider .gvtrep-list {
    box-shadow: 0px 8px 10px #00000029;
border-radius: 16px;
	background:#fff;
    margin: 0 0.3%;
	height:auto !important;
    
}
.gvtrep-content{
    padding:20px;
    text-align: center;
}
.gvtrep-content h2{
    font-size: 20px !important;
    line-height: 27px !important;
    margin-bottom: 0;
}
.gvtrep-content h5{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    color:#238EC2;
    
}
.gvtrep-list-img {
    height:270px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.gvtrep-list-img img{
 height:100%;
    object-fit: cover;
        object-position: top;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.gvtrep-button{
    display: flex;
    justify-content: center;
 
}
.slick-dots {
    padding:0 !important;
    margin:0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
font-size: 0;
    line-height: 0;
   
}
 .slick-dots button{
    font-size: 0;
    border:1px solid #238EC2;
    background: transparent;
    border-radius: 50%;
    height:12px;
    width:12px;
    margin:0 3px;
    padding:0;
}
.slick-active button{
    background: #238EC2 !important;
}


.valuedmamberWrap .valuedmamberlist-img {
    height:60px;
    
}
.valuedmamberWrap .valuedmamberlist-img img{
    height:100%;
    object-fit: contain;
}
.valuedmamberWrap .slick-track{
    margin-left:0;
    
}
.valuedmamber-list.slick-slide {
    display: flex;
    align-items: left;
}
.et_pb_section.divider-line {
    padding: 0;
    background: #114B80;
}

.blog-row.first-row{
    display: flex;
}
.column-1 {
    display: flex;
    width: 50%;

}
.column-2 {
    display: flex;
    width: 50%;
}
.blog-row {
display: flex; 
	flex-flow:wrap;
	gap: 20px; border-bottom: 1px solid #ddd; padding-bottom: 4%; margin-bottom: 4%;
}
.custom-blog .blog-row:last-child{
	margin-bottom:0 !important;
}
.blog-row h4{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
.blog-column{
     margin-right: 2%;
box-shadow: 0px 8px 10px #00000029;
border-radius: 25px;
    margin-bottom: 0 !important;
}
.blog-column .squared{
    height:240px;
    
}
.blog-row .blog-column{
	width:30%;
	flex:none !important;
}
.blog-row.first-row .blog-column{
	width:auto;
flex:1 !important;
}
.blog-column img{
    height:100%;
    width:100%;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}


.column-2 .blog-column img{
	 border-radius: 25px 0px 0px 25px;
}
.blog-content {
    padding: 20px;
    display: block;
    float: left;
    width: 100%;
}

.column-2 .blog-column {
    display: flex;
    margin-right: 0;
}
.column-2 .squared{
    width:40%;
}
.column-2 .blog-content {
    padding: 20px;
    width: 60%;
}
.column-2 .blog-column .squared{
    height:100%;
    
}


.custom-blog a.actionbtn {
    margin-top: 20px;
    display: block;
    float: left;
}
.single-blogs-banner{
    background-image: url(/wp-content/uploads/2025/07/news-1.png) !important;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.single-blogs-container article{
	margin-bottom:0;
	padding-bottom:0;
}

.et_pb_section.bg-position-bottom {
    background-position: bottom !important;
    background-size: cover;
}
.blog-content a.actionbtn{
        font-size: 13px;
    line-height: 18px;
        text-transform: uppercase;
}
.column-2 .blog-content a.actionbtn{
    border:0;
    text-decoration: underline;
    padding: 0    
}
.column-2 .blog-content a.actionbtn:hover{
	background: transparent;
	color:#114B80;
}

#left-area{
    width:100%;
    padding: 0 !important;
}
.blog-section {
    padding-top:0 !important;
	 padding-bottom:0 !important;
}
.blog-section .et_pb_row{
    width:100% !important;
}
.blog-section .et_pb_section{
    padding-top:0 !important;
	padding-bottom:0 !important;
}
.single-blogs-container h1{
    font-size: 30px;
    line-height: 42px;
}

.single-blogs-container h3{
     font-size: 26px;
    line-height: 37px;
}
.blog-breadcrumbs .et_pb_row {
    margin-bottom: 0px;
    display: flex;
    
}
.blog-breadcrumbs a{
    margin-right:5px;
}
.blog-breadcrumbs p{
    margin-left:5px;
}

.blog-breadcrumbs *{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500 !important;
}
.meta-date p{
    font-weight:600 !important;
	font-size:14px;
    color:#238EC2;
}
.blog-bottom-sec {
    display: block;
    float: left;
    width: 100%;
}
.blog-bottom-sec .et_pb_row{
	padding-top:0 !important;
}
.blog-bottom-sec .et_pb_row{
    border-top:1px solid #6b6a6a;
}
.blog-bottom-sec .social-share {
    display: flex;
    align-items: center;
    
    
}
.social-share h3{
    padding-right:20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.social-share ul li{
    display: inline-block;
}
.social-share ul {
    margin-bottom: 0;
}
.social-share ul li svg{
    color:#114B80;
    font-size: 23px;
    margin-right: 10px;
}
.blog-bottom-sec .et_pb_row{
    padding-top: 20px !important;
    border-top:1px solid #6b6a6a;
}
.blog-bottom-sec .social-share {
    display: flex;
    align-items: center;
    
    
}
.social-share h3{
    color:#114B80;
    padding-right:20px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
}
.social-share ul li{
    display: inline-block;
}
.social-share ul {
    margin-bottom: 0;
}
.social-share ul li svg{
    color:#114B80;
    font-size: 20px;
    margin-right: 10px;
}
section#comment-wrap{
    padding-top:20px !important;
}
  
.comment-section h3{
    font-size: 20px;
   color:#114B80;
    margin-bottom: 0;
}
.comment-section p{
    font-size: 14px;
    
}
.comment-section textarea{
    border:0 !important;
    font-size: 14px;
    background:#E9F4F9 !important;
}
.comment-section textarea::placeholder{
    font-size: 14px !important;
}
textarea#comment{
     font-size: 14px;
}
.form-submit .et_pb_button{
    text-align: left;
    border:1px solid #114B80 !important;
    border-radius: 20px;
    color:#114B80;
    text-transform: uppercase;
    font-size: 15px;
}
/*** insight blog **/
.single-blog-section.split-width .et_pb_row{
    display: flex;
}
.single-blog-section.split-width #left-area{
    width:60% !important;
    margin-right:3%;
}
.single-blog-section.split-width .blog-bottom-sec{
    width:40% !important;
    
}
 
.blog-featured-image img{
	border-radius:20px;
}
.single-blog-section.split-width .social-share {
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 20px;
}
.form-submit {
    text-align: left !important;
}
.social-share h3 {
    font-size: 16px;
	line-height:20px;
}
.social-share ul li svg {
    font-size: 16px;

}
.title-with-line{
    position:relative;
}
.title-with-line:before {
    content: " ";
    position: absolute;
    right: 7%;
    top: 40%;
    background: #238EC2;
    height: 2px;
    width: 60%;
}
.title-with-line h2{
    display: inline-block;
    z-index: 4;
    background: #fff;
	padding-right:20px;
}
.custom-mobile-menu{
	display:none;
}
.teamlist{
    display: flex;
    flex-flow: wrap;
}
.teamlist{
    display: flex;
    flex-flow: wrap;
}

.team-list{
    width:18%;
    margin-right: 2%;
    box-shadow: 0px 8px 10px #00000029;
border-radius: 16px;
    margin-bottom: 50px;
}
.team-list *{
    text-align: center;
}

.team-list:nth-child(5n){
    margin-right: 0 !important;
}
.team-list-image {
    height:220px;
}
.team-list-image img{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: top;
    border-radius: 16px 16px 0 0;
}
.team-list-content {
    padding:20px;
}
.team-list-content h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.team-list-content .actionbtn { display:inline-block; margin-top: 20px; }

.team-list-content h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color:#F99E1B;
}
.team-list-content .member-position { padding-bottom:0; margin-bottom:0 }
.team-list-content .member-note {
    font-size: 13px;
    margin-top: 12px;
    
}
@media(min-width: 1024px) and (max-width: 1279px) {
    .team-list {
        width:23%;
    }

}
@media(min-width: 1024px) {
    .team-category-title {
        margin-bottom: 24px;
    }
    .teamlisting .teamlist { margin-bottom:34px; }
}


.newsletter-popup {
 display: none;  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 9999;
  max-width: 900px;
  width: 90%;
  padding: 30px !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
	border-radius:20px;
}
.newsletter-popup .et_pb_row{
	width:100% !important;
	
    border-radius: 20px;
}
.gform_button.button{
	    background: #238EC2 !important;
    color: #fff !important;
	border:0 !important;
  
}
.newsletter-popup .et_pb_row {
  position: relative;
}

.newsletter-popup h3 {
    font-size: 18px;
	margin-bottom:0;
}
.newsletter-popup p {
    font-size: 14px;
	line-height:23px;
}

.newsletter-popup .et_pb_column:first-child img{
	    width: 70px;
}
#close-popup {
  position: absolute; 
  top: -10px !important;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.custom-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.gallery-item {
    width: calc(25% - 15px); /* 4 items per row */
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
	    height: 100%;
    object-fit: cover;
}

.gallery-item img:hover {
    transform: scale(1.02);
}

.gallery-item {
    width: calc(25% - 15px);
    height: 300px;
    border-radius: 30px;
}
 .gallery-item a {
    height: 100%;
}

/* header.et-l.et-l--header {
    z-index: 2;
    position: relative;
} */

.custom-footer .gform-body input{
    background:transparent;
    border:1px solid #fff !important;
    border-radius: 10px !important;
    color:#fff !important;
    
}
.custom-footer .gform-body input::placeholder{
    color:#fff !important;
}
/** page popup ***/
div#enews-page-popup {
    width: 900px;
    background: white;
    max-width: 900px;
    width: 90%;
    padding: 30px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
#enews-page-popup .et_pb_row{
    width:100% !important;
}
#enews-page-popup h3 {
    font-size: 18px;
    margin-bottom: 0;
}

#enews-page-popup .gform-body{
    margin-top:15px;
}
#enews-page-popup p {
    font-size: 14px;
    line-height: 23px;
}

/* 
div#et-main-area {
    z-index: -1;
    position: relative;
}
header .et_builder_inner_content {
 z-index: 0;
}
header.et-l.et-l--header {
    position: relative;
    z-index: 0;
}
 */

.newsletter-popup{
	display:none !important;
}

.header-top-banner a{
	font-size:15px !important;
}

.newsletter-popup .span.et_pb_image_wrap {
    height: 200px;
}
.newsletter-popup .span.et_pb_image_wrap  img{
	height:100% !important;
}

.hide-frontend{
    display: none !important;
    
}
/*** responsive design **/

@media only screen and (max-width:1800px){
.et_pb_row {
  width:85% !important;
}
.normal-img , .hover-img{
    height: 70px;
    margin-bottom: 0 !important;
}
	.blog-row h4 {
    font-size: 18px;
    line-height: 25px;
	}
	.et_pb_section.home-banner {
    padding: 4% 0 15% !important;
}

}
@media only screen and (max-width:1600px){
    .custom-header .et_pb_menu li {
        padding: 0 4% !important;
    }
	  .custom-header a.actionbtn {
    font-size: 14px;
    padding: 8px 20px;
	}
	.custom-header .header-menu-col {
    width: 80%;
}
	.custom-header .header-logins-col {
    width: 450px;
}
	    .custom-header .et_pb_menu li {
        padding: 0 3% !important;
    }
	.header-menu-col a {
    font-size: 15px;
	}
	
	/*** member listing **/
	.team-list-image {
    height: 250px;
}
}
@media only screen and (max-width:1400px){
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
    p {
        font-size: 16px;
        line-height: 25px;
    }
h1 {
    font-size: 40px;
    line-height: 55px;
}
	
a.actionbtn {
    font-size: 16px;
    line-height: 24px;
}
	.single-blogs-container h1 {
    font-size: 25px;
    line-height: 31px;
}
	.values-list span {
    font-size: 21px;
}
	.values-list li {
    font-size: 16px;
   
}
	.text-padding-right{
	padding-right:2%;
}

	.resourcehub-content h3 {
    font-size: 16px;
    line-height: 23px;
	}
	.gvtrep-list-img {
    height: 200px;
}
	.gvtrep-content h2 {
    font-size: 19px !important;
    line-height: 19px !important;

}
	.gvtrep-content h5 {
    font-size: 14px;
    line-height: 18px;
	}
/* 	.blog-column .squared {
    height: 200px;
} */
	.column-2 .squared {
    width: 50%;
}
	    .blog-row h4 {
        font-size: 16px;
        line-height: 23px;
    }
	.custom-header .header-menu-col {
    width: 83%;
}
	    .custom-header .et_pb_menu li {
        padding: 0 2.3% !important;
    }
	    .header-menu-col a {
        font-size: 14px;
    }
	    .custom-header a.actionbtn {
        font-size: 13px;
        padding: 8px 15px;
    }
	    .custom-header .header-logins-col {
        width: 420px;
    }
		
	.team-list-image {
    height: 200px;
}
	.gallery-item {
    height: 200px;
}
	
}


@media only screen and (max-width:1200px){
.short-row.et_pb_row {
    width: 80% !important;
    max-width: 100% !important;
}
	.et_pb_row.alter-row.flex-center {
    display: table;
}
	    a.actionbtn {
        font-size: 13px;
        line-height: 17px;
    }
	.custom-header .et_pb_row {
    width: 95% !important;
}
	    .custom-header a.actionbtn {
        font-size: 13px;
        padding: 8px 10px;
    }
	    .custom-header .header-logins-col {
        width: 400px;
    }
	.custom-header .header-menu-col {
    width: 78%;
}
	    .custom-header .et_pb_menu li {
        padding: 0 2.2% !important;
    }
	    .header-menu-col a {
        font-size: 13px;
    }
	    .custom-header .et_pb_menu li {
        padding: 0 1.5% !important;
    }
	.featured-content {
    font-size: 12px;
}
	    .blog-row h4 {
        font-size: 14px;
        line-height: 19px;
    }
	.team-list-image {
    height: 150px;
}
	.team-list-content h3 {
    font-size: 16px;
    line-height: 20px;
	}
	.team-list-content h5 {
    font-size: 14px;
	}
	
}

@media only screen and (max-width: 980px) {
    
	.custom-mobile-menu{
	display:block;
}
	.custom-desktop-menu{
		display:none;
	}
a.actionbtn, a.actionbtn-secondary {
    font-size: 15px;
    line-height: 22px;
   
}


.arrow-down img{
width:30px !important;
}
    .et_pb_row.alter-row {
        display: block;
    }
		.et_pb_row.alter-row.flex-center {
    display: block;
}
    .alter-row .et_pb_column {
        width: 100% !important;
        display: block;
    }
    .alter-image {
        left: 0%;
        padding-left: 0;
    }
    .alter-text {
        right: 0%;
        padding-top: 20px;
    }

.et_pb_section {
    padding: 10px 0 !important;
}
	.single-blog-section.split-width .et_pb_row {
    display: block;
}
	    .single-blogs-container h1 {
        font-size: 19px;
        line-height: 25px;
    }
	.single-blog-section.split-width #left-area {
    width: 100% !important;
}
	.single-blog-section.split-width .blog-bottom-sec {
    width: 100% !important;
}
	
	.members-cta h2 {
    font-size: 27px !important;
		line-height:35px !important;
}
	.members-cta h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
}
	.vision-mission-blurb .et_pb_column{
		margin-right:3%;
		margin-bottom:0 !important;
	}
	.vision-mission-blurb .et_pb_column svg{
		width:50px;
	}
	.vision-mission-blurb h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.values-list li {
    padding-bottom: 10px;
    padding-top: 10px;
	}
	.values-list span {
    font-size: 19px;
}
	.blocks-with-tertiary-bg .et_pb_column{
		margin-right:3%;
		margin-bottom:0px !important;
	}
	.resourcehubSlider .slick-slide {
    margin: 0 10px;
}
	.resourcehubSlider .resourceshub-list {
    margin-bottom: 15px !important;
}
	.resourcehubSlider {
    margin-bottom: 30px;
}
	.flex-center{
		display:block;
	}
	
	/*** blog **/
	.blog-row.first-row {
    display: block;
}
	.blog-row.first-row  .column-2{
		width:100%;
	
	}
	.blog-row.first-row  .column-1{
		width:100%;
			margin-bottom:20px;
	}
	.column-2 .blog-column .squared a{
		height:100%;
		display:block;
	}
	.column-2 .blog-column .squared img{
		height:100%;
		
	}
	    .custom-header .header-menu-col {
        width: 10% !important;
    }
	    .custom-header .header-logins-col {
        width: 78% !important;
    }
	.custom-header .header-logo-col {
    width: 100px !important;
}
	.custom-header .et_pb_column{
		margin-bottom:0 !important;
	}
	.header-menu-col .et_mobile_menu{
    width: 300%;
    left: -200%;
    /* top: 40px; */
}
	.et_pb_module .mobile_menu_bar:before {
    color: #114B80 !important;
}
	.et_mobile_menu{
		border-top-color: #114B80 !important;
	}
	.team-list {
    width: 23%;
}
	.team-list:nth-child(4n) {
    margin-right: 0 !important;
}
	.team-list:nth-child(5n) {
    margin-right: 2% !important;
}
	.newsletter-popup {
    max-width: 80%;
    width: 90%;
		        padding: 20px !important;
}
	.newsletter-popup .et_pb_row:last-child .et_pb_column{
		width:48% !important;
		margin-right:3%;
	}
	.newsletter-popup .et_pb_row:last-child .et_pb_column:last-child{
		margin-right:0%;
	}
	
	#enews-page-popup .et_pb_column:last-child{
		display:none !important;
	}
	    .gallery-item {
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {
   
    h1 {
        font-size: 33px;
        line-height: 46px;
    }
	h1 br{
		display:none;
	}
	.header-menu-col .et_mobile_menu{
		width:500%;
		left: -400%;
	}
	.blocks-with-tertiary-bg .et_pb_column{
		width:100% !important;
		margin-bottom:20px !important;
	}
	.et_pb_row.blocks-with-tertiary-bg{
		display:block;
	}
	.et_pb_row.blocks-with-tertiary-bg{
		padding-bottom:0 !important;
		padding-top:0 !important;
	}
	.resourcehub-img {
    height: 60px;
    margin-bottom: 10px;
}
	
	/** blog **/
	    .blog-row.first-row .column-2 {
        width: 100% !important;
        flex-direction: row !important;
    }
	.blog-row.first-row .blog-column{
		flex-flow:column;
	}
	.column-2 .blog-content {
    padding: 20px;
    width: 100%;
}
	.column-2 .squared{
		width:100%;
		height:240px !important;
	}
	.column-2 .squared, .column-2 .squared img
	{
		    border-radius: 25px 25px 0px 0px;
	}
    .blog-row .blog-column {
    width: 46%;
    flex: none !important;
}
	
		.team-list {
    width: 31%;
			margin-bottom:15px;
}
	.team-list:nth-child(4n) {
    margin-right: 2% !important;
}
	.team-list:nth-child(3n) {
    margin-right: 0% !important;
}
	.newsletter-popup .et_pb_row:last-child .et_pb_column{
		width:100% !important;
	}
	.newsletter-popup .et_pb_row:last-child .et_pb_column:last-child{
		display:none;
	}
	.single-galleries .custom-gallery-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px;
}
}


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

	.blog-column .squared, .column-2 .squared{
    height: 140px !important;

}
}

@media only screen and (max-width: 480px) {
        h1 {
        font-size: 24px;
        line-height: 36px;
    }
	    .members-cta h2 {
        font-size: 21px !important;
        line-height: 26px !important;
    }
	.vision-mission-blurb .et_pb_row{
		display:block;
	}
	.vision-mission-blurb .et_pb_column{
		margin-bottom:15px !important;
	}
	.gvtrepSlider .gvtrep-list{
		margin-bottom:15px !important;
	}
	    .gvtrep-list-img {
        height: 260px;
    }
	.blog-column{
		width:100% !important;
		flex:100% !important;
		margin-bottom:15px !important;
		
	}
	.blog-row.first-row .blog-column{
		flex:100% !important;
	}
	.blog-row.first-row .column-1{
		flex-flow:wrap;
	}
	.blog-row.first-row .column-2{
		flex-flow:wrap;
	}
	    .blog-column .squared, .column-2 .squared {
        height: 200px !important;
    }
	    .custom-header .header-logo-col {
        width: 130px !important;
    }
	
		.team-list {
    width: 48%;
			margin-bottom:15px;
}
	.team-list:nth-child(3n) {
    margin-right: 2% !important;
}
	.team-list:nth-child(2n) {
    margin-right: 0% !important;
}
	    .newsletter-popup {
        max-width: 90%;
        width: 90%;
        padding: 20px !important;
    }
	 
}

/* ==========================================================================
   GENERAL STYLING
   Description: general styling / global styles
   Author: Dom
   ========================================================================== */
   .more-link { text-transform:uppercase; font-weight: 500; }
   .default-list-style li { list-style: inherit; }
   .default-list-style ul { margin-left:24px; }
/* ==========================================================================
   SECTION: LATEST NEWS
   Description: Styles for the latest news section on the homepage
   Author: Dom
   ========================================================================== */
.element-blog-listings article:not(:first-child) .entry-featured-image-url { display: none; }
.element-blog-listings article {
    box-shadow: 0px 8px 10px #00000029;
    border-radius: 25px;
    background-color:#FFF;
    overflow: hidden;
}
.element-blog-listings .entry-title, 
.element-blog-listings .post-meta,
.element-blog-listings .post-content {
    padding: 0 24px;
}
.element-blog-listings .post-content { padding-bottom: 24px; }
.element-blog-listings.style-simple-masonry .et_pb_ajax_pagination_container { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 28px;
  align-items: stretch;
}
.element-blog-listings.style-simple-masonry article:first-child { grid-row: span 2;}
.element-blog-listings.style-simple-masonry article { margin-bottom:0; }
.element-blog-listings .entry-title { 
    font-size:20px !important; 
    font-weight: 500;
    line-height: 1.2 !important;
    padding-top: 24px;
}
.element-blog-listings .et_pb_post .entry-featured-image-url { margin-bottom:0; }
.element-blog-listings .et_pb_post p { line-height:1.6; }
.element-blog-listings .et_pb_post .more-link { 
    margin-top:24px; 
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
    background: transparent;
    color: #114B80;
    border: 1px solid #114B80;
    padding: 8px 24px;
    border-radius: 30px;
}
.element-blog-listings .et_pb_post .more-link:hover{
	background-color:#114B80 !important;
	color:#fff !important;
}
@media(min-width: 1280px) {
    .section-latest-news.has-custom-column-width .et_pb_column_1_3 { width:31%; }
    .section-latest-news.has-custom-column-width .et_pb_column_2_3 { width:62.5%; }
}
/* ==========================================================================
   SECTION: EVENT LISTINGS
   Description: Styles for the event listings section on the homepage
   Author: Dom
   ========================================================================== */
.element-event-listings .event-date {
    background-color: #238EC2;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.element-event-listings .event-card,
.element-event-listings .event-content {
    display: flex;
    flex-flow: column;
}
.element-event-listings .event-card {
    box-shadow: 0px 8px 10px #00000029;
    border-radius: 25px;
    overflow: hidden;
}
.element-event-listings.element-layout-slider .event-card {
    margin: 16px;
}
.element-event-listings h3.event-title {
    font-size:20px !important; 
    line-height: 1.2 !important;
    font-weight: 500 !important;
    padding-bottom: 0;
}
.element-event-listings h3.event-title a { color:#000 !important; }
.element-event-listings .event-content { 
    background-color: #FFF; 
    padding: 24px 16px 44px 16px; 
    text-align: center; 
    justify-content: space-between;
    height: 100%;
}
.element-event-listings .event-excerpt p {
    color: #666;
    font-size: 14px;
}

.element-event-listings a.actionbtn.secondary-btn {
    background-color: #F99E1B !important;
    color: #fff !important;
}

.element-event-listings a.actionbtn.secondary-btn:hover{
	background-color:#238EC2 !important;
}
.element-event-listings .actionbtn.light-btn:hover{
	background-color:#114B80 !important;
	border-color:#114B80 !important;
	color:#fff !important;
}
.element-event-listings .event-buttons a { margin:0 2px; font-size:14px; text-transform:uppercase; display: inline-block;}
.element-event-listings .event-image img {
    object-fit: cover;
    height: 168px;
    width: 100%;
}
/*.hero-event-listing {
   
}*/
.row-hero-event-listing {
position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #114B80;
    padding: 8px 16px 24px 16px !important;
    border-top-left-radius: 50px;
    max-width: 1020px !important;
    z-index: 2;
}
.hero-event-listing .em-events-list  {
   width: 1020px;
/* 	width:600px !important; */
   position: relative;
}

/** new addedd css sep 19 **/
.row-hero-event-listing {
    max-width: 600px !important;

}
.hero-event-listing .em-events-list {
    width: 100%;
    /* width: 600px !important; */
    position: relative;
    margin: 0 auto !important;
}
.event-card.slick-slide.slick-current.slick-active {
    max-width: 100% !important;
    width: 88% !important;
}
.hero-event-listing .slick-track{
	width:100% !important;
}

/** end here new addedd css sep 19 **/
/* .et_pb_row.row-hero-event-listing {
        max-width: 600px !important;
} */
/* .row-hero-event-listing{
    width:auto !important;
} */
/* .hero-event-listing .em-events-list .slick-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
  pointer-events: none;
} */

.hero-event-listing .em-events-list .slick-slide.slick-current {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}

.hero-event-listing .event-card {
    display: grid;
    max-width: 470px;
    grid-template-columns: 189px 1fr; /* fixed + flexible */
    grid-template-rows: auto auto;
    grid-template-areas:
        "date date"
        "image content";
    margin: 2px 8px;
}

.hero-event-listing .event-date {
  grid-area: date;
  font-size: 17px;
}
.hero-event-listing .event-date *{
	font-size:17px;
}
.hero-event-listing .event-image {
  grid-area: image;
}

.hero-event-listing .event-content {
  grid-area: content;
      padding: 18px 16px 18px 16px;
      background-color:#FFF; 
      text-align: left;
}
.hero-event-listing .event-image img {
    height: 150px;
    width: 189px;
    object-fit: cover;
}

.hero-event-listing .slick-dots { display:none !important; }
.hero-event-listing .event-buttons {     margin-top: 18px; }
.hero-event-listing .event-buttons a.actionbtn {
    background-color: #104b80 !important;
    color: #FFF ! IMPORTANT;
    padding-top: 8px;
    padding-bottom: 8px;
}
.hero-event-listing .event-buttons a.actionbtn:hover{
	background-color:#F99E1B !important;
	border-color:#F99E1B !important;
}
.hero-event-listing h3.event-title {font-size: 15.5px !important; margin-bottom: 0 !important; }

.hero-event-listing .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.hero-event-listing .slick-arrow.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.hero-event-listing .slick-arrow {
    background-color: transparent;
    border: none;
    width: 87px;
    height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    bottom: -36px;
    background-image:url(./images/slider-arrow-next.svg);
    font-size: 0;
}
.hero-event-listing .slick-next { 
    right: 0;
    left: auto;    
}
.hero-event-listing .slick-prev {
    right: 108px;
    transform: rotate(180deg);
    bottom: -22px;
}
/* ==========================================================================
   MEMBERSHIP STYLING
   Description: Membership Styling
   Author: Dom
   ========================================================================== */
.membership-item .et_pb_code_inner { 
    height: 100%;
    display: flex;
}
.membership.card { border: none; }
.membership .card-header { text-align:center; border-bottom: none; padding: 25px; }
.membership .title { padding-bottom:0; margin-bottom:0; color: #fff; font-size: 20px; }
.membership-description h4 { font-size:18px; font-weight: 400; }
.membership-pricing { text-align:center; font-weight:700; }
.membership .card-footer {
    text-align: center;
    border-top: none;
    background-color: #FFF;
    padding-bottom: 54px;
    padding-top: 0;
}
.membership a.actionbtn-coloured { 
    display: inline-block;
    margin-top: 34px;
    text-transform:uppercase; 
}
.membership.general-membership .card-header { background-color:#238EC2; }
/* BRONZE */
.membership.bronze .card-header,
.membership.bronze a.actionbtn-coloured { background-color:#AA7623; }
.membership.bronze a.actionbtn-coloured { border-color:#AA7623; }
/* SILVER */
.membership.silver .card-header,
.membership.silver a.actionbtn-coloured { background-color:#C0C0C0; }
.membership.silver a.actionbtn-coloured { border-color:#C0C0C0; }
/* GOLD */
.membership.gold .card-header,
.membership.gold a.actionbtn-coloured { background-color:#D4AF38; }
.membership.gold a.actionbtn-coloured { border-color:#D4AF38; }
/* Platinum */
.membership.platinum .card-header,
.membership.platinum a.actionbtn-coloured { background-color:#E5E4E2; }
.membership.platinum a.actionbtn-coloured { border-color:#E5E4E2; }
.membership.platinum .title,
.membership.platinum a.actionbtn-coloured { color:#000000; }
.membership .memberhip-features { 
    font-size: 12px; 
    margin-left: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.membership.gold .card-body,
.membership.platinum .card-body{
    margin-bottom: 34px;
}
.membership .memberhip-features li { 
    margin-bottom: 12px;
    line-height: 1.5;
}
.membership .split-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
}
/* ==========================================================================
   EVENTS PAGE STYLING
   Description: Membership Styling
   Author: Dom
   ========================================================================== */
.element-event-listings.featured-event .event-card,
.element-event-listings.featured-event .event-date,
.element-event-listings.featured-event .event-content {
    display: flex;
}
.element-event-listings.featured-event .event-card {
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    flex-flow: row;
}
.element-event-listings.featured-event .event-content,
.element-event-listings.featured-event .event-date {
    flex-flow: column;
    justify-content: center;
}
.element-event-listings.featured-event .event-date {
    margin-right: 24px;
    border-radius: 18px;
    min-width: 240px;   
    font-family: "Noto Sans", sans-serif; 
}
.element-event-listings.featured-event .event-date span {
    line-height: 1;
    display: block;
}
.element-event-listings.featured-event .event-date .event-date {
    font-size: 90px;
    padding: 0;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}
.element-event-listings.featured-event .event-date .event-day,
.element-event-listings.featured-event .event-date .event-month {
    font-size: 40px;
}
.element-event-listings.featured-event .event-image { 
    min-width: 500px;
    border-top-left-radius: 25px;
    overflow: hidden;
    border-bottom-left-radius: 25px;
}
.element-event-listings.featured-event .event-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.element-event-listings.featured-event .event-content {
    text-align: left;
    padding: 34px;
    min-height: 348px;
    justify-content: space-around;
}
.element-event-listings.featured-event .event-title { 
    letter-spacing: normal !important; font-size: 25px !important; 
    margin-bottom: 0 !important;
}
.element-event-listings.featured-event .event-excerpt p {
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
    line-height: normal !important;
}
.element-event-listings.featured-event .event-buttons a { display:inline-block; }
.element-event-listings.grid-3-layout .em-events-list {
    grid-template-columns: repeat(3, 1fr);
}
.element-event-listings.grid-3-layout .em-events-list .event-content {
    padding-left: 34px;
    padding-right: 34px;
}

/************** SINGLE EVENT PAGE ****************/
.single-event .event-card {
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
    padding: 34px;
    border: none;
    row-gap: 24px;
    border-radius: 22px;
}
.single-event .event-card .event-section { font-size:18px; }
.single-event .event-card .event-section:not(:last-child) {
    padding-bottom: 24px;
}
.single-event .event-card .event-section:not(:last-child),
.single-event .em-booking-form section:not(:last-child) {
    border-bottom: 1px solid #b2b2b2;
}
.single-event .em-booking-form section:not(:last-child) {
    margin-bottom: 24px !important;
}
.single-event .event-card h4 {
    font-size: 20px;
    font-weight: 600;
}
.single-event .em.em-event-booking-form h3.em-booking-section-title {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 20px !important;
    color: #000;
    font-weight: 600 !important;
    font-family: "Noto Sans", sans-serif !important;
}
.single-event .em.em-event-booking-form .em-booking-section {
    padding: 0;
}
.single-event .em.em-event-booking-form .em-tickets { margin-bottom: 0 !important; }

.single-event .em.em-event-booking-form .em-booking-form .input-group {
    margin-bottom: 4px !important;
    padding-bottom: 0;
}
.single-event  .em .em-booking-form-summary .em-bs-section-total {
    padding-bottom: 18px;
    font-size: 24px;
}
.single-event .em-booking-form-section-confirm {
    border-bottom: none;
    margin-bottom: 0 !important;
}
.single-event .em-booking-form {
    font-family: "Noto Sans", sans-serif !important;
}

.single-event .em-event-booking-form.em.pixelbones.input input[type=submit]:not([data-nostyle]) {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    background-color: #F99E1B !important;
    color: #FFF ! IMPORTANT;
    border: 1px solid #F99E1B !important;
    padding: 0 30px !important;
    border-radius: 30px ! IMPORTANT;
    min-height: 48px;
    font-family: "Noto Sans", sans-serif;
}

#breadcrumbs a,.blog-breadcrumbs a { color:#000; }
#breadcrumbs a:hover,
.blog-breadcrumbs a:hover {
    color: #114b80;
}

.module-gallery-listing .more-link {
    line-height: 1;
    font-weight: 600;
    background: transparent;
    color: #114B80;
    border: 1px solid #114B80;
    padding: 0 30px;
    border-radius: 30px;
    min-height: 44px;
    font-family: "Noto Sans", sans-serif;
    margin-top: 34px;
    display: inline-block;
    line-height: 44px;
    margin-bottom: 24px;
    font-size: 0;
    text-align: center;
    display: inline-block !important;
}
.module-gallery-listing .more-link:before {
    content: 'View Photos';
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transform: translate(0, 5px);
}
.module-gallery-listing .more-link:hover {
    background: #114B80;
    color: #FFF;
    border: 1px solid #114B80;
}
.module-gallery-listing .entry-title,
.module-gallery-listing .post-content {
            padding: 0 24px 6px 24px;
}

.single-galleries .blog-section {
    margin-bottom: 45px;
}
.single-galleries .custom-gallery-grid {
     display: grid;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 34px;
}
.single-galleries  .gallery-item a { width:100%; }
.single-galleries .gallery-item { width:100%; }

/*.single-galleries .blog-breadcrumbs { display:none; }*/
.single-galleries .blog-breadcrumbs .et_pb_row { padding-bottom:0; }

.single-galleries .single-blogs-banner { background-image: url(https://sgc1stg.wpenginepowered.com/wp-content/uploads/2025/08/currumbin-rsl-back-banner.jpg) !important; }

.module-gallery-listing.et_pb_posts .et_pb_post {
    border-radius: 24px;
        overflow: hidden;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
        margin-bottom: 0;
}
@media(min-width: 1024px) {
   .module-gallery-listing .et_pb_ajax_pagination_container {
    display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 50px;
    } 

}



/* Modal wrapper (overlay) */
.member-profile-popup,.team-profile-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Modal content with animation */
.profile-popup-content,.profile-popup-content {
  background-color: #fff;
  padding: 2rem;
  max-width: 1202px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  animation: popupFadeIn 0.35s ease-out forwards;
  transform: scale(0.95);
  opacity: 0;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

.popup-close:hover,
.popup-close:focus {
  color: #000;
  outline: none;
}

/* Inner content area */
/*#member-details {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #444;
}*/

/* Keyframes for smooth entry */
@keyframes popupFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.member-profile-popup .profile-avatar {
    text-align: center;
}
.member-profile-popup .profile-avatar img {
width: auto;
height: 144px;
object-fit: contain;

}
.member-profile-popup .popup-inner,
.team-profile-popup .popup-inner {
    display: grid;
  grid-template-columns: 380px 1fr;
  gap: 1rem; /* adjust spacing between columns */
}
.member-profile-popup h4 {
font-size: 16px;
margin-bottom: 4px;
}
.member-profile-popup .profile-business-name {
font-size: 35px;
font-weight: 600;
}
.member-profile-popup .profile-description-wrap {
margin-top: 32px;
}
.team-profile-popup .profile-level { color:#fff; }
.member-profile-popup .profile-level,
.team-profile-popup .profile-level {              
 padding: 8px 20px;
border-radius: 22px;
font-size: 12px;
text-transform: uppercase;              
display: inline-block;
font-weight: 500;
}
.member-profile-popup .profile-description {
font-size: 14px;
}
.member-profile-popup .member-contact-info {
margin-top: 14px;
border-top: 1px solid;
padding-top: 18px;
}
.member-profile-popup .popup-col-1 {
padding-right: 54px;    
}

.member-profile-popup .member-contact,
.team-profile-popup .member-contact{
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 16px;
}
.team-profile-popup .member-contact svg,
.member-profile-popup .member-contact svg {
position: absolute;
left: 0;
top: 6px;
color: #114B80;
}
.member-profile-popup .member-phone,
.team-profile-popup  .member-phone {
    font-size: 16px;
}
.team-profile-popup  .member-phone a { color:#000; }
.team-profile-popup  .member-phone a:hover {
    color: #114b80;
}

.team-profile-popup .member-address ,
.member-profile-popup .member-address {
font-size: 14px;
padding-top: 6px;
}
.team-profile-popup .member-address svg,
.member-profile-popup .member-address svg {
font-size: 21px;
}
.team-profile-popup .member-phone svg,
.member-profile-popup .member-phone svg {
transform: rotate(90deg);
}
.team-profile-popup .profile-description,
.member-profile-popup .profile-description {
line-height: 1.6;
}

.custom-view-profile a {
text-transform: uppercase;
font-weight: 500;
}
.custom-view-profile a:hover {
background-color: #114B80;
}
.member-profile-popup .member-social-links {
display: flex;
column-gap: 15px;
margin-top: 24px;
}
.team-profile-popup .social-link,
.member-profile-popup .social-link { font-size:24px; }




.team-profile-popup .profile-avatar img {
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
    width: 352px;
        object-position: top;
}
.team-profile-popup .name { font-size:35px; font-weight: 600; }
.team-profile-popup .about-member { font-size: 16px; }

.team-profile-popup .profile-description p { font-size:14px; }

.team-profile-popup .company-logo { text-align:center; margin: 14px 0; }
.team-profile-popup .company-logo img {  height: 110px; }
.team-profile-popup .profile-description {
    max-height: 450px;
    padding-right: 18px;
  overflow-y: auto;  
  box-sizing: border-box;
  scrollbar-gutter: stable;
  background-clip: padding-box;


}

/* WebKit Browsers (Chrome, Safari, Edge) */
.team-profile-popup .profile-description::-webkit-scrollbar {
  width: 4px;
  transform: translateX(4px)
}

.team-profile-popup .profile-description::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 25px;
  margin-right: -4px;
  border-right: 1px solid #114B80;
}

.team-profile-popup .profile-description::-webkit-scrollbar-thumb {
  background-color: #114B80;
  border-radius: 25px;
}

/* Firefox */
.team-profile-popup .profile-description {
  scrollbar-width: thin;
  scrollbar-color: #114B80 transparent;
}

.team-profile-popup .profile-level {
    margin-bottom: 28px;
}
.team-profile-popup .position {
        color: #F99E1B;
    font-weight: 500;
    font-size: 16px;
}
.profile-popup-content .contact-section {
    margin-top: 16px;
}
.team-profile-popup .member-company-position {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

  .team-profile-popup .profile-popup-content { 
        top: 40px;
  }

.team-profile-popup .member-tags  {
    color: #114B80;
    font-size: 14px;
    margin-top: -18px;
    margin-bottom: 16px;
}
@media(min-width: 1024px) and (max-width: 1279px) {
  .team-profile-popup .profile-popup-content { top:50px; }
    .team-profile-popup .name { font-size:25px; }
    .team-profile-popup .company-logo img {
        height: 92px;
    }
    .team-profile-popup .profile-avatar img {
        height: 377px;  
        width: 336px;
    }
    .member-profile-popup .popup-inner, .team-profile-popup .popup-inner {
        grid-template-columns: 353px 1fr;
    }

}

@media only screen and (max-width:980px){
	.module-gallery-listing.et_pb_posts .et_pb_post{
		margin-bottom:10px !important;
	}
	    .single-galleries .custom-gallery-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
    }
}
@media(max-width: 640px) {

    .team-list-content .actionbtn { 
        font-size: 12px;
        padding: 3px 24px; 
    }

    .profile-popup-content, .profile-popup-content{
        padding: 24px;
    }
    .team-profile-popup .profile-avatar img {
        width: 100%;
    height: 240px;
    }
    .team-profile-popup .profile-popup-content {
        top: 20px;
    }
    .team-profile-popup .popup-inner {
        display: flex;
        flex-flow: column;
    }
    .team-profile-popup .company-logo img {
        height: 60px;
        display: none;
    }

    .team-profile-popup .name { font-size:19px; }
    .team-profile-popup .popup-close {
        top: -13px;
        right: 9px;
    }
    .team-profile-popup .position { font-size:14px; }
    .team-profile-popup .profile-level { font-size: 10px; }
    .team-profile-popup .profile-description {
        max-height: 237px;
    }
    .team-profile-popup .profile-description p {
        font-size: 13px;
  line-height: 1.5;
    }
}


@media only screen and (max-width:480px){
	   .single-galleries .custom-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
}

