/* Chat */
.pl-chat a {
    display: block;
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    width: 68px;
    height: 68px;
    background: #e64b3c url('../assets/chat.svg') no-repeat;
    background-size: 50%;
    background-position: center 13%;
    border-radius: 100%;
    text-decoration: none;
    color: #fff;
    font-family: 'Trebuchet MS', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 7.5em;
    box-shadow: 0px 2px 3px rgba(0,0,0,.2);
    z-index: 999999;
}
.pl-chat a:hover {
    background-color: #e33625;
}

@media screen and (max-width: 760px) {
    .pl-chat a {
        bottom: .5em;
        right: .5em;
    }
}

.hero#large {
  background-color: #2980ba;
}