@font-face {
  font-family: "Lato";
  src: url('../fonts/lato/regular/lato-regular.eot?1510879118');
  src: url('../fonts/lato/regular/lato-regular.eot?&1510879118#iefix') format('embedded-opentype'), url('../fonts/lato/regular/lato-regular.woff?1510879118') format('woff'), url('../fonts/lato/regular/lato-regular.ttf?1510879118') format('truetype'), url('../fonts/lato/regular/lato-regular.svg?1510879118') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url('../fonts/lato/bold/lato-bold.eot?1510879118');
  src: url('../fonts/lato/bold/lato-bold.eot?&1510879118#iefix') format('embedded-opentype'), url('../fonts/lato/bold/lato-bold.woff?1510879118') format('woff'), url('../fonts/lato/bold/lato-bold.ttf?1510879118') format('truetype'), url('../fonts/lato/bold/lato-bold.svg?1510879118') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url('../fonts/bodoni/bodoniflf-bold-webfont.eot?1461071666');
  src: url('../fonts/bodoni/bodoniflf-bold-webfont.eot?&1461071666#iefix') format('embedded-opentype'), url('../fonts/bodoni/bodoniflf-bold-webfont.woff?1461071666') format('woff'), url('../fonts/bodoni/bodoniflf-bold-webfont.ttf?1461071666') format('truetype'), url('../fonts/bodoni/bodoniflf-bold-webfont.svg?1461071666') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url('../fonts/bodoni/bodoniflf-roman-webfont.eot?1461071666');
  src: url('../fonts/bodoni/bodoniflf-roman-webfont.eot?&1461071666#iefix') format('embedded-opentype'), url('../fonts/bodoni/bodoniflf-roman-webfont.woff?1461071666') format('woff'), url('../fonts/bodoni/bodoniflf-roman-webfont.ttf?1461071666') format('truetype'), url('../fonts/bodoni/bodoniflf-roman-webfont.svg?1461071666') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url('../fonts/bodoni/bodoniflf-italic-webfont.eot?1461071666');
  src: url('../fonts/bodoni/bodoniflf-italic-webfont.eot?&1461071666#iefix') format('embedded-opentype'), url('../fonts/bodoni/bodoniflf-italic-webfont.woff?1461071666') format('woff'), url('../fonts/bodoni/bodoniflf-italic-webfont.ttf?1461071666') format('truetype'), url('../fonts/bodoni/bodoniflf-italic-webfont.svg?1461071666') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni";
  src: url('../fonts/bodoni/bodoniflf-bolditalic-webfont.eot?1461071666');
  src: url('../fonts/bodoni/bodoniflf-bolditalic-webfont.eot?&1461071666#iefix') format('embedded-opentype'), url('../fonts/bodoni/bodoniflf-bolditalic-webfont.woff?1461071666') format('woff'), url('../fonts/bodoni/bodoniflf-bolditalic-webfont.ttf?1461071666') format('truetype'), url('../fonts/bodoni/bodoniflf-bolditalic-webfont.svg?1461071666') format('svg');
  font-weight: bold;
  font-style: italic;
}
.color-1 {
  border-top-color: #00c1da;
}

.color-2 {
  border-top-color: #00cac2;
}

.color-3 {
  border-top-color: #832fc4;
}

.color-4 {
  border-top-color: #f2222c;
}

.color-5, .page-forum-1593 .layout-content .content {
  border-top-color: #ff8c2c !important;
}

.color-6 {
  border-top-color: #adc83b;
}

.color-7 {
  border-top-color: #cf289a;
}

.color-8 {
  border-top-color: #00c8c1;
}

.color-9 {
  border-top-color: #adc83b;
}

.color-10 {
  border-top-color: #ef8fb4;
}

@keyframes rotating {
  from {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
  }
}
.button-sm-arrow {
  display: inline-block;
  background-color: #34b5d0;
  color: white;
  padding: 2px 10px;
  border: none;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.8125em;
  line-height: 1.38462em;
  font-weight: bold;
  padding-right: 30px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: 93% center;
}
.button-sm-arrow:hover {
  background-color: #594b48;
  color: white;
  text-decoration: none;
}

.button-sm-arrow-alt {
  display: inline-block;
  background-color: #34b5d0;
  color: white;
  padding: 2px 10px;
  border: none;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.8125em;
  line-height: 1.38462em;
  font-weight: bold;
  padding-right: 30px;
  background-image: url(../images/icon-arrow-alt.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 96% center;
}
.button-sm-arrow-alt:hover {
  background-color: #594b48;
  color: white;
  text-decoration: none;
}

body {
  font-size: 81.25%;
  line-height: 1.5625em;
}

@media (min-width: 47.125em) {
  body {
    font-size: 81.25%;
    line-height: 1.5625em;
  }
}
@media (min-width: 63.75em) {
  body {
    font-size: 93.75%;
    line-height: 1.5625em;
  }
}
@media (min-width: 156.25em) {
  body {
    font-size: 100%;
    line-height: 1.5625em;
  }
}
body {
  font-family: "Lato", sans-serif;
  color: #333333;
}

a {
  color: #34b5d0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong, b {
  color: #1e2d57;
  font-weight: bold;
}

p {
  margin: 0 0 1.5625em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #1e2d57;
  margin: 0;
  letter-spacing: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1e2d57;
}

h1 {
  font-family: "Bodoni", "Times New Roman", Times, sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
}

h2 {
  font-size: 1.75em;
  line-height: 1.10714em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.375em;
  line-height: 1.09091em;
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.11111em;
  margin-bottom: 1em;
}

table, td {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  color: #333333;
  width: 100%;
}

table {
  margin: 0 0 1.875em;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
table tbody {
  border-top: none;
}
table th, table thead td {
  color: #1e2d57;
  background: #1e2d57;
  font-weight: bold;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle;
}
table th, table td {
  border: none;
  padding: 10px 20px;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 47.125em) {
  table th, table td {
    padding: 10px 10px;
  }
}
table tr.odd {
  background-color: #f7f7f7;
}
table tr.even {
  background-color: white;
}
table td {
  text-align: left;
  vertical-align: top;
}
table td[align="left"] {
  text-align: left;
}
table td[align="right"] {
  text-align: right;
}
table td[align="center"] {
  text-align: center;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}
table td[valign="middle"] {
  vertical-align: middle;
}
table tr[align="left"] th, table tr[align="left"] td {
  text-align: left;
}
table tr[align="right"] th, table tr[align="right"] td {
  text-align: right;
}
table tr[align="center"] th, table tr[align="center"] td {
  text-align: center;
}
table tr[valign="top"] th, table tr[valign="top"] td {
  vertical-align: top;
}
table tr[valign="bottom"] th, table tr[valign="bottom"] td {
  vertical-align: bottom;
}
table tr[valign="middle"] th, table tr[valign="middle"] td {
  vertical-align: middle;
}

.node-article.full blockquote, .node-type-trial blockquote {
  font-size: 1.75em;
  line-height: 1.28571em;
  font-weight: bold;
  font-style: italic;
  color: #536d9a;
  position: relative;
}
.node-article.full blockquote::before, .node-article.full blockquote::after, .node-type-trial blockquote::before, .node-type-trial blockquote::after {
  background-image: url('../images/sprites/sprite_map_images_3-s6e208f2e51.png');
  position: absolute;
  font-size: 50px;
  content: "";
  z-index: 1;
}
.node-article.full blockquote::before, .node-type-trial blockquote::before {
  -moz-background-size: 169px 7826px;
  -o-background-size: 169px 7826px;
  -webkit-background-size: 169px 7826px;
  background-size: 169px 7826px;
  width: 49px;
  height: 40px;
  background-position: 0 -3637px;
  left: -55px;
  top: -10px;
}
.node-article.full blockquote::after, .node-type-trial blockquote::after {
  -moz-background-size: 169px 7826px;
  -o-background-size: 169px 7826px;
  -webkit-background-size: 169px 7826px;
  background-size: 169px 7826px;
  width: 49px;
  height: 40px;
  background-position: 0 -3572px;
  bottom: -20px;
  right: -55px;
}

.blockquote-author {
  text-align: center;
  color: #34b5d0;
  margin-top: -35px;
  margin-bottom: 50px;
  font-size: 1.2em;
  font-weight: bold;
}

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

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

a[href]:after {
  content: " [" attr(href) "]";
  font-size: 70%;
}

abbr[title]:after {
  content: " [" attr(title) "]";
  font-size: 70%;
}

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

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

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

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

@page {
  margin: 1.25cm;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

.skip-link,
.element-invisible,
.main-nav,
.breadcrumb,
.messages,
.tabs,
.sidebar,
footer {
  display: none;
}

a.site-name[href]:after,
a.site-logo[href]:after {
  content: "";
  text-decoration: none;
}

header {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 1.5625em;
  margin-bottom: 1.5625em;
  border-bottom: 1px solid #ccc;
}
