﻿.stonyAboutUsBtn {
    margin: 0;
    padding: 0 18px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.333em;
    line-height: 32px;
    font-weight: bold;
    color: #006c68;
    background: url(/_img/StonyPoint/arrow3.png) no-repeat left center;
    padding-left: 18px;
}

.stonyLeftCol {
    margin: 50px 0 0 0;
    display: inline-block;
}

    .stonyLeftCol h1 {
        color: black;
        font-weight: bolder;
        width: 100%;
    }

    .stonyLeftCol p {
        color: black;
        padding-right: 25px;
    }

    .stonyLeftCol a:hover {
        text-decoration: none;
    }

.stonyRightCol {
    padding: 50px 0 0 50px;
    color: black;
    /*display: none;*/
    
    /* News styles for Redesign */
    display: inline-block;
    float: right;
}

    .stonyRightCol h3 {
        font-weight: bolder;
        padding-left: 20px;
    }

    .stonyRightCol p {
        color: black;
        padding-left: 20px;
    }

    .stonyRightCol select {
        margin-left: 20px;
        width: 330px;
        
        /* News styles for Redesign */
        appearance: none;
        -webkit-appearance: none;
    }

    .stonyRightCol .search-button {
        width: auto;
        padding: 0px 25px !important;
        background-position-x: 100%;
        background-size: cover;
        height: 48px;
        margin-left: 15px;
    }

.stonySelect {
    background-position: 96%;
}

.search-button {
    width: 189px;
    height: 58px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 5px;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-image: url(/_img/search-button-bg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    display: inline-block;
}

.findStonyBtn {
    font-size: 12px;
    font-weight: bold;
    float: right;
    /*margin-right: -20px;*/
    /*margin-top: 20px;*/
}

select, input {
    width: 100%;
    border-radius: 2px;
    height: 50px;
    padding: 0 0 0 15px;
    position: relative;
    box-shadow: none;
    border: 1px solid #ccc;
}

.stonyH1 {
    color: black;
    font-weight: bolder;
    margin-top: 75px;
}

.stonyMapFigure {
    display: block !important;
}

.stonyLocationsContainer img {
    /*position: absolute;*/
}

.stonyLocImg {
    width: 100%;
    z-index: 1;
}

.stonyPin {
    position: absolute;
    left: 35px;
    bottom: 100px;
}

.stonyTag {
    width: 200px !important;
    z-index: 3;
    border: 0;
    position: absolute;
    top: -3px;
    left: -3px;
}

.stonyLocationsContainer {
    margin-top: 50px;
}

    .stonyLocationsContainer .col-md-6 {
        margin: 20px 0px;
        position: relative;
        float: left;
    }

        .stonyLocationsContainer .col-md-6 .col-md-12 {
            border: 1px solid #a8a8a8;
            margin: 20px 0px;
            padding: 0px !important;
            position: relative;
            float: left;
            box-shadow: 0px 4px 12px #bdbdbd;
        }

    .stonyLocationsContainer h3 {
        font-weight: bold;
        margin: 35px 0px 20px 0px;
    }

.stonyLocBtn {
    color: black;
    padding-left: 20px;
    font-weight: bold;
    margin: 30px 0;
}

.stonyLocDetails {
    margin: 0px 0px 0px 135px;
}

    .stonyLocDetails div {
        margin: 30px 0;
    }

        .stonyLocDetails div a:nth-child(2) {
            margin-left: 30px;
        }

.accContainer {
    margin-bottom: 40px;
}

    .accContainer .panel-heading {
        background-color: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 0px;
        padding: 0px;
    }

        .accContainer .panel-heading:first-of-type {
            border-radius: 8px 8px 0px 0px;
        }

        .accContainer .panel-heading:last-of-type {
            border-radius: 0px 0px 8px 8px;
        }

        .accContainer .panel-heading h4 {
            padding: 0px;
        }

        .accContainer .panel-heading a {
            padding: 15px 15px;
            display: block;
            color: #000 !important;
            position: relative;
        }

        .accContainer .panel-heading.has-children a::after {
            content: url("../_img/plus-icon.svg");
            position: absolute;
            right: 20px;
        }

        .accContainer .panel-heading.has-children.active a::after {
            content: url("../_img/minus-icon.svg");
            position: absolute;
            right: 20px;
            top: 46%;
        }

    .accContainer .panel-body ul {
        padding-left: 0px !important;
    }

        .accContainer .panel-body ul li {
            list-style-type: none;
        }

#divContent .accContainer .panel-heading.no-sibling h4 a:hover {
    text-decoration: none;
}


@media screen and (max-width:991px) {
    .stonyLeftCol {
        border-right: none;
    }

    .stonyRightCol {
        padding: 50px 30px 0 0px;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .stony-point-layout .banner {
        background: url(/_img/StonyPoint/Banner_StonyPoint.png) no-repeat center top !important;
        background-size: cover !important;
    }

        .stony-point-layout .banner a.dept-mobile-menu {
            display: none;
        }
}


@media (max-width: 485px) {
    .stonyLocDetails {
        margin: 0px 0px 0px 115px;
    }

        .stonyLocDetails div a:nth-child(2) {
            display: block;
            margin-left: 0px !important;
        }

    .stonyLocationsContainer h3 {
        margin: 15px 0px 20px 0px !important;
    }
}

@media (max-width: 380px) {
    .stonyRightCol select {
        width: 180px;
    }
}

@media (max-width: 320px) {
    .stonyRightCol select {
        width: 150px;
    }
}


/* News styles for Redesign */
.container.stonyLocationsContainer .locationsContainer {
    width: 100%;
}

.stonyLeftCol .callout-banner-learn-more .arrow {
    display: none;
}

@media (max-width: 600px) {
    .col-md-5.stonyRightCol > div {
        display: block !important;
    }

    .stonyRightCol .search-button {
        float: right;
    }

    .stony-point-layout .container {
        max-width: 100%;
    }
    
    .stony-point-layout .yellow-main-nav .container {
        max-width: 90%;
    }

    .stonyRightCol h3, .stonyRightCol p {
        padding-left: 0;
    }

    .stonyRightCol select {
        margin-left: 0;
        width: 100%;
    }

    .stony-point-layout h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.21px;
    }

    .stonyLeftCol {
        border-right: none;
        padding: 0;
    }
}

/* 
*
* CSS Updates based on Tappahannock 
* 
*/
.intro-content-contained {
    max-width: 900px;
    margin: 0 auto 60px;
}

/* Make components full width */
.stonyLocationsContainer .cta-block,
.stonyLocationsContainer .container-fluid {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
}

/* Make overrides to CTA Snippets component */
.stonyLocationsContainer .cta-full {
    margin-bottom: 0;
}

.stonyLocationsContainer .cta-block .cta-block-text {
    width: 100%;
    max-width: 910px;
}

.stonyLocationsContainer .cta-block .cta-block-text h1 {
    font-size: 36px;
    line-height: 1.35;
}