html {
  overflow-x: hidden;
}

html,
body {
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
}

.about-wrap {
	width: 100%;
  box-sizing:border-box;
	padding: 25px;
	height: 100%;
	padding-bottom: 100px;
}

.about-txt {
	font-size: 21pt;
	line-height: 24pt;
	margin-bottom: 15px;
}

.about-txt a,
.about-wrap a {
  color: #000;
}

.pop-up {
    margin-top: 20px !important;
    display: inline-block;
}

/*.relative-container {
	position: relative;
}*/

.about-contact-wrap {
	padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 250px;
  min-width: 255px;
  font-size: 13pt;
  line-height: 16pt;
}

.about-contact-wrap a {
	color: #000;
}

.about-contact-container {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  position: fixed;
  padding: 15px 5px;
  border-top: 1px solid;
  float: left;
  background-color: #FFF;
/*  right: 0;
	width: 100%;*/
}

 .pop {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 10.3%;
  left: 10.3%;
  width: 80%;
  height: 80%;
  background: #495A46;
  color: #FFF;
  font-family: "Neue Haas Unica Pro", sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.pop > a.menu-close {
  /* padding: 13px 0 4px 24px; */
  display: block !important;
  position: absolute !important;
  right: 0;
  top: 0;
  padding-top: 14px;
  padding-right: 14px;
  /* margin: 0px 0px -10px 265px; */
}

.pop-inner {
  margin: 30px 50px;
  margin-top: 40px;
}

.pop-inner a {
  color: #FFF;
}

.pop-inner ul {
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 24px;
  font-size: 13pt;
}

.pop-inner ul > li {
  list-style-type: disc;
}

.pop-inner p {
  margin-bottom: 24px;
  font-size: 13pt;
}

.pop-inner p:last-child {
  margin-bottom: 0;
}

.galleryItem {
  float: left;
  width: 21%;
  text-align: center;
  margin: 50px 5% 50px 0%;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

.about-wrap > .galleryItem:last-of-type {
  margin: 50px 0% 50px 0%;
}

.galleryItem img {
  width: 100%;
}

.galleryItem p {
  font-size: 12pt;
  font-family: "Neue Haas Unica Pro", sans-serif;
  text-align:left;
}

.galleryItem p a {
  color: #000;
}

.people {
  display               : grid;
  grid-template-columns : 1fr;
  gap                   : 25px;
  padding               : 25px 0 0;
}

@media (min-width : 900px) {
  .people {grid-template-columns : 1fr 1fr;}
}

@media (min-width : 2500px) {
  .people {grid-template-columns : 1fr 1fr 1fr;}
}

@media (max-width : 767px) {
  .people {padding : 15px;}
}

.person {
  display : grid;
  grid-template-columns: 1fr 1fr;
  gap : 25px;
}

@media (max-width : 550px), (min-width:900px) and (max-width:1200px) {
  .person {grid-template-columns : 1fr;}
  .people {gap : 50px;}
}

.person-portrait {
  display : block;
  width : 100%;
  height : auto;
}

@media only all and (hover: none) and (pointer: coarse) and (max-width: 767px){
	.about-wrap {
    width: 100%;
    padding: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
	}

	.about-txt {
		margin-top: 60px;
		padding: 15px;
    margin-bottom: 15px;
    font-size: 19pt;
    line-height: 22pt;
	}

	.about-contact-container {
    bottom: auto;
    position: relative;
    padding-left: 7px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
	}

	.about-contact-wrap {
    padding: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    max-width: 150px;
    min-width: 165px;
    font-size: 10pt;
    line-height: 13pt;
	}

  .pop {
    z-index: 999;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  .pop > a.menu-close {
    display: block !important;
    position: fixed !important;
    right: 0;
    top: 0;
    padding-top: 14px;
    padding-right: 14px;
  }

  .pop-inner {
    margin: 30px 40px;
    padding-top: 140px;
    padding-bottom: 30px;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .pop-block {
    height: 50px;
    width: 100%;
    display: block;
  }

  .galleryItem {
    width: 100%;
    margin: 20px 0% 20px 0%;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
  }

  .galleryItem p {
    font-size: 14pt !important;
  }

  .about-wrap > .galleryItem:last-of-type {
    margin: 20px 0% 50px 0% !important;
  }
}

@media only all and (hover: none) and (pointer: coarse) and (min-width: 768px){
	.about-wrap {
    width: 100% !important;
    padding: 0; 
		padding-bottom: 100px;
	}

	.about-txt {
		margin-top: 60px;
		padding: 15px;
    margin-bottom: 15px;
	}

	.about-contact-container {
	  display: flex;
	  flex-wrap: wrap;
	  bottom: 0;
	  position: fixed;
	  padding: 15px 5px;
	  border-top: 1px solid;
	  float: left;
	}

	.about-contact-wrap {
    padding: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    max-width: 150px;
    min-width: 155px;
    font-size: 10pt;
    line-height: 13pt;
	}

  .galleryItem {
    width: 50%;
    margin: 20px 0% 20px 0%;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
  }

  .galleryItem p {
    font-size: 14pt !important;
  }

  .about-wrap > .galleryItem:last-of-type {
    margin: 20px 0% 50px 0% !important;
  }
}



@media only all and (min-width: 2410px) { 
  .about-contact-container {
    width: 100%;
  }
 } 

@media only all and (min-width: 1300px) { 
  .about-txt {
    font-size: 24pt;
    line-height: 27pt;
  }

  .pop-inner p {
    font-size: 16pt;
  }
}

@media only all and (max-width: 1245px) { 
	.about-wrap{
 		width: 92%
	}

	.about-contact-wrap{
		padding: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		max-width: 220px;
		min-width: 225px;
		font-size: 12pt;
		line-height: 15pt;
	}

  .galleryItem p {
    font-size: 11pt;
  }
}

@media only all and (max-width: 1085px) { 
	.about-txt{
 		font-size: 21pt;
    line-height: 24pt;
	}

	.about-contact-wrap{
		max-width: 200px;
 		min-width: 205px;
 		font-size: 10pt;
 		line-height: 13pt;
	}

  .galleryItem p {
    font-size: 10pt;
  }
}


@media only all and (max-width: 1005px) { 
	.about-txt{
 		font-size: 20pt;
 		line-height: 23pt;
	}

	.about-contact-wrap{
		max-width: 170px;
 		min-width: 175px;
 		font-size: 10pt;
 		line-height: 13pt;
	}

  .galleryItem p {
    font-size: 10pt;
  }
}

@media only all and (max-width: 885px) { 
	.about-contact-wrap{
		max-width: 160px;
 		min-width: 155px;
 		font-size: 10pt;
 		line-height: 13pt;
 		padding-top: 10px;
		padding-bottom: 10px;
	}

  .galleryItem p {
    font-size: 10pt;
  }
}

@media only all and (max-width: 767px) { 
	.about-wrap {
    width: 100%;
    padding: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
	}

	.about-txt {
		margin-top: 60px;
		padding: 15px;
    margin-bottom: 15px;
    font-size: 19pt;
    line-height: 22pt;
    margin-bottom: 30px;
	}

	.about-contact-container {
    bottom: auto;
    position: relative;
    padding-left: 7px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
	}

	.about-contact-wrap {
    padding: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    max-width: 150px;
    min-width: 165px;
    font-size: 10pt;
    line-height: 13pt;
	}

  .galleryItem p {
    font-size: 10pt;
  }
}

@media only all and (min-width: 1050px) { 
  .pop-inner p {
    font-size: 14pt;
  }

  .pop-inner ul {
    font-size: 14pt;
  }
}

@media only all and (min-width: 1150px) { 
  .pop-inner p {
    font-size: 15pt;
  }

  .pop-inner ul {
    font-size: 15pt;
  }
}

@media only all and (min-width: 1200px) { 
  .pop-inner p {
    font-size: 16pt;
  }

  .pop-inner ul {
    font-size: 16pt;
  }
}

@media only all and (min-width: 1350px) { 
  .pop-inner p {
    font-size: 17pt;
  }

  .pop-inner ul {
    font-size: 17pt;
  }
}

@media only all and (min-width: 1450px) { 
  .pop-inner p {
    font-size: 18pt;
  }

  .pop-inner ul {
    font-size: 18pt;
  }
}