
html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4{
  color: #303133;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  margin: 0;
}
 
 p{
	font-family: 'Jost', sans-serif;
	color: #777;
    font-size: .875rem;
    letter-spacing: .08em;
    line-height: 1.9;
} 

a {
	transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
	transition-duration: 0.3s;
}

a:hover {
	color: #2d345c;
	text-decoration: none;
	transition-duration: 0.3s;
}
 
.page-content {
    width: auto;
    margin: 1.25rem;
}

.section-grid h4 a{
	font-size: .8125rem;
    line-height: 1.3125rem;
    margin-bottom: 0.75rem;
    color: #757575;
	letter-spacing: 1px;
}

.section-grid h2 a{
	font-size: 1.375rem;
    line-height: 1.875rem;
	color: black; 
	text-transform: uppercase;
	font-weight: 100;
}  

.section-grid a.anchor-link {
	margin-top: 1.1rem;
    width: 14.0625rem;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	text-transform: uppercase;
    font-size: .8125rem;
    line-height: 1.25rem;
	color: black;
    background-color: white;
    border: 1px solid black;
	border-radius: 1.5rem;
    font-size: .8125rem;
    line-height: 1.25rem;
    padding: 0 2rem;
	height: 3rem;
	transition: all .2s ease-in-out;
}

.section-grid a.anchor-link:hover{
	background-color:#000;
	color:#fff;
}

.section-grid-cell.info-button {
    padding: 10px 0 50px 0;
}

.subscride-info h3{
	color: #000;
    margin-bottom: 1.5rem;
    text-align: center;
	font-size: 1.375rem;
    line-height: 1.875rem;
	text-transform: uppercase;
    font-weight: 300;
	text-align:center;
}

.section-grid-cell.subscride-info {
    padding: 6rem 0;
    text-align: center;
	background-image: url('../images/store-locator-banner-onedior2_1440_1200.webp');
}

.subscride-info input {
	height: 3.6875rem;
	width: 100%;
    border-radius: 3.75rem;
    padding: 0.5rem 4.6875rem 0.5rem 1.5625rem;
    border: 0.0625rem solid #000;
    background-color: #fff;
    font-size: .8125rem;
    line-height: 1.3125rem;
    display: inline-flex;
    box-sizing: border-box;
    font-size: .8125rem;
    line-height: 1.3125rem;
    color: #757575;
}

.button-grid {
    position: relative;
	width: 28rem;
	margin:auto;
}

.button-grid svg {
    fill: #fff;
}

.button-grid button {
    position: absolute;
    right: -0.0625rem;
    bottom: 0;
    height: 3.75rem;
    width: 4.375rem;
    border-radius: 0 3.75rem 3.75rem 0;
    background-color: #000;
    border: 0.0625rem solid #000;
    border-left: none;
    padding: 0;
    cursor: pointer;
}
 