/* Colors */


/*
Main Red: #ae2e33
Dark Brown/Black: #372c2c;
Coolgrey: #687178;

---------------------------------------- */


/* Fonts */


/*
Typekit
-------
Acumin Pro Extra Condensed
    Weights: 500, 700, 800

Lato
    Weights: 400, 400 Italic, 700

-------
*/


/* Utility Classes */

a {
    color: #ae2e33;
}

.row {
    max-width: 71.250em;
}

body {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color: #372c2c;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    /* background: url('../images/dirt-pattern.jpg') repeat; */
}

body.home {
    background-color: #ae2e33;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
}

h3 small {
    font-size: 1em;
    font-weight: 300;
    margin-right: 5px;
    color: #ae2e33;
}

p {
    line-height: 1.6;
}


/* Custom Bulleted Lists */

.main ul, .products ul, footer ul {
    list-style-type: none;
}

.main ul li, .products ul li {
    text-indent: -.5em;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.main ul li:before, .products ul li:before {
    content: '\2022';
    position: relative;
    left: -9px;
    top: -2px;
    font-size: .75em;
    color: #6c6c6c;
}

.main ul li:before {
    color: #ae2e33;
}

footer ul {
    text-transform: uppercase;
    padding: 0;
}
.align {
    text-align: center;
}

.tpm-img {
    padding-top: 0px;
}

a {
    text-decoration: none;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.button {
    display: inline-block;
    margin: 0 auto;
    padding: .25em 1em .45em;
    background: #687178;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: .5px;
    line-height: 1;
}

.button:hover {
    background: #828f9a;
}

.button.small {
    font-size: 1.125em;
    padding: .25em .5em .35em;
    text-transform: none;
}

.button.primary {
    background: #ae2e33;
}

.button.primary:hover {
    background: #6b151c;
}

.arrow-link {
    position: relative;
    display: inline-block;
}

.arrow-link__icon {
    fill: #ae2e33;
    margin-left: .5rem;
    position: relative;
    top: -2px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.arrow-link:hover .arrow-link__icon {
    fill: #6b151c;
}


/* Header */

.pullnav {
    z-index: 3000;
    border-bottom: 5px solid #ae2e33;
}

.top-bar {
    background: #ae2e33;
}

.utility-nav {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 500;
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0 .9375em 0 0;
}

.utility-nav li {
    display: inline-block;
}

.utility-nav a {
    color: #ffffff;
    padding: 10px 8px 14px;
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
}

.utility-nav li:last-child a {
    padding-right: 0;
}

.low-bar {
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 53px;
}

.branding {
    min-width: 120px;
    overflow: hidden;
}

.branding img {
    position: relative;
    left: -25px;
    z-index: 9999;
    transition: all 250ms ease-in-out;
}

header nav {
    position: relative;
    z-index: 1000;
}

.call, .menu-container {
    border-left: 2px solid #dddddd;
    -webkit-align-self: stretch;
    align-self: stretch;
}

.call {
    max-width: 90px;
}

.row.collapse > .columns.call, .row.collapse > .columns.menu-container {
    padding: 0 10px;
}

.call svg {
    fill: #ae2e33;
    height: 30px;
    width: 22px;
    position: relative;
    top: 12px;
    left: -3px;
}

.call a {
    position: relative;
    top: 3px;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #ae2e33;
}

.hero {
    /* background: url('../images/hero-bg.jpg') center center / cover; */
    /* background: url('../images/home-slide-youth--lg.jpg') center center / cover;
    text-align: center;
    padding: 4em 0 1.5em; */
    border-bottom: 7px solid #ae2e33;
    position: relative;
    z-index: 999;
}

.hero img {
    margin: 0 auto;
    display: block;
}

/* .hero h1 {
    font-size: 2.875em;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    line-height: .9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
    margin: 0;
}

.hero span {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .75);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
}

.hero svg {
    fill: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 31px;
    height: 31px;
    margin: 1rem auto 0;
    cursor: pointer;
    filter: drop-shadow( 0 1px 2px rgba(0, 0, 0, .75));
    -webkit-filter: drop-shadow( 0 1px 2px rgba(0, 0, 0, .75));
} */

/* Hero Slider, the third attempt at a homepage hero treatment. */
.hero__slide {
    height: 400px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero__slide--youth {
    background-image: url('../images/home-slide--youth.jpg');
}

.hero__slide--adult {
    background-image: url('../images/home-slide--adult.jpg');
}

.hero__slide--softball {
    background-image: url('../images/home-slide--softball.jpg');
}

.hero__slide--bullpen {
    background-image: url('../images/home-slide--bullpen.jpg');
}

.hero__slide__link {
    display: block;
    width: 100%;
    height: 100%;
}

.hero__text__title--home {
    padding: 0 .875rem .5rem;
}

.hero__text__title--home .bigger, .hero__text__title--home .smaller {
    display: block;
}

.hero__text__title--home .bigger {
    font-size: 2em;
    margin: .05em 0 .15em;
}

.hero__text__title--home .smaller {
    font-size: .8em;
}

/* Home Hero Slider Controls */

.hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent none;
    border: none;
    z-index: 1000;
    width: 50px;
    height: 50px;
    padding: 0;
}

.hero-slider .slick-arrow:focus {
    outline: none;
}

.hero-slider .slick-arrow svg {
    width: 50px;
    height: 50px;
    fill: #ffffff;
    position: relative;
}

.hero-slider .slick-prev {
    left: 0;
}

.hero-slider .slick-prev svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.hero-slider .slick-next {
    right: 0;
}

.hero-slider .slick-next svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.messaging--award {
    background-color: rgb(0,0,0);
    background-image: url(../images/bg-award-band--april-2024.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.messaging--award .button {
    margin-top: 11rem;
    margin-bottom: 1rem;
}

.home .content {
    background: url('../images/turf-dark.jpg') 0 0 / cover;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .5);
    padding: 3em 0;
    /* margin-bottom: 3em; */
}

.home .content h2, .benefits h2 {
    color: #ffffff;
    font-size: 1.750em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.main p {
    color: #ffffff;
    text-align: center;
    padding: 0 .75em;
}

/* .products {
    margin-bottom: 3em;
} */

.product-container.row {
    background: #ffffff;
    padding: 2em 1em;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.product-container h2 {
    font-size: 2.250em;
    color: #372c2c;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.product-container img {
    padding: 20px 0;
    margin: 0 auto;
    display: block;
}

.product-container ul, .product-container p {
    text-align: left;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 0 1em 1em;
    padding: 1em;
}

.product-container ul {
    padding-left: 2.25em;
}


/* Benefits */

.benefits {
    background: #ae2e33;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, .5);
    padding: 3em 0 3em;
}

.benefits-carousel {
    margin-top: 2em;
}

.benefits-carousel img {
    margin: 0 auto;
}

.benefits-carousel span {
    text-align: center;
    color: #ffffff;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 1.25em;
    display: block;
    margin: 1em 0 0;
}


/* Benefits Carousel Controls */

.benefits .slick-arrow {
    position: absolute;
    top: 15px;
    background: rgba(134, 29, 33, .77);
    border: none;
    width: 33px;
    z-index: 1000;
    height: 50px;
}

.benefits .slick-arrow svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    position: relative;
    top: 2px;
}

.benefits .slick-prev {
    left: 0;
}

.benefits .slick-prev svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.benefits .slick-next {
    right: 0;
}

.benefits .slick-next svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


/* Tooltip Styles*/

.ui-tooltip {
    border: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24), 0 0 25px 0 rgba(0, 0, 0, .4);
    max-width: 175px;
}

.location-card-arrow {
    width: 70px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
    z-index: -1;
}

.location-card-arrow:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 22px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Locations */

.locations {
    background: #ffffff;
    padding: 3em 0 0;
    margin-bottom: 3em;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .5);
}

.locations h2 {
    font-size: 2.250em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.locations p {
    padding: 0 1em;
    margin-bottom: 2.5em;
}

.locations-carousel, .locations-map {
    background: url('../images/topography-bg.png') center;
    padding: 2em 0 4em;
}

.locations-carousel img, .ui-tooltip img {
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.ui-tooltip img {
    border-radius: 5px 5px 0 0;
}

.ui-tooltip {
    min-width: 200px;
}

.location-card {
    background: #ffffff;
    margin: 10px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24), 0 0 13px 0 rgba(0, 0, 0, .14);
    overflow: hidden;
}

.location-card:before, .ui-tooltip:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 8px;
    background: #cbc4c4;
    width: 1px;
}

.location-card:after, .ui-tooltip:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 8px;
    background: #cbc4c4;
    width: 1px;
}

.location-card h3, .ui-tooltip h3 {
    text-transform: uppercase;
    font-size: 1.75em;
    margin: 0;
    border-bottom: 1px solid #cbc4c4;
    padding: .25em 0 .375em;
}

.location-card p, .ui-tooltip p {
    color: #ae2e33;
    text-transform: uppercase;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    padding: .125em 20px .275em;
    display: block;
    margin-top: 0;
    border-bottom: 1px solid #cbc4c4;
    margin-bottom: 8px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}


/*
.location-card a:hover, .ui-tooltip a:hover {
    font-weight: 700;
    letter-spacing: 1px;
}*/


/* Locations Carousel Controls */

.locations-carousel .slick-slide {
    transition: scale 300ms ease;
    -webkit-transition: scale 300ms ease;
}

.locations-carousel .slick-center {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.locations-carousel .slick-dots {
    position: absolute;
    bottom: 1.5em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.locations-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.locations-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, .4);
}

.locations-carousel .slick-dots li button:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: transparent;
}

.locations-carousel .slick-dots li.slick-active button:before {
    background: #ffffff;
}

.toTop {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 150px;
}

.toTop > * {
    cursor: pointer;
}

.toTop .arrow {
    width: 220px;
    height: 220px;
    fill: #ffffff;
    transform: rotate(180deg) scaleX(1.5);
    -webkit-transform: rotate(180deg) scaleX(1.5);
}

.toTop .homeplate {
    fill: #453a3a;
    position: absolute;
    left: 0;
    right: 0;
    width: 33px;
    top: -45px;
    margin: 0 auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.toTop p {
    color: #453a3a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

.interior .toTop {
    margin-top: -150px;
}

footer {
    background: #ffffff;
}

footer h2 {
    color: #453a3a;
    font-size: 1.750em;
}

.social {
    list-style-type: none;
    padding: 16px 0 0;
    margin: 0;
}

.social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.social li.facebook {
    background: #3a5896;
}

.social li.facebook:hover {
    background: #223361;
}

.social li.youtube {
    background: #ea2f29;
}

.social li.youtube:hover {
    background: #b2141a;
}

.social li.instagram {
    background: #833ab4;
}

.social li.instagram:hover {
    background: #500781;
}

.social svg {
    width: 100%;
    height: 100%;
    padding: 10px;
    fill: #ffffff;
}

.contact-info {
    background: #ecebe9;
    padding-top: 1em;
    padding-bottom: 1em;
}

.contact-info .row.collapse {
    position: relative;
    margin: .5em 0;
}

.contact-info span {
    color: #ae2e33;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    bottom: 2px;
}

.contact-info a {
    float: right;
}

.phone a {
    color: #453a3a;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 1.750em;
    font-weight: 700;
}

.email a {
    color: #453a3a;
}

.contact-info .form > * {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

.contact-info .form em:before, .contact-info .form em:after {
    content: '';
    background: #867978;
    height: 1px;
    position: absolute;
    width: 22px;
    top: 13px;
}

.contact-info .form em:before {
    left: 12px;
}

.contact-info .form em:after {
    right: 12px;
}

.copyright {
    background: #ffffff;
    font-size: .875rem;
    text-align: center;
    font-style: italic;
    padding: .125em 0;
}
.copyright-text {
    margin: 0 0 10px 0;
}
.footer-address {
    font-style: normal;
    font-size: 16px;
    margin: 0;
}


/* Interior Styles */

.interior .hero {
    padding: 0;
    border-bottom: none;
    background: none transparent;
}

.hero__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: .5rem;
}

.hero__text__title, .interior h2.hero__text__title {
    font-size: 2rem;
    color: #ffffff;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .75); */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: .8;
}

.interior .content {
    border-top: 10px solid #e6e6e6;
    min-height: 500px;
    overflow: hidden;
}

.interior .content, .interior .content .row {
    background: #ffffff;
}

.interior .main {
    margin-bottom: -997em;
    padding-bottom: 1000em;
    padding-left: 2em;
    padding-right: 2.75em;
}

.interior .main .panel {
    background: #e6e6e6;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    padding: 1.5rem;
}

/* .interior .main .panel > *:first-child {
    margin-top: 0;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: .25rem;
    margin-bottom: .5rem;
} */

.interior .main .panel > *:last-child {
    margin-bottom: 0;
}

.specs {
    padding: 1.5rem 0;
}

.specs ul, .main .specs ul {
    margin: 0;
}

div.bread_crumbs {
    color: #848484;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 2rem;
}

.bread_crumbs svg {
    fill: #9b9b9b;
    width: 20px;
    height: 6px;
    margin: 4px 8px;
}

a.bread_crumbs {
    color: #848484;
}

.interior h1 {
    font-size: 2.5em;
    margin-top: .5em;
    margin-bottom: 1em;
}

.interior h2 {
    font-size: 1.75em;
    /* margin-top: .5em; */
    margin-bottom: .5rem;
}

.interior h3 {
    font-size: 1.375em;
    margin-top: 0;
    margin-bottom: 1em;
}

.interior h3 + hr {
    margin-top: -1rem;
    border: none;
    border-top: 1px solid #cccccc;
}

.interior .main p, .interior .main ul {
    padding: 0;
    text-align: left;
    color: #372c2c;
}

.interior .main ul {
    padding-left: 1.25rem;
}

.interior .sidebar {
    margin-bottom: -1000em;
    padding-bottom: 1000em;
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(to bottom, #e6e6e6 335px, #ffffff 1200px);
}

.interior .sidebar:after {
    content: '';
    position: absolute;
    left: -150%;
    height: 100%;
    top: 0;
    width: 150%;
    background: linear-gradient(to bottom, #e6e6e6 335px, #ffffff 1200px);
}

.interior .sidebar h3 {
    color: #555555;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaaaaa;
}

.video, .testimonial, .sidebar__photos, .callout, .surfaces {
    margin: 2rem 0;
}

.video img {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .375);
}

.surfaces h4 {
    margin-top: .5rem;
}

.product__card .surfaces h4 {
    margin-bottom: 0;
}

.product__list__item.surfaces h4 {
    font-size: .875rem;
}

.surface-block {
    text-align: center;
    padding: 0 .25rem;
}

.surface-block img, .product__wrapper .surface-block img {
    width: 80%;
    border-radius: 100%;
    border: 2px solid #372c2c;
    margin-bottom: 0;
}

.product__wrapper .surface-block img {
    margin-top: .5rem;
}

.flexible-container {
    height: 0;
    margin: 0 0 1.5rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.flexible-container iframe, .flexible-container object, .flexible-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mound-popups a.popup-youtube {
    color: #ffffff;
    border-top: 1px solid #636563;
    display: block;
    margin-top: 10px;
}

.popup-youtube svg {
    width: 15px;
    height: 15px;
    position: relative;
    fill: #cd201f;
    margin-right: 4px;
    top: 2px;
}

.testimonial blockquote {
    margin: 0;
}

.testi-slider {
    border: 2px solid #ae2e33;
    /* border-bottom: 0; */
    padding: 0 .875rem;
}

/* Testimonial Carousel Controls */
.testi-slider__controls {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #ae2e33;
}

.testi-slider__controls--dots {
    text-align: center;
    flex: 1 1 auto;
    line-height: 1;
}

.testi-slider__controls--dots ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    line-height: 1;
}

.testi-slider__controls--dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.testi-slider__controls--dots .slick-dots li::before {
    display: none;
}

.testi-slider__controls--dots .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #8e2125;
    position: relative;
}

.testi-slider__controls--dots .slick-dots li button::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: transparent;
}

.testi-slider__controls--dots .slick-dots li.slick-active button::before {
    background: #ffffff;
}

/* .testi-slider__arrows .slick-next {
    right: 0;
}

.testi-slider__arrows .slick-prev {
    left: 0;
} */

.testi-slider__arrows {
    background-color: #8e2125;
    border: none;
    width: 33px;
    z-index: 1000;
    height: 50px;
    text-indent: -999rem;
    position: relative;
    cursor: pointer;
}

.testi-slider__arrows::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.testi-slider__arrows--left::after {
    border-right: 12px solid #ffffff;
}

.testi-slider__arrows--right::after {
    border-left: 12px solid #ffffff;
}

/* .testi-slider__slide__quote, p.testi-slider__slide__quote {
    font-size: 1.25rem;
} */

blockquote p {
    padding-right: 1rem;
}

cite img {
    float: left;
    margin-right: 10px;
}

cite p {
    font-size: .875rem;
    line-height: 1.25;
}

.interior .benefits {
    box-shadow: none;
    padding-bottom: 10em;
}

.mound-popups {
    display: none;
}


/* Form Styles */

.interior .main .formElements .row > ul, .interior .main .formElements .formRow > ul {
    padding: 0;
    margin: 0;
    margin-right: -.5rempx;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main .formElements .row > ul > li, .main .formElements .formRow > ul > li {
    text-indent: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-right: .5rem;
}

.formElements fieldset {
    margin: 0;
    border: none;
    padding: 0;
}

.main .formElements h2 {
    text-align: center;
}

.main form ul li:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    font-size: 0;
    color: transparent;
}

.main form input[type="text"], .main form input[type="email"], .main form textarea, .main form select {
    font-family: 'lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #777777;
    padding: .25rem .5rem;
    margin: 0 0 5px;
    border: 1px solid #cccccc;
    width: 100%;
}

.main form input[type="text"]:focus, .main form textarea:focus {
    outline: none;
    background: #fcf9ed;
}

.main form input[type="checkbox"] {
    margin-right: .5rem;
}

.main form input[type="submit"] {
    margin: 0 auto;
    padding: .25em 1em .45em;
    background: #ae2e33;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: .5px;
    line-height: 1;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.main form input[type="submit"]:hover {
    background: #6b151c;
}


/* Site Search */

ol.siteSearch {
    padding-left: 1.25rem;
}

ol.siteSearch li {
    line-height: 1;
    margin-bottom: 1rem;
}

.search_file_name {
    font-size: .875rem;
    color: #999999;
    font-style: italic;
}


/* Product */

.product {
    text-align: center;
    width: 100%;
    margin: 2rem auto 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    position: relative;
    top: auto;
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
}

.product .subtitle {
    margin: 0 auto 1rem;
    font-size: 2rem;
    border-bottom: 3px solid #ae2e33;
    padding-bottom: .5rem;
    display: inline-block;
}

.interior .content .row.product__wrapper {
    background: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product__wrapper img {
    margin-bottom: 1.5rem;
}

.columns.product__container {
    position: static;
    text-align: center;
}

.product__list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 400;
}

.product__content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 400;
    padding: .75rem 1rem;
    max-height: 100%;
    text-align: left;
}

.interior .product__title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.product__text {
    color: #333333;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.product__link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .25rem 2rem .25rem .75rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #ffde16;
    color: #000000;
}

.product__link:after {
    content: "+";
    line-height: 0;
    position: absolute;
    top: 50%;
    color: #000000;
    font-size: 3rem;
    font-weight: 100;
    right: .75rem;
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
}

.product__link:hover {
    color: #000000;
}

.product__icon {
    background: #372c2c;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 50%;
    /* border: 2px solid #ffffff; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    /* box-shadow: 0px 0px 25px 15px rgba(107, 21, 28, 0.95); */
}

.product__icon__plus {
    fill: #ffffff;
    transition: all 150ms ease-out;
}

.product__icon::before, .product__icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #372c2c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
}

.product__icon::before {
    -webkit-animation: 3s linear 0s infinite pulse;
    animation: 3s linear 0s infinite pulse;
}

.product__icon::after {
    -webkit-animation: 3s linear 1.5s infinite pulse;
    animation: 3s linear 1.5s infinite pulse;
}

/* .product__icon:before,
.product__icon:after {
    content: "";
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product__icon:before {
    height: 5px;
    width: 60%;
}

.product__icon:after {
    width: 5px;
    height: 60%;
    transition: height 0.2s ease-out;
}

.product__icon.active:after {
    height: 0;
}

*/

.product__icon.active {
    background: #333333;
    z-index: 200;
}

.product__icon.active::before, .product__icon.active::after {
    display: none;
}

.product__icon.active .product__icon__plus {
    transform: rotate(45deg);
}

.adult-mound .product__icon--one {
    right: auto;
    left: 47%;
    top: 32%;
}

.adult-mound .product__icon--two {
    right: 24%;
    top: 28%;
}

.adult-mound .product__icon--three {
    top: 47%;
    right: 8%;
}

.adult-mound .product__icon--four {
    top: auto;
    bottom: 40%;
    right: 45%;
}

.adult-mound .product__icon--five {
    left: auto;
    top: auto;
    bottom: 27%;
    right: 20%;
}

.adult-mound .product__icon--six {
    left: 13%;
    top: 30%;
}

.adult-mound .product__icon--seven {
    left: 23%;
    top: auto;
    bottom: 33%;
}

.youth-mound-1 .product__icon--one {
    right: auto;
    left: 47%;
    top: 32%;
}

.youth-mound-1 .product__icon--two {
    right: 24%;
    top: 28%;
}

.youth-mound-1 .product__icon--three {
    top: 47%;
    right: 8%;
}

.youth-mound-1 .product__icon--four {
    top: auto;
    bottom: 40%;
    right: 45%;
}

.youth-mound-1 .product__icon--five {
    left: auto;
    top: auto;
    bottom: 27%;
    right: 20%;
}

.youth-mound-1 .product__icon--six {
    left: 13%;
    top: 30%;
}

.youth-mound-1 .product__icon--seven {
    left: 23%;
    top: auto;
    bottom: 33%;
}

.product__card {
    background: #ffffff;
    box-shadow: 0 21px 40px -20px;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    width: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    border: none;
    transition: width .3s ease-out, height .3s ease-out, opacity .3s ease-out;
}

.product__card .popup-youtube {
    margin-top: .875rem;
    display: inline-block;
    color: #cd201f;
    border-bottom: 1px solid #c79e9e;
}

.product__card.active {
    width: 300px;
    height: 75px;
    opacity: 1;
    z-index: 100;
}

.adult-mound .product__card--one {
    right: auto;
    left: 47%;
    top: 32%;
    border-radius: 30px 3px 3px 3px;
}

.adult-mound .product__card--two {
    right: 24%;
    top: 28%;
    border-radius: 3px 30px 3px 3px;
}

.adult-mound .product__card--three {
    top: 47%;
    right: 8%;
    border-radius: 3px 30px 3px 3px;
}

.adult-mound .product__card--four {
    top: auto;
    bottom: 40%;
    right: 45%;
    border-radius: 3px 3px 30px 3px;
}

.adult-mound .product__card--five {
    left: auto;
    top: auto;
    bottom: 27%;
    right: 20%;
    border-radius: 3px 3px 30px 3px;
}

.adult-mound .product__card--six {
    left: 13%;
    top: 30%;
    border-radius: 30px 3px 3px 3px;
}

.adult-mound .product__card--seven {
    left: 23%;
    top: auto;
    bottom: 33%;
    border-radius: 3px 3px 3px 30px;
}

.adult-mound .product__card--two.active, .adult-mound .product__card--six.active {
    height: 120px;
}


.adult-mound .product__card--one .product__content, .adult-mound .product__card--six .product__content, .adult-mound .product__card--seven .product__content {
    padding-left: 4rem;
}

.adult-mound .product__card--two .product__content, .adult-mound .product__card--three .product__content, .adult-mound .product__card--four .product__content, .adult-mound .product__card--five .product__content {
    padding-right: 4rem;
}


.youth-mound-1 .product__card.active {
    width: 300px;
    height: 75px;
    opacity: 1;
    z-index: 100;
}

.youth-mound-1 .product__card--one {
    right: auto;
    left: 47%;
    top: 32%;
    border-radius: 30px 3px 3px 3px;
}

.youth-mound-1 .product__card--two {
    right: 24%;
    top: 28%;
    border-radius: 3px 30px 3px 3px;
}

.youth-mound-1 .product__card--three {
    top: 47%;
    right: 8%;
    border-radius: 3px 30px 3px 3px;
}

.youth-mound-1 .product__card--four {
    top: auto;
    bottom: 40%;
    right: 45%;
    border-radius: 3px 3px 30px 3px;
}

.youth-mound-1 .product__card--five {
    left: auto;
    top: auto;
    bottom: 27%;
    right: 20%;
    border-radius: 3px 3px 30px 3px;
}

.youth-mound-1 .product__card--six {
    left: 13%;
    top: 30%;
    border-radius: 30px 3px 3px 3px;
}

.youth-mound-1 .product__card--seven {
    left: 23%;
    top: auto;
    bottom: 33%;
    border-radius: 3px 3px 3px 30px;
}

.youth-mound-1 .product__card--five.active, .youth-mound-1 .product__card--six.active {
    height: 120px;
}

.youth-mound-1 .product__card--one .product__content, .youth-mound-1 .product__card--six .product__content, .youth-mound-1 .product__card--seven .product__content {
    padding-left: 4rem;
}

.youth-mound-1 .product__card--two .product__content, .youth-mound-1 .product__card--three .product__content, .youth-mound-1 .product__card--four .product__content, .youth-mound-1 .product__card--five .product__content {
    padding-right: 4rem;
}



.bullpen-mound .product__icon--one {
    right: auto;
    left: 47%;
    top: 25%;
}

.bullpen-mound .product__icon--two {
    right: 18%;
    top: 22%;
}

.bullpen-mound .product__icon--three {
    top: 47%;
    right: 8%;
}

.bullpen-mound .product__icon--four {
    top: auto;
    bottom: 35%;
    left: 24%;
}

.bullpen-mound .product__icon--five {
    left: auto;
    top: auto;
    bottom: 46%;
    right: 30%;
}

.bullpen-mound .product__icon--six {
    left: 13%;
    top: 30%;
}
.bullpen-mound .product__icon--seven {
    left: 42%;
    top: auto;
    bottom: 27%;
}

.bullpen-mound .product__card.active {
    width: 300px;
    height: 75px;
    opacity: 1;
    z-index: 100;
}

.bullpen-mound .product__card--one {
    right: auto;
    left: 47%;
    top: 25%;
    border-radius: 30px 3px 3px 3px;
}

.bullpen-mound .product__card--two {
    right: 18%;
    top: 22%;
    border-radius: 3px 30px 3px 3px;
}

.bullpen-mound .product__card--three {
    top: 47%;
    right: 8%;
    border-radius: 3px 30px 3px 3px;
}

.bullpen-mound .product__card--four {
    top: auto;
    bottom: 35%;
    left: 24%;
    border-radius: 3px 3px 3px 30px;
}

.bullpen-mound .product__card--five {
    left: auto;
    top: auto;
    bottom: 46%;
    right: 30%;
    border-radius: 3px 3px 30px 3px;
}

.bullpen-mound .product__card--six {
    left: 13%;
    top: 30%;
    border-radius: 30px 3px 3px 3px;
}

.bullpen-mound .product__card--seven {
    left: 42%;
    top: auto;
    bottom: 27%;
    border-radius: 3px 3px 3px 30px;
}

.bullpen-mound .product__card--two.active {
    height: 120px;
}

.bullpen-mound .product__card--six.active {
    height: 100px;
}
.bullpen-mound .product__card--seven.active {
    width: 320px;
}

.bullpen-mound .product__card--one .product__content, .bullpen-mound .product__card--four .product__content, .bullpen-mound .product__card--six .product__content, .bullpen-mound .product__card--seven .product__content {
    padding-left: 4rem;
}

.bullpen-mound .product__card--two .product__content, .bullpen-mound .product__card--three .product__content, .bullpen-mound .product__card--five .product__content {
    padding-right: 4rem;
}

.bullpen-mound-2 .product__card--one, .bullpen-mound-2 .product__icon--one {
    left: 30%;
    top: 31%;
}

.bullpen-mound-2 .product__card--two, .bullpen-mound-2 .product__icon--two {
    right: 42%;
    top: 31%;
}

.bullpen-mound-2 .product__card--three, .bullpen-mound-2 .product__icon--three {
    top: 46%;
    right: 21%;
}

.bullpen-mound-2 .product__card--four, .bullpen-mound-2 .product__icon--four {
    top: auto;
    bottom: 47%;
    left: 20%;
}
.bullpen-mound-2 .product__card--five {
    left: 40%;
    top: auto;
    bottom: 32%;
    border-radius: 3px 3px 3px 30px;
}
.bullpen-mound-2 .product__icon--five {
    left: 40%;
    top: auto;
    bottom: 32%;
}
.bullpen-mound-2 .product__card--five.active {
    height: 100px;
}

.bullpen-mound-2 .product__card--five .product__content {
    padding-left: 4rem;
    padding-right: 1rem;
}

.bullpen-mound-2 .product__card--six {
    right: 37%;
    bottom: 40%;
    top: auto;
    left: auto;
    border-radius: 3px 3px 30px 3px;
}

.bullpen-mound-2 .product__icon--six {
    right: 37%;
    bottom: 40%;
    top: auto;
    left: auto;
}

.bullpen-mound-2 .product__card--six .product__content {
    padding-left: 1rem;
    padding-right: 4rem;
}

.bullpen-mound-3 .product__card--two, .bullpen-mound-3 .product__icon--two {
    right: 23%;
    top: 26%;
}

.product__card--surfaces.active, .adult-mound .product__card.product__card--surfaces.active, .youth-mound-1 .product__card.product__card--surfaces.active, .bullpen-mound .product__card.product__card--surfaces.active {
    height: 155px;
}

.adult-mound .product__card--surfaces.active,
.youth-mound-1 .product__card--surfaces.active {
    width: 400px;
}

.interior .accessories-container {
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
    padding: 1rem;
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
    margin-bottom: 1rem;
    min-height: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.interior .accessories-container img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.interior .accessories-container p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
}
.interior .accessories-container .surfaces {
	margin-top:1.5rem;
}

.lightBoxImgs {
    margin-right: -10px;
}

.lbThumb {
    width: calc(50% - 10px);
}

/*== Tables ==*/

table {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #c8c8c8;
}

table img {
    margin: 0 auto;
    display: block;
}

table > thead > tr > td, table > thead > tr > th {
    border-bottom-width: 2px;
}

table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    line-height: 1.4;
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

table tbody tr:first-child {
    background: #ae2e33;
    color: #ffffff;
    text-align: center;
}

table tbody tr + tr:nth-child(odd) {
    background: #eeeeee;
}

table tbody tr:first-child td {
    border: 1px solid #811820;
}
table tbody tr:first-child h3 {
    margin: 10px 0 7px;
    line-height: 1;
}
table tbody tr:first-child * {
    text-shadow: 0 1px 1px #6f151c;
}
table tr td p {
    margin: 0;
}
table em {
    color: #828282;
}

table.clear {
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
table.clear > tbody > tr > td, table.clear > tbody > tr > th, table.clear > tfoot > tr > td, table.clear > tfoot > tr > th, table.clear > thead > tr > td, table.clear > thead > tr > th {
    line-height: 1;
    padding: 0 2px;
    vertical-align: middle;
    border: none;
}

table.clear tbody tr:first-child {
    background: none;
}

/*  
------------------------------------

Media Queries

------------------------------------
*/

@media all and (min-width: 641px) {
    header {
        background: #ffffff;
        border-bottom: none;
    }
    .top-bar .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .low-bar {
        height: 0;
    }
    .utility-nav {
        padding-right: 2rem;
    }
    .utility-nav a {
        text-transform: none;
    }
    .phone {
        background: #a5272d;
        border-left: 2px solid #8c2223;
        border-right: 2px solid #8c2223;
        padding: 0;
    }
    header .phone a {
        color: #ffffff;
        margin: 0 auto;
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1;
        top: .75rem;
        text-align: center;
        width: 100%;
        justify-self: center;
        position: relative;
    }
    .search form {
        width: 100%;
    }
    .search input {
        width: 100%;
        background: #8c2223;
        border: none;
        border-radius: 25px;
        font-family: 'acumin-pro-extra-condensed', sans-serif;
        font-size: 1.25rem;
        color: #ce555d;
        padding: 0 19px 4px;
        margin-top: 9px;
        box-shadow: none;
        outline: none;
    }
    .search button {
        background: none;
        border: none;
        position: absolute;
        top: 13px;
        right: 19px;
    }
    .search svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }
    .branding {
        overflow: visible;
    }
    .branding img {
        left: 0;
        top: 50px;
    }
    /* .hero {
        height: 80vh;
        padding: 0;
        border-bottom: none;
        overflow: hidden;
    }
    .hero video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }
    .hero-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(155, 26, 35, .8);
        padding: 2em 0 4em;
    } */

    .messaging--award {
        text-align: right;
        /*background-size: cover;*/
        background-position:center center;
        border-bottom: 7px solid #ae2e33;
    }

    .interior .main .formElements .row > ul, .interior .main .formElements .formRow > ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .main .formElements .row > ul > li, .main .formElements .formRow > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .callout, .surfaces {
        margin: 0;
    }
    .pricing.panel {
        margin-bottom: 2rem;
    }

    .products {
        overflow: hidden;
    }
    .products .row {
        max-width: 100%;
    }
    .product-container.row {
        border-radius: 0;
        margin-bottom: 1px;
        min-height: 560px;
    }
    .products .columns:last-child .product-container {
        margin-left: 1px;
    }
    /* Locations Map */
    .locations-map {
        text-align: center;
    }
    .locations-map .row {
        position: relative;
        max-width: 1000px;
    }
    .map-marker {
        position: absolute;
        filter: drop-shadow( 0 3px 0 rgba(0, 0, 0, .35));
        -webkit-filter: drop-shadow( 0 3px 0 rgba(0, 0, 0, .35));
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
    }
    .map-marker:hover {
        filter: drop-shadow( 0 6px 2px rgba(0, 0, 0, .15));
        -webkit-filter: drop-shadow( 0 6px 2px rgba(0, 0, 0, .15));
    }
    .map-marker img {
        top: 0;
        position: relative;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
    }
    .map-marker:hover img {
        top: -2px;
    }
    .bounce-icon {
        -webkit-animation: pin-pulse 1s ease-in-out infinite;
        animation: pin-pulse 1s ease-in-out infinite;
    }
    .mn1 {
        left: 556px;
        top: 7%;
    }
    .or1 {
        left: 70px;
        top: 8%;
    }
    .or2 {
        left: 90px;
        top: 8%;
    }
    .ca1 {
        left: 50px;
        top: 42.5%;
    }
    .nm1 {
        left: 340px;
        top: 51%;
    }
    .ny1 {
        right: 120px;
        top: 12.25%;
    }
    .ny2 {
        right: 82px;
        top: 16%;
    }
    .ny3 {
        right: 153px;
        top: 14%;
    }
    .ks1 {
        right: 461px;
        top: 30.5%;
    }
    .ks2 {
        right: 563px;
        top: 32.5%;
    }
    .ok1 {
        right: 497px;
        top: 41.5%;
    }
    .ar1 {
        right: 424px;
        top: 39.5%;
    }
    .ar2 {
        right: 404px;
        top: 46%;
    }
    .mo1 {
        right: 365px;
        top: 29%;
    }
    .mo2 {
        right: 377px;
        top: 30.5%;
    }
    .mo3 {
        right: 375px;
        top: 165px;
    }
    .mo4 {
        right: 385px;
        top: 28.5%;
    }
    .la1 {
        right: 330px;
        top: 63.5%;
    }
    .la2 {
        right: 317px;
        top: 65%;
    }
    .tx1 {
        left: 538px;
        top: 65%;
    }
    .tx2 {
        left: 503px;
        top: 61%;
    }
    .il1 {
        right: 328px;
        top: 19%;
    }
    .il2 {
        right: 348px;
        top: 18.5%;
    }
    .il3 {
        right: 328px;
        top: 21%;
    }
    .il4 {
        right: 382px;
        top: 25.5%;
    }
    .il5 {
        right: 355px;
        top: 30%;
    }
    .il6 {
        right: 345px;
        top: 28%;
    }
    .in1 {
        right: 297px;
        top: 20%;
    }
    .in2 {
        right: 290px;
        top: 23%;
    }
    .ky1 {
        right: 243px;
        top: 28.5%;
    }
    .oh1 {
        right: 229px;
        top: 23.5%;
    }
    .oh2 {
        right: 242px;
        top: 18%;
    }
    .oh3 {
        right: 232px;
        top: 19.5%;
    }
    .oh4 {
        right: 222px;
        top: 19.75%;
    }
    .oh5 {
        right: 243px;
        top: 26.75%;
    }
    .tn1 {
        right: 224px;
        top: 37.5%;
    }
    .ga1 {
        right: 198px;
        top: 44.4%;
    }
    .ma1 {
        right: 72px;
        top: 11%;
    }
    .md1 {
        right: 110px;
        top: 21.5%;
    }
    .md2 {
        right: 122px;
        top: 24%;
    }
    .mi1 {
        right: 274px;
        top: 16.5%;
    }
    .pa1 {
        right: 181px;
        top: 21.25%;
    }
    .pa2 {
        right: 103px;
        top: 19.25%;
    }
    .pa3 {
        right: 123px;
        top: 16.5%;
    }
    .pa4 {
        right: 178px;
        top: 19.5%;
    }
    .fl1 {
        right: 4px;
        bottom: 67px;
    }
    footer .phone {
        background: none;
        border: none;
    }
    footer .phone a {
        color: #453a3a;
        float: right;
        line-height: 1;
    }
    /* Interior Styles */
    .interior .hero {
        height: auto;
    }
    .hero__text {
        max-width: 60%;
        right: 1rem;
        left: auto;
        padding: 0 .5rem .5rem;
    }
    .hero__text--left {
        right: auto;
        left: 1rem;
    }
    .hero__text__title, .interior h2.hero__text__title {
        font-size: 1.5rem;
    }
    .hero__text__title .bigger {
        display: block;
        font-size: 1.5em;
        margin: .15em 0 .25em;
    }
    .hero__slide--youth, .hero__slide--softball {
        background-position: right center;
    }
    .hero__slide--adult, .hero__slide--bullpen {
        background-position: left center;
    }
    /* Product */
    .product {
        padding: 2rem;
    }
    .lbThumb {
        width: calc(33.333% - 10px);
    }
    .tpm-img {
        padding-top: 40px;
    }
    .align {
        text-align: left;
    }
}


/*  
------------------------------------
*/

@media all and (min-width: 768px) {
    .pullnav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .pullnav--pull {
        position: fixed;
        -webkit-animation: navSlide .75s ease-in-out forwards;
        -moz-animation: navSlide .75s ease-in-out forwards;
        -o-animation: navSlide .75s ease-in-out forwards;
        animation: navSlide .75s ease-in-out forwards;
    }
    .pullnav--pull .branding img {
        transform: scale(.7);
        top: 30px;
    }
    body {
        padding-top: 187px;
    }
    .hero__slide {
        height: 700px;
    }
    .hero__text__title.hero__text__title--home {
        font-size: 3rem;
    }
    .hero__text {
        width: 50%;
        max-width: 552px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
        right: 3rem;
    }
    .hero__text--left {
        left: 3rem;
    }
    .hero__text__title, .interior h2.hero__text__title {
        margin: 0;
    }
    .hero__text__title .smaller {
        font-size: .8em;
        display: block;
        line-height: 1;
    }
    .hero__text__title .bigger {
        font-size: 2em;
        margin: .05em 0 .15em;
    }
    .lbThumb {
        width: calc(25% - 10px);
    }
}

/*  
------------------------------------
*/

@media all and (min-width: 835px) {
    body {
        padding-top: 161px;
    }
}

/*  
------------------------------------
*/


@media all and (min-width: 1025px) {
    .contact-info {
        background: none;
    }
    .utility-nav a {
        padding: 8px 14px 14px;
    }
    /* .hero-text {
        padding: 2em 0;
    }
    .hero-text h1 {
        font-size: 5em;
    }
    .hero-text span {
        font-size: 1.25em;
    }
    .hero svg {
        position: relative;
        margin: 3rem auto 1rem;
    } */
    .hero__text {
        right: 7rem;
    }
    .hero__text--left {
        left: 7rem;
    }
    .hero__text__title, .interior h2.hero__text__title {
        font-size: 2rem;
    }
    .benefits h2 {
        margin-bottom: 1em;
    }
    .home .content h2, .benefits h2, .locations h2 {
        font-size: 3.25em;
        font-weight: 700;
    }
    .products > .row > .columns:first-child {
        left: -5%;
        width: 55%;
        position: absolute;
    }
    .products > .row > .columns:last-child {
        right: -5%;
        width: 55%;
    }
    .products > .row > .columns:first-child .product-container {
        padding-left: 100px;
    }
    .products > .row > .columns:last-child .product-container {
        padding-right: 100px;
    }
    .products ul li:before, .product-container ul, .product-container h2, .product-container p {
        border: none;
        transition: all 150ms ease;
        -webkit-transition: all 150ms ease;
    }
    .product-container.row {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 470px;
        z-index: 100;
        overflow: hidden;
        transition: all 150ms ease;
        -webkit-transition: all 150ms ease;
    }
    .product-container.row:hover {
        box-shadow: 0 5px 50px rgba(0, 0, 0, .75);
    }
    .product-container.row:hover ul li:before, .product-container.row:hover ul, .product-container.row:hover h2, .product-container.row:hover p {
        color: #ffffff;
    }
    .product-container.row:hover a.button {
        background: #ae2e33;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .5);
    }
    .product-container.row:hover a.button:hover {
        background: #ca1f2d;
    }
    .product-container.row:after {
        content: '';
        background: url('../images/turf.jpg') repeat 0 0 / cover;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 1920px;
        left: 0;
        z-index: -1;
        height: 600px;
        bottom: 0;
        transition: opacity 150ms ease;
        -webkit-transition: opacity 150ms ease;
    }
    .product-container.row:hover:after {
        opacity: 1;
    }
    .product-container.row.skew:hover {
        transform: skewX(-12deg) scale(1.05);
        -webkit-transform: skewX(-12deg) scale(1.05);
        z-index: 1000;
    }
    .product-container.row.reverse-skew:hover {
        transform: skewX(12deg) scale(1.05);
        -webkit-transform: skewX(12deg) scale(1.05);
        z-index: 1000;
    }
    .product-image {
        min-height: 200px;
    }
    .product-image--adult {
        background: url("../images/adult-mound-together.png") no-repeat center / contain;
    }
    .product-image--youth {
        background: url("../images/youth-mound-together.png") no-repeat center / contain;
    }
    .product-image--bullpen {
        background: url("../images/double-bullpen-together.png") no-repeat center / contain;
    }
    .product-image--accessories {
        background: url("../images/mound-accessories.png") no-repeat center / contain;
    }
    .product-container:hover .product-image--adult {
        background: url("../images/adult-mound-separated.png") no-repeat center / contain;
    }
    .product-container:hover .product-image--youth {
        background: url("../images/youth-mound-separated.png") no-repeat center / contain;
    }
    .product-container:hover .product-image--bullpen {
        background: url("../images/double-bullpen-separated.png") no-repeat center / contain;
    }
    .skew, .reverse-skew > * {
        transform: skewX(-12deg);
        -webkit-transform: skewX(-12deg);
    }
    .reverse-skew, .skew > * {
        transform: skewX(12deg);
        -webkit-transform: skewX(12deg);
    }
    /* Product */
    .adult-mound.product {
        background: url("../images/adult-mound.png") no-repeat center center / contain;
        min-height: 34rem;
    }
    .youth-mound-1.product {
        background: url("../images/youth-mound.png") no-repeat center center / contain;
        min-height: 34rem;
    }
    .bullpen-mound.product {
        background: url("../images/on-field-double-bullpen.png") no-repeat center center / contain;
        min-height: 34rem;
    }
    .bullpen-mound-2.product {
        background: url("../images/off-field-single-bullpen.png") no-repeat center center / contain;
        min-height: 34rem;
    }
    .bullpen-mound-3.product {
        background: url("../images/off-field-double-bullpen.png") no-repeat center center / contain;
        min-height: 34rem;
    }
    .specs ul, .main .specs ul {
        margin: 1rem 0;
    }
}


@-webkit-keyframes navSlide {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes navSlide {
    0% {
        -moz-transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-o-keyframes navSlide {
    0% {
        -o-transform: translateY(-100%);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes navSlide {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }from {
        opacity: .35;
    }to {
        opacity: 0;
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }from {
        opacity: .35;
    }to {
        opacity: 0;
    }
}


@-webkit-keyframes pin-pulse {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
                transform: scale3d(1.05,1.05,1.05);
    }to {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
}
@keyframes pin-pulse {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
                transform: scale3d(1.05,1.05,1.05);
    }to {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
}
