﻿
/*=======================================
        Typography including headings
 =======================================*/

@charset "UTF-8";


@font-face {
    font-family: "ato-font-family-v2";
    src: url("../CSS/fonts/ato-font-family-v2.eot");
    src: url("../CSS/fonts/ato-font-family-v2.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/ato-font-family-v2.woff") format("woff"), url("../CSS/fonts/ato-font-family-v2.ttf") format("truetype"), url("../CSS/fonts/ato-font-family-v2.svg#ato-font-family-v2") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "swiss721bt";
    src: url("../CSS/fonts/233CC5_0_0.eot");
    src: url("../CSS/fonts/233CC5_0_0.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/233CC5_0_0.woff") format("woff"), url("../CSS/fonts/233CC5_0_0.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "swiss721bt";
    src: url("../CSS/fonts/233CC5_1_0.eot");
    src: url("../CSS/fonts/233CC5_1_0.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/233CC5_1_0.woff") format("woff"), url("../CSS/fonts/233CC5_1_0.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "swiss721bt";
    src: url("../CSS/fonts/233CC5_2_0.eot");
    src: url("../CSS/fonts/233CC5_2_0.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/233CC5_2_0.woff") format("woff"), url("../CSS/fonts/233CC5_2_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "swiss721bt";
    src: url("../CSS/fonts/233CC5_3_0.eot");
    src: url("../CSS/fonts/233CC5_3_0.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/233CC5_3_0.woff") format("woff"), url("../CSS/fonts/233CC5_3_0.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "swiss721bt";
    src: url("../CSS/fonts/233CC5_4_0.eot");
    src: url("../CSS/fonts/233CC5_4_0.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/233CC5_4_0.woff") format("woff"), url("../CSS/fonts/233CC5_4_0.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: "swiss721bt", 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

form {
    font-family: "swiss721bt", 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

p {
    color: #333;
    width: 85%;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    text-align: left;
}
    p > strong {
        color: #333;
    }

ul > li > a, p > a {
    color: #4466da;
    text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: inherit;
    font-weight: lighter;
    line-height: 1.1em;
    color: inherit;
}

[data-icon]:before {
    font-family: "ato-font-family-v2" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*ExternalLink Icon*/
.icon-external-link:before {
    content: "\E0B1";
}

[class*=" icon-"]:before,
[class*=" icon-"]:after {
    font-family: "ato-font-family-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

.icon-external-link,
.icon-inline {
    display: inline-block;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    p {  font-size: 17px; }
}
