/* ==========================================================================
   PRINTABLE.CSS
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.grid, .clearfix {
  zoom: 1;
}
.grid:before, .clearfix:before, .grid:after, .clearfix:after {
  content: " ";
  display: table;
}
.grid:after, .clearfix:after {
  clear: both;
}

.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.center-child-vertically {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.translate-center-v, .center-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ie8 .translate-center-v, .ie8 .center-v, .ie7 .translate-center-v, .ie7 .center-v {
  top: 5%;
}

.translate-center-v-h, .center-v-h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ie8 .translate-center-v-h, .ie8 .center-v-h, .ie7 .translate-center-v-h, .ie7 .center-v-h {
  top: 5%;
  left: 5%;
}

.hidetext {
  text-indent: -9999px;
}

.eliminate-descender-space {
  line-height: 1em;
  height: 0.9em;
  padding-top: 0.02em;
}

.reset-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.remove-outer-children-margin > :first-child {
  margin-top: 0;
}
.remove-outer-children-margin > :last-child {
  margin-bottom: 0;
}

.remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > :first-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > a:first-child > :first-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > div:first-child > :first-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > form:first-child > :first-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > div[class*=x_slot]:first-child + *, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > div[class*=x_placeholder]:first-child + *, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > div[class*=x_spacer]:first-child + * {
  margin-top: 0;
}
.remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > :last-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > a:last-child > :last-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > div:last-child > :last-child, .remove-outer-children-margin-accounting-for-inconsequential-parents-and-siblings > form:last-child > :last-child {
  margin-bottom: 0;
}

.absolute-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfloats, .clearfloat, .clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.containfloats {
  overflow: hidden;
}

.floatleft {
  display: block;
  float: left;
}

.floatright {
  display: block;
  float: right;
}

.width-100percent {
  width: 100%;
}

html .align-left {
  text-align: left;
}
html .align-right {
  text-align: right;
}
html .align-center, html .print-tool-bar a, .print-tool-bar html a, html .centertext {
  text-align: center;
}

.normaltext, .normalweight {
  font-weight: normal;
  font-style: normal;
}

.boldtext {
  font-weight: bold;
}

.italictext {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.strike-through {
  text-decoration: line-through;
}

.graphic {
  display: block;
  text-indent: -9999px;
}

.clickable {
  cursor: pointer;
}

a.block, span.block, label.block {
  display: block;
}

.labels-display-block label {
  display: block;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline, label.inline, span.inline, img.inline {
  display: inline !important;
}

h1.inline-block, h2.inline-block, h3.inline-block, h4.inline-block, h5.inline-block, h6.inline-block, label.inline-block, span.inline-block, img.inline-block {
  display: inline-block !important;
}

html .underlined,
html .underline a.underlined,
html a.underline,
html strong.underlined,
html strong.underline,
html span.underlined,
html span.underline {
  text-decoration: underline;
}

html a.no-underline, html a.no-underline:hover {
  text-decoration: none;
}

html a.hover-underline {
  text-decoration: none;
}
html a.hover-underline:hover {
  text-decoration: underline;
}

a.img-hover-fade:hover picture, a.img-hover-fade:hover img {
  opacity: 0.8;
}

a.icon-hover-fade:hover svg {
  opacity: 0.8;
}

a.tel-link, a.tel-link:hover {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

.no-padding {
  padding: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap,
.nowrap-links a,
.nowrap-spans span,
.nowrap-divs div {
  white-space: nowrap;
}

.fill-parent, .fill-parent > svg {
  display: block;
  height: 100%;
  width: 100%;
}

.svg-fill-container {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-fill-container svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.setup-black.x_fitText, .setup-black .x_fitText {
  background-color: #000000 !important;
}

.setup-white.x_fitText, .setup-white .x_fitText {
  background-color: #ffffff !important;
}

[class*=x_placeholder] {
  display: none;
}

/* ==========================================================================
   Grid
   ==========================================================================  */
.grid {
  margin: 14pt -14pt 0 0;
}
.grid, .grid *, .grid :before, .grid :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .grid {
  margin: 0 -14pt 0 0;
}
.grid > hr:first-child {
  margin: 0 14pt 14pt 0;
}
.header-dots + .grid {
  margin-top: 14pt;
}

.grid + hr {
  margin-top: 0;
}

[class*=gcol-] {
  float: left;
  padding-right: 14pt;
  margin-bottom: 14pt;
}
[class*=gcol-] + hr {
  margin: 14pt 14pt 14pt 0;
}
[class*=gcol-] > :first-child {
  margin-top: 0;
}
[class*=gcol-] > :last-child {
  margin-bottom: 0;
}
[class*=gcol-] > p:first-child {
  margin-top: -0.25em;
}
[class*=gcol-] img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
[class*=gcol-] > img + img {
  margin-top: 14pt;
}

.gcol-1,
.gcol-2-2,
.gcol-3-3,
.gcol-4-4,
.gcol-5-5,
.gcol-6-6,
.gcol-7-7,
.gcol-8-8,
.gcol-9-9,
.gcol-10-10 {
  width: 100%;
}

.gcol-1-2,
.gcol-2-4 {
  width: 50%;
}

.gcol-1-3 {
  width: 33.33%;
}

.gcol-2-3 {
  width: 66.66%;
}

.gcol-1-4 {
  width: 25%;
}

.gcol-3-4 {
  width: 75%;
}

.gcol-1-5 {
  width: 20%;
}

.gcol-2-5 {
  width: 40%;
}

.gcol-3-5 {
  width: 60%;
}

.gcol-4-5 {
  width: 80%;
}

.gcol-1-6 {
  width: 16.66%;
}

.gcol-2-6 {
  width: 33.33%;
}

.gcol-3-6 {
  width: 50%;
}

.gcol-4-6 {
  width: 66.66%;
}

.gcol-5-6 {
  width: 83.33%;
}

.gcol-1-7 {
  width: 14.28%;
}

.gcol-2-7 {
  width: 28.56%;
}

.gcol-3-7 {
  width: 42.84%;
}

.gcol-4-7 {
  width: 57.13%;
}

.gcol-5-7 {
  width: 71.42%;
}

.gcol-6-7 {
  width: 85.71%;
}

.gcol-1-8 {
  width: 12.5%;
}

.gcol-2-8 {
  width: 25%;
}

.gcol-3-8 {
  width: 37.5%;
}

.gcol-4-8 {
  width: 50%;
}

.gcol-5-8 {
  width: 62.5%;
}

.gcol-6-8 {
  width: 75%;
}

.gcol-7-8 {
  width: 87.5%;
}

.gcol-1-9 {
  width: 11.11%;
}

.gcol-2-9 {
  width: 22.22%;
}

.gcol-3-9 {
  width: 33.33%;
}

.gcol-4-9 {
  width: 44.44%;
}

.gcol-5-9 {
  width: 55.55%;
}

.gcol-6-9 {
  width: 66.66%;
}

.gcol-7-9 {
  width: 77.77%;
}

.gcol-8-9 {
  width: 88.88%;
}

.gcol-1-10 {
  width: 10%;
}

.gcol-2-10 {
  width: 20%;
}

.gcol-3-10 {
  width: 30%;
}

.gcol-4-10 {
  width: 40%;
}

.gcol-5-10 {
  width: 50%;
}

.gcol-6-10 {
  width: 60%;
}

.gcol-7-10 {
  width: 70%;
}

.gcol-8-10 {
  width: 80%;
}

.gcol-9-10 {
  width: 90%;
}

.gclear {
  clear: both;
}

.gclear-right {
  clear: right;
}

.gclear-left {
  clear: left;
}

.gclear2 [class*=gcol-]:nth-of-type(3), .gclear2 [class*=gcol-]:nth-of-type(5), .gclear2 [class*=gcol-]:nth-of-type(7), .gclear2 [class*=gcol-]:nth-of-type(9), .gclear2 [class*=gcol-]:nth-of-type(11), .gclear2 [class*=gcol-]:nth-of-type(13), .gclear2 [class*=gcol-]:nth-of-type(15), .gclear2 [class*=gcol-]:nth-of-type(17) {
  clear: both;
}

.gclear3 [class*=gcol-]:nth-of-type(4), .gclear3 [class*=gcol-]:nth-of-type(7), .gclear3 [class*=gcol-]:nth-of-type(10), .gclear3 [class*=gcol-]:nth-of-type(13), .gclear3 [class*=gcol-]:nth-of-type(16), .gclear3 [class*=gcol-]:nth-of-type(19), .gclear3 [class*=gcol-]:nth-of-type(22), .gclear3 [class*=gcol-]:nth-of-type(25), .gclear3 [class*=gcol-]:nth-of-type(28) {
  clear: both;
}

.gclear4 [class*=gcol-]:nth-of-type(5), .gclear4 [class*=gcol-]:nth-of-type(9), .gclear4 [class*=gcol-]:nth-of-type(13), .gclear4 [class*=gcol-]:nth-of-type(17), .gclear4 [class*=gcol-]:nth-of-type(21), .gclear4 [class*=gcol-]:nth-of-type(25), .gclear4 [class*=gcol-]:nth-of-type(29), .gclear4 [class*=gcol-]:nth-of-type(33), .gclear4 [class*=gcol-]:nth-of-type(37) {
  clear: both;
}

.gright {
  text-align: right;
}

.gcenter {
  text-align: center;
}

.gtight > [class*=gcol-] {
  padding-right: 7pt;
  margin-bottom: 7pt;
}
.gtight.grid {
  margin: 0 -7pt 0 0;
}
.gtight > [class*=gcol-] + hr, .gtight hr:first-child {
  margin: 7pt 7pt 7pt 0;
}
.gtight.gvert > [class*=gcol-] {
  padding-right: 14pt;
  margin-bottom: 7pt;
}
.gtight.grid.gvert {
  margin: 0 -14pt 0 0;
}
.gtight.gvert > [class*=gcol-] + hr, .gtight.gvert hr:first-child {
  margin: 7pt 14pt 7pt 0;
}

.gloose > [class*=gcol-] {
  padding-right: 20px;
  margin-bottom: 20px;
}
.gloose.grid {
  margin: 20px -20px 0 0;
}
.gloose > [class*=gcol-] + hr, .gloose hr:first-child {
  margin: 20px 20px 20px 0;
}
.gloose.gvert > [class*=gcol-] {
  padding-right: 14pt;
  margin-bottom: 20px;
}
.gloose.grid.gvert {
  margin: 0 -14pt 0 0;
}
.gloose.gvert > [class*=gcol-] + hr, .gloose.gvert hr:first-child {
  margin: 20px 14pt 20px 0;
}

.g-no-vpad, .g-no-vpad [class*=gcol-] {
  margin-bottom: 0;
}

.grid > .header-dots {
  margin-right: 14pt;
  margin-bottom: 14pt;
}

/* ==========================================================================
   Basic Styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 14pt;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4em;
}

.print-small-text {
  font-size: 90%;
  line-height: 1.4em;
}

.print-tiny-text {
  font-size: 80%;
  line-height: 1.4em;
}

a, a:visited {
  color: #000;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10pt;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
}

.header-dots {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.1em;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #ddd;
  margin: 0 0 10pt 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

img.fit-width-image, .fit-width-image img {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.printable-show {
  display: block;
}

.printable-hide {
  display: none;
}

/* ==========================================================================
   Tool Bar
   ========================================================================== */
.print-tool-bar {
  float: left;
  margin: -7pt -7pt 14pt;
}
.print-tool-bar a {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  display: inline-block;
  border: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  background-color: #4d4b48;
  border-color: transparent;
  border-style: solid;
  border-width: 0.2rem;
  border-radius: 50vh;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.675em 1.5em 0.675em 1.5em;
  transition: 0.15s ease-in-out;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.print-tool-bar a:hover, .print-tool-bar a:focus {
  color: #ffffff;
  background-color: #252423;
}
.print-tool-bar a:first-child {
  margin-left: 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul, ol {
  display: block;
  margin-bottom: 10pt;
  padding-left: 0;
}
ul li, ol li {
  line-height: 1.3em;
  margin-bottom: 0.75em;
}

ul {
  list-style-position: outside;
}
ul li {
  margin-left: 1.2em;
}

ol {
  list-style-position: outside;
}
ol li {
  margin-left: 1.5em;
}

.box-list li {
  line-height: 1.4em;
  margin-bottom: 0.6em;
  list-style-type: none;
  margin-left: 0;
  padding-left: 2em;
  position: relative;
}
.box-list li div {
  border: 2px solid black;
  width: 0.875em;
  height: 0.9em;
  position: absolute;
  display: block;
  left: 0.15em;
  top: 0.2em;
}
.box-list .print-li-note {
  font-size: 0.75em;
  margin-left: 0.75em;
  margin-top: -0.5em;
  margin-bottom: 1em !important;
}

.list-item-note {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}

.do-not-list li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
  margin-left: 0;
  padding-left: 2em;
  position: relative;
}

.printable-css .printable-column-list {
  column-count: 3;
  column-gap: 1em;
  margin-bottom: 2em;
}
.printable-css .printable-column-list ul {
  margin-top: 0;
}
.printable-css .printable-column-list li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

/* ==========================================================================
   Print Adjustments
   ========================================================================== */
@media print {
  body {
    margin: 0;
  }
  .print-tool-bar {
    display: none;
  }
  .print-cancel-grid > [class*=gcol-] {
    width: 100%;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=printable2.css.map */
