@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
#styleguide body {
  background-color: #fff;
}

.sg-pattern {
  padding: 100px 20px;
}

h3.sg-title {
  border-bottom: solid 1px #555;
  color: #555;
  margin-bottom: 20px;
  padding-bottom: 0.25em;
  line-height: 1em;
}

#styleguide .layout-content,
#styleguide .layout-sidebar-first,
#styleguide .layout-sidebar-second {
  background-color: #555;
  height: 250px;
  margin-bottom: 1em;
  color: #fff;
  padding: 20px 20px;
}

.color-palette ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}

.color-palette ul li {
  list-style: none;
  padding: 5px;
  margin: 10px;
  flex: 1 1 auto;
  border: solid 1px #555;
  border-radius: 5px;
}

.color-palette ul li span {
  display: block;
  border: solid 1px #555;
  border-radius: 5px;
  height: 100px;
}

.color-palette .color-1 span {
  background-color: #a24847;
}

.color-palette .color-2 span {
  background-color: #C2531A;
}

.color-palette .color-3 span {
  background-color: #f0ad4e;
}

.color-palette .color-4 span {
  background-color: #5cb85c;
}

.color-palette .color-5 span {
  background-color: #0a4d81;
}

.color-palette .color-6 span {
  background-color: #5bc0de;
}

.color-palette .color-7 span {
  background-color: #563d7c;
}

.messages {
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 1em;
}

.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-image: url(../images/styleguide/check.svg);
  box-shadow: -8px 0 0 #77b259;
}

.messages--warning {
  background-color: #fdf8ed;
  background-image: url(../images/styleguide/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../images/styleguide/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
}

label {
  font-weight: bold;
  display: block;
}

.form-type-checkbox label,
.form-type-radio label {
  font-weight: normal;
  display: inline-block;
}

.form-item .description {
  font-style: italic;
}

.form-item {
  margin-bottom: 1em;
}

.form-item .form-item {
  margin-bottom: 0;
}

.container-inline div,
.container-inline label {
  display: inline;
}

legend {
  font-weight: bold;
}

fieldset .form-text {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 10px;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.form-text, .form-textarea {
  border: 1px solid #555;
  padding: 4px;
}

button,
.form-submit,
.button,
.nested-button a {
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 0.85em;
  font-weight: bold;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #0a4d81;
}

button:link, button:visited,
.form-submit:link,
.form-submit:visited,
.button:link,
.button:visited,
.nested-button a:link,
.nested-button a:visited {
  background-color: #0a4d81;
}

button:hover, button:focus, button:active,
.form-submit:hover,
.form-submit:focus,
.form-submit:active,
.button:hover,
.button:focus,
.button:active,
.nested-button a:hover,
.nested-button a:focus,
.nested-button a:active {
  background-color: #0c5b99;
}

a.tabledrag-handle {
  height: 22px;
  width: 20px;
  display: inline-block;
}

a.tabledrag-handle .handle {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAaVBMVEUAAABERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERdclAKAAAAInRSTlMAAQIGBwkLDQ8QExQXIy5NUV9+hY+bwMHFyMrV5Ojx8/X7tyFtCQAAAHRJREFUCB1NwQcSgkAURMEHLqKE5ZOUrDv3P6SWUhTd/N3HGyfpqjXlEC2SlohD3qjJOTEZOzdewGTgJgduVuV9p877SrPjqbMHZVDftoOGtu0VSijDFUwG11DylQAmAxJ2ca065hC9Jb0iDsWmreAkmzJ+PlA9CVEeqx8DAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
}

.page-admin .form-actions {
  padding-top: 20px;
}

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

.layout-main {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-main:before, .layout-main:after {
  content: "";
  display: table;
}

.layout-main:after {
  clear: both;
}

.layout-main:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 320px) {
  .region-branding {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .region-navigation {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .region-header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .two-sidebars .layout-content {
    width: 49.15254%;
    float: left;
    margin-left: 25.42373%;
    margin-right: -100%;
  }
  .two-sidebars .layout-sidebar-first {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .two-sidebars .layout-sidebar-second {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
  .one-sidebar.has-sidebar-first .layout-content {
    width: 74.57627%;
    float: right;
    margin-right: 0;
  }
  .one-sidebar.has-sidebar-first .layout-sidebar-first {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .one-sidebar.has-sidebar-first .layout-sidebar-second {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
  .one-sidebar.has-sidebar-second .layout-content {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  .one-sidebar.has-sidebar-second .layout-sidebar-second {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
  .region-branding {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  .region-navigation {
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }
  .region-header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .secondary-footer:before, .secondary-footer:after,
  .primary-footer:before,
  .primary-footer:after {
    content: "";
    display: table;
  }
  .secondary-footer:after,
  .primary-footer:after {
    clear: both;
  }
  .region-footera {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .region-footerb {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .region-footerc {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

img, media {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

td, th {
  padding: 10px;
}

th {
  background-color: #f5f5f5;
}

tr.even, tr:nth-child(even) {
  background-color: #f5f5f5;
}

tr.odd, tr:nth-child(odd) {
  background-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

a:link, a:visited {
  color: #0a4d81;
  text-decoration: none;
}

a:hover, a:focus {
  color: #C2531A;
}

a:active, a.active {
  color: #0a4d81;
}

p {
  margin-bottom: 1em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

cite {
  font-style: italic;
}

code {
  font-family: monospace;
}

dl {
  margin: 1em 0;
}

dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

h1 {
  color: #0a4d81;
  font-size: 2.25em;
  line-height: 1em;
  padding-bottom: 0.5em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.15em;
}

h2, h3, h4, h5, h6 {
  color: #0a4d81;
  line-height: 1em;
  padding-bottom: 0.5em;
}

.element-invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.pager__items {
  clear: both;
  text-align: center;
}

.pager__item.is-active {
  font-weight: bold;
}

.pager__item {
  display: inline;
  padding: 0.5em;
}

.path-frontpage .block-local-tasks-block ul.tabs {
  text-align: left;
}

.path-frontpage .layout-main {
  padding-top: 20px;
  background: none;
}

.path-frontpage #block-staticpromobox, .path-frontpage .block-block-content60ce7df2-a314-424c-9e98-90d38f32946b {
  color: white;
}

@media (min-width: 768px) {
  .path-frontpage .region-content .field--name-body {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .path-frontpage .region-content .block-views {
    width: 50%;
    float: left;
    position: relative;
    top: -50px;
  }
}

body {
  background-color: #333333;
}

.breadcrumb {
  margin: 10px 20px;
  display: block;
  font-size: 0.8em;
}

.breadcrumb ol {
  display: block;
}

.breadcrumb ol li {
  display: inline-block;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #333333;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #ffffff;
}

.breadcrumb a:active, .breadcrumb a.active {
  color: #0a4d81;
}

.block-local-tasks-block ul.tabs {
  text-align: center;
}

.block-local-tasks-block ul.tabs li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-local-tasks-block ul.tabs li a {
  display: block;
  padding: 5px 20px;
}

.block-local-tasks-block ul.tabs li a:link, .block-local-tasks-block ul.tabs li a:visited {
  color: #50B0C9;
  background-color: transparent;
}

.block-local-tasks-block ul.tabs li a:hover, .block-local-tasks-block ul.tabs li a:focus {
  color: #50B0C9;
  background-color: #f5f5f5;
}

.block-local-tasks-block ul.tabs li a.is-active, .block-local-tasks-block ul.tabs li a.active, .block-local-tasks-block ul.tabs li a:active {
  color: #50B0C9;
  background-color: #dceff4;
}

ul.menu {
  margin: 0 10px;
}

ul.sf-menu {
  float: right;
}

ul.sf-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #0a4d81;
}

ul.sf-menu li a:link, ul.sf-menu li a:visited {
  color: #0a4d81;
}

ul.sf-menu li a:hover, ul.sf-menu li a:focus {
  color: #ffffff;
  background: #0a4d81;
}

ul.sf-menu li a:active, ul.sf-menu li a.active {
  color: #0a4d81;
  background: #0a4d81 !important;
}

ul.sf-menu ul {
  background: #0a4d81;
}

ul.sf-menu ul li a:link, ul.sf-menu ul li a:visited {
  color: #0a4d81;
  padding-left: 3em;
  border-bottom: 1px solid #eee;
}

@media (min-width: 940px) {
  ul.sf-menu ul li a:link, ul.sf-menu ul li a:visited {
    color: #ffffff;
  }
}

ul.sf-menu ul li a:hover, ul.sf-menu ul li a:focus {
  background: #50B0C9;
}

.sf-accordion-toggle {
  float: right;
  font-size: 2em;
}

ul.sf-menu.sf-accordion.sf-expanded {
  margin-top: 50px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px 0px;
}

.layout-secondary {
  padding: 40px 20px;
}

.layout-secondary .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-secondary .container:after {
  content: " ";
  display: block;
  clear: both;
}

.layout-top-footer {
  background: #0a4d81;
  padding: 0px 30px;
}

.layout-top-footer .secondary-footer {
  color: #50B0C9;
  padding: 40px 0px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-top-footer .secondary-footer:after {
  content: " ";
  display: block;
  clear: both;
}

.layout-top-footer .secondary-footer .views-row {
  padding-bottom: 20px;
}

.layout-top-footer .secondary-footer h2 {
  color: #fff;
  font-size: 1.6em;
}

.layout-top-footer .secondary-footer a {
  color: #fff;
}

.layout-top-footer .secondary-footer a:hover {
  text-decoration: underline;
}

.layout-footer {
  color: #ffffff;
  font-size: 0.9em;
  padding: 0px 30px;
}

@media (min-width: 768px) {
  .layout-footer {
    padding: none;
  }
}

.layout-footer .svg-inline--fa {
  font-size: 2.5em;
}

.layout-footer .primary-footer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-footer .primary-footer:after {
  content: " ";
  display: block;
  clear: both;
}

.layout-footer .region {
  padding-top: 10px;
  padding-bottom: 10px;
}

.layout-footer .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-footer .container:after {
  content: " ";
  display: block;
  clear: both;
}

.layout-footer a:link, .layout-footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

.layout-footer a:hover, .layout-footer a:focus {
  color: #a24847;
}

.layout-footer a:active, .layout-footer a.active {
  color: #C2531A;
}

.layout-footer .socialmedia {
  float: left;
}

@media (min-width: 768px) {
  .layout-footer .socialmedia {
    float: right;
  }
}

.layout-footer .copyright {
  float: left;
}

footer {
  background: #333333 !important;
}

.layout-header {
  padding: 20px 20px;
  color: #0a4d81;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #eee;
}

.layout-header .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.layout-header .container:after {
  content: " ";
  display: block;
  clear: both;
}

.layout-header .js-form-type-search input.form-search {
  width: auto;
  color: #333333;
  background: #f5f5f5;
}

.layout-header .region-branding {
  position: absolute;
}

@media (min-width: 768px) {
  .layout-header .region-branding {
    position: relative;
  }
}

.layout-header .region-navigation {
  padding: inherit;
}

@media (min-width: 320px) {
  .layout-header .region-navigation {
    padding: 20px;
  }
}

@media (min-width: 320px) {
  .layout-header #search-block-form {
    display: none;
  }
}

@media (min-width: 320px) and (min-width: 768px) {
  .layout-header #search-block-form {
    display: block;
    float: right;
    padding-bottom: 40px;
  }
}

.layout-container {
  background: #f5f5f5;
}

.layout-container h1.page-title {
  padding: 0px;
  margin: 0px;
}

.layout-container .layout-content {
  padding: 20px 20px;
}

.layout-container .layout-content .region-content {
  position: relative;
}

.layout-main {
  padding-top: 20px;
  background: #ffffff;
}

.views-col {
  text-align: center;
}

.region-sidebar-first ul.menu {
  border-bottom: 1px solid #eee;
}

.region-sidebar-first ul.menu .menu-item {
  padding: 5px 0px;
}

.region-sidebar-first .block-menu h2, .region-sidebar-first .block h2 {
  padding: 10px;
  background: #a24847;
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.region-sidebar-first .block-menu h2 a, .region-sidebar-first .block h2 a {
  color: #ffffff;
}

.mapsvg-popover-visible h4 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.mapsvg-popover.mapsvg-popover-animate.mapsvg-popover-visible {
  height: 400px !important;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-height: 400px !important;
}

.mapsvg-popover {
  box-sizing: content-box;
}

.mapsvg-controller-view-wrap.nano {
  height: 500px;
}

a.button-sm-blue {
  color: white;
  text-decoration: none;
  background-color: #0a4d81;
  padding: 3px 15px;
  font-size: 1.1em;
}

a.button-sm-blue:hover {
  background-color: #0c5b99;
}

a.button-sm-red {
  color: white;
  text-decoration: none;
  background-color: #a24847;
  padding: 3px 8px 3px 15px;
  font-size: 1.1em;
  width: 100%;
}

a.button-sm-red:hover {
  background-color: #b25150;
}

#map-legend {
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 20px 40px 20px;
}

#map-legend h4 {
  margin: 0px;
  padding: 0px;
}

#map-legend .key-data {
  padding: 5px;
  display: inline-flex;
}

#map-legend .key-data .box {
  padding: 10px;
  margin-right: 10px;
  background-color: #0872BA;
  width: 10px;
  display: inline-block;
}

#map-legend .key-data .dark {
  background-color: #003153;
}

#map-legend .key-data .light {
  background-color: #0872BA;
}

#map-legend .key-data .gray {
  background-color: #AAA;
}

.view-member-list .views-col {
  padding: 20px;
  float: left;
}

.view-member-list .views-col .views-field-nothing {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
}

.view-member-list .simple-responsive-table td {
  padding-left: 30%;
}

#block-views-block-member-list-block-1 {
  clear: both;
}

#block-views-block-member-list-block-2 .views-row {
  float: left;
  width: 50%;
  padding: 20px;
}

@media (min-width: 768px) {
  #block-views-block-member-list-block-2 .views-row {
    width: 33%;
  }
}

.view-publications .views-row {
  min-height: 210px;
}

.view-publications .views-field-field-thumbnail-image {
  float: left;
  height: 200px;
  padding-right: 20px;
}

.view-publications .views-field-title h4 {
  padding: 0px;
  margin-bottom: 5px;
  font-size: 1.3em;
}

.view-publications .views-field-created {
  font-size: 0.8em;
}

.view-publications .views-field-body {
  font-size: 0.8em;
}

.page-node-type-publication .field--name-field-thumbnail-image {
  float: right;
  padding: 20px;
  max-width: 250px;
}

/*# sourceMappingURL=style.css.map */
