﻿/* Content Styles */
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #333;
    -webkit-text-size-adjust: none;
}
body * {
    font-family: Helvetica,Arial,sans-serif;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
    margin : 0;
    padding : 0;
}
h1 {
    color: #222;
    font-size: 32px;
    line-height: 1.2em;
    margin: 0px 0 .5em 0;
}
h2 {
    color: #222;
    font-size: 26px;
    line-height: 1.3em;
    margin: 1.07em 0 .535em 0;
}
h2:first-child {
    margin-top: 0;
}
.carousel-right h1, .carousel-right h2 {
    margin-left:18px;
}
.carousel-item h1, .carousel-item h2 {
    margin-top:25px;
}
h3 {
    color: #333;
    font-size: 21px;
    line-height: 1.25em;
    margin: .7em 0 .25em 0;
}
h3.center {
     text-align:center;
}
h4 {
    color: #333;
    font-size: 17px;
    line-height: 1.4em;
    margin: 1.14em 0 .57em 0;
}
h5 {
    color: #333;
    font-size: 16px;
    line-height: 1.6em;
    margin: 1.14em 0 .47em 0;
}
h6 {
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
    margin: .9em 0 .4em 0;
}
h1 .secondary, h2 .secondary {
    color: #666;
}
h3 .secondary, h4 .secondary, h5 .secondary, h6 .secondary {
    color: #777;
}
.content-left p img {
    margin:0 0 10px 0;
}
p {
    color: #333;
    line-height: 1.6em;
    margin: 1.07em 0 .535em 0;
    font-size: 13px;
}
.quote p {
    display:block;
    font-size:15px;
    padding-left:10px;
}
.section-nav .section-holder h2 {
    font-size:26px;
    margin:0;
    padding:0;
}
a:focus, input { outline: none!important; }
a:link, a:visited { 
    color: #3095b4;
}
a:hover, a:focus, a:active  {
    color: #e98300;
}
ol li ol li {
    list-style-type: lower-alpha;
}
.nobr {
    white-space:nowrap;
}