/* 
Theme Name: SeaChange - Hello Elementor Child Theme
URI: https://github.com/elementor/hello-theme/
Description: SeaChange custom over the Hello Elementor Child Theme
Author: SeaChange
Author URI: https://seachangeaustralia.org
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/



/*
*
* ---------------- COLOURS SUMMARY ---------------
*
* SeaChange Navy - #0b1f41
* SeaChange Still Blue - #4c8fcc
* SeaChange Ocean Blue - #3455a6
* SeaChange Red - #ee3123
* SeaChange Pale Blue - #a9d1d9
*
* Font headline - Barlow
*
* SECTIONS:
* General
*
*/




/* ADDED BY CHILD THEME HEADER FILE
 * 
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
*/

/*--------------------START TEXT AND HEADINGS--------------------*/ 

body {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.125rem;
}

p {
  line-height: 1.6;
}

.seachange-lead-in-text {
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.35rem;
}

h1, .elementor-widget h1, h1.elementor-heading-title {
  font-size:1.0rem;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}

h2, .elementor-widget h2, h2.elementor-heading-title {
  font-size:3.0rem;
  line-height: 4.0rem;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-top: 30px;/* to address anchor jumps*/
  margin: 0px;
}

h3, .elementor-widget h3, h3.elementor-heading-title {
  font-size:2.0rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 0px;
  margin: 0px;
}

h4, .elementor-widget h4, h4.elementor-heading-title {
  font-size:1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3455a6;
}

.seachange-gradient-text h1,
.seachange-gradient-text h2,
.seachange-gradient-text h3,
.seachange-gradient-text h1 a,
.seachange-gradient-text h2 a,
.seachange-gradient-text h3 a {
  display: inline-block;
  background: linear-gradient(30deg, #3455A6, #4C8FCC, #EE3123);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: inherit; /* fallback */
  text-decoration: none;
}

.comments-area a, .page-content a {
text-decoration: none;
color:inherit;
}

/*--------------------END TEXT AND HEADINGS--------------------*/



/*--------------------START BUTTONS --------------------*/

/* Sea Change default button */
.elementor-button, .elementor-button:visited  {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #3455a6;
  font-size: 1.125rem;
  padding: 12px 24px;
  border-radius: 50px;
  color: #3455a6;
  fill: transparent;
  text-align: center;
  transition: all .3s;
}

.elementor-button:focus, .elementor-button:hover {
  color: #ffffff;
  background-color: #3455a6;
  border: 2px solid #3455a6;
}

/* Sea Change reverse button */
.seachange-reverse-button .elementor-button, .seachange-reverse-button .elementor-button:visited {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  fill: transparent;
}

.seachange-reverse-button .elementor-button:focus, .seachange-reverse-button .elementor-button:hover {
  color: #3455a6;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

/* Sea Change red button */
.seachange-red-button .elementor-button, .seachange-red-button .elementor-button:visited {
  background-color: #ee3123;
  border: 2px solid #ee3123;
  color: #ffffff;
  fill: transparent;
}

.seachange-red-button .elementor-button:focus, .seachange-red-button .elementor-button:hover {
  color: #ee3123;
  background-color: transparent;
  border: 2px solid #ee3123;
}

/* Sea Change gradient button */
.seachange-gradient-button .elementor-button, .seachange-gradient-button .elementor-button:visited {
  background: linear-gradient(30deg, #3455A6, #4C8FCC, #EE3123);
  border: none;
  color: #ffffff;
  fill: transparent;
  padding: 14px 26px;
  transition: all .0s;
}

.seachange-gradient-button .elementor-button:focus, .seachange-gradient-button .elementor-button:hover {
  color: #3455a6;
  background-color: #ffffff;
  background: #ffffff;
  border: 2px solid #3455a6;
  padding: 12px 24px;
}

/* Override default elementor button */
[type=button],
[type=submit],
button,
.sca-single-item-container [type=button],
.sca-single-item-container [type=submit],
.sca-single-item-container button,
.sca-single-item-container .sca-single-item-back a,
.sca-single-item-container .sca-single-item-back a:visited {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #3455a6;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  color: #3455a6;
  fill: transparent;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover,
.sca-single-item-container .sca-single-item-back a:hover,
.sca-single-item-container .sca-single-item-back a:focus {
  background-color: #3455a6;
  color: #ffffff;
  text-decoration: none;
}

/*--------------------END BUTTONS --------------------*/



/*--------------------START DEFAULT ELEMENTOR CONTAINER --------------------*/

.elementor[data-elementor-post-type="page"] .e-con.e-parent {
  padding: 5% 10%;
}

.elementor[data-elementor-post-type="page"] .e-con.e-parent.seachange-no-padding {
  padding: 0% 0%;
}

.elementor[data-elementor-post-type="page"] .e-con.e-parent:first-of-type {
  position: relative;
  z-index: 1;
  padding-top: calc(5% + 100px);

}

@media (max-width: 767px) {
  .elementor[data-elementor-post-type="page"] .e-con.e-parent.seachange-no-padding {
  padding: 0% 0%;
  }
}

/*--------------------END DEFAULT ELEMENTOR CONTAINER --------------------*/



/*--------------------START SEA CHANGE GRADIENT DIVIDERS--------------------*/ 

.elementor-divider {
  padding-block-start: 10px !important;
  padding-block-end: 10px !important;
}

.elementor-divider-separator {
  position: static;
  display: block;
  height: 3px;
  width: 100%;
  max-width: 100px !important;
  background: #3455a6;
  border-block-start: 0 !important;
}

/* gradient divider */
.seachange-divider-gradient .elementor-divider-separator  {
  background: linear-gradient(30deg, #3455A6, #4C8FCC, #EE3123);
}

/*--------------------END SEA CHANGE GRADIENT DIVIDERS--------------------*/ 



/*--------------------START SEA CHANGE GRADIENT SECTION--------------------*/ 

.e-con.e-parent.seachange-gradient {
  background: linear-gradient(30deg, #3455A6, #4C8FCC, #EE3123);
}

.e-con.e-parent.seachange-gradient-navy {
  background: linear-gradient(30deg, #0b1f41, #3455A6, #EE3123);
}

.seachange-gradient-navy,
.seachange-gradient-navy h1,
.seachange-gradient-navy h2,
.seachange-gradient-navy h3,
.seachange-gradient-navy h4,
.seachange-gradient-navy h5,
.seachange-gradient-navy h6,
.seachange-gradient-navy p,
.seachange-gradient-navy .elementor-widget-text-editor,
.seachange-gradient-navy .elementor-widget-text-editor .seachange-lead-in-text{
  color: #ffffff;
}

.seachange-gradient-navy .elementor-divider-separator {background: #ffffff;}


.seachange-gradient-navy .elementor-button, .seachange-gradient-navy .elementor-button:visited  {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.seachange-gradient-navy .elementor-button:focus, .seachange-gradient-navy .elementor-button:hover {
  color: #0b1f41;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.seachange-gradient-navy .elementor-icon {
	color: #ffffff;
	fill:#ffffff;
}

/*--------------------END SEA CHANGE REVERSE SECTION--------------------*/



/*--------------------START SEA CHANGE REVERSE SECTION--------------------*/ 

.seachange-section-reverse,
.seachange-section-reverse h1,
.seachange-section-reverse h2,
.seachange-section-reverse h3,
.seachange-section-reverse h4,
.seachange-section-reverse h5,
.seachange-section-reverse h6,
.seachange-section-reverse p,
.seachange-section-reverse .elementor-widget-text-editor,
.seachange-section-reverse .elementor-widget-text-editor .seachange-lead-in-text{
  color: #ffffff;
}

.seachange-section-reverse .elementor-divider-separator {background: #ffffff;}


.seachange-section-reverse .elementor-button, .seachange-section-reverse .elementor-button:visited  {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.seachange-section-reverse .elementor-button:focus, .seachange-section-reverse .elementor-button:hover {
  color: #0b1f41;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.seachange-section-reverse .elementor-icon {
	color: #ffffff;
	fill:#ffffff;
}

/*--------------------END SEA CHANGE REVERSE SECTION--------------------*/ 



/*--------------------START MISC--------------------*/ 

.undo-link-style {
  position: static !important; /* Remove relative positioning */
  color: inherit !important; /* Inherit color from parent */
  text-decoration: underline !important; /* Restore default underline behavior */
}

.undo-link-style::before {
  content: none !important; /* Remove the pseudo-element */
}

.undo-link-style:hover::before {
  transform: none !important; /* Disable the hover effect */
}

/* Elementor linked images */ 
.elementor-widget-image a img {
  transition: transform 0.3s ease-in-out, filter 0.5s ease-in-out 0.15s;
}

.elementor-widget-image a img:hover {
  transform: translateY(-15px);
}

h1.entry-title {
    display:none;
}

.elementor-icon {
	color: #0b1f41;
	fill:#0b1f41;
}

/*--------------------END MISC--------------------*/ 



/*--------------------START SEA CHANGE HEADER--------------------*/ 

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

svg#SeaChange_Logo .cls-7 {
  fill: #ffffff;
}

#seachange_site_logo .cls-1 {
    fill: #00534c;
}

.home #seachange_site_logo .cls-1 {
    fill: #ffffff;
}

/*--------------------END SEA CHANGE HEADER--------------------*/ 



/*--------------------START SEA CHANGE FOOTER--------------------*/ 

#sca-footer {
	
}

#sca-footer h4 {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
  padding: 0.75rem 0rem;
}

.sca-footer-credit {
  color: #ffffff;
  font-size: 0.9rem;
}

.sca-footer-credit a,
.sca-footer-credit a:visited {
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
}

.sca-footer-credit a:hover,
.sca-footer-credit a:focus {
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: underline;
}

.sca-footer-nav {
  padding-bottom: 2rem;
}

.sca-footer-nav .elementor-nav-menu a,
.sca-footer-nav .elementor-nav-menu a:visited {
  padding: 0.5rem 0rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}

.sca-footer-nav .elementor-nav-menu a:hover,
.sca-footer-nav .elementor-nav-menu a:focus {
  padding: 0.5rem 0rem;
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.9rem;
}

.sca-footer-nav-inline {

}

.sca-footer-nav-inline .elementor-nav-menu a,
.sca-footer-nav-inline .elementor-nav-menu a:visited {
  padding: 0.5rem 1.5rem 0.5rem 0rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}

.sca-footer-nav-inline .elementor-nav-menu a:hover,
.sca-footer-nav-inline .elementor-nav-menu a:focus {
  padding: 0.5rem 1.5rem 0.5rem 0rem;
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.9rem;
}

/*--------------------END SEA CHANGE FOOTER--------------------*/ 



/*--------------------START TEAM MEMBER SINGLE ELEMENTOR--------------------*/ 

.sca-team-member-profile h1,
.sca-team-member-profile .elementor-widget h1,
.sca-team-member-profile h1.elementor-heading-title {
  font-size:3rem;
  text-transform: unset;
  font-weight: 700;
  padding-bottom: 30px;
}

.sca-team-member-profile h2,
.sca-team-member-profile .elementor-widget h2,
.sca-team-member-profile h2.elementor-heading-title {
  font-size:2rem;
  color: #333333;
  font-weight: 500;
}

.sca-team-member-profile .elementor-divider-separator {
  position: static;
  display: block;
  height: 2px;
  width: 100%;
  max-width: 100% !important;
  background: #333333;
  border-block-start: 0 !important;
}

.seachange-profile-image img {
  transition: filter .3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.seachange-profile-image img:hover,
.seachange-profile-image img:focus {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*--------------------END TEAM MEMBER SINGLE ELEMENTOR--------------------*/ 


/*--------------------START TEAM MEMBER AND ADVISORY PROFILE--------------------*/ 

.sca-profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  justify-content: flex-start;
  margin: 2rem 0;
}

.sca-profile-card {
  flex: 0 0 calc(20% - 2rem);
  max-width: calc(20% - 2rem);
  box-sizing: border-box;
  text-align: left;
  transition: transform 0.2s ease;
}

.sca-profile-card a {
  font-size: 0.8rem;
  color: #333333;
}

.sca-profile-card:hover {
  transform: scale(1.03);
}

.sca-profile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.sca-profile-card:hover .sca-profile-image img {
  filter: grayscale(0%);
}

h3.sca-profile-name {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.2rem;
  font-weight: bold;
  color: #333333;
}

.sca-profile-affiliation {
  font-size: 0.8rem;
  color: #333333;
}

/* media queries */	

@media (max-width: 1024px) {
.sca-profile-card {
  flex: 0 0 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
  }
}

@media (max-width: 767px) {
.sca-profile-card {
  flex: 0 0 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  }
}

/* Advisory board profile specific */ 

#sca-advisory-member-profile .sca-profile-card:hover .sca-profile-image img {
  filter: grayscale(100%);
}
	
#sca-advisory-member-profile .sca-profile-card:hover {
  transform: none;
}

#sca-advisory-member-profile .sca-profile-image img {
  /*filter: none;*/
  transition: none;
}

/*--------------------END TEAM MEMBER AND ADVISORY PROFILE--------------------*/ 



/*--------------------START SELECT LIST--------------------*/

.sca-selected-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px; /* row gap = 60px, column gap = 30px */
  margin: 30px 0;
}

.sca-selected-item {
  flex: 0 0 calc((100% - 2 * 30px) / 3); /* three columns, two gaps */
  box-sizing: border-box;
}

/* Banner-style cover image */
.sca-selected-item .sca-list-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
}

.sca-selected-content h3 {
 padding: 1rem 0rem;
}

.sca-selected-container .sca-list-button a {
  margin-top: 0;
}
	
/* media queries */	
	
@media (max-width: 1024px) {
.sca-selected-item {
  flex: 0 0 calc((100% - 30px) / 2); /* two columns, one gap */
  }
}

@media (max-width: 768px) {
.sca-selected-item {
  flex: 0 0 100%; /* single column */
  }
}

/*--------------------END SELECT LIST--------------------*/



/*--------------------START CONSOLIDATED LISTS--------------------*/

/* Filter submit button spacing */
#expert_page_container .pods-form-filters-submit,
#question_page_container .pods-form-filters-submit,
#resource_page_container .pods-form-filters-submit,
#news_page_container .pods-form-filters-submit,
#story_page_container .pods-form-filters-submit,
#case-study_page_container .pods-form-filters-submit {
  margin: 2rem 0rem 4rem 0rem;
}

/* Clear button base styling */
#expert_page_container .clear-button,
#question_page_container .clear-button,
#resource_page_container .clear-button,
#news_page_container .clear-button,
#story_page_container .clear-button,
#case-study_page_container .clear-button {
  margin: 0px;
  padding: 0px;
  border: none !important;
  font-size: 0.8rem;
  color: #0b1f41;
}

/* Clear button hover effect */
#expert_page_container .clear-button:hover,
#question_page_container .clear-button:hover,
#resource_page_container .clear-button:hover,
#news_page_container .clear-button:hover,
#story_page_container .clear-button:hover,
#case-study_page_container .clear-button:hover {
  background: none;
  text-decoration: underline;
  color: #0b1f41;
}

/* Override the search button styling */
.pods-form-filters [type=button]:focus,
.pods-form-filters [type=button]:hover,
.pods-form-filters [type=submit]:focus,
.pods-form-filters [type=submit]:hover,
.pods-form-filters button:focus,
.pods-form-filters button:hover {
    background-color: #3455a6;
    color: #ffffff;
    text-decoration: none;
}

.sca-custom-list-container {
  border-top: 1px solid #ccc;
}

.sca-custom-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 4rem;
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #ccc;
}

.sca-list-item-heading h2 {
font-size:2.4rem;
line-height: 1.2;
font-family: "Barlow", sans-serif;
font-weight: 900;
font-style: normal;
margin: 0px;
color: #3455a6;
padding-bottom: 1rem;
}

.sca-custom-list-item h3 {
  padding: 1rem 0;
}

.sca-custom-list-item hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

.sca-custom-list-item hr.sca-list-hr {
  border: none;
  border-top: 3px solid #4c8fcc;
  margin: 1rem 0;
}

.sca-inline-label {
  display: inline;
  font-weight: 700;
  min-width: 100px;
}

.sca-inline-list,
.sca-list-item-details ul.sca-inline-list,
.sca-list-item-details ul {
  list-style: disc;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0;
}

/* TAGGED FOR REVIEW - Pods ul list output from field settings */
.sca-list-item-details ul {
  column-gap: 2rem;
}

.sca-custom-list-item .sca-inline-list li,
.sca-custom-list-item .sca-list-item-detials-text
{
  display: list-item;
  padding-right: 1rem;
}

/* Circular image */
.sca-list-image-round {
  flex: 0 0 180px;
  max-width: 180px;
}

.sca-custom-list-item .sca-list-image-round img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  border: 1px solid #ccc;
}

/* Banner-style cover image */
.sca-custom-list-item .sca-list-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  flex: 0 0 35%;
  max-width: 35%;
}

/* details item */

.sca-list-item-details {
  flex: 1;
  min-width: 0;
	
}

.sca-list-item-details-item {
  flex: 1;
  min-width: 0;
  display: flex;
}

.sca-list-item-details p a,
.sca-list-item-details p a:visited,
.sca-list-item-details li a,
.sca-list-item-details li a:visited {
  text-decoration: underline;
  color: #3455a6;
}

.sca-list-item-details p a:hover,
.sca-list-item-details p a:focus
.sca-list-item-details li a:hover,
.sca-list-item-details li a:focus {
  font-weight: 600;
}

.sca-list-item-sub-heading {
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.5rem;
}

.sca-list-item-date {
  padding-top: 1rem;
  font-weight: 600;
}

.story-details_date {
  padding: 1rem 0rem;
}

.sca-list-button a,
.sca-list-button a:visited {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #3455a6;
  font-size: 1.125rem;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  color: #3455a6;
  fill: transparent;
  text-align: center;
  transition: all .3s;
}

.sca-list-button a:hover,
.sca-list-button a:focus {
  color: #ffffff;
  background-color: #3455a6;
  border: 2px solid #3455a6;
}

/* media queries */

@media (max-width: 768px) {
/* Make large aspect-ratio images full width */
.sca-custom-list-item .sca-list-image {
  max-width: 100%;
  flex: none;
  width: 100%;
}

.sca-custom-list-item{
  flex-direction: column;
  align-items: start;
  text-align: left;
}

.sca-custom-list-item .sca-list-item-details {
  text-align: left;
  width: 100%;
}

.sca-list-item-details-item {
  flex-wrap: wrap;
}

.sca-inline-label {
  display: block;
  width: 100%;
  }
}

@media (max-width: 1024px) {
.sca-custom-list-item .sca-list-item-detials-heading {
  min-width: 100px;
}

.resource-details-item,
.news-details-item,
.story-details-item,
.case-study-details-item {
  text-align: left;
  width: 100%;
  }
}

/*--------------------END CONSOLIDATED LISTS--------------------*/



/*--------------------START SINGLE ITEM GENERAL--------------------*/
.sca-single-item-container {
  padding: 240px 20px 20px 20px;
}

/* header area*/
.sca-single-item-header,
.sca-single-item-content {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin-bottom: 5rem;
}

.sca-single-item-content-question {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 5rem;
}


.sca-single-item-type {
  flex: 0 0 20%;
  max-width: 20%;
}
	
.sca-single-item-type-icon,
.sca-single-item-type-icon svg {
  width: 150px;
  height: 150px;
  color: #3455a6;
  fill: #3455a6;
}

.sca-single-item-header-details {
  flex: 0 0 80%;
  max-width: 80%;
}
	
.sca-single-item-header-details h1 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: none;
  padding-top: 30px;
}
	
.sca-single-item-hr {
  border: none;
  height: 3px;
  background-color: #3455a6;
  width: 100px;
  margin: 30px 0px;
}
	
.sca-single-item-sub-heading {
font-weight: 400;
font-style: normal;
color: #333333;
font-size: 1.5rem;
}
	
.single-item-details-date {
  padding-top: 1rem;
  font-weight: 600;
}

.sca-single-item-header-category {
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 1rem;
  row-gap: 1rem;
}
	
/* category list area */
.sca-single-item-category-group {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
	
	
.sca-single-item-category {
  padding: 30px 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 0rem;
  row-gap: 1rem;
  background: #edf6f7;
}

.sca-single-item-details-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 0rem;
  row-gap: 1rem;	
}
	
.sca-single-item-inline-label {
  flex: 0 0 100px;
  min-width: 100px;
  font-weight: 700;
}
	
.sca-single-item-inline-list-container {
  flex: 1 1 0%;
	  min-width: 220px;
}
	
ul.sca-single-item-inline-list
{
  list-style: disc;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0;
}

.sca-single-item-inline-list li
{
  display: list-item;
  padding-right: 1rem;
}

/* content area */
.sca-single-item-content-details {

  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  flex-direction: column;
}

.sca-single-item-content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 65%;
  max-width: 65%;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.sca-single-item-type,
.sca-single-item-header-details,
.sca-single-item-content-details,
.sca-single-item-content-area {
  box-sizing: border-box;
}

.sca-single-item-image,
.sca-single-item-image-profile {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #ccc;
}

.sca-single-item-image {
  aspect-ratio: 4 / 3;
}

.sca-single-item-image-profile {
  aspect-ratio: 3 / 4;
}

.sca-single-item-image img,
.sca-single-item-image-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.sca-single-item-container p a,
.sca-single-item-container p a:visited,
.sca-single-item-container li a,
.sca-single-item-container li a:visited {
  text-decoration: underline;
  color: #3455a6;	
}

.sca-single-item-container p a:hover,
.sca-single-item-container p a:focus,
.sca-single-item-container li a:hover,
.sca-single-item-container li a:focus {
  font-weight: 600;	
}

.sca-single-item-back {
  margin: 30px 0px;
}

.sca-single-item-category .sca-single-item-back {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

/* media queries */

@media (max-width: 1024px) {
  .sca-single-item-header,
  .sca-single-item-content {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .sca-single-item-type,
  .sca-single-item-header-details,
  .sca-single-item-content-details,
  .sca-single-item-content-area {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sca-single-item-content-details,
  .sca-single-item-content-area {
    position: relative;
  }
}

/*--------------------END SINGLE ITEM GENERAL--------------------*/



/*--------------------START SINGLE ITEM SPECIFIC--------------------*/ 

/* Single item expert specific */
.sca-single-item-expert-details {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 60px;
}

.sca-single-item-header-row {
  display: flex;
  flex-direction: row;
}


/* Single item question specific */
.sca-single-item-header-category-question .sca-single-item-inline-label {
  flex: 0 0 auto;
  min-width: unset;
}

.sca-single-item-container .sca-expert-profile {
border-bottom: none;
padding: 30px 0px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
.sca-single-item-content-question-answer {
  border-bottom: solid 3px #ccc;
  background-color: #f2f2f2;
}

.sca-question-section {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 30px 20px;
}
	
.sca-question-section h3 {
  padding-bottom: 30px;
}

.sca-answer-section {
  border-bottom: solid 1px #ccc;
  padding: 30px 20px;
}

.sca-answer-section-expert {
  border: none;
  padding: 30px 20px;
}

.sca-answer-section-expert .sca-custom-list-item  {;
  border: none;
}
	
.sca-answer-section h4 {
  padding-bottom: 30px;
}
	
.sca-answer-section .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* space between images */
  padding: 1rem 0;
}

.sca-answer-section .gallery-item {
  flex: 0 1 calc(20% - 1rem);
  box-sizing: border-box;
}

.sca-answer-section .gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
	
.sca-answer-section .gallery-icon {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sca-answer-section .gallery-item {
    flex: 0 1 calc(33.333% - 1rem);
  }
}

@media (max-width: 480px) {
  .sca-answer-section .gallery-item {
    flex: 0 1 100%;
  }
}

/* Single item resource specific */

.sca-resource-stage-wrapper {
  margin-bottom: 2rem;
}

.sca-resource-stage-list {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sca-resource-stage-pill span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: default;
  border: 2px solid;
}

.sca-resource-stage-pill:not(.sca-resource-stage-selected) span {
  background: #f5f5f5;
  border-color: #ccc;
  color: #888;
}

.sca-resource-stage-selected span {
  background: #3455a6;
  border-color: #3455a6;
  color: #ffffff;
}

.sca-resource-stage-summary {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #3455a6;
}

.sca-resource-section {
  border-bottom: solid 1px #ccc;
  padding: 30px 0px;
}

.sca-resource-section h4 {
  padding-bottom: 30px;
}

.sca-resource-section img {
  border: 1px solid #ccc;
}

/*--------------------END SINGLE ITEM SPECIFIC--------------------*/ 



/*--------------------START HUZ FILTERS--------------------*/ 


.huz-filters {
  margin-bottom: 2rem;
  gap: 4rem;
}



.huz-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4rem;
  row-gap: 1rem;
  margin-bottom: 1.5rem;
}

.huz-filter-label {
  flex: 0 0 180px;
  min-width: 180px;
  font-size:1.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #3455a6;
  padding: 0px;
  margin: 0px;
}

.huz-filter-list-container {
  flex: 1 1 0%;
}

.huz-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.huz-filter-list li a,
.huz-filter-list li a:visited {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #ffffff;
  color: #3455a6;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid #3455a6;
}

.huz-filter-list li.huz-active a,
.huz-filter-list li a:hover,
.huz-filter-list li a:focus {
  background: #3455a6;
  border-color: #3455a6;
  color: #fff;
}

/* Huz filter clear button */
.huz-clear-filters {
  margin-bottom: 1.5rem;
}

.huz-clear-filters a {
    color: #ffffff;
}

.huz-clear-filters-button {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #ee3123;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid #ee3123;
}

.huz-clear-filters-button:hover {
  background: #ffffff;
  border: 2px solid #ee3123;
  color: #ee3123;
}

@media (max-width: 1024px) {
  .huz-filter-group {
    flex-direction: column;
  }

  .huz-filter-label {
    flex: none;
    min-width: auto;
  }
}

/*--------------------END HUZ FILTERS--------------------*/ 



/*--------------------START GRAVITY FORMS--------------------*/ 

/* Style the form wrapper */
.gform_wrapper.gravity-theme {

}

/* Style field labels */
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    color: #00534c;
    margin-bottom: 20px;
	font-size:1.125rem;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label {
  font-size:1.125rem;
}

/* Style text inputs and text areas */
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme textarea {
  width: 100%;
  padding: 15px 30px 15px 30px; /* Top, Right, Bottom, Left */
  border: 2px solid #00534c;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size:1.125rem;
}

/* Style placeholder text for specified inputs within .gform_wrapper.gravity-theme */
.gform_wrapper.gravity-theme input[type="text"]::placeholder,
.gform_wrapper.gravity-theme input[type="email"]::placeholder,
.gform_wrapper.gravity-theme input[type="url"]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
    color: #00534c;     
	font-weight: 400;
	font-size:1.125rem;
}

/* Custom style for checkboxes */
  .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
  width: 25px; /* Set width */
  height: 25px; /* Set height */
  -webkit-appearance: none; /* Remove default appearance for WebKit browsers */
  -moz-appearance: none; /* Remove default appearance for Firefox */
  appearance: none; /* Remove default appearance */
  border: 2px solid #00534c;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
margin-bottom: 15px;
}

/* Style checked state */
.gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked {
    background-color: #00534c;
    color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_checkbox {
margin-bottom: 20px;	
}

/* Style checkboxes and radio buttons */
.gfield_checkbox input[type="checkbox"],
.gfield_radio input[type="radio"] {
    margin-right: 20px;
	font-size:1.125rem;
}

/* Style the submit button */
.gform_button {
	font-weight: 700;
    background-color: #ffffff;
    color: #00534c;
    padding: 10px 20px;
    border: 2px solid #00534c;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
}
.gform_button:hover {
	color: #ffffff;
    background-color: #00534c;
}

/* Style error messages */
.validation_message {
    color: #d9534f;
    font-weight: bold;
}
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
    border-color: #d9534f;
}

/*--------------------END GRAVITY FORMS--------------------*/ 



/*
*
* ---------------- MEDIA SCREENS SUMMARY ---------------
*
* SCREENS:
* max-width: 1024px - Tablet view
* max-width: 768px - Phone landscape view
* max-width: 480px - Phone portrait view
* min-width: 1440px - larger screens greater than 1440px
* min-width: 1920px - larger screens greater than 1920px
*
* SECTIONS:
* General
*
*/



/* ---------------- MEDIA SCREENS max-width: 1024px --------------- */
/* screens below 1025px*/
@media screen and (max-width: 1024px) {

} /* END screens below 1025px*/
/* ---------------- END MEDIA SCREENS max-width: 1024px --------------- */





/* ---------------- MEDIA SCREENS max-width: 768px --------------- */
/* END screens below 769px*/
@media screen and (max-width: 768px) {

h1, .elementor-widget h1, h1.elementor-heading-title {
  font-size:3.0rem;
}

h2, .elementor-widget h2, h2.elementor-heading-title {
  font-size:2.4rem;
}

h3, .elementor-widget h3, h3.elementor-heading-title {
  font-size:1.8rem;
}

h4, .elementor-widget h4, h4.elementor-heading-title {
  font-size:1.35rem;
}	
	

}
/* ---------------- END MEDIA SCREENS max-width: 768px --------------- */





/* ---------------- MEDIA SCREENS max-width: 480px --------------- */
/* screens below 481px*/
@media screen and (max-width: 480px) {
	
}  /* END screens below 481px*/
/* ---------------- END MEDIA SCREENS max-width: 480px --------------- */





/* ---------------- MEDIA SCREENS min-width: 1440px --------------- */
/* screens above 1440px*/
@media screen and (min-width: 1440px) {

}  /* END screens above 1440px*/
/* ---------------- END MEDIA SCREENS min-width: 1440px --------------- */





/* ---------------- MEDIA SCREENS min-width: 1920px --------------- */
/* screens above 1920px*/
@media screen and (min-width: 1920px) {

}  /* END screens above 1920px*/
/* ---------------- END MEDIA SCREENS min-width: 1920px --------------- */