:root{
  --bp-green:#19b09f;
}

html {
	scroll-behavior: smooth;
}

h1 {
  font-size: 30pt!important;
  font-weight: 700!important;
  color: var(--bp-green)!important;
}

a, p {
  color: #505453;
}

p{
  line-height: 19.2pt;
}

/* Section Titles */
h3 {
  overflow: hidden;
  text-align: center;
  font-size: 18pt;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bp-green);
}
h3:before,
h3:after {
  background-color: #7d8282;
  content: "";
  display: inline-block;
  height: 1pt;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h3:before {
  right: 0.5em;
  margin-left: -50%;
}
h3:after {
  left: 0.5em;
  margin-right: -50%;
}

/* Header */
.example-link{
  font-size: 0.8em;
  display: inline-block;
  width: 0.8em;
}

.second-menu{
  top: 58.125px!important;
  flex-direction: column;
  padding: 38px 0px;
}

.second-menu p{
  text-align: center;
}

/* Tags */
.tags{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.tags .tag{
  margin: 20px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #7d8282;
  border-radius: 60px;
  background: none;
  text-transform: uppercase;
  padding: 12px 22px;
}

.active-section{
	border-color: #19b09f!important;
	background: #19b09f!important;
	color: #fff!important;
}

.anchor-point {
	display: block;
	position: relative;
	top: -155px;
	visibility: hidden;
}

#fixed-nav .second-menu {
	padding: 0px;
}

#fixed-nav .tags {
	margin-bottom: 0px;
}

/* Media Section */
.media-section .column{
	margin-bottom: 80px!important;
}

.media-section .column-inner{
  max-width: 320px!important;
  margin: 0px auto!important;
}

/* Blurbs */
.media-section .media-desc {
	height: 120px;
}

.media-section .media-desc h4 {
  font-size: 22px;
  font-weight: 600;
}

.media-section .media-desc p {
  font-size: 16px;
}

/* Screens */
.media-section .screen-outer{
  width: 100%;
  padding: 24px 6px;
  background-color: #ececec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-section .screen{
  position: relative;
  background-color: #fff;
}

.media-section .screen-placeholder{
  max-width: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
}

.media-section .screen-video-wrap{
	max-width: 100%;
	line-height: 0;
}

.media-section .screen-video{
	object-fit: contain;
	width: 100%;
}

/*
.media-section .play-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35%;
}

.media-section .play-button{
	max-width: 100px;
	cursor: pointer;
	}

.media-section .play-button img{
	padding-bottom: 2px;
}
.media-section .play-button p{
	font-size: 16px;
	font-weight: 700;
	color: #1ab1a1;
	text-transform: uppercase;
}
*/

@media (max-width: 768px){
    .tags{
		flex-direction: column;
		align-items: center;
	}
	.tags .tag{
		font-size: 16px;
		margin: 10px;
	}
	.media-section .media-desc {
		height: 150px;
	}
	.anchor-point {
	top: 0px;
}
}