.mtpc-well:not(.mtpc-1col-section):not(.mtpc-2col-section):not(.mtpc-3col-section):not(.mtpc-4col-section) {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
}

/* by Creasant */
/* body */
/* .index-page-wrapper */
.index-page-wrapper .mtpc-1col-section .mtpc-1col-section-wrapper{
  max-width: 1480px;
}
/* .contact-us-page */
.contact-us-page .page-banner-slideshow-block.mtpc-block-slideshow-block .slide-text-align{
  max-width: 1080px;
}
.contact-us-page .mtpc-1col-section .mtpc-1col-section-wrapper{
  max-width: 1000px;
}

.contact-us-page .webform-submission-form.webform-submission-add-form{
  max-width: 1080px;
  padding: 0 40px;
  margin-top: 30px;
}
/* Header */
header .mtpc_header .header .wrapper .logos .second_layer{
  position: relative;
}

header .mtpc_header .header .wrapper .logos .second_layer:before{
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  right: 0;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid #E9E9E9;
}

/* footer */
.region-footer-left ul.menu{
  margin: 40px auto 40px 0;
  padding-right: 70px;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 465px;
  gap: 13px 63.5px;
}

.region-footer-left ul.menu li{
  width: calc(50% - 63.5px/2);
  list-style: none;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #FFFFFF;
}

.region-footer-left ul.menu li span,
.region-footer-left ul.menu li a{
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.region-footer-left ul.menu li a:hover{
  text-decoration: none;
}

body footer > .wrapper{
  display: flex;
  flex-direction: column;
}

body footer .region-footer{
  order: 2;
  border-top: 1px solid #ffffff30;
}

body footer .region-footer.page-container{
  order: 1;
  display: flex;
  width: 100%;
  max-width: 1480px;
  border-top: none;
}

body footer .region-footer.page-container > div.col{
  width: 50%;
  background-color: #003366;
}

body footer .region-footer.page-container > div.col:first-child{
  border-right: 1px solid #ffffff30;
}

.region-footer-right > div > div,
.region-footer-right > div,
.region-footer-right{
  height: 100%;
}

.region-footer-right .block .block-body{
  position: relative;
  padding: 40px 40px 0px 70px;
  height: calc(100% - 40px);
}

.region-footer-right .field--name-body * {
  color: #ffffff;
  width: 475px;
  max-width: 55%;
  line-height: 1.6;
  font-size: 13px;
  color: #ffffff85;
}

.region-footer-right .field--name-field-logo {
  width: 292px;
  max-width: 55%;
  padding-bottom: 15px;
  aspect-ratio: 292 / 48;
}

.region-footer-right .field--name-field-background-image {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* mtpc-block-textarea-block */
/*.header-break-line*/
.header-break-line.mtpc-block-textarea-block .field__item{
  padding-top: 30px;
  padding-left: 10px;
}

.header-break-line.mtpc-block-textarea-block .field__item h2{
  /*max-width: 65%;*/
  max-width: 330px;
}

/* label-text */
.label-text.mtpc-block-textarea-block{
  /*padding-top: 70px;*/
  padding-top: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DDDDDD;
}
/* publication-content */
.publication-content.mtpc-block-textarea-block .field__item {
  width: calc(100% - 80px);
}

.publication-content.mtpc-block-textarea-block .field__item h2,
.publication-content.mtpc-block-textarea-block .field__item h3,
.publication-content.mtpc-block-textarea-block .field__item h4,
.publication-content.mtpc-block-textarea-block .field__item h5,
.publication-content.mtpc-block-textarea-block .field__item h6{
  margin-bottom: 0px;
}

.publication-content.mtpc-block-textarea-block .field__item p{
  margin-bottom: 8px;
}
/* mtpc-block-image-block*/
/* publication-link */
.mtpc-1col-section .mtpc-1col-item:has( .publication-link.mtpc-block-image-block){
  position: relative;
}
.publication-link.mtpc-block-image-block{
  max-width: 27px;
  position: absolute;
  right: 23px;
  top: 0;
}
/* .max-width-100 */
.max-width-100.mtpc-block-image-block .field__item >img{
  max-width: 100px;
}
/* mtpc-block-slideshow-block */
/* .index-banner-slideshow-block */
.index-banner-slideshow-block.mtpc-block-slideshow-block .mtpc_slide_item_container{
  width: 100%;
  height: auto;
  aspect-ratio: 1921 / 601;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slick-slide img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide-text-align{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide-text{
  background-color: transparent !Important;
  color: #ffffff !important;
  white-space: normal;
  width: 100%;
  padding: 0;
  box-shadow: none;
  overflow: unset;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide-text .text_container{
  justify-content: center;
  text-align: center;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:first-child{
  margin-bottom: 40px;  
  margin-bottom: 2.083vw;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:first-child .text_container{
  font-size: 70px;
  font-size: 3.646vw;
  font-weight: 600;
  line-height: 1.1;
}

.index-banner-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:last-child .text_container{
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.5;
}

/* .features-slideshow-block */
.features-slideshow-block.mtpc-block-slideshow-block{
  display: none;
}

.features-slideshow-block.mtpc-block-slideshow-block .mtpc_slide_item_container{
  display: flex;
  flex-direction: column;
}

.features-slideshow-block.mtpc-block-slideshow-block .mtpc_slide_item_container a,
.features-slideshow-block.mtpc-block-slideshow-block .mtpc_slide_item_container img{
  order: -1;
}

.features-slideshow-block.mtpc-block-slideshow-block .mtpc_slide_item_container img{
  width: 100%;
  height: auto;
  aspect-ratio: 466 / 380;
  object-fit: cover;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide-text-align{
  position: unset;
  left: 0;
  bottom: 0;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row{
  line-height: 1;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide-text{
  white-space: normal;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-list{
  margin: 0 -20px;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-slide{
  margin: 0 20px;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide-text{
  background-color: transparent;
  box-shadow: unset;
  padding: 0;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide-text .text_container{
  margin-top: 13px;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:first-child .slide-text .text_container{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #9F7B37;
}

.features-slideshow-block.mtpc-block-slideshow-block .slide_text_per_row:last-child .slide-text .text_container{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  display: block;
}

.features-slideshow-block.mtpc-block-slideshow-block .read-more-text{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #DE652A;
  text-decoration: none;
  margin-left: 5px;
}


.features-slideshow-block.mtpc-block-slideshow-block .read-more-text:hover{
  text-decoration: underline;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-prev:hover,
.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-next:hover{
  filter: brightness(0) saturate(100%) invert(59%) sepia(14%) saturate(2143%) hue-rotate(3deg) brightness(90%) contrast(83%);
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-prev,
.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-next{
  filter: brightness(0) saturate(100%) invert(96%) sepia(2%) saturate(12%) hue-rotate(343deg) brightness(96%) contrast(85%);
  opacity: 1;
  width: 34px;    
  height: auto;
  aspect-ratio: 46 / 117;
  background-size: contain;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-prev{
  transform: none;
  top: 28%;
  left: -70px;
  background-image: url(/sites/default/files/2025-05/left_arrow.png);
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-arrow.slick-next{
  transform: none;
  top: 28%;
  right: -70px;
  background-image: url(/sites/default/files/2025-05/right_arrow.png);
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-dots{
  position: unset;
  margin-top: 80px;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-dots.circle li.slick-active:hover,
.features-slideshow-block.mtpc-block-slideshow-block .slick-dots.circle li.slick-active{
  background-color: #B2872B;
}

.features-slideshow-block.mtpc-block-slideshow-block .slick-dots.circle li{
  background-color: #d9d9d9;
}

/* page-banner-slideshow-block */
.page-banner-slideshow-block.mtpc-block-slideshow-block .slide-text-align{
  left: 50%;
  max-width: 1280px;
  width: 100%;
  transform: translateX(-50%);
  top: 88px;
}

.page-banner-slideshow-block.mtpc-block-slideshow-block .slide-text{
  font-size: 70px !important;
  font-weight: 600;
  line-height: 1.3;
  background-color: transparent !important;
  box-shadow: none;
  color: #FFFFFF !important;
  padding: 0 40px;
}

/* .mtpc-1col-section */
/* in-the-media-text */
/*.in-the-media-text.mtpc-1col-section{*/
/*  border-bottom: 2px solid #DDDDDD;*/
/*}*/
.in-the-media-text.mtpc-1col-section .mtpc-block-textarea-block h4{
  margin-bottom: 5px;
}

.in-the-media-text.mtpc-1col-section .field__items > .field__item{
  padding-bottom: 40px;
}

.in-the-media-text.mtpc-1col-section .field__items > .field__item:last-child{
  border-bottom: 2px solid #DDDDDD;
}
/* .thumbnail-right */
.mtpc-1col-section:has( .thumbnail-right){
  position: relative;
  background: linear-gradient(90deg, rgba(248, 244, 238, 1) 0%, rgba(248, 244, 238, 1) 57%, rgba(248, 244, 238, 0) 100%);
}

.thumbnail-right.mtpc-block-image-block{
  position: absolute;
  top: 0;
  right:0;
  z-index: -1;
}
.thumbnail-right.mtpc-block-image-block .field__item > img{
  width: max-content;
}
/* text-left */
.text-left.mtpc-block-textarea-block{
  /*max-width: 975px;*/
  max-width: 70%;
} 

/* .mtpc-2col-section */
/* l10_90 */
.mtpc-2col-section.l10_90 .mtpc-2col-section-wrapper>.mtpc-2col-item--1{
  width: -webkit-calc(10% - 28px);
  width: -moz-calc(10% - 28px);
  width: calc(10% - 28px);

}

.mtpc-2col-section.l10_90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{
  width: -webkit-calc(90% - 28px);
  width: -moz-calc(90% - 28px);
  width: calc(90% - 28px);
}

.mtpc-2col-section.l10_90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{
  margin-left: 56px;
}

/* views */
/* events */
.index-upcoming-events .title,
.index-upcoming-events .title a{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.index-upcoming-events .heading p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.index-upcoming-events .subtitle p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.index-upcoming-events .time,
.index-upcoming-events .date{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

/**/
.index-upcoming-events .title,
.index-upcoming-events .date,
.index-upcoming-events .heading,
.index-upcoming-events .subtitle{
  margin-top: 20px;
}

.index-upcoming-events .time{
  margin-top: 12px;
}

.index-upcoming-events .heading + .title{
  margin-top: 8px;
}

/*.index-upcoming-events .heading p{*/
/*  color: #DE652A;*/
/*}*/

/*.index-upcoming-events .title a,*/
/*.index-upcoming-events .title{*/
/*  color: #9F7B37;*/
/*}*/
/*.index-upcoming-events .subtitle,*/
/*.index-upcoming-events .time,*/
/*.index-upcoming-events .date{*/
/*  color: #333333;*/
/*}*/

.index-upcoming-events .time i,
.index-upcoming-events .date i{
  padding-right: 15px !important;
}

.index-upcoming-events .image{
  overflow: hidden;
}

.index-upcoming-events .field-content a img{
  transition: 200ms;
}

.index-upcoming-events .field-content:hover a img{
  transform: scale(1.1);
}

.index-upcoming-events .view-content{
  display: flex;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 70px;
}

.index-upcoming-events .view-all-events{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.index-upcoming-events .view-all-events a{
  background-color: #FFFFFF;
  color: #00568C;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 30px;
}

.index-upcoming-events .view-all-events a:hover{
  background-color:#ffffff70;
  text-decoration: none;
}

/* block */
.block-body{
  position: relative;
}

.field--name-field-banner-mobile-{
  display: none;
}

.page-banner-slideshow-block .slick-slide img, /* mtpc-block-slideshow-block */
.field--name-field-banner-desktop- img{
  min-height: 445px;
  object-fit: cover;
}

.field--name-field-banner-title{
  position: absolute;
  top: 88px;
  max-width: 1280px;
  padding: 0 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 80px);
  margin: auto;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFFFFF;
}
/* block-mtpc-peoplelistingheading */
#block-mtpc-peoplelistingheading{
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 40px 0 40px;
}


/* events details page */
.node__content.mtpc-event-detail .main-content .node-content .evnet-images-block{
  padding-top: 50px;
  border-top: 3px solid #DDDDDD;
}

/* people listing page */
#people-tfb-div .form-item label,
#edit-people-fieldset .form-item label{
  height: auto;
  width: auto;
  clip: unset;
}

#people-tfb-div .people-tfb-container-5,
#people-tfb-div .form-item,
#edit-people-fieldset .people-tfb-container-5,
#edit-people-fieldset .form-item{
  margin-top: 0 !important;
}

#people-tfb-div .people-tfb-filter-PL5,
#edit-people-fieldset .people-tfb-filter-PL5{
  padding-top: 0 !important;
}


#people-tfb-div .form-item input,
#people-tfb-div .form-item select,
#edit-people-fieldset .form-item input,
#edit-people-fieldset .form-item select{
  margin-top: 18px !important;
}

.people-listing-data {
  line-height: 1.2em !important;
  font-size: 16px !important; 
  margin-bottom: 3px;
}

/*.people-listing-data:nth-child(1),*/
/*.people-listing-data:nth-child(5){*/
/*  width: fit-content;*/
/*}*/

/*.people-listing-data:nth-child(1) > div,*/
/*.people-listing-data:nth-child(5) > div{*/
/*  padding-right: 0;*/
/*}*/

/*.people-listing-data:nth-child(5) > div{*/
/*  padding-left: 0;*/
/*  color: #9F7B37;*/
/*  font-size: 20px;*/
/*  font-weight: 800;*/
/*}  */
  
.people-row-col-container .MT20{
  display: none;
}

.centralized-people-people-form{
  padding-bottom: 150px;
}

#block-mtpc-peoplelistingheading p{
  font-size: 24px;
}

body.path-people{
  background-color: #F7F7F7;
}
/* contact us form */
body.contact-us-page main form .form-item label{
  font-size: 18px;
  font-weight: 400;
}
body.contact-us-page .ctbe-first-name-field{
  width: calc(50% - 24px);
  max-width: 400px;
}

body.contact-us-page .ctbe-last-name-field{
  width: calc(50% - 24px);
  max-width: 400px;
  margin-left: 48px !important;
}

.ctbe-message-field textarea{
  height: 314px;
}

body.contact-us-page .ctbe-mail-field{
  max-width: 848px;
}

body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-text, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-email, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-textarea, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-select, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-date, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-time, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-tel{
  margin-top: 1px;
}

body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-text:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-email:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-textarea:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-select:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-date:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-time:focus, 
body.contact-us-page .webform-submission-form.webform-submission-add-form .form-item .form-tel:focus{
  border-color: #B2872B;
}

body.contact-us-page .ctbe-submit-button .button{
  min-width: 128px  !important;
  background-color: #967313 !important;
  font-weight: 600;
}

body.contact-us-page .ctbe-submit-button .button:hover {
  background-color: #836105 !important;
}

body.contact-us-page .ctbe-submit-button{
 margin-top: 80px;
 margin-bottom: 150px;
}

/* news */
body.page-node-type-news {
  background-color: #F7F7F7;
}

body.page-node-type-news .layout-content{
  padding-top: 30px;
}

