/*@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700");*/
/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");*/
a {
  color: #3f6876; }

big {
  display: block;
  font-size: 1.2em; }

body {
  font-family: Muli, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }
  html *, html:before, html:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

img {
  display: block;
  max-width: 100%; }

label {
  font-weight: bold; }

p {
  margin: 0 0 1em 0; }

small {
  display: block;
  font-size: 0.8em; }

strong {
  font-weight: bold; }

.centered {
  text-align: center; }

.js .l-feature {
  display: block; }

.l-assistance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  visibility: hidden; }

.l-branding {
  padding: 7em 0 2em 0; }
  @media only screen and (min-width: 60rem) {
    .l-branding {
      padding: 5em 0 3em 0; } }

.l-content {
  margin: 2em 0; }

.l-feature {
  background-color: #3f6876;
  color: #fff;
  display: none;
  overflow: hidden;
  padding: 2em 0;
  position: relative; }
  .l-feature:before {
    content: '\f022';
    font: normal normal normal 240px/1 FontAwesome;
    left: 15%;
    opacity: 0.2;
    position: absolute;
    top: -30%; }
  .l-feature a {
    color: #fff;
    text-decoration: none; }

.l-footer {
  background-color: #4d5382;
  border-top: 4px solid #989d53;
  color: #fff;
  padding: 2em 0;
  overflow: auto; }
  .l-footer a {
    text-decoration: none; }
  .l-footer a, .l-footer li a.active {
    color: #fff; }
  .l-footer ul li.leaf {
    list-style-image: none; }

.l-header a {
  text-decoration: none; }

.l-header .site-name {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.5em; }

.l-header .site-slogan {
  color: #949da4;
  font-size: 1.1em; }

@media only screen and (min-width: 60rem) {
  .l-header .site-name {
    font-size: 2.5em;
    margin-bottom: 0; }
  .l-header .site-slogan {
    font-size: 1.4em; } }

.l-hero {
  position: relative;
  overflow: auto; }
  .l-hero:before {
    background-image: url("../images/landscape.jpg");
    background-position: center;
    background-size: cover;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .l-hero a {
    text-decoration: none; }
  .l-hero h2 {
    margin-bottom: 1em;
    text-align: center; }
  .l-hero .form-default {
    display: block;
    margin: 1em auto 0 auto;
    width: 16em; }
  .l-hero .form-submit {
    display: block;
    font-size: 1.25em;
    margin: 1em auto 0 auto;
    width: 20em; }
  .l-hero .form-select, .l-hero .form-text {
    width: 100%; }
  .l-hero .g-container {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 2em 1rem; }

.l-page {
  position: relative; }

.l-strip {
  background-color: #4d5382;
  border-top: 4px solid #989d53;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1; }
  .l-strip a {
    color: #fff;
    text-decoration: none; }
  .l-strip .g-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.l-title {
  background-color: #4d5382;
  border-bottom: 4px solid #989d53;
  color: #fff;
  overflow: auto; }
  .l-title .primary {
    margin-top: -1.5em; }

.l-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.node {
  margin-bottom: 2em; }
  .node .field {
    margin-bottom: 1em; }

.page-title {
  margin: 3rem 0; }

.pane-title {
  margin-bottom: 0.333em; }

ul.flag-lists-links {
  margin-bottom: 2em; }
  ul.flag-lists-links > li {
    margin: 0 0 1em 0;
    position: relative; }
    ul.flag-lists-links > li.last {
      margin-bottom: 0; }
  ul.flag-lists-links .flag-throbber {
    left: 0.6em;
    opacity: 0;
    position: absolute;
    top: 0.5em; }
  ul.flag-lists-links .flag-wrapper {
    display: block; }
    ul.flag-lists-links .flag-wrapper a {
      background-color: #e6e9ea;
      border-radius: 0.25em;
      display: block;
      font-weight: bold;
      padding: 0.5em 0.75em 0.5em 2.5em; }
      ul.flag-lists-links .flag-wrapper a:before {
        content: '\f03a';
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        left: 0.75em;
        position: absolute;
        text-rendering: auto;
        top: 0.75em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      ul.flag-lists-links .flag-wrapper a:hover {
        background-color: #dee1e3; }
  ul.flag-lists-links .flag_lists_ops {
    display: none; }

.node-resource .field {
  margin-bottom: 1em; }

.node-resource .field-name-description {
  font-size: 1.25em; }

.sharing-links {
  margin-bottom: 2em; }
  .sharing-links a {
    background-color: #e6e9ea;
    border-radius: 0.25em;
    display: inline-block;
    font-weight: bold;
    margin: 0.333em 0;
    padding: 0.5em 0.75em 0.5em 2.5em;
    position: relative;
    text-decoration: none; }
    .sharing-links a .fa {
      left: 0.75em;
      position: absolute;
      top: 0.75em; }


#block-views-block-flaglist-block-1 .view-header {
  display: none;
}