body {
    /*font-family: 'Dosis', sans-serif;*/
    font-weight: 300;
    position: relative;
    transition: left 300ms ease-out;
}
body.scroll-lock {
    overflow: hidden;
}
body.mobile-nav-open {
    left: -80vw;
}
body.mobile-nav-open header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::before,
body.mobile-nav-open header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::after {
    background: #FFF;
}
body.mobile-nav-open header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::before {
    top: 0;
    transform: rotate(135deg);
}
body.mobile-nav-open header #mobile-nav-bar a#mobile-nav-toggle #burger-bar {
    background: rgba(232, 74, 100, 0) none repeat scroll 0 0;
}
body.mobile-nav-open header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::after {
    bottom: 0;
    transform: rotate(225deg);
}
body.mobile-nav-open header #mobile-nav-bar #mobile-nav-open-click-catcher {
    display: block;
}
body.mobile-nav-open header navigation {
    left: 20vw;
    opacity: 1;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}
.italic {
    font-style: italic;
}
.invisible {
    opacity: 0;
}
header {
    background-color: #FFF;
    position: relative;
    z-index: 2;
}
header a#logo {
    color: #000;
    display: block;
    /*font-family: 'Libre Baskerville', serif;
    font-family: 'Sorts Mill Goudy', serif;*/
    margin: 0 auto;
    max-width: 520px;
    padding: 14px 20px;
    text-align: center;
}
header a#logo:hover,
header a#logo:active,
header a#logo:focus {
    opacity: 0.6;
    text-decoration: none;
}
header a#logo p.title {
    border-bottom: 1px solid black;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 7px;
}
header a#logo .subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
header #mobile-nav-bar {
    background-color: #172F4C;
    display: block;
    height: 46px;
    position: relative;
    width: 100%;
}
header #mobile-nav-bar a.phone {
    color: #FFF;
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    width: 170px;
}
header #mobile-nav-bar a#mobile-nav-toggle {
    color: #FFF;
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::before,
header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::after {
    backface-visibility: hidden;
    background: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.6s ease 0s, background 0s ease 0s;
    width: 100%;
}
header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::before {
    top: -6px;
    transform: rotate(0deg);
}
header #mobile-nav-bar a#mobile-nav-toggle #burger-bar {
    background: #FFF;
    display: block;
    height: 2px;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: background 0.3s ease 0s;
    width: 20px;
}
header #mobile-nav-bar a#mobile-nav-toggle #burger-bar::after {
    bottom: -6px;
    transform: rotate(0deg);
}
header #mobile-nav-bar #mobile-nav-open-click-catcher {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 20vw;
}
header navigation {
    background-color: #172F4C;
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
    height: 100%;
    left: 100vw;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 300ms ease-out;
    width: 80vw;
    z-index: 0;
}
header navigation ul {
    list-style: outside none none;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
}
header navigation ul.container {
    padding: 0;
}
header navigation ul li {
    border-top: 1px solid #FFF;
    display: block;
    text-align: center;
}
header navigation ul li a {
    color: #FFF;
    display: block;
    font-size: 17px;
    height: 55px;
    line-height: 55px;
}
header navigation ul li a:hover,
header navigation ul li a:active,
header navigation ul li a:focus {
    color: #FFF;
    text-decoration: none;
}
header navigation ul li.phone {
    display: none;
}
header navigation ul li.phone a {
    font-family: 'Libre Baskerville', serif;
}
main {
    min-height: 75vh;
    overflow: hidden;
}
main .container.limited-width {
    max-width: 1030px;
}
main h1.title {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 16px;
}
main .body p {
    font-size: 18px;
}
footer {
    background-color: #FFF;
    padding: 50px 20px 0;
}
footer::after {
    background-color: #520606;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
footer .text-wrapper {
    margin: 0 auto;
    max-width: 470px;
}
footer .text-wrapper .body .phone-and-email {
    margin-bottom: 40px;
}
footer .text-wrapper .body .phone-and-email .phone,
footer .text-wrapper .body .phone-and-email .email {
    color: #243552;
    font-size: 22px;
}
footer .text-wrapper .body .phone-and-email .phone:hover,
footer .text-wrapper .body .phone-and-email .phone:active,
footer .text-wrapper .body .phone-and-email .email:hover,
footer .text-wrapper .body .phone-and-email .email:active {
    color: #045395;
    text-decoration: none;
}
footer .text-wrapper .body .phone-and-email .phone .image,
footer .text-wrapper .body .phone-and-email .email .image,
footer .text-wrapper .body .phone-and-email .phone p,
footer .text-wrapper .body .phone-and-email .email p {
    display: inline-block;
}
footer .text-wrapper .body .phone-and-email .phone .image,
footer .text-wrapper .body .phone-and-email .email .image {
    margin-right: 6px;
    position: relative;
}
footer .text-wrapper .body .phone-and-email .phone .image {
    background-image: url(images/phone-1.png);
    background-position: -20px -14px;
    height: 28px;
    top: 7px;
    width: 40px;
}
footer .text-wrapper .body .phone-and-email .phone:hover .image,
footer .text-wrapper .body .phone-and-email .phone:active .image {
    background-image: url(images/phone-2.png);
}
footer .text-wrapper .body .phone-and-email .email .image {
    background-image: url(images/email-1.png);
    background-position: -19px -17px;
    height: 27px;
    top: 11px;
    width: 41px;
}
footer .text-wrapper .body .phone-and-email .email:hover .image,
footer .text-wrapper .body .phone-and-email .email:active .image {
    background-image: url(images/email-2.png);
}
footer .text-wrapper .body .phone-and-email .phone p,
footer .text-wrapper .body .phone-and-email .email p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    top: 4px;
}
footer .text-wrapper .body .phone-and-email .phone,
footer .text-wrapper .body .phone-and-email .email {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
footer .legal {
    font-family: 'Libre Baskerville', serif;
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}
footer .legal2 {
    padding-bottom: 8px;
    text-align: center;
}
footer .legal2 .copyright {
    color: #337AB7;
}
footer .legal2 .pipe {
    display: inline-block;
    padding: 0 10px;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
    body.mobile-nav-open {
        left: 0;
        overflow: auto;
    }
    header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
    header a#logo {
        max-width: 718px;
        padding: 28px 6px 36px;
    }
    header a#logo p.title {
        font-size: 43px;
        line-height: 51px;
        margin: 0 36px 6px;
        padding-bottom: 2px;
    }
    header a#logo .subtitle {
        font-size: 20px;
        line-height: 21px;
    }
    header #mobile-nav-bar {
        display: none;
    }
    header navigation {
        display: block;
        opacity: 1;
        position: static;
        transition: none;
        width: auto;
    }
    header navigation ul.container {
        max-width: 1100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    header navigation ul li {
        border-top: none;
        display: inline-block;
        text-align: left;
    }
    header navigation ul li.phone {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    header navigation ul li a {
        margin: 0 10px;
        padding: 0 8px;
    }
    header navigation ul li a.active {
        border-bottom: 1px solid #FFF;
        height: 38px;
        padding-bottom: 2px;
    }
    main {
        margin-top: 193px;
    }
    footer {
        padding: 60px 20px 0;
    }
    footer .text-wrapper .body .phone-and-email .phone,
    footer .text-wrapper .body .phone-and-email .email {
        margin-bottom: 0;
    }
    footer .text-wrapper .body .phone-and-email .phone {
        float: left;
    }
    footer .text-wrapper .body .phone-and-email .email {
        float: right;
    }
}
@media (min-width: 992px) {
}
/* EXTRA LARGE, RARE CASE */
@media (min-width: 1200px) {
}
