﻿/*!
 *
 * TYPOGRAPHY ONLY!
 *
*/

body {
    font-family: Verdana, Geneva, sans-serif;
}

.center {
    text-align: center;
}

a {
    color: #1C5BA2;
}
h2 { font-size: 14pt;
    font-weight: 700;
}
    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}

h4, h5, h6 {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #f37227;
    font-size: 14pt;
    font-weight: bold;
}

    h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none;
    }

        h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            text-decoration: underline;
        }

.light-green-text {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #bed3c4;
    font-size: 14pt;
    font-weight: bold;
}

@media (max-width: 530px) {
    h1, h2, h3, h4, h5, h6 {
        clear: both;
    }
}

.label {
    color:black !important;
}

.print-ad-header {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #1D5CA2 /*#3f7bfc;*/ 
}