.home-notaries {
    overflow: hidden;
    padding: 2em 0;
}

.home-notaries h2 {
    font-size: 1.875em;
    line-height: 1.2;
    margin-bottom: 0.6em;
    margin-top: 2.3em;
}

.home-notaries p {
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 1em;
}

.home-notaries a, .home-notaries p, .home-notaries h2, .home-notaries li {
    color: white;
}

.home-notaries .image-container {
    padding: 3rem;
    padding-left: 0;
}

.home-notaries-more {
    font-size: 1.25em;
}

@media (min-width: 1000px) {
    .home-notaries .l-cell50:first-child {
        padding-right: 4em;
    }
}

@media (max-width: 1000px) {
    .home-notaries h2 {
        margin-top: 1em;
    }
}

.ournotaries {overflow: hidden;}

.ournotaries .blueish {
    padding: 3em 2em 2em;
    min-height: 450px;
    border-radius: 4px 0 0 4px;
}

.ournotaries h2 {
    margin-top: 0;
    font-size: 1.875em;
    line-height: 1.2em;
}

.ournotaries p {
    font-size: 1.15em;
    font-weight: 300;
}

.findnotary {
    padding: 3.125rem 0 4.375rem;
}

.findnotary h2 {
    font-size: 1.875em;
    margin-top: 0;
}

.findnotary-items {
    border-bottom: 1px solid #DBE4EB;
}

.findnotary-item {
    border-top: 1px solid #DBE4EB;
    padding: 1em;
}

.findnotary-item:after {
    content: '';
    clear: both;
    display: block;
}

.findnotary-item > div {
    font-size: 0.875em;
    font-weight: 300;
}

.findnotary-item h3 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.9em;
    color: #154E84;
    margin: 0;
}

.findnotary-item[data-notaryid] {
    cursor: pointer;
}

.findnotary-item--is-selected {
    background: #eff5ea;
    border-color: #b2cc99;
}

.findnotary-picture {
    float: left;
    margin: 15px 20px;
    border-radius: 3px;
    width: 60px;
    max-height: 60px;
}

.pin {
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 50% 0%;
    background: #FFFFFF;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    cursor:pointer;
}
.pin:before {
    content: "";
    width: 14px;
    height: 14px;
    margin: 3px 0 0 3px;
    background: #dd9d10;
    position: absolute;
    border-radius: 50% 50% 50% 0%;
}
.pin:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: 7px 0 0 7px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50% 50% 50% 50%;
}
