@charset "UTF-8";
/* ++++++++++
+++ PRINT +++
++++++++++ */
.dribbble {
  color: #EA4C89;
}

.facebook {
  color: #3B5999;
}

.flickr {
  color: #FF0084;
}

.googleplus {
  color: #DD4B39;
}

.instagram {
  color: #E4405F;
}

.linkedin {
  color: #0077B5;
}

.pinterest {
  color: #BD081C;
}

.snapchat {
  color: #FFFC00;
}

.soundcloud {
  color: #ff3300;
}

.tumblr {
  color: #34465D;
}

.twitter {
  color: #55ACEE;
}

.vimeo {
  color: #1AB7EA;
}

.whatsapp {
  color: #25D366;
}

.youtube {
  color: #CD201F;
}

@font-face {
  font-family: "VastagoGrotesk";
  src: url("../webfonts/VastagoGrotesk-Bold.woff2") format("woff2"), url("../webfonts/VastagoGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "VastagoGrotesk";
  src: url("../webfonts/VastagoGrotesk-Black.woff2") format("woff2"), url("..webfonts/VastagoGrotesk-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "chronicapro";
  src: url("../webfonts/chronicapro-regular-webfont.woff2") format("woff2"), url("../webfonts/chronicapro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
#accesskey, .header, .breadcrumbs, .button, .btn, .footer, .header-nav, .menu-button, .metadata-share, .pagination, .rnav, .sidebar, .article-footer, .visually-hidden, .fluid-width-video-wrapper, .strp-window, iframe, form, input {
  display: none;
}

.header-logo-image {
  display: block;
  margin: 2em auto;
}

body {
  background: transparent;
  color: #005b41;
  font: 400 12pt/1.3 Georgia, Times, "Times New Roman", serif;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  width: 80%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-weight: 700;
  page-break-after: avoid;
}

h1 {
  font-size: 30pt;
}

h2 {
  font-size: 25pt;
}

h3 {
  font-size: 20pt;
}

h4, h5, h6 {
  font-size: 18pt;
}

ol li {
  list-style: decimal;
}
ol li ol li {
  list-style: lower-roman;
}
ol li ul li {
  list-style: circle;
}

ul li {
  list-style: disc;
}
ul li ul li {
  list-style: circle;
}
ul li ol li {
  list-style: decimal;
}

img {
  width: auto;
  margin: auto;
  max-width: 100%;
}

figcaption {
  font-style: italic;
  text-align: center;
}

a {
  text-decoration: none;
  color: currentColor;
}

blockquote {
  border-left: 4px solid #83d0f5;
  font: italic 400 16pt Georgia, Times, "Times New Roman", serif;
  margin: 2em 0;
  padding-left: 1em;
}

cite {
  color: #666666;
  display: block;
  font: normal 400 12pt "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

q {
  font-style: italic;
  quotes: "‘" "’" "“" "”";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

table {
  border-spacing: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

th, td {
  border: 1px solid #CCCCCC;
  min-width: 140px;
  padding: 0.25em 0.5em;
  text-align: left;
}

thead td,
tfoot td,
th {
  font-weight: 700;
}

.metadata {
  color: #666666;
  font: "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}