/* 960 Grid System ~ Text CSS.
 * Learn more ~ http://960.gs/
 * *
 * Licensed under GPL and MIT. */
/*******************************************************************************************
 * STANDARD WEBSITE COLORS TO BE USED BY ALL ELEMENTS           *
 *                                                                                                               *
 *******************************************************************************************/
@font-face {
  font-family: "OSP DIN";
  src: url('../fonts/osp-din.eot');
  src: url('../fonts/osp-din.eot?#iefix') format('eot'), url('../fonts/osp-din.ttf') format('truetype'), url('../fonts/osp-din.otf') format('opentype'), url('../fonts/osp-din.woff') format('woff');
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-regular-otf.eot');
  src: url('../fonts/economica-regular-otf.eot?#iefix') format('eot'), url('../fonts/economica-regular-otf.ttf') format('truetype'), url('../fonts/economica-regular-otf.otf') format('opentype'), url('../fonts/economica-regular-otf.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-bold-otf.eot');
  src: url('../fonts/economica-bold-otf.eot?#iefix') format('eot'), url('../fonts/economica-bold-otf.ttf') format('truetype'), url('../fonts/economica-bold-otf.otf') format('opentype'), url('../fonts/economica-bold-otf.woff') format('woff');
  font-style: bold;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-italic-otf.eot');
  src: url('../fonts/economica-italic-otf.eot?#iefix') format('eot'), url('../fonts/economica-italic-otf.ttf') format('truetype'), url('../fonts/economica-italic-otf.otf') format('opentype'), url('../fonts/economica-italic-otf.woff') format('woff');
  font-style: italic;
}

/* Standard Font */
/* Title Font */
a {
  text-decoration: none;
}

img.right-flush {
float: right;
margin: 7px -20px 15px 15px;
}

img.right {
float: right;
}

img.left {
float: left;
}

.clearfix {
  clear: both;
}

.element-invisible {
  display: none !important;
}

.element-invisible {
  color: white;
}

strong {
  font-weight: bold;
}

.page-wrapper p, .page-wrapper ol, .page-wrapper ul {
  margin-bottom: 1.6em;
  font-size: 0.9rem;
  font-size: 15px;
  line-height: 1.6em;
}
.page-wrapper ol {
  list-style-type: decimal;
}
.page-wrapper u {
  text-decoration: underline;
}
.page-wrapper em {
  font-style: italic;
}
.page-wrapper strong {
  font-weight: bold;
}
.page-wrapper blockquote {
  margin: 0 60px;
  border-left: #eaeaea 7px solid;
  padding: 8px 17px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px !important;
  line-height: 24px;
}
.page-wrapper blockquote p {
  font-size: 16px !important;
  line-height: 24px;
}
.page-wrapper hr {
  border: 0;
  border-bottom: #cccccc 1px dashed;
  background: #eaeaea;
}
.page-wrapper ul, .page-wrapper ol {
  margin: 0 0 1.6em 24px;
  padding: 0 0 0 24px;
  line-height: 2.1em;
}
.page-wrapper ul {
  list-style: square;
}
.page-wrapper li {
  line-height: 1.4em;
  margin-bottom: 1.0em;
}
.page-wrapper h2 {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 2.2rem;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-family: "OSP DIN";
}
.page-wrapper h3 {
  font-weight: normal;
  font-size: 1.8rem;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-family: "OSP DIN";
}
.page-wrapper h4 {
  line-height: 1.2em;
  font-size: 12px;
}
.page-wrapper .content-area a {
  font-weight: bold;
  color: #085f82;
  font-size: 0.9rem;
  font-size: 15px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-wrapper .content-area a:hover {
  color: #b9212c;
}
.page-wrapper table td, .page-wrapper table th {
  padding: 12px;
  border: white 1px solid;
}
.page-wrapper table td {
  background: #f0f0f0;
}
.page-wrapper table th {
  background: #eaeaea;
  font-weight: bold;
}
.page-wrapper .calendar-small-text {
  font-size: 12px !important;
  line-height: 16px !important;
}
