/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/* Removed *:zoom for being non standard and no need to support IE 6/7 */
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }
  .visuallyhidden.focusable:active:active, .visuallyhidden.focusable:active:focus,
  .visuallyhidden.focusable:focus:active,
  .visuallyhidden.focusable:focus:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-family: "proxima-soft", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #303030; }

h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin: 36px 0 24px;
  color: #004f6f; }

h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  margin: 24px 0 8px;
  color: #004f6f; }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 24px; } }
  h2 a:link, h2 a:visited {
    color: #004f6f; }

h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.3;
  margin: 24px 0 8px;
  color: #004f6f; }

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 24px 0 8px; }

h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin: 24px 0 8px; }

p {
  font-family: "proxima-soft", Helvetica, Arial, sans-serif;
  margin: 0 0 20px; }

a {
  color: #0086bc;
  text-decoration: none; }
  a:link, a:visited {
    color: #0086bc; }
  a:hover, a:active {
    text-decoration: underline;
    color: #009bd9; }

.has-bg-color h2, .has-bg-color h4, .has-bg-color h5 {
  color: #ffffff; }

ul,
ol {
  -webkit-margin-before: 0;
  -moz-padding-start: 0;
  -webkit-padding-start: 1em;
  margin-left: 2em;
  line-height: 1.5;
  color: #303030;
  margin-bottom: 20px;
  margin-top: 0; }
  ul li,
  ol li {
    margin-bottom: 5px;
    margin-top: 16px;
    padding-left: 4px; }
    ul li > ul,
    ol li > ul {
      margin-top: 5px;
      padding-left: 10px;
      margin-bottom: 0; }

blockquote,
q {
  margin-left: 30px; }

.path-node .block-page-title-block h1 {
  color: #004f6f; }

.path-node h2 {
  color: #004f6f; }

strong {
  font-weight: 600; }

h2 strong {
  font-weight: 600; }

h3 strong {
  font-weight: 400; }

.divider {
  width: 60px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 3px solid #f2a900; }

.field img {
  width: 100%;
  height: auto; }

.extra-large-text {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #303030; }
  @media screen and (max-width: 800px) {
    .extra-large-text {
      font-size: 18px; } }
  .extra-large-text strong {
    font-weight: 600; }

.small-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #303030; }
  @media screen and (max-width: 800px) {
    .small-text {
      font-size: 16px; } }
  .small-text strong {
    font-weight: 600; }

.fine-print {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #303030; }
  @media screen and (max-width: 800px) {
    .fine-print {
      font-size: 14px; } }
  .fine-print strong {
    font-weight: 600; }

p.extra-large-text:first-child {
  margin-top: 0; }

hr {
  border: 0;
  border-top: 1px solid #bbccd7;
  margin-top: 23px;
  margin-bottom: 23px;
  clear: both; }

main {
  margin-top: 147px; }

.no-link {
  cursor: default !important; }

/** Classes for containing page content in a consistent way **/
.content--contained {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.paragraph--contained {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.page--content--contained {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.page-node-type-page .paragraph--contained {
  max-width: 900px; }
  .page-node-type-page .paragraph--contained.wide-container {
    max-width: 1300px; }

@media screen and (max-width: 1500px) {
  .content--contained,
  .paragraph--contained,
  .page--content--contained {
    width: 85%; }
    .content--contained .content--contained,
    .content--contained .paragraph--contained,
    .content--contained .page--content--contained,
    .paragraph--contained .content--contained,
    .paragraph--contained .paragraph--contained,
    .paragraph--contained .page--content--contained,
    .page--content--contained .content--contained,
    .page--content--contained .paragraph--contained,
    .page--content--contained .page--content--contained {
      width: 100%; }
  main {
    margin-top: 64px; } }

.main {
  margin-top: 100px; }

.page-node-type-events, .page-node-type-news-item, .page-node-type-animal-tracks-issue, .page-node-type-animal-tracks-article {
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (max-width: 800px) {
    .page-node-type-events, .page-node-type-news-item, .page-node-type-animal-tracks-issue, .page-node-type-animal-tracks-article {
      font-size: 16px; } }
  .page-node-type-events article, .page-node-type-news-item article, .page-node-type-animal-tracks-issue article, .page-node-type-animal-tracks-article article {
    max-width: 900px;
    margin: 0 auto; }
  .page-node-type-events .block-page-title-block h1, .page-node-type-news-item .block-page-title-block h1, .page-node-type-animal-tracks-issue .block-page-title-block h1, .page-node-type-animal-tracks-article .block-page-title-block h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }

.footer-menu-item-cloned > a {
  display: none; }

@media screen and (max-width: 800px) {
  html, body {
    height: 100%; }
  h1 {
    font-size: 30px;
    margin: 25px 0 15px;
    line-height: 1.3; }
  #fixed-pos-wrapper {
    position: relative;
    left: 0;
    right: 0; } }

/*# sourceMappingURL=maps/base.css.map */
