/*misc info*/
/*
font-family: 'Droid Sans', sans-serif;

font-family: 'Open Sans', sans-serif;

font-family: 'Roboto', sans-serif;
*/
/*start*/
body {
    background: #f8ad0b;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

ol ul li {
    list-style-type: disc;
}

ol {
    counter-reset: item;
}

ol > li {
    margin: 0.1em 0;
    list-style-type: none;
    counter-increment: item;
    list-style-position: inside;
    padding: 2px 0 2px 20px;
    text-indent: -1em;
}

ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 1em;
    font-weight: 600;
    text-align: right;
    content: counter(item) ".";
}

blockquote {
    padding-top: 0;
    padding-bottom: 1em;
}

.semi-bold {
    font-weight: 600;
}

a {
    color: #3e3e94;
    font-size: 14px;
}

a:hover {
    color: #f8ad0b !important;
    text-decoration: none;
}

table {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-collapse: separate;
}

.container {
    max-width: 1024px;
    background: #ffffff;
    border: none;
}

.breadcrumb {
    background: transparent;
}

.navbar-nav > li > a,
.navbar-brand {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    height: 40px;
}

.navbar {
    min-height: 40px !important;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    color: #ffffff !important;
    outline: none;
}

.navbar-default {
    background-color: #3e3e94;
    font-weight: 600;
    margin: 0 -15px;
    outline: none;
    border: none;
}

.navbar-nav > li > a {
    color: #ffffff !important;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-nav > li > a:hover {
    color: #f8ad0b !important;
    background-color: transparent !important;
    outline: none;
}

.navbar-default .navbar-nav > .active > a {
    color: #f8ad0b !important;
    background-color: transparent !important;
    outline: none;
}

/*small screen toggle*/
.navbar-default .navbar-toggle {
    border-color: #f8ad0b;
    background-color: #3e3e94;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f8ad0b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8ad0b;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #3e3e94;
}

/*Header items*/
.center-item {
    text-align: center;
    margin: 0 auto;
}

.home-image-top-gap {
    margin-top: 30px;
}

p.header-phone-number {
    color: #100249;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    margin-top: 32px;
    line-height: 1em;
}

p.header-email-address {
    color: #3e3e94;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
}

/*main content items*/
.home-content-row {
    padding: 0 70px;
}

h3.main-headline {
    font-weight: 700;
    font-size: 32px;
    color: #3e3e94;
}

p.main-headline-subhead {
    font-weight: 600;
    font-size: 30px;
    color: #fe7f0f;
    font-style: italic;
    line-height: .5em;
    padding-bottom: .5em;
}

.body-copy-bold-header {
    color: #3e3e94;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
}

.patent {
    font-weight: 100;
}

/*footer content items*/
.footer-row {
    padding: 0px 0px;
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    color: #6d6f71;
    font-size: 12px;
    border-top: solid 1px #333333;
    margin-top: 10px;
    padding: 20px 0px 10px 0px;
}

.footer-text a {
    font-size: 12px;
}

.footer-nav li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.footer-nav a {
    text-decoration: none;
    font-size: 12px;
}

.footer-nav a:link {
    color: #333333;
}

.footer-nav a:visited {
    color: #333333;
}

.footer-nav a:hover {
    color: #f8ad0b;
}

.footer-active {
    color: #f8ad0b !important;
}

/*interior header items*/
p.interior-header-phone-number {
    color: #100249;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
    line-height: 1em;
}

p.interior-header-email-address {
    color: #3e3e94;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    line-height: .2em;
}

/*interior content items*/
.interior-content-row {
    padding: 0 40px 20px 40px;
}

.interior-content-row-charts {
    padding: 0 40px 0px 40px;
}

/*breadcrumbs*/
.interior-breadcrumb-row {
    color: #3e3e94;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 55px;
}

.interior-breadcrumb-row a:link {
    color: #3e3e94;
    font-size: 16px;
}

.interior-breadcrumb-row a:hover {
    color: #fe7f0f;
    font-size: 16px;
}

.breadcrumb-right-angle {
    color: #fe7f0f;
    font-size: 16px;
}

/*The blues*/
.blue {
    color: #3e3e94 !important;
}

.bold-blue {
    color: #3e3e94;
    font-weight: 600;
}

.bold-bigger-blue {
    color: #3e3e94;
    font-size: 15px;
    font-weight: 600;
}

/*K series, designer wants a little more space on a few small lines of text, but nowhere else*/
.line-spacing-special {
    margin-top: -6px;
}

/*common product info*/
.common-info {
    font-family: 'Open Sans', sans-serif;
    margin: 0 40px;
    border-top: solid 1px #333333;

    /*border-bottom: solid 1px #333333;*/
    padding: 20px 0;
}

.common-info blockquote {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    border-left: none;
    padding: 0 20;
    margin-bottom: 0;
}

img.common-info-img {
    border: solid 1px #3e3e94 !important;
    color: #3e3e94 !important;
    margin-bottom: 5px;
}

img.small-image {
    border: solid 1px #3e3e94 !important;
}

img.small-image:hover {
    border: solid 1px #fe7f0f !important;
}

/*components page table*/
table.components-table tr td {
    border-top: none;
    padding: 1px 0;
    line-height: 18px;
    font-size: 14px;
}

table.components-table th {
    border-top: none;
    padding: 1px 0;
    line-height: 18px;
    font-size: 14px;
}

table.components-table img {
    margin: 0px 0px 10px 0;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table-hairlines {
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 10px 0;
}

table.row-hairline-bottom {
    border-collapse: collapse;
}

tr.row-hairline-bottom {
    border-bottom: solid 1px #333333;
}

th.row-hairline-bottom {
    border-bottom: solid 1px #333333;
}

.cell-padding {
    line-height: 1.8em;
}

/*dark links*/
.darklink a:link {
    color: #000000 !important;
}

.darklink a:visited {
    color: #000000 !important;
}

.darklink a:hover {
    color: #f8ad0b !important;
    text-decoration: none;
}

@media print {
    .noprint {
        display: none !important;
    }

    a:link:after,
    a:visited:after {
        display: none;
        content: "";
    }
}