p.ex1 {
    padding-left: 0em;
}

#map {
  height: 30vw;
  width: 40vw;


  max-width: 600px;
  max-height: 450px;

  min-width: 350px;
  min-height: 262.5px;

  color: red;
}

.todo{
  size: 3;
  color: red;
}

/*button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}*/

/**************** flex ******************************/
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  /*border: 1px solid silver;*/
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
 
/**************** hyper link ******************************/
a:link {
  color: black;
}

a:hover {
  text-decoration:none;
}

a:visited {
  color: black;
}

.sidebar-link:hover, 
.sidebar-link:active {
  text-decoration: underline;
}

.lead {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
}

/**************** dynamic environments ******************************/
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 1070px) {
  .container_smr_logo {
    width: 100%;
    /*background-color: green;*/
    justify-content: center;
  }

  .container_smr_nav_text{
    width: 100%;
    justify-content: center;
    /*background-color: blue;*/
    
  }
}

/*img height: 25vw;*/
/*flex width: 27vw;*/
@media screen and (max-width: 799px) { /*3 tall*/
  .img_third-height {
    width: 75vw;
  }
  .flex_third-center{
    width: 75vw;
    /*background-color: red;*/
  }
}

@media all and (max-width: 1070px){
  .container_smr_nav_text{
    margin-left: 0em;
    padding-top: 0em;
    /*background-color: orange;*/
  }
}

@media all and (min-width: 1071px){
  .container_smr_nav_text{
    margin-left: 0.5em;
    padding-top: 0.6em;
    /*background-color: blue;*/
  }
}

@media screen and (max-width: 500px) {
  .container_smr_img {
    width: 90vw;
/*    background-color: green;
*/    justify-content: center;
  }
  .container_smr_txt {
    width: 90vw;
    /*background-color: blue;*/
  }
}

@media all and (max-width: 860px){
  .container_spaceBetween .flex_half-left{
    width: 90vw;
    /*background-color: orange;*/
  }
  #map {
    margin-top: 1em;
    max-width: 90vw;
    width: 90vw;
  }
}

@media all and (max-width: 860px){
  .container_spaceBetween .flex_half_v2-left{
    width: 90vw;
    /*background-color: orange;*/
  }
  #map {
    margin-top: 1em;
    max-width: 90vw;
    width: 90vw;
  }
}

@media all and (max-width: 860px){
  .container_spaceBetween .flex_half_v2-center{
    width: 90vw;
    /*background-color: orange;*/
  }
  #map {
    margin-top: 1em;
    max-width: 90vw;
    width: 90vw;
  }
}

@media all and (max-width: 967px){
  .footer {
    text-align: center;
  }
}
@media all and (min-width: 967px){
  .footer {
    text-align: right;
  }
}

@media screen and (max-width: 967px) {
  .container_spaceBetween {
    justify-content: center;
  }
  .container_horizontal_left{
    justify-content: center;
  }
}
@media screen and (min-width: 967px) {
  .container_spaceBetween {
    justify-content: space-between;
  }
/*  .container_horizontal_left{
    justify-content: center;
  }*/
}

@media all and (min-width: 861px){
  .flex_half-center {
    width: 43vw;
  }

  .flex_half-center .youtube_vid {
    width: 43vw;
  }

  .youtube_vid {
    height: 22.5vw;
  }
}

@media all and (max-width: 860px){
  .flex_half-center {
    width: 90vw;
  }

  .flex_half-center .youtube_vid {
    width: 90vw;
  }

  .youtube_vid {
    height: 50.6vw;
  }
}

@media all and (max-width: 1000px){
  .container_horizontal_center .flex_70percent_left{
    width: 90vw;
    /*background-color: orange;*/
    justify-content: center;
  }
}
/**************** nav links ******************************/
.container_smr_nav_text .navbarLink{
  color: #000000; /**/
  font-size: 14pt;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

  margin-left: 0.5em;
  margin-right: 0.5em;
}

.container_smr_nav_text .linkActive{
  color: #2ac0d4;
  font-size: 14pt;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

  margin-left: 0.5em;
  margin-right: 0.5em;
}

.container_smr_nav_text .navbarLink:hover,
.container_smr_nav_text .navbarLink:active, 
.container_smr_nav_text .navbarLink:focus {
  color: #2ac0d4;
}

/**************** PUB links ******************************/
.container_horizontal_center .navbarLink{
  color: #000000; /**/
  /*font-size: 14pt;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

  margin-left: 0.5em;
  margin-right: 0.5em;
}

.container_horizontal_center .linkActive{
  /*color: #3d3996; */
  color: #2ac0d4;
  /*font-size: 14pt;*/
  font-family: 'Roboto', sans-serif;
  font-weight: bold;

  margin-left: 0.5em;
  margin-right: 0.5em;
}

.container_horizontal_center .navbarLink:hover,
.container_horizontal_center .navbarLink:active, 
.container_horizontal_center .navbarLink:focus {
  color: #2ac0d4;
}


/**************** new flex containers ******************************/
/* flex alignment: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */

h1 {
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;
  font-weight: 700;*/
}

p {
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;
  font-weight: 300;*/
}

.container_full{
  display: flex;
  align-items: center;
  justify-content: center;

  /*background-color: yellow;*/
}

.container_horizontal_center_header{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: center;  /*horizontal alignment*/
  text-align: center;

  list-style: none;

  /*background-color: orange;*/
}

.container_horizontal_center{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: space-around;  /*horizontal alignment*/
  text-align: center;

  list-style: none;

/*  background-color: orange;*/
}

.container_horizontal_center_video{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: space-between;  /* space-around;  horizontal alignment*/
  text-align: center;

  list-style: none;

/*  background-color: purple;*/

  flex-wrap: wrap;
}

.container_horizontal_center_pdf{
  width: 90vw;
  max-width: 800px;

  height: 120vw;
  max-height: 1065px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: space-around;  /*horizontal alignment*/
  text-align: center;

  list-style: none;

  /*background-color: orange;*/
}

.container_research_topics{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start; /*vertical alignment*/
  justify-content: center;  /*horizontal alignment*/
  /*text-align: center;*/

  list-style: none;

  /*background-color: green;*/
}

.container_spaceBetween{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: space-between, center;  /*horizontal alignment*/
  /*text-align: center;*/

  list-style: none;

  /*background-color: green;*/
}

.container_horizontal_left{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: left;
  justify-content: left, center;
  text-align: left;

  list-style: none;

  display: flex;

  /*background-color: blue;*/
}

.container_smr_nav_text{
/*  padding: 0;
  margin: 0;*/
  margin-left: 0.5em 0;
  padding-top: 0.6em 0;
  list-style: none;

  color: #000000; /**/
  /*font-weight: bold;*/
  font-size: 24pt;
  line-height: 24pt;

  display: flex;
}

.container_smr_logo{
  padding: 0;
  margin: 0;
  list-style: none;

  color: #000000; /**/
  font-weight: bold;
  font-size: 24pt;
  line-height: 24pt;

  display: flex;

  /*background: gold;*/
}

.container_study{
  padding: 0;
  margin: 0;
  list-style: none;

  color: #000000; /**/
  font-weight: bold;
  font-size: 24pt;
  line-height: 24pt;

  display: flex;

  justify-content: center;
/*  background: blue;*/
}

.container_smr_img{
  padding: 0;
  margin: 0;
  list-style: none;

  height: 120px;

  color: #000000; /**/

  display: flex;
  align-items: center;

  /*background: gold;*/
}

.container_smr_txt{
  padding: 0;
  margin: 0;
  list-style: none;

  /*height: 120px;*/

  color: #000000; /**/
  /*font-size: 28pt;
  line-height: 28pt;*/
  font-size: 30pt;
  line-height: 30pt;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;

  display: flex;
  justify-content: center;
  align-items: center;
  /*background: gold;*/
}

.container_study_txt{
  padding: 0;
  margin: 0;
  list-style: none;

  /*height: 120px;*/

  color: #000000; /**/
  /*font-size: 28pt;
  line-height: 28pt;*/
  font-size: 24pt;
  line-height: 24pt;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;

  display: flex;
  justify-content: center;
  align-items: center;
/*  background: gold;*/
}

.flex_70percent_vert_left{
  width: 70vw;
  max-width: 1166px;

  display: flex;
  /*align-items: left;*/
  justify-content: left;
  text-align: left;

  flex-direction: column;

  list-style: none;

  /*background-color: yellow;*/
}

.date_fixed_width{
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  /*background-color: yellow;*/
}

.update_max_width{
  max-width: 1400px;
  /*background-color: yellow;*/
}

.flex_85percent_horz_left{
  width: 90vw;
  margin-left: 10px;
  max-width: 1450px;


  display: flex;
  /*align-items: left;*/
  justify-content: left;
  text-align: left;

  flex-direction: row;

  list-style: none;

/*  background-color: yellow;*/
}

.flex_85percent_vert_left{
  width: 90vw;
  margin-left: 10px;
  max-width: 1500px;


  display: flex;
  /*align-items: left;*/
  justify-content: left;
  text-align: left;

  flex-direction: column;

  list-style: none;

  /*background-color: yellow;*/
}

.flex_85percent_left{
  width: 90vw;
  margin-left: 10px;
  /*max-width: 1415px;*/


  display: flex;
  /*align-items: left;*/
  justify-content: space-between;
  text-align: left;

  list-style: none;

  /*background-color: green;*/
}

.flex_70percent_left{
  width: 70vw;
  max-width: 1166px;

  display: flex;
  /*align-items: left;*/
  justify-content: left;
  text-align: left;

  list-style: none;

  /*background-color: yellow;*/
}

.flex_20percent_center{
  width: 15vw;
  max-width: 250px;
  min-width: 200px;

  display: flex;
  justify-content: center;

  list-style: none;

  /*background-color: green;*/
}

.flex_third-left {
  width: 25vw;
  max-width: 475px;
  min-width: 250px;

  text-align: left;

  /*background: tomato;*/
  margin-top: 30px; 
  margin-bottom: 30px; 
}

.flex_fourth-left {
  width: 20vw;
  max-width: 475px;
  min-width: 250px;

  text-align: left;

  /*background: tomato;*/
  margin-top: 30px; 
  margin-bottom: 30px; 
}

.flex_half_v2-left {
  width: 38vw;
  max-width: 712px;
  min-width: 250px;

  text-align: left;

  /*background: tomato;*/
}

.flex_half_v2-center {
  width: 38vw;
  max-width: 712px;
  min-width: 250px;

  text-align: center;

  /*background: tomato;*/
}

.flex_half-left {
  width: 49vw;
  max-width: 735px;
  min-width: 350px;

  text-align: left;

  /*background: tomato;*/
}

.youtube_vid {
  width: 100%;
  max-width: 735px;
  max-height: 413px;

  background-color: black; 
}

.flex_half-center {
  max-width: 735px;
  min-width: 350px;

  text-align: center;
  margin-bottom: 30px;

/*  background-color: green;*/
}

.img_index:hover .overlay {
  opacity: 0.5;
}

.img_index {
  margin: 0;
  padding: 0;

  position: relative;

  text-align: center;
  justify-content: center;

  /*background: tomato;*/
}

.flex_third-center {
  /*width: 27vw;*/
  /*min-width: 350px;*/
  /*max-width: 460px;*/
  width: 100%;
  margin-right: 5px;  
  margin-left: 5px;

  text-align: center;
  justify-content: center;

  /*background: tomato;*/
}

.flex_45-left {
  width: 44vw;
  margin-left: 1vw;

  max-width: 660px;
  min-width: 350px;

  text-align: left;

  /*background: tomato;*/
}

.flex_30_percent{
  width: 30vw;
  min-width: 300px;
  max-width: 400px;
  object-fit: contain; /*Preserve aspect ratio*/

/*  background: tomato;*/
}

.img_third{
  width: 25vw;
  min-width: 250px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.img_funding{
  height: 10vw;
  max-height: 100px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.img_enose{
  height: 20vw;
  max-height: 200px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.flex_img_funding_container {
  height: 10vw;
  max-height: 100px;

  /*background: tomato;*/
  margin-top: 10px; 

  margin-right: 20px; 
  margin-left: 20px; 
  /*margin-bottom: 30px; */
}

.flex_img_enose_container {
  height: 20vw;
  max-height: 200px;

  /*background: tomato;*/
  margin-top: 10px; 

  margin-right: 20px; 
  margin-left: 20px; 
  /*margin-bottom: 30px; */
}

.container_img_funding_horizontal_center{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: center;  /*horizontal alignment*/
  text-align: center;

  list-style: none;

  /*background-color: orange;*/
}

.container_img_enose_horizontal_center{
  width: 90vw;
  max-width: 1500px;

  display: flex;
  align-items: flex-start;  /*vertical alignment*/
  justify-content: center;  /*horizontal alignment*/
  text-align: center;

  list-style: none;

  /*background-color: orange;*/
}

.img_full_people{
  width: 90vw;
  max-width: 1425px;
  min-width: 250px;
  object-fit: contain; /*Preserve aspect ratio*/
  border-radius: 1%;
}

.img_third_people{
  width: 25vw;
  max-width: 475px;
  min-width: 250px;
  object-fit: contain; /*Preserve aspect ratio*/
  border-radius: 1%;
}

.img_third-height{
  
  /*min-height: 200px;*/
  max-height: 460px;
  /*max-width: 350px;*/
  width: 100%;
  object-fit: contain; /*Preserve aspect ratio*/

  /*background: green;*/
}

.img_fourth{
  display: block;
  width: 25vw;
  min-width: 250px;
  max-width: 415px;
  object-fit: contain; /*Preserve aspect ratio*/
  border-radius: 1%;
}

.img_fourth_people{
  width: 20vw;
  max-width: 475px;
  min-width: 250px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.img_news_outlet{
  padding: 5px;
  display: block;
  /*max-width: 100px;*/
  max-height: 30px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.img_award{
  padding: 5px;
  /*display: block;*/
  /*max-width: 100px;*/
  max-height: 30px;
  object-fit: contain; /*Preserve aspect ratio*/
  /*background-color: red;*/
}

.flex_media{
  margin:  0;
  padding: 0;

  display: flex;
  justify-content: flex-start;
  align-items: center; /*vertically center items*/

  /*background-color: red;*/
}

.container_media {
  margin: 0;
  padding: 0;

  position: relative;
  /*max-width: 100px;*/
  max-height: 30px;
  /*background-color: green;*/
}

.container_media:hover .overlay {
  opacity: 0.5;
}

.container {
  margin: 0;
  padding: 0;

  position: relative;
  width: 25vw;
  min-width: 250px;
  max-width: 415px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .25s ease;
  background-color: white;
}

.container:hover .overlay {
  opacity: 0.5;
}

.text {
  color: red;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img_15{
  width: 12vw;
  min-width: 200px;
  max-width: 250px;
  object-fit: contain; /*Preserve aspect ratio*/
}

.container_15 {
  margin: 0;
  padding: 0;

  position: relative;
  width: 12vw;
  min-width: 200px;
  max-width: 250px;
}

.container_15:hover .overlay {
  opacity: 0.5;
}

.unl_eng-img {
  max-width: 550px;
  width: 5vw;
  object-fit: contain; /*Preserve aspect ratio*/

  /*background: tomato;*/
}

.brand-img {
  height: 100px;
  object-fit: contain; /*Preserve aspect ratio*/

  margin-right: 0.75em;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
} 

.footer {
  text-align: right, center;
}


/**************** buttons ******************************/
/*<button class="button-6" role="button">Button 6</button>*/

/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

/* CSS */
.button-40 {
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 24pt;
  line-height: 26pt;
  font-family: 'Roboto', sans-serif; 
/*  font-weight: 300;*/

/*  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
/*  font-size: 1.125rem;*/
  font-weight: 600;
/*  line-height: 1.5rem;*/
  padding: .75rem 1.2rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}

.button-40:hover {
/*  background-color: #374151;*/
  background-color: #6f7682;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-40 {
    padding: .75rem 1.5rem;
  }
}


/*https://www.codehim.com/collections/css-button-packs-with-hover-effects/*/
button.b3d{
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(170,170,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
  padding: 20px 40px;
  border: none;
  color: black;
  font-size: 20pt;
  border-radius: 10px;
  border-bottom: 3px solid #777;
}
button.b3d:active{
  border-bottom: none;
  position: relative;
  top: 3px;
}
button.b3d:hover{filter:brightness(90%);}

button.b3d.red{
  background: rgb(244,67,54); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,67,54,1) 0%, rgba(211,47,47,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,67,54,1) 0%,rgba(211,47,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,67,54,1) 0%,rgba(211,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44336', endColorstr='#d32f2f',GradientType=0 ); /* IE6-9 */
  border-color: #b71c1c;
}

button.b3d.pink{
  background: rgb(233,30,99); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(233,30,99,1) 0%, rgba(194,24,91,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(233,30,99,1) 0%,rgba(194,24,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(233,30,99,1) 0%,rgba(194,24,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e63', endColorstr='#c2185b',GradientType=0 ); /* IE6-9 */
  border-color: #880E4F;
}

button.b3d.purple{
  background: rgb(156,39,176); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(156,39,176,1) 0%, rgba(123,31,162,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(156,39,176,1) 0%,rgba(123,31,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(156,39,176,1) 0%,rgba(123,31,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c27b0', endColorstr='#7b1fa2',GradientType=0 ); /* IE6-9 */
  border-color: #4A148C;
}

button.b3d.deep-purple{
  background: rgb(103,58,183); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(103,58,183,1) 0%, rgba(81,45,168,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(103,58,183,1) 0%,rgba(81,45,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(103,58,183,1) 0%,rgba(81,45,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673ab7', endColorstr='#512da8',GradientType=0 ); /* IE6-9 */
  border-color: #311B92;
}

button.b3d.indigo{
  background: rgb(63,81,181); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(63,81,181,1) 0%, rgba(48,63,159,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(63,81,181,1) 0%,rgba(48,63,159,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(63,81,181,1) 0%,rgba(48,63,159,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f51b5', endColorstr='#303f9f',GradientType=0 ); /* IE6-9 */
  border-color: #1A237E;
}

button.b3d.blue{
  background: rgb(33,150,243); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(33,150,243,1) 0%, rgba(25,118,210,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(33,150,243,1) 0%,rgba(25,118,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(33,150,243,1) 0%,rgba(25,118,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#1976d2',GradientType=0 ); /* IE6-9 */
  border-color: #0D47A1;
}

button.b3d.light-blue{
  background: rgb(3,169,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(3,169,244,1) 0%, rgba(2,136,209,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(3,169,244,1) 0%,rgba(2,136,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(3,169,244,1) 0%,rgba(2,136,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a9f4', endColorstr='#0288d1',GradientType=0 ); /* IE6-9 */
  border-color: #01579B;
}

button.b3d.cyan{
  background: rgb(0,188,212); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,188,212,1) 0%, rgba(0,151,167,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,188,212,1) 0%,rgba(0,151,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,188,212,1) 0%,rgba(0,151,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#0097a7',GradientType=0 ); /* IE6-9 */
  border-color: #006064;
}

button.b3d.teal{
  background: rgb(0,150,136); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,150,136,1) 0%, rgba(0,121,107,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,150,136,1) 0%,rgba(0,121,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,150,136,1) 0%,rgba(0,121,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009688', endColorstr='#00796b',GradientType=0 ); /* IE6-9 */
  border-color: #004D40;
}

button.b3d.green{
  background: rgb(76,175,80); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(76,175,80,1) 0%, rgba(56,142,60,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76,175,80,1) 0%,rgba(56,142,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76,175,80,1) 0%,rgba(56,142,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#388e3c',GradientType=0 ); /* IE6-9 */
  border-color: #1B5E20;
}

button.b3d.light-green{
  background: rgb(139,195,74); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(139,195,74,1) 0%, rgba(104,159,56,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(139,195,74,1) 0%,rgba(104,159,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(139,195,74,1) 0%,rgba(104,159,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#689f38',GradientType=0 ); /* IE6-9 */
  border-color: #33691E;
}

button.b3d.lime{
  background: rgb(205,220,57); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(205,220,57,1) 0%, rgba(175,180,43,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(205,220,57,1) 0%,rgba(175,180,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(205,220,57,1) 0%,rgba(175,180,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddc39', endColorstr='#afb42b',GradientType=0 ); /* IE6-9 */
  border-color: #827717;
}

button.b3d.yellow{
  background: rgb(255,235,59); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,235,59,1) 0%, rgba(251,192,45,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,235,59,1) 0%,rgba(251,192,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,235,59,1) 0%,rgba(251,192,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb3b', endColorstr='#fbc02d',GradientType=0 ); /* IE6-9 */
  border-color: #F57F17;
}

button.b3d.amber{
  background: rgb(255,193,7); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,193,7,1) 0%, rgba(255,160,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,193,7,1) 0%,rgba(255,160,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,193,7,1) 0%,rgba(255,160,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ffa000',GradientType=0 ); /* IE6-9 */
  border-color: #FF6F00;
}

button.b3d.orange{
  background: rgb(255,152,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,152,0,1) 0%, rgba(245,124,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,152,0,1) 0%,rgba(245,124,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,152,0,1) 0%,rgba(245,124,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#f57c00',GradientType=0 ); /* IE6-9 */
  border-color: #E65100;
}

button.b3d.deep-orange{
  background: rgb(255,87,34); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,87,34,1) 0%, rgba(230,74,25,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,87,34,1) 0%,rgba(230,74,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,87,34,1) 0%,rgba(230,74,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5722', endColorstr='#e64a19',GradientType=0 ); /* IE6-9 */
  border-color: #BF360C;
}

button.b3d.brown{
  background: rgb(121,85,72); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(121,85,72,1) 0%, rgba(93,64,55,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(121,85,72,1) 0%,rgba(93,64,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(121,85,72,1) 0%,rgba(93,64,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#795548', endColorstr='#5d4037',GradientType=0 ); /* IE6-9 */
  border-color: #3E2723;
}

button.b3d.grey{
  background: rgb(158,158,158); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(158,158,158,1) 0%, rgba(97,97,97,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(158,158,158,1) 0%,rgba(97,97,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(158,158,158,1) 0%,rgba(97,97,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#616161',GradientType=0 ); /* IE6-9 */
  border-color: #212121;
}

button.b3d.blue-grey{
  background: rgb(96,125,139); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(96,125,139,1) 0%, rgba(69,90,100,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(96,125,139,1) 0%,rgba(69,90,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(96,125,139,1) 0%,rgba(69,90,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#455a64',GradientType=0 ); /* IE6-9 */
  border-color: #263238;

}




/* slide show adds */ 
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 90vw;
  max-width: 1500px;
  position: relative;
  margin: auto;
  margin-bottom: 70px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
/*.text_ss {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

.text_ss {
  color: black;
  font-size: 18px;
  margin: auto;
  padding: 8px 12px;
  position: absolute;
/*  bottom: -100px;*/
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;

/*  background-color: tomato;*/
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
/*  transition: background-color 0.3s ease;*/
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4.9s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* =====================================================================
   SRH SITE REFRESH — 2026
   All rules below are namespaced with .srh- and are self-contained.
   Nothing above this line was modified.
   ===================================================================== */

:root {
  --srh-teal:   #4FBFB8;
  --srh-mid:    #4A7AB8;
  --srh-indigo: #3B3585;
  --srh-ink:    #14161c;
  --srh-body:   #4a5058;
  --srh-line:   #e4e7ec;
  --srh-wash:   #f6f8fa;
  --srh-max:    1180px;
  --srh-header-h: 77px;   /* live value written by the script in index.html */
}

/* Sticky header would otherwise cover the heading you jump to. */
.srh-page section[id],
.srh-page div[id] { scroll-margin-top: calc(var(--srh-header-h) + 14px); }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.srh-page *,
.srh-page *::before,
.srh-page *::after { box-sizing: border-box; }

.srh-page {
  margin: 0;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: var(--srh-body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

.srh-wrap {
  width: 100%;
  max-width: var(--srh-max);
  margin: 0 auto;
  padding: 0 24px;
}

.srh-section { padding: 84px 0; }
.srh-section--wash { background: var(--srh-wash); border-top: 1px solid var(--srh-line); border-bottom: 1px solid var(--srh-line); }

/* ---------- type ---------- */
.srh-page h1, .srh-page h2, .srh-page h3 { color: var(--srh-ink); margin: 0; line-height: 1.15; }
.srh-h1 { font-size: clamp(2.4rem, 5.6vw, 4.1rem); font-weight: 700; letter-spacing: -0.02em; }
.srh-h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 700; letter-spacing: -0.015em; }
.srh-h3 { font-size: 1.12rem; font-weight: 500; letter-spacing: -0.005em; }
.srh-eyebrow {
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--srh-mid); margin: 0 0 14px;
}
.srh-lede { font-size: clamp(1.05rem, 1.7vw, 1.3rem); max-width: 62ch; margin: 20px 0 0; }
.srh-sub  { max-width: 68ch; margin: 14px 0 0; }
.srh-grad {
  background: linear-gradient(100deg, var(--srh-teal), var(--srh-mid) 45%, var(--srh-indigo));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- header ---------- */
.srh-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--srh-line);
}
.srh-header .srh-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 76px; flex-wrap: wrap;
}
.srh-logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; line-height: 1;
}
.srh-logo img { height: 40px; width: auto; display: block; flex: none; }
.srh-logo__name {
  font-size: 1.13rem; font-weight: 700; letter-spacing: -0.015em;
  color: var(--srh-ink); white-space: nowrap;
}
.srh-nav { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.srh-nav a:not(.srh-btn) {
  font-size: 0.94rem; font-weight: 400; color: var(--srh-body);
  text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 2px;
}
.srh-nav a:not(.srh-btn):hover,
.srh-nav a:not(.srh-btn):focus-visible { color: var(--srh-indigo); border-bottom-color: var(--srh-teal); }

/* ---------- buttons ---------- */
.srh-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 30px; border-radius: 999px;
  font-family: inherit; font-size: 0.97rem; font-weight: 500; line-height: 1;
  text-decoration: none; text-align: center;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.srh-btn--primary {
  background: linear-gradient(100deg, var(--srh-teal), var(--srh-indigo));
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(59,53,133,0.22);
}
.srh-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(59,53,133,0.28); color:#fff; }
.srh-btn--ghost { border-color: var(--srh-line); color: var(--srh-ink) !important; background: #fff; }
.srh-btn--ghost:hover { border-color: var(--srh-mid); color: var(--srh-indigo) !important; }
.srh-btn[disabled] { opacity: .55; cursor: progress; transform: none; }

/* ---------- hero ---------- */
.srh-hero { padding: 96px 0 84px; position: relative; overflow: hidden; }
.srh-hero::after {
  content: ""; position: absolute; inset: auto -180px -320px auto;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(79,191,184,0.20), rgba(59,53,133,0.10) 55%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}
.srh-hero .srh-wrap { position: relative; z-index: 1; }
.srh-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.srh-rule {
  width: 84px; height: 4px; border-radius: 2px; margin-bottom: 28px;
  background: linear-gradient(90deg, var(--srh-teal), var(--srh-indigo));
}

/* ---------- grids & cards ---------- */
.srh-grid { display: grid; gap: 26px; margin-top: 44px; }
.srh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.srh-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.srh-card {
  background: #fff; border: 1px solid var(--srh-line); border-radius: 14px;
  padding: 30px 28px; height: 100%;
}
.srh-card h3 { margin-bottom: 10px; }
.srh-card p { margin: 0; font-size: 0.99rem; }
.srh-card__mark {
  width: 40px; height: 4px; border-radius: 2px; margin-bottom: 18px;
  background: linear-gradient(90deg, var(--srh-teal), var(--srh-indigo));
}

/* ---------- the scale: one hero figure + one supporting fact ---------- */
.srh-scale {
  display: grid; gap: 34px 40px; margin-top: 44px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  align-items: start;
}
.srh-scale__item { border-top: 3px solid var(--srh-line); padding-top: 20px; }
.srh-scale__item:nth-child(1) { border-top-color: var(--srh-teal); }
.srh-scale__item:nth-child(2) { border-top-color: #48a3ba; }
.srh-scale__item:nth-child(3) { border-top-color: var(--srh-mid); }
.srh-scale__item:nth-child(4) { border-top-color: var(--srh-indigo); }

.srh-scale__item b {
  display: block; font-weight: 700; letter-spacing: -0.025em; line-height: 1;
  color: var(--srh-ink);
  /* proportional figures: tabular-nums makes a display-size number look loose */
  font-variant-numeric: proportional-nums;
}
.srh-scale__item--hero b { font-size: clamp(2.9rem, 4.6vw, 3.75rem); }  /* the one hero figure */
.srh-scale__item:not(.srh-scale__item--hero) b { font-size: clamp(1.9rem, 2.7vw, 2.35rem); }

.srh-scale__item span {
  display: block; margin-top: 12px; max-width: 26ch;
  font-size: 0.95rem; color: var(--srh-body);
}
.srh-source { font-size: 0.82rem; color: #7b828c; margin-top: 30px; }

/* ---------- audience list ---------- */
.srh-audience { list-style: none; padding: 0; margin: 40px 0 0; display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); }
.srh-audience li { border-top: 3px solid var(--srh-line); padding-top: 16px; }
.srh-audience li:nth-child(1) { border-top-color: var(--srh-teal); }
.srh-audience li:nth-child(2) { border-top-color: #48a3ba; }
.srh-audience li:nth-child(3) { border-top-color: var(--srh-mid); }
.srh-audience li:nth-child(4) { border-top-color: var(--srh-indigo); }
.srh-audience strong { display: block; color: var(--srh-ink); font-weight: 500; margin-bottom: 6px; }
.srh-audience span { font-size: 0.95rem; }

/* ---------- contact form ---------- */
.srh-contact-grid { display: grid; gap: 52px; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); align-items: start; }
@media (max-width: 860px) { .srh-contact-grid { grid-template-columns: 1fr; gap: 36px; } }

.srh-form { display: grid; gap: 18px; }
.srh-field { display: grid; gap: 7px; }
.srh-field label { font-size: 0.88rem; font-weight: 500; color: var(--srh-ink); }
.srh-field .srh-req { color: var(--srh-mid); }
.srh-form input, .srh-form select, .srh-form textarea {
  width: 100%; font-family: inherit; font-size: 1rem; font-weight: 300; color: var(--srh-ink);
  background: #fff; border: 1px solid var(--srh-line); border-radius: 10px;
  padding: 13px 15px; transition: border-color .15s ease, box-shadow .15s ease;
}
.srh-form textarea { min-height: 148px; resize: vertical; }
.srh-form input:focus, .srh-form select:focus, .srh-form textarea:focus {
  outline: none; border-color: var(--srh-mid); box-shadow: 0 0 0 3px rgba(74,122,184,0.15);
}
.srh-form input:user-invalid, .srh-form textarea:user-invalid { border-color: #c0392b; }
.srh-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.srh-consent { font-size: 0.84rem; color: #7b828c; margin: 0; }
.srh-status { margin: 0; padding: 14px 16px; border-radius: 10px; font-size: 0.95rem; display: none; }
.srh-status[data-state="ok"]   { display: block; background: #eef8f6; border: 1px solid #b8e2dc; color: #1f6b62; }
.srh-status[data-state="err"]  { display: block; background: #fdf0ee; border: 1px solid #f2c9c2; color: #8f3323; }

/* ---------- notice + footer ---------- */
.srh-notice {
  border: 1px solid var(--srh-line); border-left: 4px solid var(--srh-teal);
  border-radius: 10px; background: var(--srh-wash);
  padding: 22px 26px; font-size: 0.93rem; margin-top: 40px;
}
.srh-notice strong { color: var(--srh-ink); font-weight: 500; }

.srh-footer { border-top: 1px solid var(--srh-line); padding: 52px 0 40px; }
.srh-footer .srh-wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.srh-logo--footer img { height: 44px; }
.srh-logo--footer .srh-logo__name { font-size: 1.05rem; }
.srh-footer p { margin: 0; font-size: 0.93rem; }
.srh-footer a { color: var(--srh-body); }
.srh-copy { font-size: 0.85rem; color: #8b929b; margin-top: 34px; }

@media (max-width: 760px) {
  .srh-section { padding: 60px 0; }
  .srh-hero { padding: 64px 0 56px; }

  /* Two tidy rows — logo, then the links — instead of three tall ones. */
  .srh-header .srh-wrap {
    min-height: 0; gap: 8px 0;
    padding-top: 10px; padding-bottom: 10px;
    justify-content: center;
  }
  .srh-logo { width: 100%; justify-content: center; gap: 10px; }
  .srh-logo img { height: 30px; }
  .srh-logo__name { font-size: 0.98rem; }
  .srh-nav {
    width: 100%; gap: 10px 16px;
    justify-content: center; flex-wrap: wrap;
  }
  .srh-nav a:not(.srh-btn) { font-size: 0.82rem; white-space: nowrap; }
  .srh-nav .srh-btn {
    width: auto; padding: 9px 16px; font-size: 0.82rem; white-space: nowrap;
    box-shadow: none;
  }
  .srh-btn { width: 100%; text-align: center; }
  .srh-hero-actions .srh-btn { width: auto; }
}

@media (max-width: 400px) {
  .srh-logo img { height: 27px; }
  .srh-logo__name { font-size: 0.9rem; }
  .srh-nav { gap: 8px 11px; }
  .srh-nav a:not(.srh-btn) { font-size: 0.78rem; }
  .srh-nav .srh-btn { padding: 8px 13px; font-size: 0.78rem; }
}

@media (prefers-reduced-motion: reduce) {
  .srh-page * { transition: none !important; animation: none !important; }
}
