/* CSS Document */
body {
    width:100%;
    margin:0 auto;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    color: #000;
    background-image:none;
    background-color:#fff;
}
p, li {
    font-family:"Times New Roman", Times, serif;
    font-size:14pt;
}
.site-header {
    padding:10px 0;
}
.tele {
    position: absolute;
    right:20px;
    top:30px;
}
.tele a:link{
    color:#000;
    text-decoration:none;
    font-size:22pt;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
h1 {
    font-size:250%;
}
h2 {
    font-size:220%;
}
h3 {
    font-size:190%;
}
h4 {
    font-size:160%;
}
h5 {
    font-size:140%;
}

section#introduction,
section#statistics {
    page-break-after: auto;
}
section, .services-list div:first-child {
    page-break-after: always;
}
.small-screens {
    display:block;
}
.small-screens img {
    display:block;
    margin:0 auto;
}
q, blockquote {
    quotes:none;
}
#content-wrapper img {
    display:none;
}
#content-wrapper a {
    text-decoration:none;
    color:#000;
}
.sitemap #content-wrapper a:after{
    content:" : www.coalitiontechnologies.com/"attr(href);
}
nav,
.small-screen-nav,
.pageScrollerNav,
.flexslider-container,
.large-screens,
#clients,
#homepage blockquote,
#partners,
#sitemap,
.blog-posts,
#statistics h2.title,
.link,
.breadcrumb, .pageScroll,  .pageScrollNav, #process img, form {
    display:none;
}