@CHARSET "UTF-8";
/******************************************************************************
	FONT SIZE
******************************************************************************/
/* line 7, ../scss/typography.scss */
body {
  font: 16px/22px "Times New Roman", Times, serif;
}

/* line 10, ../scss/typography.scss */
article {
  margin-bottom: 1em;
}

/* line 11, ../scss/typography.scss */
section {
  margin-bottom: 1em;
}

/* line 13, ../scss/typography.scss */
.gigantic {
  font-size: 6.833em;
  line-height: 7.333em;
  letter-spacing: -2px;
}

/* line 18, ../scss/typography.scss */
.huge {
  font-size: 4.222em;
  line-height: 4.67em;
  letter-spacing: -1px;
}

/* line 23, ../scss/typography.scss */
.large {
  font-size: 2.611em;
  line-height: 2.667em;
}

/* line 27, ../scss/typography.scss */
.bigger {
  font-size: 1.611em;
  line-height: 2em;
}

/* line 31, ../scss/typography.scss */
big, .big {
  font-size: 1.389em;
  line-height: 1.667em;
}

/* line 36, ../scss/typography.scss */
small, .small {
  font-size: 0.722em;
  line-height: 1em;
}

/* line 42, ../scss/typography.scss */
h1, h2, h3, h4, h5 {
  line-height: 1.1em;
  margin: 0 0 0.5em;
}
/* line 45, ../scss/typography.scss */
h1 span, h2 span, h3 span, h4 span, h5 span {
  margin-right: 0.5em;
}

/* line 49, ../scss/typography.scss */
h1 {
  font-size: 2.52em;
}

/* line 52, ../scss/typography.scss */
h2 {
  font-size: 1.952em;
}

/* line 55, ../scss/typography.scss */
h3 {
  font-size: 1.652em;
}

/* line 58, ../scss/typography.scss */
h4 {
  font-size: 1.452em;
}

/* line 61, ../scss/typography.scss */
h5 {
  font-size: 1.252em;
}

/* line 64, ../scss/typography.scss */
h6 {
  font-size: 1.52em;
}

/* line 67, ../scss/typography.scss */
ul {
  list-style: disc outside none;
}

/* line 70, ../scss/typography.scss */
ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* line 74, ../scss/typography.scss */
li ul, li ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* line 78, ../scss/typography.scss */
p {
  /*     line-height: 1.652em; */
  margin: 0 0 0.5em;
}

/* line 82, ../scss/typography.scss */
p img.left {
  float: left;
  margin: 1.52em 1.52em 1.52em 0;
  padding: 0;
}

/* line 87, ../scss/typography.scss */
p img.right {
  float: right;
  margin: 1.52em 0 1.52em 1.52em;
}

/* line 91, ../scss/typography.scss */
b, strong {
  font-weight: bold;
}

/* line 94, ../scss/typography.scss */
i, em, dfn, .dfn {
  font-style: italic;
}

/* line 97, ../scss/typography.scss */
dfn, .dfn {
  font-weight: bold;
}

/* line 100, ../scss/typography.scss */
sup, sub {
  line-height: 0;
  font-size: smaller;
}

/* line 104, ../scss/typography.scss */
sub {
  vertical-align: sub;
}

/* line 107, ../scss/typography.scss */
sup {
  vertical-align: super;
}

/* line 110, ../scss/typography.scss */
abbr, acronym,
.abbr {
  border-bottom: 1px dashed #CCCCCC;
}

/* line 114, ../scss/typography.scss */
address {
  font-style: italic;
  margin: 0 0 1.5em;
}

/* line 118, ../scss/typography.scss */
del, .del {
  color: #666666;
}

/* line 121, ../scss/typography.scss */
pre, code, tt {
  display: block;
  font: 1em/1.5 'andale mono','lucida console',monospace;
}

/* line 125, ../scss/typography.scss */
code {
  background-color: #EEEEEE;
  display: inline;
  line-height: 1.1em;
  padding: 0 2px 1px;
}

/* line 131, ../scss/typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 135, ../scss/typography.scss */
a {
  text-decoration: underline;
}

/******************************************************************************
	Wiley 3G tags
******************************************************************************/
/* line 140, ../scss/typography.scss */
.fi {
  font-style: italic;
}

/* line 141, ../scss/typography.scss */
.fc {
  text-transform: none;
}

/* line 142, ../scss/typography.scss */
.fr {
  font-style: normal;
}

/* line 143, ../scss/typography.scss */
.sc {
  font-variant: small-caps;
}

/******************************************************************************
	Utils
******************************************************************************/
/* .left - float an element left
   .float_left - float something left */
/* line 151, ../scss/typography.scss */
.left, .float_left {
  float: left;
}

/*  .right - float an alement right
    .float_right - float something right */
/* line 157, ../scss/typography.scss */
.right, .float_right {
  float: right;
}

/* .clear - clear your floats */
/* line 161, ../scss/typography.scss */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 168, ../scss/typography.scss */
.clear-left, .clear_left {
  clear: left;
}

/* line 171, ../scss/typography.scss */
.clear-right, .clear_right {
  clear: right;
}

/* .hide - hide an element with display none */
/* line 176, ../scss/typography.scss */
.hide {
  display: none;
}

/* .block - show an element inforced with an !important */
/* line 180, ../scss/typography.scss */
.block {
  display: block !important;
}

/* .inline - make an element inline if it was hidden before with the hide class */
/* line 184, ../scss/typography.scss */
.inline {
  display: inline !important;
}

/* .align_right, .align_left, .align_center, .align_justify - these classes will text align an element with the corresponding setting */
/* line 188, ../scss/typography.scss */
.align_right {
  text-align: right;
}

/* line 191, ../scss/typography.scss */
.align_left {
  text-align: left;
}

/* line 194, ../scss/typography.scss */
.align_center {
  text-align: center;
}

/* line 197, ../scss/typography.scss */
.align_justify {
  text-align: justify;
}

/* .bold - instead of using the b tag you can use this class to bold an element */
/* line 201, ../scss/typography.scss */
.bold {
  font-weight: bold;
}

/* .italic - this will make text into italic */
/* line 205, ../scss/typography.scss */
.italic {
  font-style: italic;
}
