/* by Creasant */
/* General Start */
.width-auto .field__item > img{max-width: 100%;width: auto;}
.max-width-300{max-width: 300px;}
.max-width-330{max-width: 330px;}
.min-height-360{min-height: 360px;}

.space-top-110{padding-top: 110px;}
.space-top-120{padding-top: 120px;}
.space-top-130{padding-top: 130px;}
.space-top-140{padding-top: 140px;}
.space-top-150{padding-top: 150px;}
.space-bottom-110{padding-bottom: 110px;}
.space-bottom-120{padding-bottom: 120px;}
.space-bottom-130{padding-bottom: 130px;}
.space-bottom-140{padding-bottom: 140px;}
.space-bottom-150{padding-bottom: 150px;}

.toolbar li, .toolbar .item-list, .toolbar .item-list li, .toolbar .menu-item, .toolbar .menu-item--expanded {
 font-size: 13px; 
}
/* General end */
.mtpc-textarea a{
  word-break: break-word;
}
.mtpc-textarea ul:first-child{
  margin-top: 0;
}
.mtpc-textarea .responsive-table:last-child,
.mtpc-textarea p:has(+ul),
.mtpc-textarea ul:last-child li:last-child,
.mtpc-textarea ul:last-child,
.mtpc-textarea h1:last-child,
.mtpc-textarea h2:last-child,
.mtpc-textarea h3:last-child,
.mtpc-textarea h4:last-child,
.mtpc-textarea h5:last-child,
.mtpc-textarea h6:last-child,
.mtpc-textarea p:last-child{
  margin-bottom: 0;
}
h1{}
h2,
h3,
h4,
h5,
h6{
  line-height: 1.1;
  margin-bottom: 0.35em;
}
h2{
  font-size: 60px;
  font-weight: 900;
}
h3{
  font-size: 54px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 3px;
}
h4{
  font-size: 46px;
  font-weight: 900;
}
h5{
  font-size: 33px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.85em;
}
h6{
  font-size: 27px;
  font-weight: 800;
}
.mtpc-textarea p,.mtpc-textarea li{
  font-size: 22px;
  font-weight: 400;
}
p.small-text{
  font-size: 20px;
}
p:has( > small){
  line-height: 1;
}
small{
  font-size: 18px;
  line-height: 1.5;
}

p.text-align-center a.link-color-button,
p.text-align-center a.download-color-button{
  margin: 0 auto;
}
p.text-align-left a.link-color-button,
p.text-align-left a.download-color-button{
  margin-right: auto;
}
p.text-align-right a.link-color-button,
p.text-align-right a.download-color-button{
  margin-left: auto;
}
span.light-font-weight{
  font-weight: 400;
}
a.link-color-button,
a.download-color-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 90px;
  font-size: 27px;
  font-weight: 800;
  /*padding: 20px 100px;*/
  padding: 20px 40px;
  line-height: 1.1;
  min-width: 250px;
  text-align: center;
  /*background: linear-gradient(270deg, #2CCEBB 0%, #4E53AF 100%);*/
  background: linear-gradient(270deg, #2CCEBB 0%, #4E53AF 50%);
  background-size: 200% 100%; 
  /*background-position: 0% 0;*/
  background-position: 99% 0;
  transition: background-position 0.5s ease;
}  

a.link-color-button:hover,
a.download-color-button:hover{
  text-decoration: none;
  /*background-position: 100% 0;*/
  background-position: 0% 0;
}
a.download-green-button,
a.link-green-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 90px;
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0;
  line-height: 1.1;
  min-width: 200px;
  text-align: center;
  border: 1px solid #2CCEBB;
}
a.download-green-button{
  padding: 20px 35px;
  min-width: 300px;
}
a.link-green-button{
  /*padding: 10px 70px;*/
  padding: 10px 25px;
}
a.download-green-button:hover,
a.link-green-button:hover{
  text-decoration: none;
}

a.link-green-button:after,
a.link-color-button:after{
  background: url(/sites/default/files/2025-09/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}

a.link-color-button:after{
  margin-left: 10px;
  width: 16px;
  height: 24px;
}
a.link-green-button:after{
  margin-left: 10px;
  width: 14px;
  height: 20px;
}

a.download-green-button:after,
a.download-color-button:after{
  background: url(/sites/default/files/2025-09/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
a.download-color-button:after{
  margin-left: 20px;
  width: 24px;
  height: 28px;
}
a.download-green-button:after{
  margin-left: 10px;
  width: 21px;
  height: 24px;
}

blockquote{
  padding-left: 35px;
  border-image-slice: 1;
  border-left: 4px solid;
  border-image-source: linear-gradient(360deg, transparent 5px, #2CCEBB 5px, #4E53AF calc(100% - 5px), transparent calc(100% - 5px));
}
blockquote.quote-icon{
  position: relative;
  margin: 0 0 0 102px;
  border-left: 2px solid;
}
blockquote.quote-icon.green:before,
blockquote.quote-icon.purple:before{
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -102px;
  top: 0;
  width: 62px;
  height: 50px;
}
blockquote.quote-icon.purple:before{
  background-image: url(/sites/default/files/2025-09/Quote%20purple.svg);
}
blockquote.quote-icon.green:before{
  background-image: url(/sites/default/files/2025-09/Quote%20green.svg);
}
ul, ol{
  padding-left: 35px;
  margin-left: 0;
  margin-top: 5px;
}
.mtpc-textarea li{
  margin-bottom: 20px;
}
ul.row-list{
  list-style-type: none;
  padding-left: 0;
  font-weight: 900;
  display: flex;
  margin: 40px 0;
}
ul.row-list li{
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  margin-right: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  border-right: 2px solid #63E8D9;
}
ul.row-list li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
ul.list-item-bottom-0 li{
  margin-bottom: 0;
}
.mtpc-textarea table{
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
table td{
  min-width: 0px;
}
th.no-y-padding{
  padding-top: 3px !important; 
  padding-bottom: 3px !important; 
}
table.tbl-bg{
  border-color: transparent;
}
table.tbl-bg thead tr th{
  border-bottom: 0px solid #FFFFFF;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  padding: 12px 30px;
}
table.tbl-bg tbody tr td{
  min-width: 200px;
  padding: 20px 30px;
  border-bottom: 1px solid #CCCCCC;
}
tr.backgound-border-colour td{
  border-bottom: 0px solid #CCCCCC !important;
}
tr.backgound-border-colour{
  position: relative;
}

tbody tr.backgound-border-colour:last-child{
  background-image: none;
}
tr.backgound-border-colour:after{
  content: '';
  position: absolute;
  border-bottom: 2px solid;
  border-image: 1;
  border-image-source: linear-gradient(to left, #2CCEBB 0%, #4E53AF 100%);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
tbody tr.backgound-border-colour:last-child::after{
  display: none;
}
/*header*/
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>ul>li>ul,
header .mtpc_header .header .wrapper .logos .navigation>ul.menu li > ul > li > ul{
  display: none;
}
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.menu-item--expanded>ul>li{
  list-style: none;
}
header .mtpc_header .header .wrapper .logos .logos_left .logo_two a{
  width: fit-content;
}
/*footer*/
.mtpc_footer .footer_right_logo{
  display: none;
}
.mtpc_footer{
  margin-top: 0;
}
/**/
.mtpc-pageTitle-block h1{
  font-size: 54px;
  line-height: 1.1;
}
.mtpc-pageTitle-block .mtpc_pagetitle_container .mtpc_pagetitle_wrapper .pagetitle_breadcrumbs{
  order: 2;
  margin-top: 8px;
}
.mtpc-pageTitle-block .mtpc_pagetitle_container .mtpc_pagetitle_wrapper .pagetitle_breadcrumbs ol li:after{
  display: none;
}
.mtpc-pageTitle-block .mtpc_pagetitle_container .mtpc_pagetitle_wrapper .pagetitle_breadcrumbs ol li a{
  font-size: 33px;
  font-weight: 800;
  line-height: 1.2;
  color: #FFFFFF;
}
/* mtpc_albums */
.view-id-mtpc_albums .view-header{
  display: none;
}
.view-id-mtpc_albums .view-content .views-row.album_grid_item{
  margin-bottom: 90px; 
}
.view-id-mtpc_albums .view-content .views-row.album_grid_item.mtpc_masonry_item {
  width: calc(50% - 20px);
}
.view-id-mtpc_albums .view-content .views-row.album_grid_item.mtpc_masonry_item:nth-child(even){
  margin-left: 40px;
}
.view-id-mtpc_albums .view-content .views-row.album_grid_item .album_cover .photos_count{
  background-color: #F9F9F9;
}
.view-id-mtpc_albums .view-content .views-row.album_grid_item .album_title a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
}
.mtpc-album-date{
  margin-top: 0;
  background-color: #2CCEBB;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 3px 30px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.mtpc_pagetitle.mtpc_gallery{
  padding-top: 80px;
}
article.mtpc-single-album .album-main-date{
  text-transform: capitalize;
  opacity: 0;
}
article.mtpc-single-album{
  margin-bottom: 200px;
}
/*article.mtpc-single-album .mtpc_album_photos{*/
/*  min-height: 800px;*/
/*}*/
article.mtpc-single-album .mtpc_album_photos.albumActiveMasonry .mtpc_masonry_items>.mtpc_masonry_item:nth-child(odd){
  transform: translateY(50%);
}
