/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

* {
  color: #000 !important;
  text-shadow: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

body {
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #000000; }

body,
input,
th,
td {
  font-size: 10pt; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "clarendon-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.25;
  font-weight: 400; }

.sidebar,
#navigation,
#header-region,
#search-theme-form,
#footer,
#header-middle,
#hero,
#breadcrumb,
#sidebar-second,
#above-footer,
.print-and-share2,
.tabs,
.feed-icon,
.links,
.field-name-field-scribd-com-file {
  display: none; }

video,
audio,
object,
embed {
  display: none; }

#page {
  width: 100%; }

#content,
#content #content-inner,
.content,
.title {
  margin: 20px 0;
  width: auto; }

a,
a:visited {
  text-decoration: underline; }

a[href]:after {
  content: " (" attr(href) ")"; }

abbr[title]:after {
  content: " (" attr(title) ")"; }

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: ""; }

tr,
img {
  page-break-inside: avoid; }

#main-header {
  position: relative !important; }

.content-img-ct,
.content-img-rt,
.content-img-lt {
  text-align: center;
  margin: 0 0 2.125rem; }
  .content-img-ct img, .content-img-ct picture,
  .content-img-rt img,
  .content-img-rt picture,
  .content-img-lt img,
  .content-img-lt picture {
    margin-right: auto;
    margin-left: auto;
    width: 90% !important;
    height: auto !important;
    display: inline-block; }
