﻿body {
    font-family: 'Avant Garde',Avantgarde,'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
}

.clear-float::after {
    content: "";
    display: block;
    clear: both;
}

@page {
    size: 8.5in 11in;
    margin: .5in;
}

@media screen and (max-width: 1300px) {
    body {
        font-size: 12px;
    }
}

@media print {
    a[href]:after {
        /* Overrides Bootstrap behavior of showing link href when printing */
        content: none !important;
    }
}
