body{
    margin: 0;
    padding: 0;
    background: #eee;
    color: #333;
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

*{
    box-sizing: border-box;
}

body, button, input, textarea{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a{
    color: inherit;
}

small a{
    color: #006cdf;
}

h1 a, h2 a, h3 a, h4 a,
a.tel{
    text-decoration: none;
}

#page{
    position: relative;
    margin: calc(2vh + 2vw) auto;
    max-width: 800px;
    background: #fff;
    padding: 1.25rem 1.75rem;
    box-shadow: 0 0 5rem -2rem rgb(0 0 0 / 30%), 0 0.25rem 0.5rem -0.25rem rgb(0,0,0,.1);
    border-radius: 3px;
}

h1{
    font-weight: 300;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

h2{
    font-size: 1.25rem;
    font-weight: 500;
}

h3{
    font-size: 1.025rem;
    font-weight: 500;
}

h1 small{
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

#header h1{
    margin: 0;
    font-size: 1.8rem;
}

#header h1 b{
    font-weight: 300;
    display: inline-block;
}

#header{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.info b, 
a.tel{
    font-weight: 500;
}

.content > *:last-child{
    margin-bottom: 0;
}

iframe{
    max-width: 100%;
    border-radius: 3px;
    width: 100%;
}

ul{
    padding-left: 2.5rem;
}

hr{
    border: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.call-to-action{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.call-to-action-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: .5rem 1.75rem;
    border-radius: 3rem;
    background: #006cdf;
    color: #fff;
    font-weight: 500;
    font-size: 85%;
    background: transparent;
    border: 1px solid #006cdf;
    color: #006cdf;
}

.call-to-action-btn .tel-number{
    display: inline-block;
    margin: .25rem 0;
    font-size: 240%;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
}

.call-to-action-icon{
    /* position: absolute;
    width: 24px;
    height: auto;
    top: -14px;
    left: 50%;
    margin-left: -12px;
    border-radius: 100%;
    background-color: #fff; */
    width: 22px;
    height: auto;
    display: inline-block;
    margin-right: .75rem;
    margin-top: .75em;
}

.call-to-action-2 .call-to-action-btn{
    font-size: 70%;
    padding: .3rem 2rem;
}

.call-to-action-2 .call-to-action-icon{
    width: 20px;
    margin-top: .5em;
}

.footer-links{
    text-align: center;
}

.footer-links a{
    display: inline-block;
    margin: .25rem;
}

.checklist{
    display: inline-block;
    margin: .025rem 0;
    color: #237a00;
}

.checklist:first-of-type{
    margin-top: .12rem;
}

.checklist icon{
    display: inline-block;
    margin-left: -1.25rem;
    margin-right: .5rem;
    font-weight: bold;
}

@media only screen and (min-width: 390px){
    .call-to-action-btn{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 576px){
    #header h1{
        font-size: 2.2rem;
    }

    h1 small{
        font-size: 1rem;
    }

    .call-to-action-btn .tel-number{
        font-size: 320%;
    }

    .call-to-action-icon{
        width: 30px;
        margin-top: 0;
    }

    .call-to-action-2 .call-to-action-icon{
        width: 24px;
        margin-top: 0;
    }
}