@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('/components/assets/fonts/encodesanscompressed-200-extralight-webfont-woff2.woff2') format('woff2'), url('/components/assets/fonts/encodesanscompressed-200-extralight-webfont-woff.woff') format('woff'), url('/components/assets/fonts/encodesanscompressed-200-extralight-webfont-tff.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('/components/assets/fonts/encodesanscompressed-400-regular-webfont-woff2.woff2') format('woff2'), url('/components/assets/fonts/encodesanscompressed-400-regular-webfont-woff.woff') format('woff'), url('/components/assets/fonts/encodesanscompressed-400-regular-webfont-tff.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('/components/assets/fonts/encodesanscompressed-700-bold-webfont-woff2.woff2') format('woff2'), url('/components/assets/fonts/encodesanscompressed-700-bold-webfont-woff.woff') format('woff'), url('/components/assets/fonts/encodesanscompressed-700-bold-webfont-tff.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('/components/assets/fonts/encodesanscompressed-900-black-webfont-woff2.woff2') format('woff2'), url('/components/assets/fonts/encodesanscompressed-900-black-webfont-woff.woff') format('woff'), url('/components/assets/fonts/encodesanscompressed-900-black-webfont-tff.ttf') format('truetype');
  font-weight: 900;
}
/* --------
KCMS-306 8/2015 : transitional typography update. Updates fonts to Boundless
brand pre-mobile
/*---------------------------------------------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100%;
}
body {
  font-size: 75%;
  color: #444;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
#content {
  font-size: 1.2em;
  line-height: 1.5;
  color: #000;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #111;
}
h1 {
  font-size: 3em;
  line-height: 1.2;
}
h2 {
  font-size: 2em;
  line-height: 1.2;
  padding: 0 0 0.3em 0;

}
h3 {
  font-size: 1.75em;
  line-height: 1.2;
  padding: 0 0 0.3em 0;
}

h4 {
  font-size: 1.2em;
  line-height: 1.2;
    padding: 0 0 0.3em 0;

}
h5 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
   padding: 0 0 0.3em 0;

}
h6 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  padding: 0 0 0.3em 0;

}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0;
  padding: 0 0 1em 0;
}
/*
  These can be used to pull an image at the start of a paragraph, so
  that the text flows around it (usage: <p><img class="left">Text</p>)
 */
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus,
a:hover {
  color: #2964ba;
}
a {
  color: #2964ba;
  text-decoration: underline;
}
blockquote {
  margin: 1.5em;
  font-style: italic;
}
strong,
dfn {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding-left: 1.5em;
  padding-bottom: 0.75em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */
/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
/*
  You can zebra-stripe your tables in outdated browsers by adding
  the class "even" to every other table row.
 */
tbody tr:nth-child(even) td,
tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Custom
-------------------------------------------------------------- */
/* -------- Headings --------- */
h1.mainPageTitle {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1em;
  color: #363636;
  margin-bottom: 0.5em;
  margin: 0;
  /*letter-spacing:-1px;*/
  padding: 0 0 0 190px;


}
#content table thead h3 {
  color: #fff;
}
#content h3.special {
  font-weight: bold;
  background: url('/components/general/images/content-divider.jpg') no-repeat bottom center;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;

}
/* KCMS-306 8/2015 newest brand for inner pages */
.util-uppercase {
  text-transform: uppercase;
}
#mainCol {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
#mainCol h2,
#mainCol h3,
#mainCol h4,
#mainCol h5,
#mainCol h6 {
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #4b2e84;
}
#mainCol h2 {
  font-weight: bold;
  font-size: 1.9em;
  line-height: 1.2;

}
#mainCol .w-header-group {
  display: inline-block;
  margin: 0 0 1.5em 0;
}
#mainCol .w-title {
  font-family: 'Encode Sans Compressed', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #4b2e84;
  line-height: 1;
  padding: 0;
  margin: 0 0 .2em 0;
}
#mainCol .w-title--section {
  font-family: 'Encode Sans Compressed', sans-serif;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  color: #4b2e84;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#mainCol .w-title-decorative-line {
  display: block;
  margin: 18px 0 18px;
  overflow: hidden;
}
#mainCol .w-title-decorative-line span {
  display: block;
  background-color: #4b2e84;
  height: 9px;
  margin: 0 0 0 -5px;
  -webkit-transform: skew(-25deg, 0deg);
      -ms-transform: skew(-25deg, 0deg);
          transform: skew(-25deg, 0deg);
  width: 30%;
}
#mainCol .w-subtitle,
#mainCol p.w-subtitle {
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #4b2e84;
  font-weight: 200;
  font-size: 2.1em;
  line-height: 1;
  padding: 0;
  margin: 0 0 1em 0;

}
#mainCol .w-subtitle--tan,
#mainCol p.w-subtitle--tan {
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #b7a57a;
  font-weight: 200;
  font-size: 2.1em;
  line-height: 1;
  padding: 0 0 0.5em 0;
  margin: 0
}
#mainCol .w-styling-examples-table {/* display tables in living style guide */
  font-size: inherit;
}
#mainCol .w-styling-examples-table tbody tr td {/* specifity due to legacy overrides */
  font-size: inherit;
  padding: 1em 0 0;
  vertical-align: top;
}
/* END KCMS-306 8/2015 */
#siteNavigationHome a {
  color: #363636;
  text-decoration: none;
}
#rightCol h3,
#rightCol h4 {
  color: #363636;
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 0.2em 0;
  font-weight: bold;
}
/* A.A. 11/04/13 - Remove h4.sectionTitle2 after the markup is updated */
h4.sectionTitle2,
span.sectionTitle2 {
  color: #969696;
  padding-left: 190px;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 1px;
  font-style: normal;
  display: block;
}
h4.sectionTitle3 {
  display: none;
}
.footer h4 {
  color: #363636;
  font-weight: bold;
  font-size: 13px;
}
/* -------- Content --------- */
#content ul,
#content ol {
  margin-left: 10px;
}
#mainCol ul {
  padding-left: 5px;
}
#mainCol ul li {
  list-style-type: none;
    padding: 0 0 0.3em 15px;
  background: url('/components/standard/images/list-img.gif') no-repeat left 8px;
}
#mainCol a {
  color: #2964ba;
  text-decoration: none;
}
#mainCol a:hover {
  text-decoration: none;
  color: #380982;
}
.mainNavigation {
  font-weight: 300;
}
#content ul ul,
#content ol ol {
  margin-bottom: 3px;
  margin-top: 3px;
}
#content ul ul {
  list-style-type: circle;
}
#content blockquote {
  margin-left: 20px;
  padding-left: 20px;
}
table.plain-table thead th {
  background: #fff;
}
table.plain-table tbody tr:nth-child(even) td,
table.plain-table tbody tr.even td {
  background: #fff;
}
table.plain-table .cell-highlight {
  background: #e5ecf9 !important;
}
table.plain-table thead th {
  /* goes along the top row of table*/
  background: #333333;
}
#content .font11 {
  font-size: 11px;
  line-height: 16px;
}
#content .font12 {
  font-size: 12px;
  line-height: 19px;
}
/*Google Font 'Oswald'*/
.font-alt1,
.font-alt2,
.font-alt3 {
  font-family: 'Oswald', sans-serif;
}
.font-alt1 {
  font-size: 5.8em;
  line-height: 65px;
  letter-spacing: -3px;
  margin-bottom: 5px;
}
.font-alt3 {
  font-size: 3.8em;
  line-height: 45px;
  letter-spacing: -1px;
  margin-bottom: 2px;
}
#mainCol ul.quickfacts3 span {
  font: 5.8em/65px 'Oswald', sans-serif;
  letter-spacing: -3px;
  margin-bottom: 5px;
}
