﻿/*!
 * Copyright 2019 Resurgent Capital Services.  All rights reserved.
 */

a.active-link::before {
    content: "\2022";
    position: absolute;
    height: 1em;
    left: .6em
}

body {
    background-color: #fff;
    margin: 0
}

.header {
    padding: 2rem;
    background-size: cover;
    background-position: center;
    outline: 3px solid #045782;
    outline-offset: -20px
}

.h1, h1 {
    color: #fff;
    line-height: 3.125rem;
    font-family: serif;
    font-size: 2rem;
    font-weight: 400;
    text-align: center
}

.main-content {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #05286c;
    max-width: 675px;
    margin: auto;
    padding-top: 10px
}

.content-header {
    font-weight: 700
}

.phone-btn {
    background: linear-gradient(#3275a0,#062037);
    border: none;
    border-radius: .5em;
    padding: 7px 10px 7px 10px;
    margin-top: 10px
}

.phone-link {
    color: #fff;
    text-decoration: none
}
