@import url('bootstrap.css');
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
  
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}

.esa-header {
    height: 64px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 24px;
    background-color: #003247;
    border-bottom: 4px solid #335E6F;
    color: var(--white);
    z-index: 500;
}
.node--unpublished {
  background-color: var(--linkhover);
}
.esa-header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.esa-header__left>*:last-child {
    margin-right: 0;
}
.esa-header__title {
    width: 222px;
    height: auto;
}
.esa-header__right {
    margin-left: auto;
    line-height: 0;
}
.esa-header__logo {
    width: auto;
    height: 32px;
}
.border-radius {
  border-radius: 16px 16px 0px 0px;
}
.downloads ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
}
.fixed {
    position: fixed !important;
    background: rgba(0,38,53,0.9) !important;
    top: 0px !important;

}
.esafixed{
    position: fixed !important;
    height: 32px;
    border-bottom: 2px solid #335E6F;    
}
.esafixed .esa-header__logo {
    width: auto;
    height: 22px;
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container,
.navbar.container-fluid {
  margin-top: 20px;
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
  border: none;
}
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.4rem;
/*  border-left: 5px solid #eeeeee;*/
}
blockquote:before {

}
.like-summary, 
blockquote {
  position: relative;
  padding-left: 2rem !important;
}
blockquote p {
  margin-bottom: 1rem !important;
}
.like-summary:before, 
blockquote:before {
  content: '';
    width: 6px;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, rgba(0,174,157,1) 25%, rgba(0,174,157,0.8) 25%, rgba(0,174,157,0.8) 50%, rgba(0,174,157,0.6) 50%, rgba(0,174,157,0.6) 75%, rgba(0,174,157,0.4) 75%);
    /* margin-left: 1rem; */
    position: absolute;
    top: 0;
    left: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
form#search-block-form .search-home__input {
  width: 80%;
  margin-top: 0px;
  flex: 80%;
  max-width: 80%;
}
@media (max-width: 992px) {
  form#search-block-form .search-home__input {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
form#search-block-form .input-group {
  flex-wrap: nowrap;
  align-items: stretch;
}
form#search-block-form .input-group-btn {
  height: 34px !important;
}
form#search-block-form .input-group-btn > button {
  padding: 6px 5px;
  border: 0px;
  border-radius: 0 4px 4px 0;
  color: var(--white);
  background-color: var(--aquamarine);
  width: 34px;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar #block-search-form .input-group-btn {
  width: auto;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #f1dade;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.managed-files.table td:first-child {
  width: 100%;
}
div.image-widget-data {
  float: none;
  overflow: hidden;
}
table.sticky-header {
  z-index: 1;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.text-format-wrapper {
  margin-bottom: 15px;
}
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}
.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
.filter-wrapper .panel-body {
  padding: 7px;
}
.filter-wrapper .form-type-select {
  min-width: 30%;
}
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-help {
    float: right;
  }
}
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
figcaption {
    background: none repeat scroll 0 0 #002635;
    font-size: 12px;
    padding: 0.3rem 0.8rem 0.5rem;
    margin-top: 0px;
    font-family: Arial;
    line-height: 1.2rem;
    color: var(--whiteTag);
}
figcaption:first-letter {
    text-transform: uppercase;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.form-group.error,
.form-group.has-error {
  background: none;
}
.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #555555;
}
.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777777;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%;
  }
}
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.form-type-password-confirm .help-block {
  clear: both;
}
ul.pagination li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: var(--white);
}
.form-autocomplete .dropdown a {
  white-space: normal;
}
.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #E6E6E6;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 12px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 10px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px!important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px!important;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px!important;
}
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}
/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*ESA variables
*******************************/
/*Colors*/
/*font-sizes*/
/*font-family*/
/* 
 * Color
 */
/*
 * Backgrounds
 */
/* 
 * Font
 */
/* 
 * Breakpoints
 */
/* 
 * Transition
 */
/* 
 * zIndex
 */
/*
 * Table
 */
@font-face {
  font-family: "NotesEsa";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NotesEsaReg.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/NotesEsaReg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/NotesEsaReg.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/NotesEsaReg.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/NotesEsaReg.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: "NotesEsaBold";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/NotesEsaBol.eot?#iefix) format("embedded-opentype"), url(../fonts/NotesEsaBol.ttf) format("truetype");
}
@font-face {
  font-family: "ReykjavikOne";
  src: url("../fonts/ReykjavikOneAGauge.otf");
  src: url("../fonts/ReykjavikOneOT-AGauge.eot");
  src: url("../fonts/ReykjavikOneOT-AGauge.eot?#iefix") format('embedded-opentype'), url("../fonts/ReykjavikOneOT-AGauge.woff2") format("woff2"), url("../fonts/ReykjavikOneOT-AGauge.woff") format("woff"), url("../fonts/ReykjavikOneOT-AGauge.ttf") format("truetype"), url("../fonts/ReykjavikOneOT-AGauge.svg#ReykjavikOneOT-AGauge") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg") format('svg');
}
@font-face {
  font-family: "icomoon";
  src: url('../fonts/icomoon/icomoon.eot?vumekm');
  src: url('../fonts/icomoon/icomoon.eot?vumekm#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?vumekm') format('truetype'), url('../fonts/icomoon/icomoon.woff?vumekm') format('woff'), url('../fonts/icomoon/icomoon.svg?vumekm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-rss:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
:root {
  --background-blue: #001F2C;
  --whiteLight: rgba(255,255,255,1);
  --white: rgba(255,255,255,0.8);
  --whiteTag: rgba(255,255,255,0.55);
  --aquamarine: #00ae9d;
  --subtitle: rgba(25, 217, 208, 0.66);
  --linkhover: rgba(25, 217, 208, 0.33);
  --footer: #002635;
}
body {
  background: #fbfcfd;
  color: black;
  font-size: 18px;
  font-weight: 400;
  font-family: "NotesESABold", "NotesESA";
  line-height: 30px;
}
p,
li {
  line-height: 1.667rem;
}
body {
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden !important;
}
.ie-object-fit-fallback {
  height: auto !important;
}
img {
  max-width: 100%;
  height: auto;
  line-height: 1.2rem;
  font-family: 'Arial';
  text-transform: initial;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}
h1,
.h1 {
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 22px;
  font-family: "NotesESABold", sans-serif;
  color: var(--aquamarine);
}
h2,
.h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 22px;
  font-family: "NotesESA", sans-serif;
  font-weight: 500;
}
h3,
.h3,
.pane-project-highlight .pane-title {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: "NotesESABold", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
p a {
  transition: 0.5s;
}
p a:hover {

}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
main.page-content p,
.content p {
  margin: 0 0 20px;
}
a {
  color: #90278e;
  transition: 0.5s;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.text-blue {
  color: var(--aquamarine);
}
.text-small,
.blog-item .views-field-body,
.blog-item .views-field-view-node {
  font-size: 14px;
  line-height: 18px;
}
.text-muted {
  color: #16181c;
  opacity: 0.5;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0;
  border-color: transparent;  
}
table td {
  padding: 10px;
  border-left: 0;
  border-right: 0;

}
table th {
  padding: 10px;
  border-left: 0;
  border-right: 0;

}
table th {
  text-align: left;
  font-weight: bold;
}
table th h1,
table th h2,
table th h3 {
  margin: 0;
  font-size: 20px;
}
table a:hover {
  text-decoration: underline;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 14px;
}
.form-control,
table input[type="text"],
table select,
.footer-email-subscription input[type="text"] {
  padding: 0.3rem 1rem;
  border: 1px solid var(--linkhover);
  background: transparent;
  color: var(--w);
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  color: #464a4c;
  border-color: var(--aquamarine);
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.btn,
table input[type="button"],
table input[type="submit"] {
  display: inline-block;
  outline: 0 !important;
  border-radius: 5px;
  white-space: initial;
  vertical-align: middle;
  user-select: none;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: "NotesESABold", sans-serif;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.btn-primary,
.btn-default,
.btn-info {
  padding: 15px 50px;
  border: 2px solid var(--aquamarine);
  color: var(--aquamarine);
  font-size: 18px;
  background-color: var(--white);
  transform: perspective(1px) translateZ(0);
}
.btn-primary:hover,
.btn-default:hover,
.btn-info:hover,
.btn-primary:focus,
.btn-default:focus,
.btn-info:focus,
.btn-primary:active,
.btn-default:active,
.btn-info:active {
  outline: 0;
  border-color: #000000;
  color: var(--white) !important;
}
.btn-primary::before,
.btn-default::before,
.btn-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.3s ease-out;
}
.btn-primary:hover::before,
.btn-default:hover::before,
.btn-info:hover::before,
.btn-primary:focus::before,
.btn-default:focus::before,
.btn-info:focus::before,
.btn-primary:active:before,
.btn-default:active:before,
.btn-info:active:before {
  transform: scale(2);
  background-image: url('../images/btn-primary-hover.jpg');
  background-size: cover;
}
.btn-subscription {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.2);
}
.btn-subscription::before {
  display: none;
}
.btn-subscription:hover,
.btn-subscription:focus,
.btn-subscription:active {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.8);
}
.nav-tabs.primary {
  margin: 0;
  overflow: hidden;
  background:transparent;
  font-size: 14px;
  border-bottom: 1px solid var(--linkhover);
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .nav-tabs.primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-tabs.primary li {
  display: block;
  float: none;
  border: 0px;  
}
.nav-tabs.primary li.active a {
  background: var(--aquamarine);
  color: var(--whiteLight);
  text-transform: uppercase;
  font-weight: bold;
}
.nav-tabs.primary a {
  display: block;
  padding: 8px 25px;
  color: var(--white);
  text-transform: uppercase;
  border-right: 1px solid var(--linkhover);
}
.nav-tabs.primary a:hover {
  text-shadow: none;
  color: var(--whiteLight);
  background-color: var(--subtitle);
}
.footer .logo {
  margin-bottom: 25px;
}
.page-home .footer {
  margin-top: 100px;
}
.footer-email-subscription {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  color: var(--white);
  background-image: url('../images/footer-email-subscription.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-email-subscription .control-label {
  font-size: 14px;
}
.footer-email-subscription input[type="text"] {
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.footer-email-subscription input[type="text"].error {
  border-color: #a94442;
  color: #a94442;
}
.footer-content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  color: rgba(255, 255, 255, 0.7);
  background: #16181c;
  font-size: 14px;
}
.footer-content .footer-menu-col {
  padding-right: 0;
}
.footer-content .footer-menu-col > div {
  padding-right: 0px;
}
.footer-content .footer-menu-col .footer-menu-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: var(--whiteLight);
  font-family: "NotesESABold", sans-serif;
}
.footer-content .footer-menu-col ul {
  margin: 0;
  list-style: none;
}
.footer-content .footer-menu-col ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.footer-content .footer-menu-col ul li:first-child {
  margin-top: 0;
}
.footer-content .footer-menu-col ul li a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.footer-content .footer-menu-col ul li a.menu__link-bold {
  font-family: "NotesESABold", sans-serif;
  color: var(--whiteLight);
  font-size: 14px;
}
.footer-content .footer-menu-col ul li a:hover {
  color: var(--whiteTag);
}
.footer-content .panel-pane.pane-block .pane-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: var(--white);
  font-family: "NotesESABold", sans-serif;
}
.footer-content .panel-pane.pane-block ul {
  margin: 0;
  list-style: none;
}
.footer-content .panel-pane.pane-block ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.footer-content .panel-pane.pane-block ul li:first-child {
  margin-top: 0;
}
.footer-content .panel-pane.pane-block ul li a {
  color: var(--whiteTag);
  transition: 0.5s;
}
.footer-content .panel-pane.pane-block ul li a.menu__link-bold {
  font-family: "NotesESABold", sans-serif;
  color: var(--white);
  font-size: 14px;
}
.footer-content .panel-pane.pane-block ul li a:hover {
  color: var(--white);
}
.mailchimp-signup-subscribe-form__message {
  padding-top: 35px;
}
.pane-mailchimp-signup-artes-applications-newsletter .pane-title {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.min.css.map */
.logo img {
  height: 60px;
}
.socials p {
  margin: 0 0 10px;
}
.socials ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .socials ul {
    margin-bottom: 10px;
  }
}
.socials li {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}
.socials a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  transition: 0.5s;
}
.socials a:before {
  font-size: 30px;
}
.socials a:hover {
  opacity: 0.6;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-left: 0px !important;
  margin-bottom: 3rem;
  font-size: 1rem;
  list-style: none;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.breadcrumb-item a {
/*  color: rgba(0, 0, 0, 0.2);*/
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: #ccc;
  content: "»";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #777777;
}
.slider-arrows__prev,
.slider-arrows__next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 35px;
  height: 100px;
  margin-top: -50px;
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-arrows__prev.slick-disabled,
.slider-arrows__next.slick-disabled {
  cursor: default;
  visibility: hidden;
}
.slider-arrows__prev:focus,
.slider-arrows__next:focus {
  outline: 0;
}
.slider-arrows__prev {
  left: 30px;
  background-image: url('../images/slick-slider__arrow--left.png');
}
.slider-arrows__next {
  right: 30px;
  background-image: url('../images/slick-slider__arrow--right.png');
}

.showcase-grid .slider-arrows__prev {
    left: 47%;
    width: 35px;
    height: 35px;
    top: 124%;
    background-size: initial;
    background-position: 0 0;
    background-image: url(../images/arrow-left-white.svg);
    z-index: 9999999;
}
.showcase-grid .slider-arrows__next {
    width: 35px;
    height: 35px;
    top: 63%;
    top: 124%;
    background-size: initial;
    background-position: 0 0;
    right: calc(47%);
    background-image: url(../images/arrow-right-white.svg);
    z-index: 9;
}
/*.showcase-grid .slider-arrows__prev {
  left: -30px;
  width: 35px;
  height: 35px;
  top: 63%;
  background-size: initial;
  background-position: 0 0;
  background-image: url(../images/arrows.png);
}*/
/*.showcase-grid .slider-arrows__next {
  right: -30px;
  width: 35px;
  height: 35px;
  top: 63%;
  background-size: initial;
  background-position: 0 -32px;
  background-image: url(../images/arrows.png);
}*/
.slick-slider::before,
.slick-slider::after {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}
.slick-slider::before {
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.slick-slider::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.header-navigation {
  width: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}
@media (max-width: 1199px) {
  .header-navigation {
    width: auto;
    /*position: fixed;*/
    min-height: 67px;
    /*flex-direction: row-reverse;*/
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0px;
  }
}

.header-navigation__logo {
  display: inline-block;
  display: none;
}
@media (max-width: 1199px) {
  .header-navigation__logo {
    margin-top: 0;
    margin-right: 15px;
  }
  .header-navigation__logo img {
    height: 50px;
    max-width: fit-content;
  }
}
@media (min-width: 1200px) {
  .header-navigation__logo {
    height: 60px;
  }
  .header-navigation__logo img {
    height: 60px;
  }
}


  .header-navigation .menu-container {
   /* here
    display: block !important;
    flex-grow: 1;
    */
   
  }

  .header-navigation .menu-container ul.menu {
    display: flex;
    flex-direction: column;
    padding: 8rem 2rem 2rem 4rem;
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 100%;
  }
  @media (max-width: 1199px) {
    .header-navigation .menu-container ul.menu{
      padding: 8rem 2rem 2rem 2rem;
    }
  }
  .header-navigation .menu-container ul.menu li.menu-main__item--expanded{
   
  }
  /*
  .header-navigation .menu-container ul.menu li{
    margin-left: 0px;
    padding-bottom: 1.4rem;
  }
  .header-navigation .menu-container ul.menu li a {
    display: flex;
    justify-content: space-between;
  }
  
  .header-navigation .menu-container ul.menu li:hover {
    color: var(--aquamarine);
  }
*/
  .header-navigation .menu-container ul.menu li a.arrow{
    position: absolute !important;
    top: 4px;
    right: 0;
  }

  .header-navigation .menu-container ul.menu li span ~ a.arrow{
    position: absolute !important;
    top: 4px;
    right: 0;
    width: 100%;
    padding: 20px 0;
  }

  .header-navigation .menu-container ul.menu li a.arrow::after{
    border: 0px;
    height: 14px;
    width: 14px;
    background: url(/themes/custom/accesssthem/images/chevron-right.png) no-repeat;
    top: 16px;
  }
  .header-navigation .menu-container ul.menu li > a.arrow:hover::after{
    background: url(/themes/custom/accesssthem/images/chevron-right-aqua.png) no-repeat;
  }


/*.header-navigation .menu-container ul.menu .nav-link.dropdown-toggle ul.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0,0.9);
  padding: 12rem 4rem 4rem 4rem;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 33%;
}


.header-navigation .menu {
  margin: 0;
  padding-right: 40px;
  text-align: left;
}*/
@media (max-width: 1200px) {
  .header-navigation .menu {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1200px) {
  .header-navigation li {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 1480px) {
  .header-navigation li {
    display: inline-block;
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header-navigation li {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
  }
}
.header-navigation li:nth-child(1) {
  margin-left: 0px;
}
@media (min-width: 1200px) {
  .header-navigation li:nth-child(1) {
    margin-left: 0px;
  }
}
.header-navigation li span{
  pointer-events: none;
  display: block;
  color: var(--white);
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "NotesESA", sans-serif;
  font-size: 16px;
  padding: 15px 20px;
  line-height: initial;
}
.header-navigation li a{
  color: var(--white);
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "NotesESA", sans-serif;
  font-size: 16px;
  padding: 0;
  line-height: initial;
}
.header-navigation li a:hover, .header-navigation li span:hover {
  color: var(--aquamarine);
}
.header-navigation li a.is-active {
  color: var(--white);
}
.header-navigation li a.is-active:hover {
  color: var(--aquamarine);
}
button.mobile-menu-button {
  z-index: 10;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  margin: 17px 15px 15px 15px;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.mobile-menu-button:focus {
  outline: 0;
}
@media (max-width: 1199px) {
  .mobile-menu-button {
    display: block;
  }
}
/* here
@media (min-width: 1200px) {
  .mobile-menu-button {
    display: none;
  }
}*/
.mobile-menu-button span {
  width: 100%;
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*.mobile-menu-button span:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}*/
.mobile-menu-button span:nth-child(1) {
  top: 5px;
}

.mobile-menu-button span:nth-child(2) {
  top: 17px;
}

.mobile-menu-button span:nth-child(3) {
  top: 30px;
}


.mobile-menu-button.dl-active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobile-menu-button.dl-active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu-button.dl-active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}








.subpage-header {
  min-height: 15rem;
  display: flex;
  align-items: center;
  background-color: #000000;
  background-image: url('../images/subpage-header-darker.jpg');
  background-size: cover;
  background-position: center;
}
@media (min-width: 767px) {
}
.subpage-header h1 {
  color: var(--whiteLight);
  font-size: 46px;
  line-height: 1.3;
  text-shadow: 0px 0px 3px #143b66;
  margin-bottom: 4px;
  
  font-size: 2.875rem;
  line-height: 2.875rem;
  text-transform: uppercase;
}
.page-node-type-news .subpage-header h1 {
  text-transform: initial;
}
.line {
  position: relative;
  margin: 0 0 5px !important;
  clear: both;
  display: inline-block;
  padding: 3px 6px 3px 6px;
  line-height: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "NotesESABold", sans-serif;
  color: var(--whiteLight);
  background: var(--aquamarine);
}
.line:first-child::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 10px;
  z-index: 3;
  color: var(--white);
}
.line--azure-blue .line {
  background-color: #0098D8;
}
.line--red .line {
  background-color: #D0103A;
}
.line--green .line {
  background-color: #008542;
}
.line--blue .line {
  background-color: #00338D;
}
.line--orange .line {
  background-color: #E37222;
}
.line--yellow .line {
  background-color: #FDC82F;
}
.hero-section {
  width: 100%;
  padding-top: 125px;
  /* padding-bottom: 80px;
  position: relative; */
  overflow: hidden;
/*  background-image: url('../images/hero-section-bg.png');
  background-repeat: no-repeat;
  background-size: cover;*/
  color: var(--white);
}
@media (max-width: 991px) {
  .hero-section {
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .hero-section {
    background-position: right top;
  }
}
.hero-section > .container {
  position: relative;
  z-index: 3;
  padding-left: 6%;
}
.hero-section__logo {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero-section__logo {
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .hero-section__logo {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .hero-section__logo {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .hero-section__logo {
    max-width: 100%;
    height: auto;
  }
}
.hero-section__text h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .hero-section__text h2 {
    width: 350px;
  }
}
.hero-section__text h2 .line {
  font-size: inherit;
  margin: 0 0 10px !important;
}
.hero-section__text .text-formatted > p {
  font-size: 1rem;
  margin: 0 0 20px;
}
.hero-section__watch-video {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .hero-section__watch-video {
    width: 70%;
  }
}
.hero-section__watch-video a {
  color: var(--white);
  font-weight: bold;
}
.hero-section__watch-video a:hover {
  color: var(--white);
  text-decoration: none;
}
.hero-section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #020212;
}
.hero-section-background-video video {
  display: none;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.underhero-blog-wrapper .view-content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.underhero-blog-wrapper .view-content::before,
.underhero-blog-wrapper .view-content::after {
  display: none;
}
.header-articles-section {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.blog-item {
  position: relative;
  padding: 0;
  color: var(--white);
}
.blog-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
.blog-item .views-field-field-teaser-image {
  position: absolute;
  z-index: 1;
}
.blog-item .views-field-field-teaser-image,
.blog-item .views-field-field-teaser-image .field-content {
  width: 100%;
  height: 100%;
}
.blog-item .views-field-field-teaser-image img,
.blog-item .views-field-field-teaser-image .field-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item .views-field-title,
.blog-item .views-field-body,
.blog-item .views-field-view-node,
.blog-item .views-field-field-teaser-paragraph {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .blog-item .views-field-title,
  .blog-item .views-field-body {
    width: 80%;
  }
}
.blog-item .views-field-title {
  margin-top: 70px;
  min-height: 70px;
}
.blog-item .views-field-title > div {
  display: inline-block;
  width: 100%;
}
.blog-item .views-field-title a {
  background-color: inherit;
}
.blog-item .views-field-body {
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}


.section-partners {
  margin-bottom: 60px;
}
.section-partners .view-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-partners .view-content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .section-partners .node-partner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .section-partners .node-partner-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-partners__button-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .section-partners__button-wrapper .btn {
    width: 525px;
  }
}
.node-partners {
  height: 150px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .node-partners {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.node-partners:hover .field-name-field-partner-category {
  opacity: 1;
}
.node-partners .field-name-field-partner-logo {
  height: 100%;
}
.node-partners .field-name-field-partner-logo div {
  height: 100%;
}
.node-partners .field-name-field-partner-logo .field-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.node-partners .field-name-field-partner-logo img {
  width: 100%;
  height: 100%;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.node-partners .field-name-field-partner-category {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: default;
  color: var(--white);
  font-size: 20px;
  font-family: "NotesESABold", sans-serif;
  background: var(--aquamarine);
  text-transform: uppercase;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.pane-project-highlight .pane-title {
  color: #000;
}
.pane-project-highlight .views-field-field-teaser-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px 16px 0px 0px;
}
.pane-project-highlight .projects-tags {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "NotesESABold", sans-serif;
  line-height: 1.2rem;
}
.pane-project-highlight .btn {
  display: block;
  margin-top: 25px;
}
.pane-project-highlight .views-field-nothing {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "NotesESABold", sans-serif;
}
.pane-project-highlight .views-field-nothing {
  margin-top: 25px;
}
.pane-project-highlight .views-field-nothing .field-content {
  display: block;
}
.pane-project-highlight .views-field-nothing .btn {
  width: 100%;
}
.block-views-blockproject-highlight-block h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "NotesESABold", sans-serif;
}
.section-featured-opportunities {
  margin-top: 20px;
}
.section-featured-opportunities__button-wrapper {
  margin-top: 35px;
  margin-bottom: 75px;
  text-align: center;
}
@media (min-width: 992) {
  .section-featured-opportunities__button-wrapper .btn {
    width: 525px;
  }
}
.featured-item .featured-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}
.featured-item {
  display: block;
  height: 385px;
  position: relative;
  margin-bottom: 30px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-item:hover .featured-item__content {
  opacity: 1;
}
.featured-item:hover .featured-item__image {
  background-color: rgba(0, 0, 0, 0.4);
}
.featured-item a {
  color: var(--white);
}
.featured-item__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: background-color 0.5s ease-in-out;
}
.featured-item__image div {
  width: 100%;
  height: 100%;
}
.featured-item__title {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  z-index: 3;
}
.featured-item__content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 3;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.featured-item__subtitle,
.featured-item__closing_date,
.featured-item__read-more {
  display: block;
}
.featured-item__subtitle {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 20px;
}
.featured-item__closing_date {
  font-size: 14px;
  margin-bottom: 25px;
}
.featured-item__read-more {
  text-transform: uppercase;
  position: relative;
  padding-top: 25px;
  font-size: 14px;
}
.featured-item__read-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 70px;
  height: 4px;
  background-color: var(--white);
}
.pane-featured-opportunities .view-content,
.view-home-page-articles .view-content,
.pane-featured-opportunities .view-footer,
.view-home-page-articles .view-footer {
  width: 100%;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-how-to-apply .pane-featured-opportunities {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}
.section-news-events .view-content::before,
.section-news-events .view-content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-item-preview {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}


.news-item-preview .news-image-grid {
  overflow: hidden;
    width: 160px;
    height: 100px;
  }

@media (min-width: 480px) {
  .news-item-preview .news-image-grid {

  }
}
.news-item-preview .views-field-title,
.news-item-preview .views-field-title-1 {
  font-family: "NotesESABold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
}

.news-item-preview .views-field-field-teaser-paragraph p {
  margin-bottom: 0;
}
.pane-esa-blocks-esa-calendar-block {
  height: 340px;
  background-image: url('../../images/homepage-calendar.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .pane-esa-blocks-esa-calendar-block {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .pane-esa-blocks-esa-calendar-block {
    margin-top: 90px;
  }
}
.pane-esa-blocks-esa-calendar-block .pane-content {
  height: 100%;
}
.pane-esa-blocks-esa-calendar-block__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pane-esa-blocks-esa-calendar-block__title {
  position: absolute;
  bottom: 40px;
  left: 25px;
  z-index: 2;
  width: 150px;
  display: block;
}
.section-industry {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
  margin-top: 60px;
  background-image: url('../images/homepage-industry.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .section-industry {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .section-industry {
    padding: 45px;
  }
}
.section-industry__content {
  display: flex;
}
@media (max-width: 991px) {
  .section-industry__content {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .section-industry__content {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .section-industry__title-wrapper {
    width: 320px;
    flex: 0 0 320px;
    margin-right: 25px;
  }
}
.section-industry__title {
  margin: 0;
}
.section-industry__title .line {
  padding: 7px 9px;
  text-transform: uppercase;
  font-size: 38px;
  color: #000;
  background: var(--white);
}
.section-industry__title .line:first-child::before {
  display: none;
}
.section-industry__text {
  color: var(--white);
  font-size: 140%;
  line-height: 125%;
}
@media (min-width: 1200px) {
  .section-industry__text {
    width: 70%;
    position: relative;
    top: 8px;
  }
}
.section-industry__text p {
  margin: 0;
}
.underhero-blog-wrapper {
  margin-bottom: 80px;
}
.section-blog {
  margin-bottom: 20px;
}
.section-blog-item {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.section-blog-item a {
  display: block;
  height: 100%;
}
.section-blog-item .views-field-name {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
}
.section-blog-item .views-field-name > div {
  display: inline-block;
}
.section-blog-item .views-field-name a {
  position: relative;
}
.section-blog-item .views-field-field-teaser-image {
  height: 100%;
  position: relative;
}
.section-blog-item .views-field-field-teaser-image div {
  height: 100%;
}
.section-blog-item .views-field-field-teaser-image a {
  display: block;
  height: 100%;
}
.section-blog-item .views-field-field-teaser-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-blog-item .views-field-field-teaser-image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background-color 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-blog-item .views-field-nothing {
  max-height: 150px;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  text-transform: uppercase;
}
.section-blog-item .views-field-nothing .field-content {
  display: block;
  padding-top: 15px;
  color: var(--white);
}
.section-blog-item .views-field-nothing::before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background-color: var(--white);
}
.section-blog-item .views-field-nothing p {
  margin: 0;
}
.homepage-custom-block__esa-app {
  position: relative;
}
.homepage-custom-block__esa-app::after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
  background: rgba(85, 85, 85, 0.2);
}
.homepage-custom-block__esa-app .pane-title {
  color: var(--aquamarine);
}
.homepage-custom-block__esa-app .pane-content {
  font-size: 16px;
}
.page-content .alert {
  margin-top: -80px;
}
@media (min-width: 992px) {
  .page-projects ul.jcarousel {
    height: 239px;
  }
}
.page-projects .showcase-grid {
  padding: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-projects .showcase-grid {
    padding: 0 0 2rem 0;
  }
}
.page-projects .showcase-grid .slick-slider::before,
.page-projects .showcase-grid .slick-slider::after {
  content: '';
  display: none;
}
.page-projects .showcase-grid .jcarousel-item {
  border: 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--linkhover);
  border-top: 1px solid var(--linkhover);
  height:300px;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 479px) {
  .page-projects .showcase-grid .jcarousel-item .image img {
    max-width: fit-content;
  }
}
.page-projects .showcase-grid .jcarousel-item .title,
.page-projects .showcase-grid .jcarousel-item .text-wraper {
  transition: all 1s;
}
.page-projects .showcase-grid .jcarousel-item .title {
  background-color: rgba(0, 31, 44, .4);
  padding: 0.5rem 1rem;
  text-align: left;
  min-height: 25%;
  width: 100%;
  font-family: "NotesESABold", sans-serif;
  position: absolute;
  top: 75%;
  line-height: 1.4rem;
}
.page-projects .showcase-grid .jcarousel-item .title:before {
    content: '';
    width: 6rem;
    height: 4px;
    background: #fff;
    display: block;
    margin-bottom: 0.5rem;
}
.page-projects .showcase-grid .jcarousel-item .title a {
  font-weight: normal;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.page-projects .showcase-grid .jcarousel-item .text-wraper {
  position: absolute;
  border: 0;
  min-height: 16rem;
  width: 100%;
  top: 100%;
  text-align: left;
/*  background-color:var(--linkhover);*/
  padding:0.8rem 1rem;
  font-size: 1rem;
  line-height: 1rem;
}
.page-projects .showcase-grid .jcarousel-item .text-wraper .date {
  font-size: 0.8rem;
  color: var(--white);
  font-style: italic;
  margin-bottom: 8px;
  display: block;
}
.page-projects .showcase-grid .jcarousel-item .text-wraper .text p,
.page-projects .showcase-grid .jcarousel-item .text-wraper .text span {
  color: var(--white) !important;
}
.page-projects .showcase-grid .jcarousel-item:hover .title {
  top: 0 !important;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
.page-projects .showcase-grid .jcarousel-item:hover .text-wraper {
  height: 75%;
  top: 25% !important;
  position: absolute;
  cursor: pointer;
}
.page-projects .showcase-grid .jcarousel-item .image img {
  opacity: 0.6;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.page-projects .showcase-grid .jcarousel-item:hover .image img {
  transform: scale(2, 2);
  opacity: 0.2;
  transition: all 2s;
}
.two-col-module {
  width: 100%;
  margin: 0rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .two-col-module {
    justify-content: space-between;
  }
}
.two-col-module .two-col-module-item,
.two-col-module .right,
.two-col-module .left {
  min-height: 315px;
  margin-bottom: 20px;
  padding: 25px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  color: var(--white);
}
@media (max-width: 767px) {
  .two-col-module .two-col-module-item,
  .two-col-module .right,
  .two-col-module .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .two-col-module .two-col-module-item,
  .two-col-module .right,
  .two-col-module .left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.two-col-module .two-col-module-item__title,
.two-col-module .right__title,
.two-col-module .left__title {
  margin-top: 0;
  text-transform: uppercase;
}
.two-col-module .two-col-module-item__text p,
.two-col-module .right__text p,
.two-col-module .left__text p {
  margin-bottom: 20px;
}
.image-video-module {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.image-video-module__play-button {
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 50px;
  border-color: transparent transparent transparent var(--white);
  opacity: 0.3;
  transition: 0.5s;
}
.image-video-module__play-button:hover {
  opacity: 1;
}
.play-animation {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  float: left;
  position: relative;
  cursor: pointer;
}
.play-animation:hover .play-animation__play-button {
  opacity: 1;
}
.play-animation__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -8px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--white);
  opacity: 0.3;
  transition: 0.5s;
}
.play-animation .circle {
  border-radius: 50%;
  transition: all 400ms ease-out;
}
.play-animation .circle--lg {
  width: 100%;
  height: 100%;
  border: 2px outset var(--aquamarine);
  animation: rotating 2s cubic-bezier(0.17, 0.67, 0.31, 0.95) infinite;
}
.play-animation .circle--md {
  width: 75%;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -71px;
  border: 2px inset var(--white);
  background-color: transparent;
  animation: rotatingback 2s cubic-bezier(0.17, 0.67, 0.31, 0.95) infinite;
}
.play-animation .circle--sm {
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  border: 2px inset var(--aquamarine);
  background-color: transparent;
  animation: rotating2 2s cubic-bezier(0.17, 0.67, 0.31, 0.95) infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatingback {
  from {
    -webkit-transform: rotate(100deg);
  }
  to {
    -webkit-transform: rotate(-260deg);
  }
}
@-webkit-keyframes rotating2 {
  from {
    -webkit-transform: rotate(110deg);
  }
  to {
    -webkit-transform: rotate(470deg);
  }
}
@-moz-keyframes rotating2 {
  from {
    -moz-transform: rotate(110deg);
  }
  to {
    -moz-transform: rotate(470deg);
  }
}
@-o-keyframes rotating2 {
  from {
    -o-transform: rotate(110deg);
  }
  to {
    -o-transform: rotate(470deg);
  }
}
@-ms-keyframes rotating2 {
  from {
    -ms-transform: rotate(110deg);
  }
  to {
    -ms-transform: rotate(470deg);
  }
}
@keyframes rotating2 {
  from {
    transform: rotate(110deg);
  }
  to {
    transform: rotate(470deg);
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup.is-active {
  display: flex;
}
.popup video {
  object-fit: contain;
}
@media (max-width: 767px) {
  .popup video {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .popup video {
    width: 60%;
  }
}
/** COOKIES **/
article[about="/cookies-notice"] table{
  width: 100% !important;
  margin:3rem 0;
}
article[about="/cookies-notice"] table tr{
  border-bottom: 1px solid var(--linkhover);
}
article[about="/cookies-notice"] table th{

}
article[about="/cookies-notice"] table td{
  
}
.popup__close-btn {
  display: block;
  line-height: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1201;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s linear;
}
.popup__close-btn:hover {
  color: var(--white);
}
#sliding-popup.sliding-popup-bottom {
  background: #bd4f8e !important;
  padding: 2rem;
  z-index: 9999;
}
div#sliding-popup, 
div#sliding-popup 
.eu-cookie-withdraw-banner, 
.eu-cookie-withdraw-tab {
  background: #bd4f8e !important;
}
.sliding-popup-bottom .eu-cookie-withdraw-tab {
    background: var(--aquamarine) !important;
    border: none !important;
    font-family: "NotesESABold", sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0.2rem 1rem;
}
.sliding-popup-bottom .eu-cookie-withdraw-tab:focus {
    border: none !important;
    background: var(--whiteLight) !important;
    color: #bd4f8e !important;
    outline: none !important;
}
#sliding-popup .popup-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
#sliding-popup .popup-content > div {
  padding: 1rem;
  margin: 0 0 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#sliding-popup .popup-content > div:nth-child(1) {
  margin: 0;
  position: relative;
  padding-right: 4rem;
}
#sliding-popup .popup-content > div:nth-child(1):after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/arrow-right-white.svg);
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 30%;
}
#sliding-popup .popup-content #popup-text p {
  line-height: 2.25rem;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  display: block;
}
#sliding-popup .popup-content #popup-text p a {
  color: var(--white);
  text-decoration: underline;
}
#sliding-popup .popup-content #popup-text p a:hover {
  text-decoration: none;
}
#sliding-popup .popup-content .eu-cookie-compliance-categories-buttons {
    margin:1rem 0 0 0;
    max-width: 100%;
    float: none;
}

#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-secondary-button,
#sliding-popup .eu-cookie-withdraw-button, 
#sliding-popup .popup-content #popup-text .eu-cookie-compliance-more-button, 
#sliding-popup .popup-content #eu-cookie-compliance-categories .eu-cookie-compliance-save-preferences-button {
    padding: 0.8rem 1.1rem;
    border: 1px solid #bd4f8e;
    border-radius: 16px;
    color: #bd4f8e !important;
    font-size: 14px;
    line-height: initial;
    font-family: "NotesESABold", sans-serif;
    background-image: none;
    background-color: var(--whiteLight) !important;
    transform: perspective(1px) translateZ(0);
    text-transform: uppercase;
    width: 100%;
    margin: auto 0 0 0;
}
#sliding-popup .eu-cookie-compliance-default-button:hover,
#sliding-popup .eu-cookie-compliance-secondary-button:hover,
#sliding-popup .eu-cookie-withdraw-button:hover, 
#sliding-popup .popup-content #popup-text .eu-cookie-compliance-more-button:hover {
/*  opacity: 0.6;*/
  background-image: none;
  background-color: var(--whiteLight);
}
@media only screen and (max-width: 768px) {
  #sliding-popup .popup-content {
    flex-direction: column;
  }
  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons {
    max-width: 100%;
  }
}
#sliding-popup .popup-content #eu-cookie-compliance-categories input[type="checkbox"] {
  width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: 4px;
    background: var(--linkhover);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--whiteLight);
    border-radius: 0;
    margin: 0 6px 0 0;
}
#sliding-popup .popup-content #eu-cookie-compliance-categories input[type="checkbox"]:checked {
  background: var(--yellow);
}
#sliding-popup .popup-content #eu-cookie-compliance-categories .eu-cookie-compliance-category label {
  font-weight: bold;
  margin-top: 0.5rem;
}
#block-euccx-euccx-cookie-settings h2 {
  text-transform: uppercase;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container {
  border: 0;
  padding: 12px;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs {
  border: 0;
  border-radius: 0;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > div {
  padding: 0 3rem 2rem 2.5rem;
  line-height: 2.25rem;
  border-left: 1px solid #bd4f8e;
  border-radius: 0;
  min-height: 14rem;
  font-size: 14px;
  font-family: Verdana, Arial;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > div .euccx-label {
  display: none;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > div .euccx-switch .euccx-slider-required-cookies {
  background: #bd4f8e;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > div input:checked + .euccx-slider {
  background: #bd4f8e;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li a {
  font-size: 14px;
  font-family: Verdana, Arial;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li.ui-tabs-active a {
  background: #bd4f8e;
  color: var(--white);
  border: 0;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li.ui-tabs-active a:hover {
  cursor: default;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li.ui-tabs-active a:focus {
  outline: 0;
  outline-offset: 0px;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li.ui-state-focus {
  border: 0;
  background: none;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container #cookie-tabs > ul > li.ui-state-focus a {
  border: 0;
  outline: 0;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container .cookie-tab-actions button.cookie-settings-save {
  padding: 15px 50px;
  border: 2px solid #bd4f8e;
  border-radius: 5px;
  color: var(--aquamarine);
  font-size: 18px;
  font-family: "NotesESABold", sans-serif;
  background-color: var(--white);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  background: var(--white);
  box-shadow: none;
  overflow: hidden;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container .cookie-tab-actions button.cookie-settings-save:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16181c;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.3s ease-out;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container .cookie-tab-actions button.cookie-settings-save:hover {
  border-color: #000000;
  color: var(--white) !important;
  border-radius: 0;
  background-color: #286090;
}
#block-euccx-euccx-cookie-settings .cookie-tab-container .cookie-tab-actions button.cookie-settings-save:hover:before {
  transform: scale(2);
  background-image: url(/sites/all/themes/accesssthem/less/images/btn-primary-hover.jpg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cookie-tab-container #cookie-tabs > div {
    padding: 1rem 8rem 2rem 2rem;
    margin-bottom: 2rem;
    border-left: 1px solid #bd4f8e;
    border-radius: 0;
    min-height: initial;
  }
  .cookie-tab-container #cookie-tabs > ul > li a {
    width: 100%;
    padding: 1rem;
  }
  .cookie-tab-container #cookie-tabs > ul > li.ui-tabs-active a {
    width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu .tb-megamenu-nav li a {
    padding: 14px 11px !important;
  }
  .main-menu .tb-megamenu-nav li a .fa-arrow-right {
    display: none;
  }
  .page-ambassador-platforms .ambassador-item {
    min-height: 250px;
    width: 24% !important;
  }
}
@media only screen and (max-width: 1199px) {
  /*Header
************************/
  .bg-top {
    /*height: 195px;*/
    background-position: 38%;
  }
  /*End header*/
  .main-menu {
    top: 0px;
    position: relative;
    background: transparent !important;
  }
  .tb-megamenu .nav-collapse .nav > li .tb-megamenu-subnav i.fa.fa-arrow-right {
    display: none !important;
  }
  /*Home page
************************************/
  .page-home .pane-front-page-slideshow .views_slideshow_main {
    height: 250px !important;
    overflow: hidden;
  }
  .page-home .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame {
    height: 250px !important;
  }
  .page-home .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div {
    height: 250px !important;
  }
  /*End home page*/
  .page-projects .temathic-areas .bef-checkboxes .form-item {
    width: 50% !important;
  }
  .page-projects .contractor-countries details .bef-checkboxes > .form-item,
  .page-projects .subcontractor-countries details .bef-checkboxes > .form-item,
  .page-projects .contractor-countries .content-fieldset .bef-checkboxes > .form-item,
  .page-projects .subcontractor-countries .content-fieldset .bef-checkboxes > .form-item {
    width: 25% !important;
  }
  /** seach page **/  
  .page-general-search ul.facetapi-facet-type li:nth-child(1) {
    flex: 0.5;
  }
  .page-general-search ul.facetapi-facet-type li:nth-child(2) {
    flex: 0.88;
  }
  .page-general-search ul.facetapi-facet-type li:nth-child(3) {
    flex: 0.89;
  }
  .page-general-search ul.facetapi-facet-type li:nth-child(4) {
    flex: 1.25;
  }
  .page-general-search ul.facetapi-facet-type li:nth-child(7) {
    flex: 1.5;
  }
  .page-general-search ul.facetapi-facet-type li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .bg-top .top-bar .top-bar-menu li.last {
    border: 0;
    position: relative;
    left: 14%;
    background: none !important;
  }
  .page-home .home-slide .sentence {
    padding: 0;
  }
  .page-home .home-slide .sentence .pane-content {
    padding-top: 33%;
  }
  .page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal img {
    width: auto !important;
    height: 184px;
    max-width: initial;
  }
  .page-home .panels-flexible-12 .events-row .events-detail-block {
    padding: 2em 0;
    width: 61%;
    float: right;
  }
  .footer .footer-top > .container {
    padding-left: 0px;
  }
  .footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region {
    padding: 0 !important;
  }
}
.page-home .jcarousel-skin-default .jcarousel-item:hover .text-wraper {
  top: 23% !important;
  height: 73%;
}

/* html body.admin-menu,
html body.user-logged-in {
  margin-top: 79px !important;
  padding-top: 0 !important;
} */
html body.user-logged-in .header-navigation.menu-open .menu-container{
  top: 79px;
}
* {
  margin: 0;
  outline: medium none;
  padding: 0;
}
select {
  /* styling */
/*  background: var(--white) url(/sites/all/themes/accesssthem/images/select-arrow.png) no-repeat right !important;
  background-position-x: 98% !important;
  padding-right: 25px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;*/
}
select::-ms-expand {
  display: none;
}
h2 a:hover {
  text-decoration: none;
}
ol > li {
  margin: 1.5rem auto;
}
ol > li li {
  margin: 0.8rem auto;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bg-top,
.bg-bottom {
  width: 100%;
  clear: both;
}
.bg-top {
  height: 208px;
  background: linear-gradient(60deg, #001120 0%, #001a33 100%) repeat scroll 0 0 transparent;
  background-image: url(images/esa_banner_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-bottom {
  height: 50px;
  background: #e6e6e6 url(images/nav_wrap.png) top center repeat-y;
  background: linear-gradient(60deg, #001e34 0%, #003459 100%) repeat scroll 0 0 transparent;
}
.top-bar {
  height: 37px;
  background: #e6e6e6 url(images/user_tab_bg.png) top center repeat-x;
  box-shadow: 1px 0 1px #002740;
  text-transform: uppercase;
  border: 1px solid #C1C4C7;
  position: relative;
  z-index: 1;
}
.top-bar .top-bar-menu {
  margin-top: 8px;
  float: left;
}
.top-bar .top-bar-menu ul li {
  display: inline;
  list-style-type: none;
  margin-top: 15px;
}
.top-bar .top-bar-menu ul li.first a {
  color: #0098db;
}
.top-bar .top-bar-menu ul li.first a:hover {
  background: url(images/tab_bg.png) repeat-x scroll 0 -50px transparent;
  color: #22597e;
}
.top-bar .top-bar-menu ul li.first a.active {
  color: #0098db;
}
.top-bar .top-bar-menu ul li a {
  font-family: NotesEsaBold;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  color: #22597e;
  border-right: 1px solid #f8f8f8;
  text-shadow: 1px 1px 0px var(--white);
}
.top-bar .top-bar-menu ul li a:hover {
  background: url(images/tab_bg.png) repeat-x scroll 0 -50px transparent;
  color: #0098db;
}
.top-bar .top-bar-menu ul li a.active {
  color: #0098db;
}
.top-bar .user-menu {
  margin-top: 8px;
  float: right;
  background: url(images/user_tab_border.png) left no-repeat;
}
.top-bar .user-menu ul li {
  display: inline;
  list-style-type: none;
  margin-top: 15px;
}
.top-bar .user-menu ul li a {
  font-family: NotesEsaBold;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  color: #22597e;
  border-right: 1px solid #f8f8f8;
  text-shadow: 1px 1px 0px var(--white);
}
.top-bar .user-menu ul li a:hover {
  background: url(images/tab_bg.png) repeat-x scroll 0 -50px transparent;
  color: #0098db;
}
.top-bar .user-menu ul li a.active {
  color: #0098db;
}
/*** MAIN MENU MEGA MENU **/
.main-menu {
  font-family: NotesEsaBold;
  font-size: 18px;
  top: 0px;
  position: relative;
  background: transparent !important;
}
.tb-megamenu {
  background-color: transparent !important;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 0;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
  padding: 10px !important;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
  background-color: #0081c2;
  color: var(--white) !important;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  margin-top: 0;
}
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  /*background:var(--white);
    color: #003C7C;*/
  background: rgba(3, 3, 5, 0.7) url(/sites/all/themes/esa/images/tab_bg.png) repeat-x scroll 0 -50px;
  color: var(--white);
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > li > a:focus {
  background: var(--white);
  color: #003C7C !important;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  color: #003C7C;
}
.tb-megamenu .dropdown-menu {
  border-bottom: 3px solid #003C7C;
}
.tb-megamenu .btn-navbar {
  color: #000;
  border: none !important;
  background: transparent !important;
  font-size: 2.5rem;
}
h1.artes-applicataions {
  position: absolute;
  top: -87px;
  left: 290px;
  text-transform: lowercase;
  font-size: 28px;
}
h1.artes-applicataions a {
  color: white;
  text-decoration: none;
}
.tb-megamenu-subnav a {
  font-size: 14px;
  font-family: Verdana;
  padding: 10px;
}
.tb-megamenu .nav > li {
  float: left;
  margin-left: 1px;
}
.tb-megamenu .nav > li:first-child {
  margin-left: 0px;
}
.tb-megamenu .nav > li > a {
  padding: 15px !important;
  text-decoration: none;
  background: rgba(3, 3, 5, 0.6) url(/sites/all/themes/esa/images/tab_bg.png) repeat-x scroll left top;
  color: var(--white);
  font-weight: normal !important;
  border: 0 !important;
  font-size: 1.5rem;
}
.tb-megamenu .dropdown-menu {
  left: -1px;
}
/*** END MAIN MENU MEGA MENU **/
table#daptiv_webform {
  display: block;
  overflow: auto;
  border-top: none;
  border-bottom: none;
}
#daptiv_webform label {
  display: inline;
}
.body-right {
  float: left;
  height: 100%;
  margin-top: -10px;
  margin-left: 15px;
  min-height: 300px;
  overflow: hidden;
  width: 155px;
}
.body-right h2 {
  padding: 5px 0 5px 0;
}
.body-right ul {
  display: block;
  margin: 0;
}
.body-right ul,
.body-right li {
  list-style-type: none;
}
.body-right img {
  border: medium none;
}
.body-right a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
.body-right a:hover {
  color: var(--linkhover);
  text-decoration: none;
}
.body-right .container-inline {
  padding: 8px 0 10px 0;
}
.body-right #edit-submit {
  margin: -5px -2px;
}
.body-right .form-submit {
  opacity: 0.8;
}
.body-right .form-submit:hover {
  opacity: 1;
}
.body-content .publications ul {
  display: inline;
  padding-top: 0px;
}
#iconblock_ips {
  height: auto;
  width: 145px;
}
#iconblock_ips h3,
#iconblock_ips .title h3 {
  -moz-user-select: none;
  color: #3179A9;
  cursor: default;
}
#iconblock_ips div.content {
  height: 45px;
  width: 145px;
}
#iconblock_ips div.f_item {
  height: 45px;
  overflow: hidden;
  position: absolute;
  width: 145px;
}
#iconblock_ips div.f_item .img {
  background: none repeat scroll 0 0 var(--white);
  display: table;
  height: 45px;
  overflow: hidden;
  width: 145px;
}
#iconblock_ips div.f_item .img a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#iconblock_ips div.f_item .img_on {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  width: 145px;
  z-index: 10;
}
#iconblock_ips div.f_item .img_on:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}
#iconblock_ips .box {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #DCDDDE;
  line-height: 1em;
  width: 143px;
}
#iconblock_ips .box a {
  background: none repeat scroll 0 0 #F6F6F6;
  border-right: 1px solid var(--white);
  border-top: 1px solid var(--white);
  display: block;
  font-size: 10px;
  padding: 3px 5px 7px;
  width: 132px;
}
.view-projects-thematic img {
  width: 100%;
  height: auto;
}
tr.odd,
tr.even {
  background: none!important;
}
/*Start Endikas styles
************************************************/
/*Generic styles
********************************/
.header-navigation {
  z-index: 99 !important;
}
.region-content {
  padding: 0;
}
.main-container {
  margin-top: 0px;
  background-color: #fbfcfd;
  position: relative;
  font-family: 'Arial';
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
}

.main-container img[data-align="right"] {
  float: right;
  margin: 5px 0px 5px 1rem;
}
.main-container img[data-align="left"] {
  float: left;
  margin: 5px 1rem 5px 0;
}
.main-container img[data-align="center"] {
  margin: 1rem auto;
  display: block;
}
@media (min-width: 992px) {
  .main-container {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .main-container {
    padding-top: 20px;
    max-width: none;
  }
}
.main-container.container {
  padding-bottom: 40px;
}
.block-separator {
  /*dotted line*/
  line-height: 2px;
  clear: both;
}
.icon {
  list-style-type: none;
  margin-bottom: 20px;
}
.panels-flexible-region-32-documents_rsb {
  float: right !important;
  width: auto !important;
}
ul.documents {
  margin-top: 40px;
}
ul.documents li {
  list-style-type: none;
  width: 150px;
  margin-bottom: 2em;
}
ul.documents li a.image {
  display: block;
}
ul.documents li a.image img {
  width: 100%;
}
ul.documents li a.text {
  display: block;
  background: #f2f2f2;
  padding: 0.5rem;
  font-size: 14px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#block-system-main ul,
.main-container ul,
#block-system-main ol,
.main-container ol {
  margin-left: 2rem;
}
#block-system-main table,
.main-container table {
  width: 100% !important;
  table-layout: inherit !important;
}
#block-system-main table thead th,
.main-container table thead th {
  white-space: nowrap;
  border-bottom: 6px solid var(--linkhover);
  border-top: none;
}
#block-system-main table thead th.views-field-nothing,
.main-container table thead th.views-field-nothing {
  font-family: 'NotesEsa';
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: var(--whiteLight);
}
#block-system-main table tbody tr .views-field-nothing,
.main-container table tbody tr .views-field-nothing {
  padding: 1rem 0.75rem;
  white-space: nowrap;
}
#block-system-main table thead th h2,
.main-container table thead th h2 {
  font-family: 'NotesEsa';
  font-weight: 400;
  font-size: 1.25rem;
}
.node-type-page #block-system-main h2 strong {
  font-weight: normal;
}
.node-type-page #block-system-main h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
div[class^="panels-flexible-"] .panels-flexible-region-inside {
  padding-right: 0px;
  padding-left: 0px;
}
.text-center {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.text-center ul.pagination {
  justify-content: center;
}
.text-center ul.pagination li span,
.text-center ul.pagination li a {
  border: none !important;
  background: inherit !important;
  color: var(--aquamarine);
}
.text-center ul.pagination .active span,
.text-center ul.pagination .is-active span,
.text-center ul.pagination .active a,
.text-center ul.pagination .is-active a {
  color: var(--white);
  font-weight: bold;
}
/*end generic classes*/
/*Header
************************/
.bg-top {
  height: 208px;
}
.bg-top .container {
  padding-left: 0px;
  padding-right: 0px;
}
.bg-top .top-bar a {
  background: none;
}
.bg-top .top-bar .top-bar-menu {
  max-height: 25px;
  background: none;
}
.bg-top .top-bar .top-bar-menu li.last {
  border: 0;
  position: relative;
  left: 50%;
  background: none !important;
}
.bg-top .top-bar .top-bar-menu li.last a {
  background: none !important;
  border-right: 0;
  border-left: 0;
}
.bg-top .top-bar .user-menu {
  max-height: 25px;
}
.bg-top .header {
  position: relative;
}
.bg-top .header #logo {
  display: block;
  width: 100%;
  height: 120px;
}
.bg-top .header #logo img {
  width: 100%;
  position: relative;
  top: 0px;
  display: none;
}
.bg-top .header #logo-access-applications {
  position: absolute;
  top: 25px;
  right: 60px;
  width: 245px;
}
.bg-top .header .main-menu a {
  text-decoration: none;
  padding: 16px 10px;
}
.bg-top .header .main-menu ul li:first-child a {
  box-shadow: 0 -5px 5px #333;
}
/*End header*/
/*Footer
**********************/
.footer.container {
  padding-left: 0px;
  padding-right: 0px;
}
.footer {
  padding: 2rem 0 0;
}
.footer .footer-top {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0px;
  background: #003151;
  background: -moz-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #003151), color-stop(100%, #004674));
  background: -webkit-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -o-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -ms-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: linear-gradient(45deg, #003151 0%, #004674 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003151', endColorstr='#004674', GradientType=1);
  -webkit-box-shadow: inset 0px -12px 55px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -12px 55px -13px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -12px 55px -13px rgba(0, 0, 0, 0.75);
}
.footer .footer-bottom {
  padding: 0 15px 40px;
  background-color: initial;
  float: left;
  width: 100%;
  background: #003151;
  background: -moz-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #003151), color-stop(100%, #004674));
  background: -webkit-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -o-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: -ms-linear-gradient(45deg, #003151 0%, #004674 100%);
  background: linear-gradient(45deg, #003151 0%, #004674 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003151', endColorstr='#004674', GradientType=1);
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel {
  margin-top: 0px;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel {
  width: 100%;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel h2 {
  font-family: "NotesESABold", sans-serif;
  margin-top: 0px;
  color: var(--white);
  font-size: 15px;
  height: 15px;
  text-shadow: 1px 1px black;
  margin-bottom: 1.5em;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region {
  padding: 0 15px;
  width: 20%;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region .panels-flexible-region-inside {
  padding-left: 0px;
  padding-right: 0px;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region ul {
  margin-left: 0px;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region ul li {
  list-style-type: none;
  color: #5fbae0;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region ul li:before {
  content: "\f111";
  font-family: 'fontawesome';
  font-size: 3px;
  position: relative;
  top: 1px;
  margin-right: 6px;
  float: left;
}
.footer .footer-bottom #block-panels-mini-bottom-footer-mini-panel #mini-panel-bottom_footer_mini_panel .panels-flexible-7-inside .panels-flexible-region ul li a {
  color: #5fbae0;
  font-size: 13px;
}
/*End Footer*/
/*Home page
************************************/
.page-home .sentence .pane-content {
  text-align: center;
  padding-top: 38%;
}
.page-home .sentence .pane-content p {
  font-family: notesEsa;
  font-size: 26px;
  line-height: 3.2rem;
  font-weight: lighter;
  color: #919191;
  position: relative;
}
.page-home .sentence .pane-content p:first-child:before {
  content: "\e135";
  font-size: 45px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  clear: both;
  width: 100%;
  position: absolute;
  display: block;
  top: -59px;
  color: #ccc;
}
.page-home .sentence .pane-content p strong {
  color: #23527c;
}
.page-home .home-slide {
  float: none !important;
}
.page-home .home-projects,
.page-home .what-we-offer-wrapper {
  background: #f2f2f2;
}
.page-home .panels-flexible-12 .panels-flexible-row {
  padding: 0px;
  margin: auto;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-inside {
  padding-left: 0px;
  padding-right: 0px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-block-10 {
  position: absolute;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  margin: 0 5px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div {
  width: 100% !important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div img {
  width: 100% !important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title {
  position: absolute;
  top: 80%;
  text-align: left;
  background-color: #005b8a;
  padding: 5px;
  text-indent: -17px;
  padding-left: 25px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title:hover,
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title:focus,
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title:active {
  background-color: #004c7d;
  text-decoration: none !important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title a {
  font-family: NotesEsaBold, "Trebuchet MS", Tahoma, Arial;
  font-size: 20px;
  font-weight: normal;
  color: var(--white);
  display: inline;
  text-transform: uppercase;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views_slideshow_main .views-slideshow-cycle-main-frame > div .slideshow-title a:hover {
  background-color: #004c7d;
  text-decoration: none !important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views-slideshow-controls-bottom .views-field-counter {
  float: left;
  margin: 10px 0 0;
  padding: 10px;
  width: 15px;
  height: 15px;
  background: url(images/slide-nav-inactive.png) center no-repeat;
  background-size: 15px 15px;
  cursor: pointer;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views-slideshow-controls-bottom .views-field-counter .views-content-counter {
  display: none;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-slide .pane-front-page-slideshow .views-slideshow-controls-bottom .active .views-field-counter {
  background: url(images/slide-nav-active.png) center no-repeat;
  background-size: 15px 15px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide {
  width: 100%;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow {
  padding-top: 20px;
  padding-bottom: 30px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .view-header h2 {
  display: none!important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%!important;
  height: inherit;
  padding: 10px 15px 20px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%!important;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-skin-default .jcarousel-prev-horizontal {
  left: -15px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-skin-default .jcarousel-next-horizontal {
  right: -15px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal {
  overflow: hidden;
  height: 245px;
  position: relative;
  border: 0;
  width: 100%;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal img {
  width: 100%;
  height: 184px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal .title {
  top: 184px;
  position: absolute;
  width: 100%;
  font-family: NotesEsaBold;
  font-size: 16px;
  color: white;
  text-align: left;
  min-height: 6.2rem;
  background-color: #003052;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal .title a {
  color: white;
  padding: 9px 9px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal .title a:hover {
  color: #5fbae0;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal .text-wraper {
  border: 0px solid #cccccc;
  background-color: rgba(3, 58, 99, 0.9);
  padding: 15px 15px 0;
  text-align: left;
  color: white;
  min-height: 11rem;
  top: 100%;
  height: 77%;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow li.jcarousel-item-horizontal .text-wraper .text {
  color: var(--white);
  padding: 10px 0px;
  font-size: 0.9em;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-next,
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .jcarousel-prev {
  top: 40%;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .more-link {
  text-align: right;
  margin: 10px 17px 0px 0;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .more-link a {
  border: 1px solid var(--aquamarine);
  border-radius: 0;
  background: white;
  color: var(--aquamarine);
  font-family: NotesEsaBold;
  font-size: 16px;
  padding: 0 20px;
  margin: 5px 0px;
  display: inline-block;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .more-link a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 24px;
  height: 30px;
  background: var(--aquamarine)
  color: white;
  margin: 0;
  margin-left: -20px;
  margin-right: 10px;
  padding: 6px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .more-link a:hover {
  text-decoration: none;
  background: var(--aquamarine);
  color: var(--white);
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-opportunities-slideshow .more-link a:focus {
  text-decoration: none;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .pane-block-19 {
  padding-bottom: 30px;
  padding-top: 20px;
}
.page-home .panels-flexible-12 .panels-flexible-row .panels-flexible-region-12-home_wide .whatweoffer img {
  width: 100%;
  height: auto;
}
.page-home .panels-flexible-12 .panels-flexible-row-12-4 {
  clear: both;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f2f2f2;
}
.page-home .panels-flexible-12 .panels-flexible-row-12-4 .project-description .projects_text p {
  font-size: 14px;
  color: grey;
  margin: 0px;
}
.page-home .panels-flexible-12 .project-tagcloud {
  text-align: center;
  /*blue*/
  /*red*/
  /*green*/
  /*orange*/
  /*yellow*/
  /*dark blue*/
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term {
  opacity: 1;
  padding: 7px 9px 4px 9px;
  margin: 5px 3px;
  display: inline-block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all  1s;
  transition: all  1s;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:hover {
  color: var(--white);
  text-decoration: none;
  z-index: 10;
  position: relative;
  border-radius: 4px;
  -ms-transform: scale(1.28);
  /* IE 9 */
  -webkit-transform: scale(1.28);
  /* Chrome, Safari, Opera */
  transform: scale(1.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term a {
  font-family: "NotesESA", sans-serif;
  display: inline-block;
  border-radius: 0px;
  color: var(--white);
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term a.tagclouds.level1 {
  font-size: 1.2em;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term a:hover {
  text-decoration: none;
}
.page-home .panels-flexible-12 .project-tagcloud .tags {
  opacity: 0.6;
  z-index: 9;
  position: relative;
  -webkit-transition: all  1s;
  -moz-transition: all  1s;
  -o-transition: all 1s;
  transition: all  1s;
  -ms-transform: scale(0.85);
  /* IE 9 */
  -webkit-transform: scale(0.85);
  /* Chrome, Safari, Opera */
  transform: scale(0.85);
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(1),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(6),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(10) {
  background: #4797D6;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(2),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(9) {
  background: #C51F37;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(4),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(13) {
  background: #348143;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(2),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(5),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(11) {
  background: #CF5F2D;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(3),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(7) {
  background: #EBBA37;
}
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(8),
.page-home .panels-flexible-12 .project-tagcloud .tagclouds-term:nth-child(12) {
  background: #313380;
}
.page-home .panels-flexible-12 .pane-calendar .pane-content {
  background: var(--white);
  padding: 2em;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav {
  height: 45px;
}
.page-home .panels-flexible-12 .view-id-calendar .date-heading h3 {
  padding-top: 1.3rem;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-next {
  background: none;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-next a {
  font-size: 22px !important;
  margin: 0;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-prev {
  left: 0px !important;
  background: none;
  right: 86%;
  width: 20%;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-prev a {
  background-color: inherit;
  border: none;
  font-size: 22px !important;
  margin: 0;
  color: #666;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-heading h3 {
  padding-top: 1.3rem;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .pager li > a {
  background-color: inherit;
  border: none;
  font-size: 22px;
  color: #666;
}
.page-home .panels-flexible-12 .view-id-calendar .date-nav-wrapper .date-nav {
  font-size: 10px;
  min-height: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 45px;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar thead {
  border: 2px solid var(--white);
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar thead th {
  padding: 10px;
  color: #000;
  background: #D0D0D0;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar th {
  /* border:none;*/
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar tr {
  height: auto;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar tr td {
  padding: 0;
  border: none;
  background: var(--white);
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar tr .mini {
  font-size: 1em;
  padding: 14px;
  text-align: center;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td .inner div.day {
  margin: auto;
  float: none;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td .inner div.day.single-day.empty {
  background: var(--white);
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td.today {
  background-color: #D0D0D0 !important;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td.has-events {
  background: transparent !important;
  padding: 0 !important;
  position: relative;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td.has-events a {
  color: var(--white);
  background: #0098db !important;
  text-decoration: none;
  padding: 14px;
  display: block;
  border-radius: 4px;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td.has-events a:hover {
  opacity: 0.6;
}
.page-home .panels-flexible-12 .view-id-calendar .calendar-calendar td.has-events a:before {
  content: "\f02e";
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  color: var(--aquamarine);
  position: absolute;
  top: -2px;
  left: 3px;
}
.page-home .panels-flexible-12 .events-row {
  margin: auto;
  padding: 0;
}
.page-home .panels-flexible-12 .events-row .events-detail-block {
  padding: 2em 0;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal {
  min-height: 360px;
  width: 100%;
  padding: 20px;
  padding-top: 26px;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal {
  width: 100%;
  /*min-height: 320px;*/
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item {
  min-height: 320px;
  height: auto;
  border: 0;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 {
  min-height: 185px;
  max-height: 185px;
  padding: 0;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-image {
  width: 35%;
  float: left;
  text-align: left;
  padding: 0;
  margin-right: 1em;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-image .img-responsive {
  /*width: 100%;
                    height: 220px;*/
  background: var(--white);
  margin-top: 2em;
  margin-right: 1em;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-text {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 0 20px;
  color: var(--white);
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-text h3 {
  margin-bottom: 0;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-text h3 a:hover {
  color: #666;
  text-decoration: none;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-1 .events-text .subtitle {
  font-family: notesEsa;
  font-size: 18px;
  color: #0098db;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-2 {
  /*clear: both;*/
  text-align: left;
  padding: 15px;
  background: var(--white);
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-2 > .start-end-date {
  color: #0098db;
  font-size: 18px;
  font-family: NotesEsaBold;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal .jcarousel-item .events-col-2 .date-display-single {
  color: #0098db;
  font-size: 18px;
  font-family: NotesEsaBold;
  display: block;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-prev-horizontal {
  top: 39%;
  left: -15px;
}
.page-home .panels-flexible-12 .events-row .events-detail-block .pane-home-events .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-next-horizontal {
  top: 39%;
  right: -5px;
}
.page-home .panels-flexible-12 .home-tabs {
  padding: 25px 0 18px;
  background: #f2f2f2;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs {
  border-bottom: 4px solid #dddddd;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li {
  padding: 5px 25px 5px 10px;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li.active {
  margin-bottom: -4px;
  border-bottom: 4px solid #0782C4;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs h2 {
  margin: 0;
  padding: 0;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li h2 a,
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li.active h2 a,
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li.active h2 a:hover,
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li.active h2 a:focus {
  font-size: 22px;
  border: 0px solid #dddddd;
  color: var(--aquamarine);
  font-family: "NotesESA", sans-serif;
  text-transform: uppercase;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li h2 a {
  color: #666;
  cursor: pointer;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li h2 a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  background: var(--aquamarine);
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li h2 a:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.page-home .panels-flexible-12 .home-tabs .nav-tabs > li h2 a:focus {
  text-decoration: none;
}
.page-home .panels-flexible-12 .home-tabs .view-list {
  list-style-type: none;
  padding: 0;
}
.page-home .panels-flexible-12 .home-tabs .view-list h3 {
  margin-bottom: 0;
  padding: 0;
  margin-top: 15px;
}
.page-home .panels-flexible-12 .home-tabs .view-list li:first-child h3 {
  margin-top: 20px;
}
.page-home .panels-flexible-12 .home-tabs .view-list p.date {
  font-size: 12px;
  font-style: italic;
  /* margin: 0; */
  /* float: right; */
  /* top: -23px; */
  position: relative;
  background: #CCC;
  border-radius: 4px;
  color: #000;
  padding: 0 6px;
  display: inline-block;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list {
  padding: 0;
  margin-left: 0 !important;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list span {
  font-size: 12px;
  color: #666;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list span.date-display-single {
  font-weight: bold;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list li:after {
  content: " | ";
  color: #00598A;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list li:last-child {
  padding-left: 0;
}
.page-home .panels-flexible-12 .home-tabs .view-list .metadata-list li:last-child:after {
  content: "";
}
.page-home .panels-flexible-12 .home-tabs .more-link {
  text-align: right;
  margin: 30px 17px 10px 0;
}
.page-home .panels-flexible-12 .home-tabs .more-link a {
  border: 1px solid var(--aquamarine);
  border-radius: 0;
  background: white;
  color: var(--aquamarine);
  font-family: NotesEsaBold;
  font-size: 16px;
  padding: 0 20px;
  margin: 5px 0px;
  display: inline-block;
}
.page-home .panels-flexible-12 .home-tabs .more-link a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 24px;
  height: 30px;
  background: var(--aquamarine);
  color: white;
  margin: 0;
  margin-left: -20px;
  margin-right: 10px;
  padding: 6px;
}
.page-home .panels-flexible-12 .home-tabs .more-link a:hover {
  text-decoration: none;
  background: var(--aquamarine);
  color: var(--white);
}
.page-home .panels-flexible-12 .home-tabs .more-link a:focus {
  text-decoration: none;
}
.page-home .panels-flexible-12 .home-tabs p.subtitle-news-tabs {
  padding: 0;
  margin-left: 0 !important;
  font-weight: bold;
  font-size: 12px;
  color: #666;
}
.page-home .panels-flexible-12 .home-tabs p.subtile-opportunities-tab {
  padding: 0;
  margin-left: 0 !important;
  font-weight: bold;
  font-size: 12px;
  color: #666;
}
.page-home .panels-flexible-12 .pane-block-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-home .panels-flexible-12 .botom-row img {
  width: 100%;
}
.page-home .panels-flexible-12 .botom-row .img-with-text {
  position: relative;
}
.page-home .panels-flexible-12 .botom-row .img-with-text a img {
  height: 268px;
}
.page-home .panels-flexible-12 .botom-row .img-with-text a span {
  position: absolute;
  background-color: red;
  margin: 15px;
  bottom: 0;
  padding: 5px 10px 5px 0px;
  color: white;
  font-weight: normal;
  font-size: 1.2em;
  font-family: NotesEsaBold;
}
.page-home .panels-flexible-12 .botom-row .img-with-text a span:hover {
  color: var(--white);
}
.page-home .panels-flexible-12 .botom-row .img-with-text a span:before {
  content: "→ ";
  font-size: 22px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 4px;
  margin-top: 0px;
  position: relative;
  top: 2px;
  float: left;
  min-height: 0.9em;
}
.page-home .panels-flexible-12 .botom-row .img-with-text a:hover span {
  background-color: #c60000;
}
.page-home .panels-flexible-12 .botom-row > div:first-child .img-with-text a span {
  background-color: green;
}
.page-home .panels-flexible-12 .botom-row > div:first-child .img-with-text a:hover span {
  background-color: #005500;
}
.page-home .panels-flexible-12 .botom-row > div:last-child .img-with-text a span {
  background-color: #003964;
}
.page-home .panels-flexible-12 .botom-row > div:last-child .img-with-text a:hover span {
  background-color: #00233E;
}
.page-home .panels-flexible-12 .botom-row .icon {
  list-style-type: none;
  margin-bottom: 0px;
}
.page-home .panels-flexible-12 .botom-row #iconblock_small div.f_item .img {
  height: auto;
  width: 100%;
}
.page-home .panels-flexible-12 .botom-row #iconblock_small div.f_item .img_on {
  opacity: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 15px 15px;
}
.page-home .panels-flexible-12 .botom-row #iconblock_small div.f_item .img_on:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}
.page-home .panels-flexible-12 .botom-row #iconblock_small .box {
  border: 1px solid #ccc;
  padding: 15px;
}
.page-home .panels-flexible-12 .botom-row #iconblock_small .box a {
  color: var(--aquamarine);
  font-weight: bold;
  font-family: NotesEsaBold;
  font-size: 1.2em;
}
/*End home page*/
section.notHome {
  padding: 0 20px;
}
/*Left menu
********************************************/
aside.col-sm-3 .region-left-sidebar {
  display: block;
}
aside.col-sm-3 .region-left-sidebar > div {
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: url('../less/images/dot.gif') repeat-x scroll bottom center transparent;
}
aside.col-sm-3 .region-left-sidebar > div ul.menu {
  margin-left: 20px;
}
aside.col-sm-3 .region-left-sidebar > div ul.menu li {
  list-style: disc;
  margin-top: 10px;
}
aside.col-sm-3 .region-left-sidebar > div ul.menu li a {
  color: #333333;
  font-size: 1em;
}
aside.col-sm-3 .region-left-sidebar > div ul.menu li.expanded ul {
  margin-left: 20px;
}
/*End left menu*/
/*Projects section
********************************************/
.page-projects h2 {
  padding: 2px 0 10px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: 'NotesEsa';
}
.page-projects .projects-showcase-section {
  margin-bottom: 2rem;
}
.page-projects .projects-showcase-section h2 {

}
.page-projects .form-control.form-checkboxes {
  background: transparent;
}
.page-projects .latest-projects .views-exposed-form {
  margin-top: 20px;
  overflow: auto;
}
.page-projects .latest-projects .views-exposed-form summary,
.page-projects .latest-projects .views-exposed-form .legend-title {
  display: block;
  position: relative;
  color: var(--aquamarine);
  font-family: "NotesESA", sans-serif;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid var(--linkhover);
  padding-bottom: 10px;
}
.page-projects .latest-projects .views-exposed-form summary span {
  display: block;
}
.page-projects .latest-projects .views-exposed-form .legend-title span {
  display: block;
  font-size: 2rem;
}
#edit-field-space-assets-target-id--wrapper .legend-title span {
  font-size: 1.4rem;
}
.page-projects .latest-projects .views-exposed-form summary i,
.page-projects .latest-projects .views-exposed-form .legend-title i {
  display: none;
}
.page-projects .latest-projects .views-exposed-form summary :hover,
.page-projects .latest-projects .views-exposed-form .legend-title :hover {
  cursor: pointer;
}
.page-projects .latest-projects .views-exposed-form summary:after,
.page-projects .latest-projects .views-exposed-form .legend-title:after {
  content: "\e252";
  font-family: "Glyphicons Halflings";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
}
.page-projects .latest-projects .views-exposed-form summary.up-arrow:after,
.page-projects .latest-projects .views-exposed-form .legend-title.up-arrow:after {
  content: "\e253";
  font-family: "Glyphicons Halflings";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.page-projects .latest-projects .views-exposed-form details,
.page-projects .latest-projects .views-exposed-form .content-fieldset {
  border: 0;
}
.page-projects .latest-projects .browse-projects-items {
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 1px dotted var(--linkhover);
  clear: both;
  overflow: auto;
}
/*.page-projects .latest-projects .browse-projects-items .teaser-logo {
  display: block;
  background: #fff;
  padding: 1rem;
  border-radius: 16px 16px 0 0;
}*/
.page-projects .latest-projects .browse-projects-items img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-projects .latest-projects .browse-projects-items img {
    width: 250px;
    margin: 0 auto 1rem;
    display: block;
  }
}
.page-projects .latest-projects .browse-projects-items h3 {
  padding: 0;
  margin: 0;
/*  color: var(--aquamarine);*/
  line-height: initial;
  font-family: 'NotesEsa';
}
.page-projects .latest-projects .browse-projects-items h3:hover {
  text-decoration: none;
}
.page-projects .latest-projects .browse-projects-items h3 a {
  color: var(--aquamarine);
}
.page-projects .latest-projects .browse-projects-items h3 a:hover {
  color: var(--linkhover);
}
.page-projects .latest-projects .browse-projects-items .status {
  color: var(--whiteTag);
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 2px;
}
.page-projects .latest-projects .browse-projects-items .status .glyphicon {

}
.page-projects .latest-projects .browse-projects-items .text {
  margin: 1.4rem 0 0 0;
}  
.page-projects .latest-projects .browse-projects-items:last-child {
  padding-bottom: 0px;
  background: none;
  border: none;
}
.page-projects .latest-projects .temathic-areas,
.page-projects .latest-projects .form--inline {
  background: transparent;
  clear: both;
  width: 100%;
  padding: 1rem 0;
}
.page-projects .latest-projects .temathic-areas ~ .form--inline {
  display: none;
}
.page-projects .latest-projects .view-filters .views-exposed-form .form--inline > div{
  width: 100%;
}
.page-projects .latest-projects .view-filters .views-exposed-form .form--inline .form-item label {
  margin: 10px 0;
  display: block;
  padding: 0;
  color: var(--aquamarine);
  font-size: 22px;
  font-weight: normal;
  font-family: "NotesESA", sans-serif;
}
.page-projects .latest-projects .temathic-areas .bef-checkboxes {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-projects .latest-projects .temathic-areas .bef-checkboxes {
    flex-direction: column;
  }
}
.page-projects .latest-projects .temathic-areas .bef-checkboxes .form-item {
  width: 33%;
  margin: 0rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.page-projects .latest-projects .temathic-areas .bef-checkboxes .form-item .form-control.form-checkbox, 
.page-projects .latest-projects .contractor-countries .bef-checkboxes .form-item .form-control.form-checkbox, 
.page-projects .latest-projects .subcontractor-countries .bef-checkboxes .form-item .form-control.form-checkbox {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  top: 4px;
  background: rgba(40,40,40,0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--linkhover);
  border-radius: 0;
  margin: 0 6px 0 0;
}
.page-projects .latest-projects .temathic-areas .bef-checkboxes .form-item .form-control.form-checkbox:checked, 
.page-projects .latest-projects .contractor-countries .bef-checkboxes .form-item .form-control.form-checkbox:checked, 
.page-projects .latest-projects .subcontractor-countries .bef-checkboxes .form-item .form-control.form-checkbox:checked {
    background: var(--aquamarine);
}
@media (max-width: 991px) {
  .page-projects .latest-projects .temathic-areas .bef-checkboxes .form-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-projects .latest-projects .temathic-areas .bef-checkboxes .form-item {
    width: 100%;
  }
}
.page-projects .latest-projects .temathic-areas .selectAll {
  margin: 15px 0 15px 8px;
}
.page-projects .latest-projects .temathic-areas .selectAll a {
  display: inline-block;
  border-radius: 16px;
  border: 1px solid var(--aquamarine);
  background-color: rgba(25, 217, 208, 0.28);
  color: var(--white);
  font-family: "NotesEsa";
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  margin: 16px 0;
  width: auto;
  min-width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-projects .latest-projects .temathic-areas .selectAll a {
    display: block;
    width: 96%;
  }
}
.page-projects .latest-projects .temathic-areas .selectAll a:hover,
.page-projects .latest-projects .temathic-areas .selectAll a:focus {
  text-decoration: none;
  background: var(--aquamarine);
  color: var(--white);
}
.page-projects .latest-projects .temathic-areas .selectAll a:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  width: 24px;
  height: 37px;
  color: white;
  margin: 0;
  margin-right: 10px;
  padding: 4px;
}
.page-projects .latest-projects .temathic-areas .selectNone a:before {
  content: "\f046";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 24px;
  height: 37px;
  background: var(--aquamarine);
  color: white;
  margin: 0;
  margin-left: -20px;
  margin-right: 10px;
  padding: 4px;
}
.page-projects .latest-projects .contractor-countries {
  background: transparent;
  clear: both;
  width: 100%;
  float: left;
  padding: 10px;
}
.page-projects .latest-projects .contractor-countries details,
.page-projects .latest-projects .contractor-countries .content-fieldset {
  display: none;
}
.page-projects .latest-projects .contractor-countries details .bef-checkboxes,
.page-projects .latest-projects .contractor-countries .content-fieldset .bef-checkboxes {
  /* border-top: 2px dotted @color-title;*/
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-projects .latest-projects .contractor-countries details .bef-checkboxes > .form-item,
.page-projects .latest-projects .contractor-countries .content-fieldset .bef-checkboxes > .form-item {
  width: 16.5%;
}
.page-projects .latest-projects .subcontractor-countries {
  background: transparent;
  clear: both;
  width: 100%;
  float: left;
  padding: 10px;
}
.page-projects .latest-projects .subcontractor-countries details,
.page-projects .latest-projects .subcontractor-countries .content-fieldset {
  display: none;
}
.page-projects .latest-projects .subcontractor-countries details .bef-checkboxes,
.page-projects .latest-projects .subcontractor-countries .content-fieldset .bef-checkboxes {
  /* border-top: 2px dotted @color-title;*/
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-projects .latest-projects .subcontractor-countries details .bef-checkboxes .form-item,
.page-projects .latest-projects .subcontractor-countries .content-fieldset .bef-checkboxes .form-item {
  width: 16.5%;
}
.page-projects .latest-projects .groupStatus summary,
.page-projects .latest-projects .groupStatus .legend-title {
  font-family: "NotesESABold", sans-serif !important;
  font-size: 18px !important;
  color: var(--aquamarine) !important;
  display: inline-block !important;
  border: none !important;
  padding: 0 !important;
  position: relative;
}
.page-projects .latest-projects .groupStatus summary:after,
.page-projects .latest-projects .groupStatus .legend-title:after {
  content: none !important;
}
.page-projects .latest-projects .groupStatus .content-fieldset .bef-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-projects .latest-projects .groupStatus .content-fieldset .bef-checkboxes .form-item {
  width: auto;
  padding-right: 20px;
}
.page-projects .latest-projects .groupStatus .groupSelects {
  display: flex;
  margin: 0.5rem 10px;
}
@media (max-width: 767px) {
  .page-projects .latest-projects .groupStatus .groupSelects {
    flex-direction: column;
  }
}
.page-projects .latest-projects .groupStatus .groupSelects > .form-item {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.page-projects .latest-projects .groupStatus .groupSelects > .form-item label {
  font-family: "NotesESABold", sans-serif !important;
  font-size: 1.4rem !important;
  color: var(--aquamarine) !important;
  display: inline-block !important;
  border: none !important;
  padding: 0 1rem 0 0 !important;
  position: relative;
  margin: 0;
}
.page-projects .latest-projects .groupStatus #edit-field-space-assets-target-id--wrapper {
  margin: 0.5rem 10px;
}
.page-projects .latest-projects .buttons-filters {
  background: transparent;
  float: none;
  width: auto;
  margin: 0;
  padding: 0 2rem 1rem 0rem;
  clear: both;
}
@media (max-width: 767px) {
  .page-projects .latest-projects .buttons-filters #edit-submit-projects {
    width: 100%;
  }
}
.page-projects .latest-projects .buttons-filters .views-submit-button {
  clear: both;
  padding: 0 15px;
  float: none;
}
.page-projects .latest-projects .buttons-filters .views-submit-button button {
  min-width: 20rem;
}
.page-projects .latest-projects .buttons-filters .views-reset-button {
  padding: 0 15px;
  float: none;
}
.page-projects .latest-projects .buttons-filters .views-reset-button button {
  min-width: 20rem;
}
.page-projects .views-exposed-form label {
  font-weight: normal;
  font-size: 1rem;
}
.page-projects .view-empty {
  text-align: center;
  padding: 4rem;
}
.page-projects .view-empty h3 {
  color: #f00;
}
.page-projects .view-empty h3:before {
  content: "\f071";
  font-family: 'FontAwesome';
  font-size: 2rem;
  margin-right: 5px;
}
.page-node-type-projects div[class^="panels-flexible-"] .panels-flexible-region-inside {
  padding-right: 0px;
  padding-left: 0px;
}
.page-node-type-projects .project-description {
  margin-bottom: 20px;
}
.page-node-type-projects .project-description .proj-image-pane {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.page-node-type-projects .project-description .proj-image-pane img {
  max-height: 200px;
  width: auto;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks ul {
  list-style-type: none;
  padding: 0 2rem;
  margin-left: 0rem !important;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks ul li {
  border-bottom: 1px solid var(--linkhover);
  padding: 0.4rem 0.3rem;
  background: transparent;
  line-height: inherit;
  display: flex;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks ul li span.label-description {
  color: var(--aquamarine);
  font-family: "NotesESABold", sans-serif;
  display: inline-block;
  width: 10rem;
  min-width: 10rem;
  padding-right: 15px;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks ul li span.text-description {
  margin: 0px;
  font-weight: lighter;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks > div {
  border-right: 2px solid var(--white);
  text-align: center;
  margin-bottom: 15px;
  min-height: 105px;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks > div h3 {
  color: var(--aquamarine);
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks > div p {
  margin: 0px;
  font-size: 1.1em;
}
.page-node-type-projects .project-description .project-teaser .project-description-blocks > div:last-child {
  border: none;
}
.page-node-type-projects .project-short p {

}
.page-node-type-projects .project-short li {

}
.page-node-type-projects .project-short ol li {
  margin: 15px auto;
}
.page-node-type-projects .pane-status h2 {

}
.page-node-type-projects .pane-status h2:before {
    content: "\f274";
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    margin-right: 8px;
    position: relative;
    top: -4px;
}
.page-node-type-projects .pane-status .pane-content {
  display: block;
  color: var(--whiteTag);
}
.page-node-type-projects .pane-status .pane-content .status_date {
  display: inline-block;
}
.page-node-type-projects .pane-status .pane-content .created_date {
  display: inline-block;
  font-weight: normal;
  margin-top: 0px !important;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-node-type-projects .project-contractors {
  background-color: transparent;
  overflow: auto;
  padding: 15px 0px;
  min-height: 118px;
  margin-bottom: 0px;
}
.page-node-type-projects .project-contractors img {
  margin-bottom: 15px;
}
.page-node-type-projects .project-contractors h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: var(--aquamarine);
  line-height: initial;
}
.page-node-type-projects .project-contractors .country {
  font-size:1.2rem;
  margin-bottom: 0px;
  display: block;
  font-style: italic;
}
.page-node-type-projects .project-contractors .country + p > a {
  font-size: 1rem;
  font-style: italic;
}
.page-node-type-projects .project-contractors .contractors-url {
  font-style: italic;
}
.page-node-type-projects .project-contractors .caption > p {
  display: none;
}
.page-node-type-projects .project-contractors:nth-child(2n+1) {
  border-left: 0px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside > div {
  overflow: auto;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors {
  background-color: var(--white);
  overflow: auto;
  padding: 15px 0px;
  min-height: 118px;
  margin-bottom: 0px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors:nth-child(2n+1) {
  border-left: 0px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors img {
  margin-bottom: 15px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors .country {
  font-size: 0.9em;
  color: grey;
  margin-bottom: 10px;
  display: block;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .project-contractors .contractors-url {
  font-style: italic;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .pane-showcase-panel-pane-4 .project-contractors {
  border-left: 1px dotted #ccc;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .pane-showcase-panel-pane-4 .project-contractors:nth-child(2n+1) {
  border-left: 0px;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .pane-showcase-panel-pane-4 .project-contractors:nth-child(even) {
  width: 47%;
  padding-left: 3%;
}
.page-node-type-projects .panels-flexible-region-new-project_partners-inside .pane-showcase-panel-pane-4 .project-contractors:nth-child(odd) {
  width: 50%;
  margin-left: 0%;
}
.page-node-type-projects .panels-flexible-region-new-project_managers span.ctools-toggle {
  display: none;
}
.page-node-type-projects .panels-flexible-region-new-project_managers h2.ctools-collapsible-handle:after {
  content: "\f106";
  font-family: fontawesome;
  margin-left: 10px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers h2.up-arrow:after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 10px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box {
  margin-bottom: 15px;
  background-color: var(--white);
  text-align: center;
  padding: 15px 0px;
  min-height: 220px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box h3 {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #CCC;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-manager {
  padding: 0px 0 10px 0;
  min-height: 120px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-manager .name-block {
  font-family: NotesEsaBold;
  font-size: 18px;
  color: #666;
  margin-bottom: 5px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-mail,
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-phone {
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  width: 49%;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-mail i {
  background: #f2f2f2;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  color: #AAA;
  font-weight: bold;
  padding: 7px;
}
.page-node-type-projects .panels-flexible-region-new-project_managers .manager-box .partner-phone i {
  background: #f2f2f2;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  color: #AAA;
  font-weight: bold;
  padding: 7px;
}
.page-node-type-projects .related-links .field-items .field-item {
  margin-bottom: 10px;
  margin-left: 10px;
}
.page-node-type-projects .related-links .field-items .field-item:before {
  content: "\f0c1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--aquamarine);
}
/*End projects section*/

/** project list page **/

.container-projects-list{
  padding:2rem 3rem;
}
.container-projects-list table{
  overflow-x: scroll;
    max-width: 100%;
    border: 1px solid;
    width: 100% !important;
    display: block;
    margin: 2rem 0;
}

/** end project list page


/*** projects theme */
.page-projects-theme .projects-theme,
.page-projects .projects-theme {
  margin: 2em 0;
  padding: 1em 0;
  border-bottom: 1px dotted var(--linkhover);
  overflow: auto;
}
.page-projects-theme .projects-theme .company-logo,
.page-projects .projects-theme .company-logo {
  min-height: 7em;
}
.page-projects-theme .projects-theme h2,
.page-projects .projects-theme h2 {
    padding: 0;
    margin: 0;
/*    color: var(--aquamarine);*/
    line-height: initial;
    font-family: 'NotesEsaBold';
    font-size: 28px;
    font-style: normal;
    line-height: initial;
    text-transform: uppercase;
}
.page-projects-theme .projects-theme h2:hover,
.page-projects .projects-theme h2:hover {
  text-decoration: none;
}
.page-projects-theme .projects-theme h2 a,
.page-projects .projects-theme h2 a {
  color: var(--aquamarine);
}
.page-projects-theme .projects-theme h2 a:hover,
.page-projects .projects-theme h2 a:hover {
  color: var(--linkhover);
}
.page-projects-theme .projects-theme .company .glyphicon,
.page-projects .projects-theme .company .glyphicon {

}
.page-projects-theme .projects-theme .company .glyphicon-map-marker,
.page-projects .projects-theme .company .glyphicon-map-marker {
  margin-left: -2px;
}
.page-projects-theme .projects-theme .company .title,
.page-projects .projects-theme .company .title{

}
.page-projects-theme .projects-theme .company .adress,
.page-projects .projects-theme .company .adress {
  margin: 1.4rem 0 0 0;
}
.page-projects-theme .projects-theme .company .status,
.page-projects .projects-theme .company .status {
    color: var(--whiteTag);
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 2px;
}
.page-projects-theme .projects-theme .company .status .date-display-single,
.page-projects .projects-theme .company .status .date-display-single {

}
.page-projects-theme .projects-theme .projects .views-row,
.page-projects .projects-theme .projects .views-row {
  padding-top: 0px;
  background: none;
  padding-bottom: 5px;
  border: none;
}
.page-projects-theme .projects-theme .views-row:last-child,
.page-projects .projects-theme .views-row:last-child {
  padding-bottom: 0px;
  background: none;
  border: none;
}
/*** end projects theme */
/*** PAGE CALENDAR **/
.page-calendar .calendar-calendar a {
  color: #000;
  font-weight: bold;
  text-decoration: none !important;
}
.page-calendar .calendar-calendar a:hover {
  color: var(--linkhover);
}
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview {
  background: #74a5d7 !important;
  border: 0;
  margin: 5px;
}
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview div a,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview div a {
  text-decoration: underline !important;
  font-weight: normal;
  color: #002741 !important;
  font-family: NotesEsaBold;
  padding: 0px 5px 2px 0 !important;
  font-size: 12px;
  text-transform: uppercase;
}
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview div a:hover,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview div a:hover {
  color: var(--white) !important;
  text-decoration: none !important;
}
.page-calendar .calendar-calendar .week-view .full td .inner div.calendar.weekview div a {
  text-decoration: underline !important;
  font-weight: normal;
  color: #002741 !important;
  font-family: NotesEsaBold;
  padding: 0px 5px 2px 0 !important;
  font-size: 12px;
  text-transform: uppercase;
}
.page-calendar .calendar-calendar .week-view .full td .inner div.calendar.weekview div a:hover {
  color: var(--white) !important;
  text-decoration: none !important;
}
.page-calendar td.today {
  border-radius: 0 !important;
}
.page-calendar .date-nav-wrapper .date-prev,
.page-calendar .date-nav-wrapper .date-next {
  background: transparent !important;
}
.page-calendar .date-nav-wrapper .date-prev a,
.page-calendar .date-nav-wrapper .date-next a {
  border: none;
  min-width: 85px;
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
}
.page-calendar .date-nav-wrapper .date-prev .ajax-progress,
.page-calendar .date-nav-wrapper .date-next .ajax-progress {
  padding-left: 5px;
}
.page-calendar .date-nav-wrapper .date-prev {
  left: 0 !important;
  right: 100%;
}
.calendar-calendar .month-view table {
  margin: auto !important;
  width: 90% !important;
}
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview,
.page-calendar .calendar-calendar .week-view .full div.single-day div.weekview a,
.page-calendar .calendar-calendar .day-view .full div.single-day div.dayview a,
.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  color: var(--white) !important;
}
.calendar-calendar .year-view td table td {
  width: 13%;
  text-align: center !important;
  font-weight: normal;
  border-radius: 4px;
  border: 1px solid var(--white);
}
@media (max-width: 991px) {
  .calendar-calendar .year-view td table td {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .calendar-calendar .year-view td table td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .year-view > table,
  .year-view > table > tbody,
  .year-view > table > tbody > tr,
  .year-view > table > tbody > tr > td {
    display: block !important;
    width: 100% !important;
  }
}
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  color: var(--white) !important;
}
.calendar-calendar .month-view .full td.multi-day {
  color: var(--white);
  font-weight: normal !important;
}
.calendar-calendar .month-view .full td.multi-day .inner div a {
  color: var(--white);
  font-weight: normal !important;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .multi-day div.monthview {
  background: #74a5d7;
}
.calendar-calendar .month-view .full td.single-day div.monthview a,
.calendar-calendar .multi-day div.monthview a {
  text-decoration: underline !important;
  font-weight: normal;
  color: #002741 !important;
  font-family: NotesEsaBold;
  padding: 0px 5px 2px 0 !important;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.calendar-calendar .month-view .full td.single-day div.monthview a:hover,
.calendar-calendar .multi-day div.monthview a:hover {
  text-decoration: none!important;
  color: var(--white) !important;
}
.calendar-calendar .month-view .full td.single-day div.monthview .stripe,
.calendar-calendar .multi-day div.monthview .stripe {
  display: none;
}
/** END PAGE CALENDAR ***/
/*Ambassador platform
****************************************/
.page-ambassador-platforms {
  margin: 2rem 0;
}
.page-ambassador-platforms .view-community-portal .views-row {
  padding-left: 0px;
  margin-bottom: 15px;
}
.page-ambassador-platforms .view-community-portal .views-row img {
  min-height: 113px;
}
.page-ambassador-platforms .ambassador-platforms-news {
  margin: 2em 0;
  padding: 2em 0;
  border-bottom: 1px dotted var(--linkhover);
  overflow: auto;
}
.page-ambassador-platforms .ambassador-platforms-news .company-logo img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.page-ambassador-platforms .ambassador-platforms-news h3.title {
  padding:0;
  margin: 0;
/*  color: var(--aquamarine);*/
  line-height: initial;
}
.page-ambassador-platforms .ambassador-platforms-news h3.title:hover {
  text-decoration: none;
}
.page-ambassador-platforms .ambassador-platforms-news h3.title a {

}
.page-ambassador-platforms .ambassador-platforms-news h3.title a:hover {

}
.page-ambassador-platforms .ambassador-platforms-news .date {
  font-size: 1rem;
  font-weight: normal;
}
.page-ambassador-platforms .ambassador-platforms-news .date .glyphicon {
  color: #CCC;
}
.page-ambassador-platforms .ambassador-platforms-news .subtitle {
  color: var(--subtitle);
  font-family: 'NotesEsa';
  font-size: 1.4rem;
  margin: 0;
}
.page-ambassador-platforms .ambassador-platforms-news .text {
  margin: 1.4rem 0 0 0;
}
.page-ambassador-platforms .ambassador-platforms-news:last-child {
  padding-bottom: 0px;
  background: none;
  border: 0;
}
.page-ambassador-platforms .panels-flexible-10 .panels-flexible-region-inside {
  padding-left: 0px;
  padding-right: 0px;
}
.page-ambassador-platforms .panels-flexible-10 .ap-header .panels-flexible-region-10-ap_header {
  padding: 0px 0 0 15px;
}
.page-ambassador-platforms .panels-flexible-10 .panels-flexible-region {
  padding: 10px;
}
.page-ambassador-platforms .ambassador-item {
  height: 220px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: var(--linkhover ) 2px 2px 2px;
  -moz-box-shadow: var(--linkhover) 2px 2px 2px;
  box-shadow: var(--linkhover) 0px 0px 4px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 0 0px;
  width: 32%;
  overflow: hidden;
  -webkit-transition: all 1.2s;
  /* Safari */
  transition: all 1s;
}
.page-ambassador-platforms .ambassador-item:hover {
  background: var(--linkhover);
  -webkit-transition: all 1.2s;
  /* Safari */
  transition: all 1s;
  cursor: pointer;
}
.page-ambassador-platforms .ambassador-item .country-flag {
  opacity: 1;
  z-index: 0;
  width: 30px;
  margin: 0px 0px 0 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  vertical-align: sub;
}
.page-ambassador-platforms .ambassador-item .ambassador-profile {
  position: absolute;
  padding: 0 10px;
  top: 10px;
  opacity: 1;
  -webkit-transition: all 1.2s;
  /* Safari */
  transition: all 1s;
}
.page-ambassador-platforms .ambassador-item .ambassador-profile.moveover {
  top: -100px;
  opacity: 0;
  -webkit-transition: all 1.2s;
  /* Safari */
  transition: all 1s;
}
.page-ambassador-platforms .ambassador-item h2 {
  margin: 0;
  padding: 10px 0 15px 0;
  color: var(--whiteLight) !important;
  font-size: 2rem;
}
.page-ambassador-platforms .ambassador-item h2 a {
  color: var(--whiteLight) !important;
}
.page-ambassador-platforms .ambassador-item p.ambassador-name,
.page-ambassador-platforms .ambassador-item p.ambassador-names {
  color: var(--white);
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 0 38px;
  line-height: 1.35rem;
}
.page-ambassador-platforms .ambassador-item p.ambassador-name:before,
.page-ambassador-platforms .ambassador-item p.ambassador-names:before {
  content: "\f2be";
  content: "\f007";
  font-family: 'fontawesome';
  font-size: 1rem;
  color: var(--white);
  font-style: normal;
  margin-right: 5px;
  position: relative;
  top: -1px;
  opacity: 0.6;
}
.page-ambassador-platforms .ambassador-item .slogan {
  color: var(--white);
  font-style: italic;
  position: relative;
  padding: 1rem 1.25rem;
  top: 150px;
  opacity: 0;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.page-ambassador-platforms .ambassador-item .slogan p {

}
.page-ambassador-platforms .ambassador-item .slogan.moveover {
  top: 10px;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
  position: absolute;
  opacity: 1;
  width: 100%;
}
.page-ambassador-platforms .ambassador-item p.more a {
  display: block;
  color: var(--white);
  padding: 5px 10px;
}
.page-ambassador-platforms .block-separator {
  margin-top: 15px;
  clear: both;
}
.node-type-ambassador-platforms .panels-flexible-region-11-header {
  width: 100%;
}
.node-type-ambassador-platforms .panels-flexible-new .panels-flexible-row {
  padding: 0;
}
.node-type-ambassador-platforms .panels-flexible-row-new-1 {
  background: #f2f2f2;
  float: left;
  width: 99%;
  padding: 0 10px;
  border-radius: 0 0 8px 8px;
}
.node-type-ambassador-platforms .panels-flexible-11-inside .panels-flexible-row-11-1 {
  background: #f2f2f2;
  float: left;
  width: 100%;
  padding: 0 10px;
  border-radius: 0 0 8px 8px;
}
.node-type-ambassador-platforms .panels-flexible-11-inside .panels-flexible-row-11-2 {
  padding: 0;
}
.node-type-ambassador-platforms .contact,
.node-type-ambassador-platforms .quote,
.node-type-ambassador-platforms .picture {
  padding: 15px;
}
.node-type-ambassador-platforms .contact .portrait-block,
.node-type-ambassador-platforms .quote .portrait-block,
.node-type-ambassador-platforms .picture .portrait-block {
  padding: 30px 0 0;
  max-height: 250px;
  overflow: hidden;
}
.node-type-ambassador-platforms .picture .field-items img.img-responsive {
  width: auto !important;
  text-align: right;
  float: right;
}
.node-type-ambassador-platforms h2 {
  margin-top: 1em;
}
.node-type-ambassador-platforms .contact h2 {
  margin-top: 0px;
}
.node-type-ambassador-platforms .contact h4 {
  font-family: "NotesESA", sans-serif;
  font-size: 1.4em;
  color: #033a63;
  padding-bottom: 1rem;
}
.node-type-ambassador-platforms .quote {
  padding: 45px;
  font-style: italic;
  font-size: 1.2em;
  color: var(--aquamarine);
  line-height: 1.4em;
  text-align: right;
}
.node-type-ambassador-platforms .quote:before {
  content: "\"";
  display: inline;
  float: left;
  font-size: 53px;
  font-family: initial;
}
.node-type-ambassador-platforms .quote:after {
  content: "\"";
  float: right;
  font-size: 54px;
  position: absolute;
  font-family: initial;
}

/** MAP POPOVER **/
.ambassadors-europe-map {
  position: relative;
}
.ambassadors-europe-map .legend-map {
  position: absolute;
  z-index: 10;
  border-top: 1px dotted var(--linkhover);
  border-bottom: 1px dotted var(--linkhover);
  background:#000b0f;
  padding: 1rem;
  right: 3rem;
  width: 250px;
  top: 3rem;
  line-height: 1.2;
  border-radius: 0.5rem 0;
}
.ambassadors-europe-map .popovers > div {
  display: none;
  border-radius: 0.8rem;
}
.ambassadors-europe-map .popovers > div .close, 
.ambassadors-europe-map .popovers > div .close:focus  {
  color: var(--whiteLight) !important;
  outline: 0 !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ambassadors-europe-map .popovers > div.active {
    display: block;
    position: absolute;
    z-index: 11;
    top: 20%;
    left: 20%;
    background:#000b0f;
    padding: 3rem;
    width: 60%;
}
.ambassadors-europe-map .popovers h2 {
  margin-top: 0;
}
.ambassadors-europe-map .popovers .ambassador-names {
  list-style-type: none;
  margin:1rem 0;
  padding: 0;
} 
.ambassadors-europe-map .popovers .ambassador-name {
  color: var(--white);
  font-size: 1rem;
  font-style: italic;
  margin: 0;
  line-height: 1.35rem;
}
.ambassadors-europe-map .popovers .ambassador-name:before {
  content: "\f2be";
  content: "\f007";
  font-family: 'fontawesome';
  font-size: 1rem;
  color: var(--white);
  font-style: normal;
  margin-right: 5px;
  position: relative;
  top: -1px;
  opacity: 0.6;
}
.ambassadors-europe-map .popovers .ambassador-address {
  border-top: 1px dotted var(--linkhover);
  border-bottom: 1px dotted var(--linkhover);
  padding: 1rem 0;
}
.ambassadors-europe-map .popovers .ambassador-email {

}
.ambassadors-europe-map .popovers .ambassador-website {

}
.ambassadors-europe-map .popovers .quote {
    margin:1rem 0;
}

/*End ambassador platform*/
/*access section
*****************************************/
.page-access-network .access-network-items {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px dotted var(--linkhover);
  overflow: auto;
}
.page-access-network .access-network-items .company-logo {
  min-height: 7em;
}
.page-access-network .access-network-items .company-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.page-access-network .access-network-items h2 {
  padding: 0;
  margin: 0 0 1rem 0;
/*  color: var(--aquamarine);*/
  line-height: initial;
  background: transparent;
  font-family: 'NotesEsaBold';
}
.page-access-network .access-network-items h2:hover {
  text-decoration: none;
}
.page-access-network .access-network-items h2 a {
  color: var(--aquamarine);
}
.page-access-network .access-network-items h2 a:hover {
  color: var(--linkhover);
}
.page-access-network .access-network-items h3 {
  margin: 2px 0 0;
  padding: 0;
  font-family: 'NotesEsa';
}
.page-access-network .access-network-items h3:before {
  content: "\f1b2";
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: 4px;
}
.page-access-network .access-network-items h3.subcontractor-title:before {
  content: "\f1b3";
  margin-right: 0px;
}
.page-access-network .access-network-items .company {
  margin: 12px 0;
  padding: 0;
}
.page-access-network .access-network-items .company .title a {
  color: #0098db;
  font-weight: bold;
  font-size: 1.4em;
  font-family: NotesEsaBold;
}
.page-access-network .access-network-items .company .glyphicon {
  color: var(--aquamarine);
  margin-right: 6px;
}
.page-access-network .access-network-items .company .glyphicon-map-marker {
  margin-left: -2px;
}
.page-access-network .access-network-items .company .title,
.page-access-network .access-network-items .company .adress {
  margin-bottom: 5px;
}
.page-access-network .access-network-items .company .url {
  margin-bottom: 10px;
  font-size:1rem;
  font-style: italic;
}
.page-access-network .access-network-items .projects .views-row {
  padding-top: 0px;
  background: none;
  padding-bottom: 5px;
  border: none;
}
.page-access-network .access-network-items .projects .view-content {
  margin-left: 40px;
}
.page-access-network .access-network-items .projects .views-field-field-artes-programme {
  color: #aaa;
}
.page-access-network .views-row:last-child {
  padding-bottom: 0px;
  background: none;
  border: none;
}
.page-access-network form.bef-exposed-form {
  padding: 2rem 0 1rem ;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup {
  float: none;
  width: 100%;
  margin-top:0;
  margin-bottom:0;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .legend-title {
  display: block;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .legend-title i {
  display: none;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .legend-title .fieldset-legend {
  margin: 10px 0;
  display: block;
  padding: 0;
  color: var(--aquamarine);
  font-size: 22px;
  font-weight: normal;
  font-family: "NotesESA", sans-serif;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset {
  border-bottom: 1px solid var(--linkhover);
  padding: 0 0 2rem 0;
  margin-bottom:0px;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset .form-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset .form-checkboxes .form-item {
  width: 19%;
  margin-right: 0;

}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset .form-checkboxes .form-item label {
  font-size: 1rem;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset .form-checkboxes .form-item .form-control.form-checkbox {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: 4px;
    background: rgba(40,40,40,0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--linkhover);
    border-radius: 0;
    margin: 0 6px 0 0;
}
.page-access-network form.bef-exposed-form fieldset.fieldgroup .content-fieldset .form-checkboxes .form-item .form-control.form-checkbox:checked {
  background: var(--aquamarine);
}

.page-access-network form.bef-exposed-form .form-item-title {
  display: flex;
  width: 100%;
  margin-bottom: 2em;
}
.page-access-network form.bef-exposed-form .form-item-title > label {
  float: left;
  margin-right: 10px;
  padding-top: 12px;
  color: var(--aquamarine);
  font-size: 22px;
  font-weight: normal;
  font-family: "NotesESA", sans-serif;
}
.page-access-network form.bef-exposed-form .form-item-title input {
  width: 70%;
}
.page-access-network form.bef-exposed-form .form-actions #edit-reset {
  padding: 15px 50px;
}
.page-access-network .buttons-filters {
  overflow: auto;
}
.page-node-type-company .left-region,
.page-node-type-company .right-region {
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-company .left-region .company-email-button {
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  color: #033a63;
}
.page-node-type-company .left-region .company-email-button:before {
  content: "\f003";
  background: transparent;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  color: var(--aquamarine);
  font-weight: bold;
  padding: 7px;
  font-family: FontAwesome;
}
.page-node-type-company .left-region .company-email-button:hover {
 border:1px solid var(--linkhover);
}
.page-node-type-company .left-region .company-email-button .view-content {
  display: inline-block;
}
.page-node-type-company .right-region .pane-content {
  margin-bottom: 20px;
}
#access-network-company h2 {
  padding: 0;
  margin-bottom: 10px;
}
#access-network-company .view-header h3 {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
#access-network-company #company-center {
  margin-top: 30px;
}
#access-network-company #company-center img {
  border-radius:16px 16px 0 0 ;
}
#access-network-company .website-company {
  margin-bottom: 0;
}
#access-network-company .website-company h2 {
  display: block;
  margin-bottom: 10px;
}
#access-network-company .website-company h2:before {
  content: "\e135";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  width: 1.5rem;
  display: inline-block;
  position: relative;
  top: 3px;
}
#access-network-company .website-company .pane-content {
  display: block;
  padding-left: 35px;
}
#access-network-company .website-company .pane-content a {
  word-break: break-all;
}
#access-network-company .location-company + .panel-separator {
  clear: both;
}
#access-network-company .location-company h2:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  width: 1.5rem;
  display: inline-block;
}
#access-network-company .location-company .companyAddress {
    padding-left: 35px;
    margin: 0 0 1rem 0;
}
#access-network-company .location-company .companyAddress p {
  margin: 0;
}
#access-network-company .location-company .companyAddress p:first-child {
  margin: 0 0 10px 0;
  font-style: italic;
}
#access-network-company .location-company .locality-zip {
    margin-bottom: 1rem;
}
#access-network-company .location-company .locality{

}
#access-network-company .location-company .zip{

}
#access-network-company .location-company .country-list{
  margin-top: 0em;
  display: block;
  font-style: italic;
  color: #aaa;
}

#access-network-company .location-company .country {
  margin-top: 1em;
  display: block;
  font-style: italic;
  color: #aaa;
}
#access-network-company .location-company .pane-content {
  display: block;
  margin-left: 14px;
}
#access-network-company .location-company .pane-content .adr {
  margin: 14px 0;
}
#access-network-company .location-company .pane-content .adr .postal-code {
  font-weight: bold;
  font-size: 12px;
}
#access-network-company .location-company .pane-content .adr .country-name {
  font-family: NotesEsa;
  font-size: 18px;
  color: var(--aquamarine);
  padding-top: 5px;
}
#access-network-company .location-company .pane-content #getlocations_map_wrapper_key_1 {
  width: 100% !important;
  height: 250px !important;
}
#access-network-company .prime-projects {
  margin-top: 1em;
  margin-bottom: 2rem;
}
#access-network-company .prime-projects h2 {
  margin-bottom: 10px;
}
#access-network-company .prime-projects h2:before {
  content: "\f1b2";
  font-family: 'FontAwesome';
}
#access-network-company .prime-projects .view-content {
  display: block;
  padding-left: 35px;
}
#access-network-company .prime-projects .views-field-field-artes-programme {
  color: #aaa;
}
#access-network-company .prime-projects .views-row {
  margin-bottom: 0.6rem;
}
#access-network-company .subcontractors-projects {
  margin-top: 0;
}
#access-network-company .subcontractors-projects h2 {
  margin-bottom: 10px;
}
#access-network-company .subcontractors-projects h2:before {
  content: "\f1b3";
  font-family: 'FontAwesome';
  font-style: normal;
}
#access-network-company .subcontractors-projects .view-content {
  display: block;
  padding-left: 35px;
}
#access-network-company .subcontractors-projects .views-field-field-artes-programme {
  color: #aaa;
}
#access-network-company .subcontractors-projects .views-row {
  margin-bottom: 0.6rem;
}
/*end access section*/
/*Oportunities section
********************************************/
.page-funding h1.page-header {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.page-funding .pane-opportunity-view {
  width: 100%;
}
.page-funding .pane-opportunity-view h2 {
  text-align: center;
  border-bottom: 1px solid var(--linkhover);
  padding-bottom: 0.4rem ;
  margin-top:5rem;
  margin-bottom:3rem;
  font-family: 'NotesEsaBold';
}
.page-funding .pane-opportunity-view .views-row {
  margin-bottom: 60px;
  overflow: auto;
}
.page-funding .pane-opportunity-view .views-row h3.title {
  padding: 0;
  margin: 0 0 24px 0;
  line-height: initial;

}
.page-funding .pane-opportunity-view .views-row h3.title a {
  font-family: 'NotesEsa';
  font-weight: 400;
  text-decoration: none;
  font-size: 24px;
}
.page-funding .pane-opportunity-view .views-row h3.title a:hover {
  opacity: 0.6;
}
.page-funding .pane-opportunity-view .views-row .opportunity,
.page-funding .pane-opportunity-view .views-row .date {
/*  color: var(--whiteTag);*/
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 1.4rem 0;
}
.page-funding .pane-opportunity-view .views-row .opportunity .date,
.page-funding .pane-opportunity-view .views-row .date .date {
  font-size: 1rem;
}
.page-funding .pane-opportunity-view .views-row .opportunity:before {
  content: "\e084";
  color: var(--white);
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-funding .pane-opportunity-view .views-row .left img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.page-funding .pane-opportunity-view .project-description-blocks ul {
  list-style-type: none;
  padding: 0 2rem;
}
.page-funding .pane-opportunity-view .project-description-blocks ul li {
  border-bottom: 4px solid var(--white);
  padding: 6px 10px;
  background: #f9f9f9;
  font-family: "NotesESA", sans-serif;
  font-size: 1.6rem;
}
.page-funding .pane-opportunity-view .project-description-blocks ul li span.label-description {
  color: var(--aquamarine);
  font-family: "NotesESABold", sans-serif;
  display: inline-block;
  width: 130px;
  padding-right: 15px;
}
.page-funding .pane-opportunity-view .project-description-blocks ul li span.text-description {
  margin: 0px;
  font-family: "NotesESA", sans-serif;
  font-weight: lighter;
}
.page-funding .pane-opportunity-view .views-row:last-child {
  margin-bottom: 0px;
}
.page-funding .panel-separator {
  margin: 0px;
}
.page-funding .block-separator {
  margin-top: 2em;
  clear: both;
}
.page-funding .funding-body table tr {

}
.page-node-type-opportunities .funding-body table tr:hover {
  background: var(--linkhover) !important;
}
.page-node-type-opportunities .funding-body table tr.border-strong {
  border-bottom: 2px solid var(--aquamarine);
}
.page-node-type-opportunities .funding-body table tr.border-soft {
  border-bottom: 1px dotted var(--linkhover);
}
.page-node-type-opportunities .funding-body .ckeditor-accordion-container > dl {
  border: none !important;
}
.page-node-type-opportunities .funding-body .ckeditor-accordion-container>dl dt>a {
  background-color: var(--linkhover) !important;
  border-bottom: 1px solid var(--aquamarine) !important;
}
.page-node-type-opportunities .funding-body .ckeditor-accordion-container>dl dt>a:hover {
  background-color: var(--aquamarine) !important;
}
.file--application-pdf {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
}
.file--application-pdf > a:before {
    content: "\f1c1";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.6rem;
}
.file--x-office-document {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
}
.file--x-office-document > a:before {
    content: "\f1c2";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.6rem;
}
.file--image {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
}
.file--image  > a:before  {
    content: "\f1c5";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.6rem;
}
.file--text {
  padding: 0;
  background: none;
  margin: 0 0 1rem 0;
}
.file--text  > a:before  {
    content: "\f15c";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.6rem;
}
.banner-opportunities {
  background-image: url(https://commercialisation.esa.int/wp-content/themes/esacomm/images/brochure-bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 180px;
  width: 80%;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-taxonomy .banner-opportunities {
  display: none;
}
.page-taxonomy .view-display-id-page_1 .views-row {
  margin-bottom: 3rem;
}
.page-taxonomy .view-display-id-page_1 .views-row:after {
  content: '';
  width: 60%;
  height: 1px;
  margin: 2rem auto;
  border-bottom: 1px dotted var(--whiteTag);
  display: block;
}
.banner-opportunities h2 {
  font-size: 1.4rem;
  font-family: 'NotesEsaBold';
  text-align: center;
  padding: 0;
  margin: 0;
}
.banner-opportunities p {
  margin: 0 !important;
}

/*end oportunities section*/
/*national flags section
*******************************************/
.page-national-delegations .national-box {
  background-color: var(--white);
  padding: 15px;
  margin-bottom: 30px;
  overflow: auto;
}
.page-national-delegations .national-box .country {
  display: block;
  font-style: italic;
  color: #aaa;
}
.page-national-delegations .national-box .adress-national {
  margin-top: 15px;
}
.page-national-delegations .national-box .contact-national .field-name-field-contact-name {
  margin: 5px 0;
}
.page-national-delegations .national-box .contact-national .field-name-field-contact-name .field-label {
  font-weight: normal;
  color: #aaa;
  width: 40%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-contact-name .field-label:nth-child(1)::before {
  content: "\f007";
  font-family: 'fontawesome';
  float: left;
  color: #CCC;
  margin-right: 9px;
}
.page-national-delegations .national-box .contact-national .field-name-field-contact-name .field-items {
  width: 60%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-collection-view {
  margin: 10px 0 10px;
  padding: 0 0 15px;
}
.page-national-delegations .national-box .contact-national .field-name-field-email {
  margin: 5px 0;
}
.page-national-delegations .national-box .contact-national .field-name-field-email .field-label {
  font-weight: normal;
  color: #aaa;
  width: 40%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-email .field-label:nth-child(1)::before {
  content: "\f003";
  font-family: 'fontawesome';
  float: left;
  color: #CCC;
  margin-right: 7px;
}
.page-national-delegations .national-box .contact-national .field-name-field-email .field-items {
  width: 60%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-phone {
  margin: 5px 0;
}
.page-national-delegations .national-box .contact-national .field-name-field-phone .field-label {
  font-weight: normal;
  color: #aaa;
  width: 40%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-phone .field-label:nth-child(1)::before {
  content: "\f10b";
  font-family: 'fontawesome';
  float: left;
  color: #CCC;
  margin-right: 12px;
  font-size: 20px;
}
.page-national-delegations .national-box .contact-national .field-name-field-phone .field-items {
  width: 60%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-fax {
  margin: 5px 0;
}
.page-national-delegations .national-box .contact-national .field-name-field-fax .field-label {
  font-weight: normal;
  color: #aaa;
  width: 40%;
  float: left;
}
.page-national-delegations .national-box .contact-national .field-name-field-fax .field-label:nth-child(1)::before {
  content: "\f1ac";
  font-family: 'fontawesome';
  float: left;
  color: #CCC;
  margin-right: 7px;
}
.page-national-delegations .national-box .contact-national .field-name-field-fax .field-items {
  width: 60%;
  float: left;
}
.page-national-delegations .national-box p {
  margin: 10px 0 0px;
}
.page-national-delegations .national-box img {
  margin-bottom: 20px;
}
.page-national-delegations .national-box .right {
  word-wrap: break-word;
}
.page-national-delegations form {
  margin-bottom: 40px;
  padding: 0 20px;
}
.page-national-delegations form #edit-field-nd-address-country-wrapper {
  width: 100%;
}
.page-national-delegations form #edit-field-nd-address-country-wrapper > label {
  color: #0098db;
  margin-bottom: 20px;
  display: block;
}
.page-national-delegations form #edit-field-nd-address-country-wrapper > .views-widget {
  background: var(--linkhover);
  border-top: 2px dotted var(--subtitle);
  border-bottom: 2px dotted var(--subtitle);
}
.page-national-delegations form .bef-checkboxes {
  padding: 10px;
}
.page-national-delegations form .bef-checkboxes .form-type-bef-checkbox {
  width: 20%;
  display: inline-block;
}
.node-type-opportunities h2,
.node-type-funding-schemes h2,
.node-type-proposal-guide h2,
.page-guidance h2 {
  padding-left: 0px;
}
.node-type-opportunities h2 strong,
.node-type-funding-schemes h2 strong,
.node-type-proposal-guide h2 strong,
.page-guidance h2 strong {
  font-weight: normal;
}
.node-type-opportunities h2:first-child,
.node-type-funding-schemes h2:first-child,
.node-type-proposal-guide h2:first-child,
.page-guidance h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
.node-type-opportunities .panel-separator,
.node-type-funding-schemes .panel-separator,
.node-type-proposal-guide .panel-separator,
.page-guidance .panel-separator {
  display: none;
}
.node-type-opportunities .project-description-blocks ul,
.node-type-funding-schemes .project-description-blocks ul,
.node-type-proposal-guide .project-description-blocks ul,
.page-guidance .project-description-blocks ul {
  list-style-type: none;
  padding: 0 2rem;
}
.node-type-opportunities .project-description-blocks ul li,
.node-type-funding-schemes .project-description-blocks ul li,
.node-type-proposal-guide .project-description-blocks ul li,
.page-guidance .project-description-blocks ul li {
  border-bottom: 1px solid var(--linkhover);
  padding: 0.4rem 0.3rem;
  background: transparent;
/*  font-family: "NotesESA", sans-serif;*/
/*  font-size: 1rem;*/
}
.node-type-opportunities .project-description-blocks ul li span.label-description,
.node-type-funding-schemes .project-description-blocks ul li span.label-description,
.node-type-proposal-guide .project-description-blocks ul li span.label-description,
.page-guidance .project-description-blocks ul li span.label-description {
  color: var(--aquamarine);
  font-family: "NotesESABold", sans-serif;
  display: inline-block;
  width:12rem;
  text-transform: uppercase;
  padding-right: 1rem;
}
.node-type-opportunities .project-description-blocks ul li span.text-description,
.node-type-funding-schemes .project-description-blocks ul li span.text-description,
.node-type-proposal-guide .project-description-blocks ul li span.text-description,
.page-guidance .project-description-blocks ul li span.text-description {
  margin: 0px;
  font-weight: lighter;
}
.node-type-opportunities .image-teaser-opportunities {
  margin-bottom: 2rem !important;
}
.node-type-opportunities .image-teaser-opportunities .pane-node-field-image-credit {
  padding: 0.5rem;
  background: var(--footer);
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  text-align: left;
}
.node-type-national-delegation .left {
  padding: 0px 50px;
  margin-bottom: 20px;
}
.node-type-national-delegation .right {
  padding: 0px 15px;
}
.node-type-national-delegation .right .pane-node-field-delegation-name {
  color: var(--aquamarine);
  font-size: 1.8em;
  line-height: 1.1em;
}
form#page-national-delegations .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0.5em 1em 0 0;
  width: 100%;
}
/*end national flags section*/

/* --------------- System Tabs  --------------- */
/*end edit contents*/
/*** user login ***/
form#user-login .form-item-name:before,
form#user-login-form .form-item-name:before,
#user-pass .form-item-name:before {
  content: "\f007";
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 35px;
  padding: 6px 8px;
  color: var(--aquamarine);
}
form#user-login .form-type-email:before,
form#user-login-form .form-type-email:before,
#user-pass .form-type-email:before {
  content: "\f1fa";
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 35px;
  padding: 6px 8px;
  color: var(--aquamarine);
}
form#user-login .form-type-password:before,
form#user-login-form .form-type-password:before,
#user-pass .form-type-password:before {
  content: "\f023";
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 35px;
  padding: 6px 8px;
  color: var(--aquamarine);
}
form#user-login,
form#user-login-form,
#user-register-form,
#user-pass {
  width: 50%;
  margin: 3rem auto 3rem;
  padding: 1rem 5rem 2rem 5rem;
  border: 1px solid var(--linkhover);
  background: var(--linkhover);
  border-top: 50px solid var(--linkhover);
}
form#user-login .form-item,
form#user-login-form .form-item,
#user-register-form .form-item,
#user-pass .form-item {
  margin-bottom: 0em;
}

form#user-login .form-control,
form#user-login-form .form-control,
#user-register-form .form-control,
#user-pass .form-control {
  background: transparent;
  border: 1px solid var(--subtitle);
  color: var(--white);
}
form#user-login .btn, 
form#user-login-form .btn {
  width: 100%;
  min-width: 100%;
  margin: 0;
}
form#user-login .description,
form#user-login-form .description,
#user-register-form .description,
#user-pass .description {
  font-size: 0.85em;
  font-style: italic;
  color: var(--white);
}
form#user-login label,
form#user-login-form label,
#user-register-form label,
#user-pass label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
}
details#captcha {

}
details#captcha {
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;
}
details#captcha > .details-wrapper {
    padding: 1rem 0;
}
details#captcha > summary:before {
    content: none;
}
details#captcha > summary .details-title {
    font-family: "NotesEsaBold";
    text-transform: uppercase;
    font-size: 24px;
    color: var(--white);
    border-bottom: 1px solid var(--linkhover);
    display: inline-block;
    width: 90%;
}
details#captcha .details-description {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
}
details#captcha .description {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.2;  
}

form#user-login input#edit-name,
form#user-login-form input#edit-name,
#user-register-form input#edit-name,
#user-pass input#edit-name,
form#user-login input#edit-pass,
form#user-login-form input#edit-pass,
#user-register-form input#edit-pass,
#user-pass input#edit-pass {
  padding-left: 3em;
  margin-top: 0;
}
form#user-login .form-item-name,
form#user-login-form .form-item-name,
#user-register-form .form-item-name,
#user-pass .form-item-name,
form#user-login .form-item-pass,
form#user-login-form .form-item-pass,
#user-register-form .form-item-pass,
#user-pass .form-item-pass {
  position: relative;
}
form#user-login .fa-user,
form#user-login-form .fa-user,
#user-register-form .fa-user,
#user-pass .fa-user,
form#user-login .fa-lock,
form#user-login-form .fa-lock,
#user-register-form .fa-lock,
#user-pass .fa-lock {
  display: block;
  height: 36px;
  width: 35px;
  padding-right: 12px;
  padding-top: 9px;
  padding-left: 12px;
  position: absolute;
  top: 24px;
  left: 1px;
  background: var(--aquamarine);
  color: var(--white);
}
form#user-login .form-actions,
form#user-login-form .form-actions,
#user-register-form .form-actions,
#user-pass .form-actions {
  margin-top: 0;
}
.img-on {
  background: url('../images/img-on.png') no-repeat;
  background-position: 18% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.img-on:hover {
  opacity: 0.4;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.img-with-text .img-on {
  background-position: 50% 50%;
}
/*** end user login ***/
/** contact **/
form#contact-site-form .form-item {
  margin-bottom: 20px;
  position: relative;
}
form#contact-site-form .form-item .fa-user,
form#contact-site-form .form-item .fa-at,
form#contact-site-form .form-item .fa-font {
  display: none;
  position: absolute;
  top: 24px;
  left: 1px;
  border-right: 1px solid;
  padding-right: 12px;
  padding-top: 9px;
  padding-left: 12px;
  height: 32px;
  background: var(--aquamarine);
  color: var(--white);
}
.form-required:after {
  content: "*";
  vertical-align: baseline;
  background: none;
}
/*form.contact-message-general-information-form{
    width: 80%;
    margin: 3em auto 5em;
    padding: 2em 6em 4em 6em;
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    border-top: 50px solid #e6e6e6;
    .form-item {
      font-style: italic;
      color: #989898;
    }
    label{
      display: inline-block;
      max-width: 100%;
      margin-bottom: 2px;
      font-weight: 600;
      font-style: normal;
      color: #747474;
    }
  }*/
/** end contact **/
/** subscribe **/
.go-top-wrapper {
  padding: 0px;
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 9000;
  width: auto !important;
  border-radius: 30px;
}
.go-top-wrapper a {
  color: color:#90278e;
  line-height: 68px;
}
.go-top-wrapper a:hover {
  opacity: 0.6;
}
.search-block {
  padding-right: 10px;
  width: 260px;
  margin: 0px 2rem;
  padding: 0 !important;
}
.search-block #edit-search-block-form--2 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: var(--white);
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-block .form-actions {
  margin: 0;
}
.search-block .form-control,
.search-block #edit-search-block-form--2 {
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
  border: 0px solid transparent;
  font-family: verdana;
  font-size: 12px;
}
.search-block .form-control::-webkit-input-placeholder,
.search-block #edit-search-block-form--2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--white);
}
.search-block .form-control:-moz-placeholder,
.search-block #edit-search-block-form--2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--white);
  opacity: 1;
}
.search-block .form-control::-moz-placeholder,
.search-block #edit-search-block-form--2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--white);
  opacity: 1;
}
.search-block .form-control:-ms-input-placeholder,
.search-block #edit-search-block-form--2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--white);
}
.search-block .ui-autocomplete {
  left: -63% !important;
  top: 3.6rem !important;
  max-width: 600px!important;
  border-radius: 0;
  width: 350px !important;
}
.search-block .ui-autocomplete .ui-autocomplete-field-group {
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #666;
  width: 100%;
  color: #003C7C;
  float: left;
  left: 0;
  padding: 1.5rem 0.8rem 0.5rem;
  font-family: 'NotesEsa';
  font-size: 18px;
}
.search-block .ui-autocomplete .ui-autocomplete-field-group:empty {
  display: none;
}
.search-block .ui-autocomplete .ui-menu-item {
  padding: 0em 1em !important;
  margin: 5px 0 !important;
  width: 86%;
  border: 0;
  color: #808080;
  font-size: 0.9rem !important;
}
.search-block .ui-autocomplete .ui-menu-item:last-child .ui-state-focus {
  background: var(--white);
}
.search-block .ui-autocomplete .ui-autocomplete-field-label {
  background: #f2f2f2;
  padding: 1rem;
  width: 100%;
  font-size: 12px;
  text-align: right;
  margin: 1rem 0;
}
.search-block .ui-autocomplete .ui-state-hover,
.search-block .ui-autocomplete .ui-widget-content .ui-state-hover,
.search-block .ui-autocomplete .ui-widget-header .ui-state-hover,
.search-block .ui-autocomplete .ui-state-focus,
.search-block .ui-autocomplete .ui-widget-content .ui-state-focus,
.search-block .ui-autocomplete .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #f2f2f2;
  font-weight: normal;
  color: #003C7C;
  cursor: pointer;
}
.search-block .ui-autocomplete .ui-state-focus .ui-autocomplete-field-label {
  background: #f9f9f9;
}
.search-block .input-group-btn {
    right: 5px;
    top: 0px;
    z-index: 1;
    position: relative;
}
.search-block .input-group-btn .btn-primary {
  height: 34px;
  border-radius: 0 4px 4px 0;
}
/** general search **/
.page-general-search h1 {
  margin-bottom: 0 !important;
}
.menu-filters {
  width: 100%;
  margin: 0;
  clear: both;
}
.common-filters {
  overflow: auto;
  border-bottom: 0px;
  padding: 2rem 2rem 5rem 2rem;
  background: #F2F2F2;
}
.common-filters select {
  /* styling */
  background: var(--white) url(../images/select-arrow.png) no-repeat right;
  background-position-x: 96%;
  padding-right: 25px !important;
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.common-filters select::-ms-expand {
  display: none;
}
.common-filters label {
  color: var(--aquamarine);
  display: inline-block;
  width: auto;
  position: relative;
  top: 7px;
  vertical-align: top;
}
.common-filters .views-widget {
  display: inline-block;
  width: 89%;
}
.common-filters > div:nth-child(1) {
  width: 100%;
}
.common-filters > div:nth-child(1) label {
  width: auto;
}
.common-filters > div:nth-child(1) .views-widget {
  width: 89%;
}
.common-filters > div:nth-child(2) {
  width: auto;
}
.common-filters > div:nth-child(2) label {
  width: auto;
}
.common-filters > div:nth-child(2) .views-widget {
  width: 110px;
}
.common-filters > div:nth-child(3) {
  width: auto;
}
.common-filters > div:nth-child(3) label {
  width: auto;
}
.common-filters > div:nth-child(3) .views-widget {
  width: 110px;
}
.common-filters > div:nth-child(4) {
  width: auto;
}
.common-filters > div:nth-child(4) label {
  width: auto;
}
.common-filters > div:nth-child(4) select {
  display: inline;
  width: auto;
}
.common-filters > div:nth-child(5) {
  width: auto;
}
.common-filters > div:nth-child(5) label {
  width: auto;
}
.common-filters > div:nth-child(5) select {
  display: inline;
  width: auto;
}
.company-filters,
.projects-filters,
.news-filters,
.opportunities-filters,
.basic-filters,
.showcases-filters,
.ambassador-filters {
  display: none;
}
.facetapi-community-reference {
  width: 250px;
}
.display-filters {
  display: block;
  border-bottom: 1px dotted #1A3C5F;
  padding-bottom: 2.5em;
  width: 100%;
  padding-left: 2%;
  padding-top: 2em;
  background: #f9f9f9;
  margin-top: 0;
}
.display-filters > div {
  width: 31% !important;
}
/*** filters facetapi ***/
.page-general-search ul.facetapi-facet-type {
  width: 100%;
  list-style-type: none;
  clear: both;
  background: #1A3C5F;
  margin-left: 0px !important;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0px solid #AFBDC7;
  font-family: 'Notesesa';
}
.page-general-search ul.facetapi-facet-type li {
  display: inline-flex;
  display: -webkit-inline-flex;
  flex: 1.3;
  background: #1A3C5F;
  padding: 0;
  margin: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  color: var(--white);
  text-align: center;
}
.page-general-search ul.facetapi-facet-type li:nth-child(1) {
  flex: 0.5;
}
.page-general-search ul.facetapi-facet-type li:nth-child(2) {
  flex: 1;
}
.page-general-search ul.facetapi-facet-type li:nth-child(7) {
  flex: 1.5;
}
.page-general-search ul.facetapi-facet-type {
  width: 100%;
  list-style-type: none;
  clear: both;
  background: #1A3C5F;
  margin-left: 0px !important;
  border-bottom: 0px solid #AFBDC7;
  font-family: 'Notesesa';
}
.page-general-search ul.facetapi-facet-type li > div {
  width: 100%;
}
.page-general-search ul.facetapi-facet-type li a {
  color: var(--white);
  padding: 1em 0;
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  word-spacing: -1px;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.page-general-search ul.facetapi-facet-type li a:hover,
.page-general-search ul.facetapi-facet-type li a:focus {
  background: #2F6CAA;
  text-decoration: none;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.page-general-search ul.facetapi-facet-type li.active-item a:hover {
  background: var(--white);
  text-decoration: none;
}
span.facet-remove {
  display: inline-block;
  padding: 0.5em;
  font-size: 14px;
  font-weight: bold;
}
.active-item {
  background: var(--white) !important;
}
.active-item a {
  color: #1A3C5F !important;
}
.form-item.form-type-select.form-item-facets select {
  padding: 0.5em;
}
.company-filters .block-facetapi,
.projects-filters .block-facetapi,
.news-filters.block-facetapi,
.opportunities-filters .block-facetapi,
.basic-filters .block-facetapi,
.showcases-filters .block-facetapi,
.ambassador-filters .block-facetapi {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1.5em;
  width: 90%;
}
.wrapper-tags {
  margin: 1em 0;
  font-weight: bold;
}
.facetapi-tags-selected {
  display: inline-block;
  background: #1a5aa2;
  color: var(--white);
  padding: 5px 25px;
  margin: 3px;
  position: relative;
  border-radius: 3px;
  font-weight: normal;
}
span.hits {
  font-size: 14px;
  color: #1a5aa2;
  padding: 5px;
  display: inline-block;
  clear: both;
  margin: 5px 0 5px 87%;
  width: 12%;
  text-align: center;
  font-family: NotesEsaBold, "Trebuchet MS", Tahoma, Arial;
}
.close-tags {
  color: var(--white) !important;
  position: absolute;
  top: -4px;
  right: 1px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
.close-tags:hover {
  opacity: 0.6;
}
.page-general-search .container-inline-date .form-item .form-item {
  float: none;
}
.page-general-search .container-inline-date .date-padding {
  padding: 0px;
  float: none;
}
.page-general-search .form-item,
.page-general-search .form-actions {
  margin: 0;
}
.page-general-search .views-exposed-widget {
  float: left;
  width: 23%;
  padding: 1%;
}
.page-general-search #views-exposed-form-general-search-page .form-item input {
  border: 1px solid #CCC;
  padding: 8px 0px 8px 8px;
  width: 100%;
}
.page-general-search .button-wrapper {
  overflow: auto;
}
.page-general-search .views-exposed-widget.views-submit-button {
  margin-top: 4rem;
  width: auto;
  clear: both;
}
.page-general-search input#edit-submit-general-search {
  background: #F2F2F2;
  border: 0;
  padding: 10px 2.5em;
  font-weight: bold;
  cursor: pointer;
}
.page-general-search button.form-submit {
  margin-right: 30px;
}
.view-general-search .form-item-created-date label,
.view-general-search .form-item-created-1-date label,
.view-general-search .form-item-created-1-date .description,
.view-general-search .form-item-created-date .description {
  display: none;
}
.page-general-search ol.general-search-list {
  margin: 2em 2em 5em 5em !important;
}
.page-general-search ol.general-search-list li a {
  margin: 1.5em 0;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: NotesEsaBold,verdana;
  clear: both;
  display: inline-block;
}
.page-general-search ol.general-search-list li p {
  font-family: Verdana, arial;
  text-transform: none;
  font-size: 12px;
}
.page-general-search ol.general-search-list .views-field-field-url a {
  font-family: Verdana, arial !important;
  font-size: 12px !important;
  text-transform: none !important;
  font-style: italic;
}
.page-general-search ol.general-search-list .views-field-title a {
  margin-bottom: 0;
}
.page-general-search ol.general-search-list .views-field-created {
  color: gray;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-general-search .view-empty {
  width: 100%;
  margin: 2em auto;
  padding: 3rem 20%;
  background: #fcf8e3;
  color: #8a6d3b;
  position: relative;
}
.page-general-search .view-empty p:before {
  content: "\f071";
  font: normal normal normal 40px/1 FontAwesome !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10%;
  top: 20%;
  border-radius: 50px;
  background: #EAE3D5;
  padding: 2%;
}
span.views-field-created {
  color: var(--whiteTag);
  display: block;
  font-weight: normal;
  margin-bottom:0px;
  text-align: right;
}
span.views-field-changed {
  color: var(--whiteTag);
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  text-align: right;
}
.whatweoffer {
  position: relative;
}
.whatweoffer .whatweoffer-links-block {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 35px;
  padding-left: 35px;
}
.whatweoffer .whatweoffer-links-block a span {
  color: #033a63;
  background-color: white;
  padding: 7px 10px 5px 10px;
  font-family: NotesEsaBold;
  font-size: 1.4em;
  margin-bottom: 5px;
  display: block;
}
.whatweoffer .whatweoffer-links-block a span:nth-child(2n+1) {
  display: inline-block;
}
.whatweoffer .whatweoffer-links-block a:hover {
  text-decoration: none;
}
.whatweoffer .whatweoffer-links-block a:hover span {
  color: var(--aquamarine);
}
/** FAQS **/
.faq-question {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.faq-question a {
  display: block;
  color: #666;
  text-decoration: none;
}
.faq-question a:hover {
  opacity: 0.6;
}
.faq-question a:after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 1rem;
  float: right;
}
.faq-question.up-arrow a:after {
  content: "\f077";
}
.faq-answer {
  padding: 10px 10px 40px 10px;
}
.faq #faq-expand-all {
  text-align: left;
  display: none;
  margin: 2rem 0 0;
}
.faq #faq-expand-all a {
  border: 1px solid var(--aquamarine);
  border-radius: 0;
  padding: 4px 20px 6px 34px;
  position: relative;
  background: var(--white);
  color: #0098db;
  font-family: "NotesESABold", sans-serif;
  font-size: 16px;
}
a.faq-expand-all-link::before,
a.faq-collapse-all-link::before {
  display: inline-block;
  width: 24px;
  height: 100%;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  color: var(--white);
  background: var(--aquamarine);
}
a.faq-expand-all-link:before {
  content: "\f078";
}
a.faq-collapse-all-link:before {
  content: "\f077";
}
/** END FAQS **/
/*Latest news*/
.block-views-blocknews-news-archive-block table tr,
.view-opportunity table tr {
  background: none !important;
  border-bottom: 1px solid var(--linkhover);
}
.block-views-blocknews-news-archive-block table tr td,
.view-opportunity table tr td {
  border: none;
  padding: 0;
}
.block-views-blocknews-news-archive-block table tr td.views-field-created,
.view-opportunity table tr td.views-field-created {
  white-space: nowrap;
}
.block-views-blocknews-news-archive-block table tr td span {
   box-sizing: content-box;
  padding: 1rem 0.75rem;
  display: block; 
}

.related-links-wrapper {
  display: flex;
}
.related-links-news, 
.external-links-news {
  flex: 6;
}
.related-links-news ul, 
.external-links-news ul {
  list-style-type: none;
  margin: 0.5rem 0 !important;
  padding-left: 0.5rem;
}
.related-links-news ul li, 
.external-links-news ul li {
  margin: 0.5rem;
}
.related-links-news, 
.external-links-news {
    background: #003247;
    padding: 1rem;
    display: block;
    border-radius: 0.6rem; 
    margin: 1rem; 
}
.related-links-news .url-news {
  word-break: break-word;
}
.related-links-news h3, 
.external-links-news h3 {
    font-size: 1rem;
    color: var(--white);
    background: var(--background-blue);
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0.5rem 0;
}
@media (max-width: 1024px) {
  .related-links-wrapper {
    flex-direction: column;
  }
}

/*end Latest news*/


.view-opportunity table tr td span {
  box-sizing: content-box;
  padding: 0;
  display: block;
}
.block-views-blocknews-news-archive-block table tr td a,
.view-opportunity table tr td a {
  display: block;
  padding: 1rem 0.75rem;
}
.page-documents table tr td h2,
.page-documents table tr td h3,
.page-documents table tr td h4 {
  margin: 0;
}
.page-documents table tr td:nth-child(3) {
  width: 90px;
  text-align: center;
}
.page-documents table tr td:nth-child(4) {
  width: 140px;
  text-align: center;
}
tr.views-table-highlighter-closed a {
  color: #0098db !important;
}
.ambassador-bg-color {

}
span[class="caption none"] {
  display: block;
}
.bg-top .top-bar .top-bar-menu li.last {
  left: 0px!important;
}
.pane-showcase-panel-pane-1 {
  text-align: left!important;
}
.pane-node-field-file-attachements {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .caption.left,
  .caption.right {
    max-width: 100%;
  }
}
.caption p {
  margin-top: 0 !important;
}
.pane-content img, 
.pane-node-field-teaser-image > img {
  max-width: 100%;
  height: auto;
  border-radius: 16px 16px 0px 0px;
}
#bottomNavClose:hover {
  background-position: left;
}
.page-calendar .pager {
  margin-left: 0 !important;
  position: relative;
}
#gdpr {
  margin: 4px 4px;
}
.pane-event-highlight .views-field-nothing {
  margin-top: 25px;
}
.pane-event-highlight .views-field-nothing .btn {
  width: 100%;
}
.pane-event-highlight .pane-title {
  color: #16181c;
}
.pane-event-highlight .pane-title {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: "NotesESABold", sans-serif;
  text-transform: uppercase;
}
.page-node-type-showcases .related-links {
  border-top: 1px solid var(--linkhover);
  border-bottom: 1px solid var(--linkhover);
  border-radius: 0px;
  padding: 1rem 1.5rem;
  margin: 0.8rem 0;
}
.page-node-type-showcases .related-links h2 {
  margin: 0.4rem 0;
}
.page-node-type-showcases .date-status {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
}
.panel-separator {
  margin: 0 0 1em 0;
}
.t-edge,
.b-edge,
.l-edge,
.r-edge,
.wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
.page-contact input#edit-preview {
  display: none;
}
#block-views-block-partners-esa-investor-forum-block, #block-views-block-partners-esa-investor-forum-block-1{
    display: flow-root;
}
/**** rounded items list ***/
.rounded-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

.rounded-items-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }

.rounded-items-list li h3 {
  margin-top: 36px;
  margin-bottom: 26px;
  font-size: 16px;
  font-family: "NotesESABold", sans-serif;
  text-align: center; }

.rounded-items-list li h3 a:hover {
  text-decoration: none;
  color: #333;
  border: 0; }

.rounded-items-list li p {
  moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  -webkit-box-shadow: 0 0 0 10px #e3e3e3;
  box-shadow: 0 0 0 10px #e3e3e3;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  border: 20px solid var(--white);
  overflow: hidden;
  width: 80%;
  margin: auto auto 0; }

.rounded-items-list li p:hover {
  border: 20px solid var(--aquamarine);
  -webkit-box-shadow: 0 0 0 20px var(--white);
  box-shadow: 0 0 0 20px var(--white);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms; }

@media only screen and (max-width: 990px) {
  .rounded-items-list li {
    width: 50%; }

  .rounded-items-list li p {
    width: 200px;
    height: 200px; } }
@media only screen and (max-width: 660px) {
  .rounded-items-list li {
    width: 100%; } }

/*  intended-tender Webinars table styles*/
.page-node-type-opportunities .block-views-blockopportunities-webinars-block-1 .table-striped {
  overflow: scroll;
}

.page-node-type-opportunities .block-views-blockopportunities-webinars-block-1 .table-striped tbody tr:nth-of-type(odd){
  background-color: transparent;
}
.page-node-type-opportunities .block-views-blockopportunities-webinars-block-1 .table-striped tbody tr td{
  vertical-align: middle;
}

.page-node-type-opportunities .block-views-blockopportunities-webinars-block-1 .table-striped tbody tr td:nth-child(3) a{
  background-color: var(--linkhover);
  color: var(--white);
  font-weight: 400;
  padding: 15px 18px;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}

.page-node-type-opportunities .project-description-blocks .webinar-info{
  display: flex;
  align-items: center;
  padding: 0.4rem 0.3rem;
  justify-content: space-between;
}

/*.page-node-type-opportunities .project-description-blocks .webinar-info .label-description,*/
.page-node-type-opportunities .project-description-blocks .webinar-info .text-description{
  display: inline-block;
  width: 50%;
}

.page-node-type-opportunities .project-description-blocks .webinar-info .text-register{
  display: inline-block;
  width: 6.5rem;
}

.page-node-type-opportunities .project-description-blocks .text-register a{
    background-color: rgba(25, 217, 208, 0.28);
    color: var(--white);
    font-family: "NotesEsaBold";
    text-transform: uppercase;
    font-size: 1rem;
    padding:0.2rem 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid var(--aquamarine);
    display: inline-block;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}
/*  End of intended-tender Webinars table styles*/

/* === ambassador-platforms === */
.node-type-ambassador-platforms .ambassador-profile-inf {
  margin-bottom: 3rem;
}

.node-type-ambassador-platforms .pane-node-body h2{ 
  margin-top: 4rem;
}
.node-type-ambassador-platforms .ambassador-profile-inf h3{
  margin: 2rem 0px;
}

.node-type-ambassador-platforms .ambassador-inf {
  margin-bottom: 2rem;
}
.node-type-ambassador-platforms .ambassador-img {
  padding: 0px 2rem 2rem 1rem;
}
@media (max-width: 768px){
  .node-type-ambassador-platforms .ambassador-img {
    padding: 2rem;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    min-width: 90%;
  }
}

/* === End of ambassador-platforms === */
/** Focus areas **/
.float_image {
 float: right;
}
/** END Focus areas **/


/** page-taxonomy **/
.page-taxonomy h1 {
  font-family: "NotesESABold", sans-serif;
  color: var(--whiteLight);
  font-size: 2.875rem;
  line-height: 2.875rem;
  text-transform: uppercase;
} 
.page-taxonomy h2, 
.page-taxonomy h3 {
    color: var(--whiteLight);
    font-family: 'NotesEsa';
    font-size: 2rem;
    line-height: 2.6rem;
    font-style: normal;
    text-transform: uppercase;
}
.page-taxonomy .project-description-blocks ul {
  margin:2rem !important;
}
.page-taxonomy .project-description-blocks ul li span.label-description {
  width: 13rem;
}
.page-taxonomy .node__links > ul {
  margin: 0 !important;
}
.page-taxonomy .node__links > ul .node-readmore {
  padding: 0.4rem 0;
}
.page-taxonomy .node__links > ul  .node-readmore a {
    text-decoration: none;
    color: var(--aquamarine);
    font-family: 'NotesEsa';
    font-size: 17px;
    text-transform: uppercase;
}
.page-taxonomy .node__links > ul  .node-readmore a:hover {
  color: var(--linkhover);
}

/** page documents **/
article[about="/documents"] table tr td{
  padding: 0.3rem 0;
  vertical-align: top;
}
article[about="/documents"] table tr td:blank {
  border: none;
}
article[about="/documents"] table tr:nth-child(1) td {
  color: var(--whiteLight);
}
article[about="/documents"] table tr td:nth-child(1) {
  width: 4rem;
}
article[about="/documents"] table tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}


/** national delegation **/
article[about="/national-delegations"] table tr {
  border-bottom: 1px solid var(--linkhover);
  padding: 1rem 0;
  display: block;
}
article[about="/national-delegations"] table tr:last-child {
  border: none;
}
article[about="/national-delegations"] table tr td{
    vertical-align: top;
}
article[about="/national-delegations"] table tr td:nth-child(1), 
article[about="/national-delegations"] table tr td:nth-child(3) {
  width: 1px;
  padding: 0;
  overflow: hidden;
}
article[about="/national-delegations"] table tr td:nth-child(2){
    width: 20%;
}
article[about="/national-delegations"] table tr td:nth-child(4){
    width:79%;
}

/** FAQS **/
.view-id-faqs_page {

}
.view-id-faqs_page .view-header {
  margin:2rem 0;
  padding: 2rem 0;
}
.view-id-faqs_page .view-header .views-row {
    font-weight: bold;
    margin: 0.2rem 0;
}

.view-id-faqs_page .view-content {
  
}
.view-id-faqs_page .view-content .views-field-title {
    padding: 0.4rem 0;
    margin: 2rem 0 0.4rem;
    color: var(--aquamarine);
    line-height: initial;
    font-family: 'NotesEsa';
    font-size: 1.5rem;
    border-bottom: 1px solid var(--linkhover);
}

/** SEARCH **/
.main-container ol.search-results {
    margin: 0;
    padding: 0;
}
.main-container ol.search-results li {
    margin: 1rem 0 2rem 0;
    padding: 0;
}
.main-container ol.search-results li:after {
    content: '';
    width: 70%;
    height: 1px;
    display: block;
    background: var(--linkhover);
    margin: 2rem auto 0;
}
.main-container ol.search-results h3{
    padding: 0;
    margin: 0;
    color: var(--aquamarine);
    line-height: initial;
    font-family: 'NotesEsa';
}
.search-form-page  details {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 0.5rem;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--linkhover);
    border-bottom: 1px solid var(--linkhover);
}
.search-form-page  details.search-advanced > summary {
  text-transform: uppercase;
}
.search-form-page  details.search-advanced > summary:before {
  display: none;
}
.search-form-page  details.search-advanced .fa-minus-circle {
  display: none;
}
.search-form-page  details.search-advanced legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    border-bottom: 1px solid;
}
.search-form-page  details.search-advanced .content-fieldset legend {
  border: none;
  font-size: 1rem;
  margin: 1rem 0 1rem;
}
.search-form-page .form-checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.search-form-page .form-checkboxes .js-form-item {
    width: 33%;
    display: flex;
}


.search-form-page .form-checkboxes .js-form-item .form-control.form-checkbox {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  top: 4px;
  background: rgba(40,40,40,0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--linkhover);
  border-radius: 0;
  margin: 0 6px 0 0;
}
.search-form-page .form-checkboxes .js-form-item label {
  display: block;
  width: 80%;     
}
.search-form-page .form-checkboxes .js-form-item .form-control.form-checkbox:checked {
  background: var(--aquamarine);
}

@media only screen and (max-width: 767px) { 
  .search-form-page .form-checkboxes {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }
  .search-form-page .form-checkboxes .js-form-item {
      width: 48%;
      display: flex;
  }
}
@media only screen and (max-width: 500px) { 
  .search-form-page .form-checkboxes .js-form-item {
      width: 100%;
      display: flex;
  }
}


/*
  Accordion tabs that have not been created using Javascript
*/
:root {
  --background-blue: #001F2C;
  --whiteLight: rgba(255,255,255,1);
  --white: rgba(255,255,255,0.8);
  --whiteTag: rgba(255,255,255,0.55);
  --aquamarine: #00ae9d;
  --subtitle: rgba(25, 217, 208, 0.66);
  --linkhover: rgba(25, 217, 208, 0.33);
  --footer: #002635;
}

.ckeditor-accordion-container > dl {
  border: 0px solid var(--aquamarine);
}
.ckeditor-accordion-container > dl dt {
    margin-bottom: 0rem;
}
.ckeditor-accordion-container > dl dd {
    display: none;
    padding: 1rem 3.2rem 2rem;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: var(--white);
}
.ckeditor-accordion-container > dl dt > a {
  background-color: transparent;
  color: var(--white);
  border-bottom: 1px solid var(--aquamarine);
    font-family: 'NotesEsa';
    font-weight: 100;
    font-size: 1.5rem;
}
.ckeditor-accordion-container > dl dt > a:hover {
  background-color: var(--linkhover);
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: var(--linkhover);
}

/* added because of update of bootstrap4 contrib theme */
.block-local-tasks-block nav.tabs-primary {
    margin: 0;
}
.block-local-tasks-block nav.tabs-primary .dropdown-toggle {
    display: none;
}
.block-local-tasks-block nav.tabs-primary .nav-tabs .nav-item.nav-link {
    padding: 0;
}
.block-local-tasks-block nav.tabs-primary .nav-tabs .nav-item.nav-link.active {
    background-color: var(--aquamarine);
}
.block-local-tasks-block nav.tabs-primary .nav-tabs a:hover {
    border-color: var(--aquamarine);
    border-radius: 0;
}
.block-local-tasks-block{
  background-color: var(--background-blue);
}
