﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  font-size: 14px;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 10px;
  max-width: 666px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  font-size: 14px;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 14px;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.text-align-right {
  text-align: right;
}

input {
  padding: 5px;
  outline: 0;
  border: 1px solid #ccc;
}

input:focus {
  border: 1px solid #28CAF0;
}

input.search_button {
  background: #ccc url(../gfx/icon-search.png) center no-repeat;
  padding: 5px 15px;
  text-indent: -999999px;
  transition: all .2s ease;
}
input.search_button:hover {
  background-color: #28CAF0;
}

a {
    color: #006699;
    text-decoration: none;
    transition: color .2s ease,background .2s ease;
}
a:hover {
  color: #28CAF0;
}

h1, h2, h3, h4, h5, p {
  margin-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 39px;
  font-size: 3rem;
  line-height: 3.9rem;
}

h2 {
 
  line-height: 16.8px;
  font-size: 14px; 
  font-weight:700;
  line-height: 2.08rem;
}

img {
  max-width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

[class^="col"] {
  float: left;
  margin: 0 0 0 1.3%;
}
[class^="col"]:first-child {
  margin-left: 0;
}
@media (max-width: 769px) {
  [class^="col"] {
    margin: 0 0 1.3% 1.3%;
  }
  [class^="col"]:nth-child(3n+3) {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  [class^="col"] {
    margin: 0 0 1.3% 0;
  }
}

.col-1-1 {
  width: calc(100% / 1 - .99%);
}

.col-1-2 {
  width: calc(100% / 2 - .99%);
}

.col-1-3 {
  width: calc(100% / 3 - .99%);
}

.col-1-4 {
  width: calc(100% / 4 - .99%);
}

.col-1-5 {
  width: calc(100% / 5 - .99%);
}

.col-1-6 {
  width: calc(100% / 6 - .99%);
}

@media (max-width: 769px) {
  .col-1-4 {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .col-1-3,
  .col-1-4 {
    width: 100%;
  }
}
/**************************** Common rendering ****************************/
ol.portal_list .rendering {
  position: relative;
}
ol.portal_list .rendering:hover:before {
  left: 12px;
}

ol.portal_list.icon-arrow .rendering:before {
  content: '\f061';
}

ol.portal_list.icon-animate .rendering:hover:before {
  left: 4px;
}

ol.portal_list.titles-small .rendering:before {
  top: 2px;
}

ol.portal_list.rendering-invert .rendering:before {
  color: #fff;
}

ol.portal_list.rendering-invert .rendering .title {
  color: #fff;
}

ol.portal_list .rendering .title {
  font-size: 12px;
  line-height: 20.8px;
  line-height: 2.08rem;
  margin: 0 0 5px 0;
  padding: 0;
  color: #444444;
}

ol.portal_list .rendering p {
  margin: 0;
  padding: 0;
}

ol.portal_list .rendering .type {
  margin: 3px 0 0;
  padding: 0;
  font-size: 12px; /* oli 1.4em */
}

ol.portal_list .rendering_person .field_of_science_keywords .prefix {
  color: #000;
}

.projects .type_classification_parent,
ol.portal_list .rendering_upmproject .type_classification_parent {
  display: none;
}

/**************************** Content properties ****************************/
ol.portal_list .portal_content_properties {
  float: right;
  position: relative;
  z-index: 2;
  margin: 0 0 5px 5px;
}

ol.portal_list .workflow_step {
  display: inline-block;
  vertical-align: top;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #eee;
  background: #f2f2f2;
  color: #28CAF0;
  font-size: 14px;
  line-height: 18.2px;
  font-size: 14px;
  line-height: 1.82rem;
}

ol.portal_list .file_attachment a {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background: url(../gfx/attachment_icon.png) center center no-repeat;
  background-size: contain;
}

.rendering_keywordgroupsportal a {
  font-weight: normal;
}

/**************************** Publications renderers ****************************/
.view-content .rendering {
  margin-bottom: 15px;
}

table.properties {
  margin-bottom: 20px;
  width: 100%;
}

.relations a th,
.rendering_detailsportal th {
  width: 30%;
}

.publications .portal_navigator_ordering ul li:first-of-type {
  text-transform: none;
}

.rendering_versioneddocumentandlinkextensionportal .open,
.rendering_versioneddocumentandlinkextensionportal .embargo_date_ended.embargoed,
.rendering_versioneddocumentandlinkextensionanddoiportal .open,
.rendering_versioneddocumentandlinkextensionanddoiportal .embargo_date_ended.embargoed {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  background: url(../gfx/icon-openaccess.png) left 0 no-repeat;
  background-size: auto 20px;
}

ol.portal_list .open_access_permission {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background: url(../gfx/icon-openaccess.png) center center no-repeat;
  background-size: contain;
}

.rendering_researchoutput_versioneddocumentextensionportal p {
  margin: 0 0 5px;
}

.rendering_researchoutput_versioneddocumentextensionportal p.dimmed {
  margin: 0;
  font-size: 14px; 
  color: #888;
}

.rendering_organisationcontactportal .subheader {
  display: none;
}

.rendering_keywordgroupsportal .personfieldofscience2010 {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.rendering_keywordgroupsportal .personfieldofscience2010 ul li {
  float: left;
  margin-right: 5px;
}
.rendering_keywordgroupsportal .personfieldofscience2010 ul li:after {
  content: ", ";
}
.rendering_keywordgroupsportal .personfieldofscience2010 ul li:last-of-type:after {
  content: "";
}

/**************************** Responsive ****************************/
/**************************** Responsive ****************************/
/* less than 500px */
@media all and (max-width: 550px) {
    ol.portal_list .workflow_step {
        font-size: 14px;
    }

  ol.portal_list .file_attachment a {
    width: 18px;
    height: 18px;
  }
}
/**************************** Search form ****************************/
.search-form {
  position: relative;
}
.search-form .reset-button {
  position: absolute;
  top: 0px;
  right: 38px;
  padding: 8px;
}


/**************************** Portal lists ****************************/
ol.portal_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.portal_list .highlight {
  color: #fff;
  background: #0cf;
}

ol.portal_list > li {
  margin-bottom: 15px;
}

.portal_navigator_result .search-results,
ol.portal_list > .portal_list_item_group {
  background: #f9f9f9;
  margin-bottom: 10px;
  font-weight: 900;
  padding: 5px 25px;
  border: 1px solid #eee;
}

    ol.portal_list span.count {
        display: block;
        float: right;
        margin: 0 0 5px 5px;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        width: 28px;
        text-align: center;
        border-radius: 50%;
        background: #17213a;
        color: #fff;
    }


/**************************** Responsive ****************************/
/* less than 500px */
@media all and (max-width: 550px) {
  .view-content a.portal_graphviewer_button {
    display: none;
  }
}
/**************************** View title ****************************/
@media (max-width: 769px) {
  .aside > div {
    float: left;
  }
}
.aside .relations.links {
  word-break: break-all;
}
.aside .image {
  margin-bottom: 20px;
  max-width: 260px;
}
@media (max-width: 769px) {
  .aside .image {
    margin-right: 10px;
  }
}
.aside .image img {
  max-width: 100%;
}

.rendering_educationportal h3 {
  display: none;
}

.render-box {
  margin-top: 15px;
  padding-bottom: 15px;
}
.render-box .rendering_detailsportal > .relations {
  margin-bottom: 15px;
}
.render-box .rendering_detailsportal .properties th, .render-box .rendering_detailsportal .properties td {
  text-align: left;
  padding: 5px 0;
}
.render-box .rendering_detailsportal .properties th,
.render-box .rendering_detailsportal .properties .assessmentType,
.render-box .rendering_detailsportal .properties .event {
  display: none;
}
.render-box .rendering_upmproject_detailsportal .projectdescription {
  display: none;
}
.render-box .rendering_upmproject_detailsportal .laymansdescription {
  margin-bottom: 15px;
}
.render-box .rendering_upmproject_detailsportal .short-title,
.render-box .rendering_researchoutput_detailsportal .language {
  display: none;
}
.render-box .rendering_activity_detailsportal .properties tr:nth-child(5) {
  display: none;
}

.rendering_organisationcontactportal .address {
  margin-bottom: 15px;
}

.rendering_keywordgroupsportal .relations.keywords:not(:last-child) {
  margin-bottom: 15px;
}

.related-box .title a {
  color: #595959;
  font-weight: normal;
}
.related-box .title a:hover {
  color: #0cf;
}

.rendering_activityallrelationsportal > div,
.related-container .related-box {
  float: left;
  margin-right: 2%;
  width: 49%;
  clear: left;
}
@media (max-width: 520px) {
  .rendering_activityallrelationsportal > div,
  .related-container .related-box {
    margin: 0;
    width: 100%;
  }
}
.rendering_activityallrelationsportal > div:nth-child(2n+2),
.related-container .related-box:nth-child(2n+2) {
  clear: none;
  margin-right: 0;
}

.related-box .subheader,
.related-box .related-header {
    font-size: 14px;
    line-height: 20.8px;
    font-size: 14px;
    line-height: 2.08rem;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin: 15px 0 0 0;
}
.related-box .subheader + .relations,
.related-box .subheader + .related-content,
.related-box .related-header + .relations,
.related-box .related-header + .related-content {
  padding: 10px;
  border: 1px solid #eee;
  border-top: 0;
}

.rendering_associatesauthorsclassifiedsummarizedlistportal .associates_authors_full_list.common_hidden {
  display: none;
}

/**************************** submenu / related types ****************************/
.tabs-container {
  float: left;
  padding-right: 15px;
  width: 25%;
}
@media (max-width: 769px) {
  .tabs-container {
    padding-right: 0;
    width: 35%;
  }
}
@media (max-width: 649px) {
  .tabs-container {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
    margin-bottom: 25px;
    width: 100%;
  }
}
.tabs-container ul,
.tabs-container .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabs-container ul li,
.tabs-container .tabs li {
  position: relative;
  padding: 3px 15px 3px;
}
@media (max-width: 649px) {
  .tabs-container ul li,
  .tabs-container .tabs li {
    float: left;
  }
}
.tabs-container ul li:before,
.tabs-container .tabs li:before {
  content: '\f067';
  color: #28CAF0;
  position: absolute;
  font-family: "Lato";
  top: 4px;
  left: 0;
}
.tabs-container ul li.selected a,
.tabs-container .tabs li.selected a {
  color: #28CAF0;
}
.tabs-container ul li a,
.tabs-container .tabs li a {
  letter-spacing: 1px;
}

/**************************** View content ****************************/
.tabs-container + .main-content {
  float: left;
  padding-right: 15px;
  width: 50%;
}
@media (max-width: 769px) {
  .tabs-container + .main-content {
    width: 65%;
  }
}
@media (max-width: 649px) {
  .tabs-container + .main-content {
    width: 100%;
  }
}

.tabs-container.wide + .main-content {
  width: 75%;
}
@media (max-width: 769px) {
  .tabs-container.wide + .main-content {
    width: 100%;
  }
}

.view-content .rendering_person_profileinformationportal h3 {
  margin-top: 0;
}

.view-content .rendering_person_profileinformationportal .textblock {
  margin-bottom: 30px;
}

.main-content .type {
  color: #28CAF0;
  font-style: italic;
}

/**************************** aside ****************************/
.aside {
  border: 1px solid #0cf;
  padding: 15px;
  float: right;
  width: 25%;
}
@media (max-width: 769px) {
  .aside {
    width: 100%;
  }
}

.aside .properties th {
  text-align: left;
}

.aside .render-box:last-of-type {
  margin-bottom: 15px;
}

/**************************** Responsive ****************************/
html {
  font-size: 62.5%;
}

body {
    font-size: 14px;
    line-height: 20.8px;
    font-size: 16px;
    line-height: 2.08rem;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400;
    color: #595959;
    background: #fff;
}

.browsehappy {
  text-align: center;
  padding: 0 15px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

header {
  position: relative;
  margin-bottom: 0 15px;
}
@media (max-width: 1190px) {
  header + .wrapper {
    padding: 0 15px;
  }
}
header .top-container {
  border-bottom: 1px solid #a3a3a3;
  padding: 15px;
  padding-bottom: 10px;
}
@media (max-width: 1190px) {
  header .top-container + .wrapper {
    padding: 15px;
  }
}
@media (max-width: 520px) {
  header .top-container > .wrapper {
    text-align: center;
  }
}
header .top-container .logo {
  float: left;
}
@media (max-width: 520px) {
  header .top-container .logo {
    float: none;
  }
}
header .top-container .search-all {
  float: right;
  margin-top: 25px;
}
@media (max-width: 520px) {
  header .top-container .search-all {
    float: none;
  }
}
header .top-container .search-all .portal_searchfield_focused + script + input[type=submit] {
  padding: 5px 20px;
}
header .top-container .search-all input[type=text] {
  width: 200px;
}
@media (max-width: 520px) {
  header .top-container .search-all input[type=text] {
    width: 250px;
  }
}
header .lang {
    margin: 15px 0;
    font-size: 11px;
    line-height: 14.3px;
    font-size: 14px;
    line-height: 1.43rem;
}
header .lang a {
  color: inherit;
  text-decoration: none;
}
header .lang a:hover, header .lang a.selected {
  color: #28CAF0;
}
header .lang a:not(:last-child):after {
  content: ' / ';
}

header .menu-container {
  position: relative;
  text-align: center;
}
header .menu-container .mobile-menu {
  display: none;
  border: 1px solid #a3a3a3;
  padding: 5px 10px;
  cursor: pointer;
  width: 50%;
}
header .menu-container .mobile-menu .text {
  margin-top: 2px;
  font-weight: 700;
  float: left;
}
header .menu-container .mobile-menu .btn-menu {
  position: relative;
  float: right;
  display: inline-block;
  height: 26px;
  width: 34px;
}
header .menu-container .mobile-menu .btn-menu > .bar {
  background: #a3a3a3;
  display: block;
  margin: 4px 0;
  height: 3px;
  width: 100%;
  transition: all .2s ease;
}
header .menu-container .mobile-menu.active {
  background: #595959;
  color: #fff;
}
header .menu-container .mobile-menu.active .bar {
  position: absolute;
  background: #fff;
}
header .menu-container .mobile-menu.active .bar:nth-child(1) {
  transform: rotate(45deg);
  left: -3px;
  width: 70%;
  bottom: 9px;
}
header .menu-container .mobile-menu.active .bar:nth-child(2) {
  transform: rotate(-45deg);
  right: -3px;
  width: 70%;
  bottom: 9px;
}
header .menu-container .mobile-menu.active .bar:nth-child(3) {
  bottom: 0;
}
@media (max-width: 769px) {
  header .menu-container .mobile-menu.active + .menu {
    display: block;
  }
}
@media (max-width: 769px) {
  header .menu-container .mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 520px) {
  header .menu-container .mobile-menu {
    width: 70%;
  }
}

@media (max-width: 960px) {
  header .menu-container .menu li a {
    font-size: 18px;
    line-height: 23.4px;
    font-size: 1.8rem;
    line-height: 2.34rem;
  }
}
@media (max-width: 830px) {
  header .menu-container .menu li a {
    padding: 5px;
  }
}
@media (max-width: 420px) {
  header .menu-container .menu li a {
    font-size: 14px;
    line-height: 20.8px;
    font-size: 1.6rem;
    line-height: 2.08rem;
  }
}
@media (max-width: 769px) {
  header .menu-container .menu {
    display: none;
    background: #fff;
    border: 1px solid #a3a3a3;
    border-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    margin: 0 auto;
    width: 50%;
    z-index: 99;
  }
  header .menu-container .menu > li,
  header .menu-container .menu > li > a {
    display: block;
  }
}
@media (max-width: 520px) {
  header .menu-container .menu {
    width: 70%;
  }
}
header .breadcrumb {
  font-size: 11px;
  line-height: 14.3px;
  font-size: 1.1rem;
  line-height: 1.43rem;
  margin: 15px 0;
}
header .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
header .breadcrumb a:hover, header .breadcrumb a:last-child {
  color: #28CAF0;
}
header .breadcrumb a:not(:last-child):after {
  content: ' / ';
}

.banner {
  position: relative;
  min-height: 300px;
  color: #fff;
  margin-bottom: 15px;
}
.banner:after {
  content: "";
  display: table;
  clear: both;
}
.banner .caption {
  background: #28CAF0;
  padding: 60px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1190px) {
  .banner .caption {
    padding: 35px 30px 35px;
  }
}
@media (max-width: 960px) {
  .banner .caption {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .banner .caption {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .banner .caption {
    position: relative;
    width: 100%;
  }
}
.banner .caption .inner {
  position: relative;
  height: 100%;
}
.banner .caption .inner .text {
  font-size: 44px;
  line-height: 57.2px;
  font-size: 4.4rem;
  line-height: 5.72rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 960px) {
  .banner .caption .inner .text {
    font-size: 34px;
    line-height: 44.2px;
    font-size: 3.4rem;
    line-height: 4.42rem;
  }
}
.banner .caption .inner h4 {
  font-weight: normal;
}
@media (max-width: 960px) {
  .banner .caption .inner h4 {
    font-size: 14px;
    line-height: 18.2px;
    font-size: 1.4rem;
    line-height: 1.82rem;
  }
}
@media (max-width: 520px) {
  .banner .caption .inner h4 {
    margin: 0;
  }
}
.banner .caption .inner .caption-logo {
  padding-top: 15px;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .caption .inner .caption-logo .logo-text-1 {
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (max-width: 960px) {
  .banner .caption .inner .caption-logo .logo-text-1 {
    font-size: 12px;
    line-height: 15.6px;
    font-size: 1.2rem;
    line-height: 1.56rem;
  }
}
.banner .caption .inner .caption-logo .logo-text-2 {
  font-size: 15px;
  line-height: 19.5px;
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media (max-width: 960px) {
  .banner .caption .inner .caption-logo .logo-text-2 {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 520px) {
  .banner .caption .inner .caption-logo {
    display: none;
  }
}
.banner img {
  display: block;
  width: 100%;
}

.main-content {
  padding: 0 0 25px 0;
}
.main-content:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .search-form .portal_searchfield input[type="text"] {
  width: calc(100% - 36px);
}
.main-content .numbers, .main-content .front-text, .main-content .latest-content {
  border-top: 1px solid #a3a3a3;
  margin: 15px 0;
  padding: 30px 0;
}
.main-content .numbers {
  border-top: 0;
}
.main-content .numbers .col-1-4:last-child {
  position: relative;
  padding-top: 8px;
}
.main-content .numbers .col-1-4:last-child h4 {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0;
}
.main-content .numbers ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-content .numbers ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .numbers ul li a {
  border: 1px solid #28CAF0;
  display: block;
}
.main-content .numbers ul li a:hover .count {
  background: #595959;
}
.main-content .numbers ul li a .count, .main-content .numbers ul li a .family {
  font-size: 24px;
  line-height: 31.2px;
  font-size: 2.4rem;
  line-height: 3.12rem;
  text-align: center;
  padding: 15px;
  display: block;
  color: #595959;
}
@media (max-width: 960px) {
  .main-content .numbers ul li a .count, .main-content .numbers ul li a .family {
    font-size: 18px;
    line-height: 23.4px;
    font-size: 1.8rem;
    line-height: 2.34rem;
  }
}
.main-content .numbers ul li a .count {
  background: #28CAF0;
  color: #fff;
  transition: background .2s ease;
}
.main-content .latest-content .col-1-4 h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.main-content .latest-content .col-1-4 a {
  font-weight: normal;
}
.main-content .latest-content .col-1-4 i.fa {
  margin-right: 6px;
}

.social-bar {
  position: relative;
  font-size: 12px;
  line-height: 15.6px;
  font-size: 1.2rem;
  line-height: 1.56rem;
  background: #28CAF0;
  padding: 10px 40px;
  margin-top: 15px;
}
.social-bar:after {
  content: "";
  display: table;
  clear: both;
}
.social-bar h4 {
  color: #fff;
  margin-bottom: 0;
  line-height: 36px;
}
.social-bar .social-text {
  width: 20%;
  float: left;
  text-align: center;
}
.social-bar .icon-wrap {
  width: 80%;
  float: left;
}
.social-bar .col-1-4 {
  text-align: center;
  margin: 0;
}
@media (max-width: 769px) {
  .social-bar .col-1-4 {
    text-align: right;
  }
}
.social-bar .col-1-4 a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.social-bar .col-1-4 a .icon {
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 36.4px;
  font-size: 2.8rem;
  line-height: 3.64rem;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.social-bar .col-1-4 a:hover {
  color: inherit;
}
.social-bar .col-1-4 .facebook .icon {
  color: #28CAF0;
}
.social-bar .col-1-4 .facebook .icon:before {
  position: absolute;
  top: 5px;
  left: -10px;
  z-index: 2;
}
.social-bar .col-1-4 .facebook .icon:after {
  background: #fff;
  border-radius: 3px;
  content: '';
  position: absolute;
  top: 3px;
  right: -5px;
  height: 25px;
  width: 25px;
  z-index: 1;
}

footer {
  background: #595959;
  color: #fff;
  font-size: 12px;
  line-height: 15.6px;
  font-size: 1.2rem;
  line-height: 1.56rem;
  padding: 40px;
}
footer .row:after {
  content: "";
  display: table;
  clear: both;
}
footer .col-1-3 {
  padding: 0 15px;
}
footer .col-1-3 a {
  color: #fff;
}
footer .col-1-3 a:hover {
  text-decoration: underline;
}
footer .col-1-3 p {
  margin-top: 1.2rem;
}
@media (max-width: 520px) {
  footer .col-1-3 {
    width: 50%;
  }
  footer .col-1-3:first-child {
    text-align: center;
    width: 100%;
  }
}

.search-advanced-button-container {
  text-align: right;
  margin-bottom: 7.5px;
}

h3.subheader {
  margin-bottom: 5px;
}

.organisations .graph {
  margin-top: 15px;
}
.organisations .portal_map_maps {
  display: none !important;
}

.postal_code {
  float: left;
  margin-right: 4px;
}

.common_hidden {
  display: none;
}

.for_organisation {
  display: none;
}

.org-add-wrap {
  margin-bottom: 20px;
}
.org-add-wrap span {
  display: block;
}
.org-add-wrap .address-type {
  text-decoration: underline;
  margin-top: 8px;
}
.org-add-wrap .address-type:after {
  content: ":";
}
.org-add-wrap .postalCode {
  float: left;
  margin-right: 5px;
}

.main-content .type.title {
  display: block;
  float: left;
  margin: 2px 6px 6px 0px;
}
.main-content .type.title:not(:last-child):after {
  content: ", ";
}

/*# sourceMappingURL=main.css.map */