@charset "UTF-8";
/* CSS styles for HTP Cronologias */
/***********************************************/
/* FONTS
/***********************************************/
/***********************************************/
/* GENERAL
/***********************************************/
body {
	transition: all 0.4s;
}
.site {
	/*min-width: 1130px;*/
}
body.site:not(.landing-page){
	/*min-width: 1130px;*/
}
a:not(.menu-trigger) {
	transition: all 0.4s;
}
/* fix the bold font-size with this font */
.strong, b, strong, * .strong {
	font-size: 92%;
}
.t-white, .t-white a {
	color: #FFF;
}
.uppercase {
	text-transform: uppercase;
}
.text-grey {
	color: #848282;
}
#navbar .hide-top-menu {
	display: none !important;
}
.flex {
    display: flex;
}
.flex.align-center {
   justify-content: center;
}
.flex.v-align-middle {
    align-items: center;
}
.documents-page.view-article #site-content {
	background-color: #eee;
}
#site-content .site-frame {
    height: 100%;
}
.documents-page.view-article .site-content-block {
	display: block;
}
.txt p > span[id^=cloak] {
    display: inline;
    font-size: 1em;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
	position: relative;
	text-align: left;
	top: auto;
	right: auto;
	width: auto;
	min-height: inherit;
}
ul.blog-nav li.active a {
    color: #db5a12;
}
body.half-page.dark nav#navbar nav > ul > li a, body.half-page.dark nav#navbar nav > ul > li button {
    color: #ffffff;
}
.notification-block {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,51,152,.9);
	z-index: 499;
	display: none;
}
.notification-inner {
	padding-top: 28px;
	padding-bottom: 39px;
}
.notification-items {
	display: flex;
	align-items: center;
}
.notification-desc {
	color: #FFF;
	font-size: 18px;
	max-width: 752px;
	margin-right: 39px;
}
.notification-actions {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
}
.flex-v-centre {
    align-self: center;
}
#site-header .site-frame {
    height: 100%;
}
.header-items {
	display: flex;
	align-items: center;
	height: 100%;
}
.header-brand {
    color: #FFF;
    font-size: 23px;
}
.header-brand a {
    color: #FFF;
    text-decoration: none;
}
.header-signature {
	position: absolute;
	top: 46px;
	left: 295px;	
}
.header-extras {
	position: absolute;
	right: 0;
	top: 10px;
}
.main-block-inner {
    height: 100%;
}
#nav-header {
	display: flex;
	margin-left: 43px;
	flex: 1;
	width: auto;
}
.nav-header-item {
	
}
.nav-header-item a, a.small-button-dark, button.small-button-dark {
	color: #FFF;
    background: rgba(0,0,0,.4);
	padding: 6px 25px;
	border: rgba(0,0,0,.4) 1px solid;
	display: inline-block;
	margin-left: 15px;
	text-decoration: none;
	border-radius: 18px;
}
a.small-button-dark, button.small-button-dark {
	padding: 2px 25px;
	background: transparent;
	font-family: 'base-font', Arial, Helvetica, sans-serif;
	margin-left: 8px;
}
.nav-header-item:first-of-type a {
	margin-left: 0;
}
.nav-header-item a:hover, .nav-header-item a.active, a.small-button-dark:hover, button.small-button-dark:hover {
	background: #FFF;
    color: #666;
}
button.small-button-dark:hover {
	cursor: pointer;
}
content-area {
    display: flex;
    height: 100%;
    flex-flow: column;
}
.content-area-filters {
	min-height: 36px;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}
.content-area-footer {
	margin-top: 35px;
	text-align: center;
}
.content-area-container {
    height: 100%;
    position: relative;
    flex-grow: 1;
    overflow-y: auto;
	font-size: 16px;
}
.content-area-block {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    bottom: 0;
	padding-right: 15px;
	width: 100%;
    box-sizing: border-box;
}
.content-area-message {
	margin-top: auto;
    margin-bottom: auto;
	text-align: center;
	padding-bottom: 79px;
	font-size: 17px;
}
content-area-item:not(:last-of-type) {
    display: block;
    padding-bottom: 23px;
}
content-area-item .item-title {
    padding-bottom: 17px;
}
content-area-item .item-title h2 {
    font-weight: bold;
	font-size: 23px;
}
content-area-item-block {
    display: block;
}
.item-individual:not(:last-of-type) {
    padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdd0d1;
}
.content-area-filter, .content-area-filter-dates {
	width: 167px;
	flex: 1;
	position: relative;
}
.content-area-filter-dates {
	/*position: absolute;
	top: -16px;*/
}
.item-categories-block {
	margin-top: 0px;
	color: #2489d5;
	font-style: italic;
}
.content-area-pagination {
}
.pagination-block {
	/*margin-top: 48px;*/
}
.pagination-items {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination-items li {
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	font-size: 17px;
	vertical-align: middle;
}
li.pagination-nav {
	text-indent: -20000px;
	width: 15px;
	margin-top: -5px;
}
.pagination-items a {
	color: #878787;
	padding: 4px 8px 3px 8px;
	background-color: transparent;
}
.pagination-items a:hover, .pagination-items li.active a {
	color: #117ca8;
	text-decoration: none;
	background-color: #e7f2f6;
}
li.pagination-nav a {
	padding: 0;
	border: 0;
	position: relative;
	width: 15px;
	height: 100%;
	display: block;
}
li.pagination-nav a:before {
	padding: 0;
	border: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #3d3d3d;
    border-top: 2px solid #3d3d3d;
    transform: rotate(225deg);
    left: 0px;
	right: 0px;
    top: 7px;
}
li.pagination-next a:before {
	transform: rotate(45deg);
}
li.pagination-first {
	margin-right: 14px;
}
li.pagination-last {
	margin-left: 4px;
}
li.pagination-first a, li.pagination-last a {
	width: 25px;
}
li.pagination-first a:after,
li.pagination-first a:before,
li.pagination-last a:after,
li.pagination-last a:before{
    padding: 0;
	border: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #3d3d3d;
    border-top: 2px solid #3d3d3d;
    transform: rotate(225deg);
    left: 0px;
	right: 0px;
    top: 7px;
}
li.pagination-first a:after, li.pagination-last a:after {
    left: 11px;
}
li.pagination-last a:before, li.pagination-last a:after {
	transform: rotate(45deg);
}
li.pagination-nav a:hover {
	border: 0;
	background: none;
}
li.pagination-nav a:hover:before, li.pagination-nav a:hover:after {
	border-right-color: #117ca8;
    border-top-color: #117ca8;
}
.pagination-items li.inactive a, .pagination-items li.inactive a:before, .pagination-items li.inactive a:after {
	border-right-color: #c2c2c2;
    border-top-color: #c2c2c2;
	cursor: default;
}
.pagination-items li.active {
	
}
/* -------- side-block -------- */
side-block {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.side-block-options-container {
    height: 100%;
    position: relative;
    /*flex-grow: 1;*/
	min-height: 0;
    overflow-y: auto;
}
.side-block-options {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
	padding-right: 15px;
}
.side-block-actions {
    /*flex: 1;*/
	padding-top: 15px;
	border-top: 1px solid #808080;
	margin-top: 10px;
}
.side-block-filter-group {
	padding-bottom: 8px;
}
.filter-title {
	font-weight: bold;
	padding-bottom: 10px;
}
repeater-model {
    display: none;
}
.side-block-filter-categories {
    padding: 6px;
    /*background: #F4F4F4;*/
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid rgba(128,128,128,0.5);
    position: relative;
}
.side-block-filter-categories.has-actions {
    padding-right: 27px;
}
.side-block-filter {
	margin-bottom: 15px;
}
.side-block-filter-categories .side-block-filter {
    margin-top: 11px;
    margin-bottom: 0;
}
.side-block-filter-categories .side-block-filter:first-of-type {
    margin-top: 0px;
}
.filter-add-categories {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -1px;
}
.filter-add-categories:hover {
	cursor: pointer;
}
.icon-plus {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: relative;
  background: rgba(128,128,128,0.5);
}
.icon-plus:after, .icon-plus:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.icon-plus:after {
  width: 10px;
  height: 2px;
  left: 3px;
  top: 7px;
}
.icon-plus:before {
  width: 2px;
  height: 10px;
  left: 7px;
  top: 3px;
}
.filter-add-categories.icon-plus:hover {
	transition: all 0.4s;
	background: rgba(128,128,128,1);
}
.icon-remove {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: relative;
  background: rgba(128,128,128,0.5);
  transform: rotate(45deg);
}
.filter-remove-categories {
    content: "";
	display: inline-block;
	position: absolute;
    right: 5px;
    top: 5px;
}
.filter-remove-categories:hover {
	cursor: pointer;
}
.icon-remove:after, .icon-remove:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.icon-remove:after {
  width: 10px;
  height: 2px;
  left: 3px;
  top: 7px;
}
.icon-remove:before {
  width: 2px;
  height: 10px;
  left: 7px;
  top: 3px;
}
.filter-remove-categories.icon-remove:hover {
	transition: all 0.4s;
	background: rgba(128,128,128,1);
}
.side-block-filter-categories[data-id='1'] .filter-remove-categories {
    display: none;
}
.side-block-filter-categories:not([data-id='1']) {
    padding-right: 27px;
}
.calendar-icon {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 23px;
	height: 23px;
	background: url(../images/calendar_icon.svg) no-repeat;
	text-indent: -4000px;
	overflow: hidden;
}
.calendar-icon:hover {
	cursor: pointer;
}
.qs-centered {
}
.cal-1 {
	left: auto !important;
}
.cal-2 {
	left: auto !important;
	right: 0;
}
input[type='text'].field-validation-error {
    border: 1px solid red;
    color: red;
}
.clear-filters-link:hover {
	text-decoration: none;
	color: #4C4B49;
}
.clear-icon {
	font-family: Arial;
}
.content-area-items p:not(:last-child) {
	margin-bottom: 1em;
}
/* ----- HOME ------ */
.lang-block a {
    color: #CECECE;
}
.lang-block .active a, .lang-block a:hover {
	color: #FFF;
}
.calendar #nav-main {
	display: none;
}
/* ----- /HOME ------ */
.item-info-badge {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #C6C6C6;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
}
.item-info-badge:hover {
	text-decoration: none;
	background-color: #808080;
}
.documents-page .content-area-items {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* ---- tabs ----- */
.details-tabs {
    margin-top: 45px;
}
.details-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 19px;
    display: flex;
}
.details-tabs-nav li {
    margin: 0;
    padding: 0;
    margin-right: 3px;
}
.details-tabs-nav li a {
    border: 1px solid #999;
    border-bottom: 0;
    padding: 8px 17px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.details-tabs-nav li.active a, .details-tabs-nav li:hover a {
    border-color: #2489d5;
    color: #2489d5;
}
.details-tabs-nav li.active a {
    background: #2489d5;
    color: #FFF;
}
.details-tabs-wrapper {
    
}
.details-tab {
    display: none;
}
.details-tab.active {
    display: block;
}


.project-details-block {
    text-align: center;
    max-width: 775px;
    margin: 0 auto;
}
.project-details-block a {
    color: #000;
    border-bottom: 1px dotted #000;
}
.project-details-text {
    max-width: 717px;
    margin: 0 auto;
}
.project-details-logos {
    margin-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-details-logos .logo-item {
    margin: 18px;
}
.project-details-logos .logo-item img {
    max-height: 40px;
}
/***********************************************/
/* TYPOGRAPHY
/***********************************************/

/* ---- quotes ---- */

/* ---- other ---- */

/* -tail- */

/***********************************************/
/* LISTS/TABLES
/***********************************************/
/* ---- lists ---- */

/* ---- definition lists ---- */

/* ---- tables ---- */

/***********************************************/
/* FORMS/BUTTONS
/***********************************************/
.custom-form-wrapper {
    max-width: 700px;
    margin: 0 auto 0;
}
.custom-form {
	position: relative;
}
.custom-form *::placeholder {
	/*color: rgba(0,51,153,0.58);*/
	color: #979797;
	font-size: 16px;
}
.custom-form-login {
	max-width: 370px;
}
.custom-form input[type='text'], .custom-form input[type='email'], .custom-form input[type='password'], .custom-form input[type='date'], .custom-form textarea, .custom-form select {
	font-family: 'base-font', Arial, Helvetica, sans-serif;
	border: 1px solid #808080;
	color: #003399;
	font-size: 16px;
	background: #FFF;
	padding: 6px 12px;
	width: auto;
	line-height: 1;
    box-sizing: border-box;
	border-radius: 5px;
}
.custom-form input[type="checkbox"], .custom-form input[type="radio"] {
    /*width: auto !important;*/
}
.custom-form select {
	box-sizing: border-box;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-form input.width-full, .custom-form select.width-full, .custom-form textarea.width-full {
    width: 100%;
}
.filters-form select, .filters-form input[type='text'] {
	/*border-color: #FFF;*/
}
.custom-form input[type='text'].text-input-with-clear {
	padding-right: 29px;
}
.custom-form input[type='text'].field-validation-error,
.custom-form input[type='email'].field-validation-error,
.custom-form input[type='password'].field-validation-error,
.custom-form textarea.field-validation-error,
.custom-form select.field-validation-error{
	border: 1px solid red;
	color: red;
}
.custom-form input:-webkit-autofill,
.custom-form input:-webkit-autofill:hover, 
.custom-form input:-webkit-autofill:focus,
.custom-form input:-webkit-autofill:active,
.custom-form input:autofill
{
	-webkit-box-shadow: 0 0 0 30px #FFF inset !important;
	-webkit-text-fill-color: #003399;
}
.custom-form textarea {
    width: 100%;
    min-height: 180px;
    border-radius: 15px;
}
.custom-form textarea.textarea-short {
    min-height: 100px;
}
.custom-form .inputs-row {
    margin-bottom: 18px;
}
.custom-form .custom-checkbox-big {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: #003399;
  width: 23px;
  height: 23px;
  border: 0.15em solid #003399;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.custom-form .custom-checkbox-big.field-validation-error {
	border-color: red;
}
.custom-form .custom-checkbox-big::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(1);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: hsla(220,100%,30%,0.3);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.custom-form .custom-checkbox-big::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #003399;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    display: none;
}
.custom-form .custom-checkbox-big:checked::before {
    display: none;
}
.custom-form .custom-checkbox-big:checked::after {
    display: block;
  transform: scale(1);
}
.custom-form legend {
    font-size: 18px;
    padding-top: 10px;
}
.selectize-input {
    border: 2px solid #FFF;
    border-radius: 5px;
    box-shadow: none !important;
    padding: 8px 11px;
	box-sizing: border-box;
    background: #FFF;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.selectize-input.dropdown-active {
    border-radius: 5px 5px 0 0;
}
.selectize-input input[type='select-one'] {
    /*width: 100% !important;*/
}
.selectize-input, .selectize-control.single .selectize-input.input-active {
    border: 1px solid #808080 !important;
}
.filters-form .selectize-input, .filters-form .selectize-control.single .selectize-input.input-active{
	/*border-color: #FFF !important;*/
}
.selectize-input.field-validation-error, .selectize-control.single .selectize-input.input-active.field-validation-error {
	border-color: red !important;
	color: red !important;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #003399;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-smoothing: inherit;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
    padding: 10px 9px;
}
.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #FFF;
    color: #003399;
    border: 0 solid #d0d0d0;
}
.form-loading {
	opacity: .4;
}
.form-loading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	z-index: 100;
}
.form-loading .bt-submit {
	position: relative;
}
.form-loading .bt-submit:after {
	position: absolute;
	content: "";
	right: 0px;
	top: -4px;
	background: url(../images/spinner-white.svg) no-repeat;
	width: 38px;
	height: 38px;
}
.form-result-block {
	text-align: center;
	min-height: 90px;
}
form-block-content .form-result-block {
	text-align: left;
}
.items-row-checkbox {
    display: flex;
	align-items: center;
}
.checkbox-switch-inside {
    position: relative;
    width: 43px;
    height: 23px;
	margin-right: 8px;
}
.checkbox-switch {
    position: absolute;
    width: 43px;
    height: 23px;
}
.checkbox-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox-switch input:checked + .slider {
    background-color: #3FA7F3;
}
.checkbox-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8d8d8;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    /*-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
.checkbox-switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    /*-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.checkbox-switch input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -moz-transform: translateX(21px);
    -o-transform: translateX(21px);
    transform: translateX(21px);
}
.checkbox-switch.active .slider {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.checkbox-switch.active .slider:before {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.items-row-checkbox label:hover {
	cursor: pointer;
}
a.clear-button {
    text-decoration: none;
    display: flex;
    position: absolute;
    height: 100%;
    width: 25px;
    top: 0;
    right: calc(8px - 2px);
    color: #000;
    opacity: .4;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 21px;
    justify-content: center;
    align-items: center;
}
.clear-button:after {
    content: "";
    display: table;
    clear: both;
}
.clear-button:hover {
    opacity: 1;
}
/* ---- labels ---- */

/* ---- inputs ----- */

/* ---- buttons ---- */
a.button-standard, button.button-standard {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #18BAA8;
	background: #18BAA8;
	border-radius: 10px;
	padding: 11px 39px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
a.button-standard:not(.disabled):hover, button.button-standard:not(.disabled):hover {
	background: #FFF;
	color: #18BAA8;
	cursor: pointer;
}
a.button-big {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #003399;
	background: #FFF;
	border-radius: 10px;
	padding: 13px 24px;
	color: #18BAA8;
	text-decoration: none;
}
a.button-big:not(.disabled):hover {
	background: #003399;
}
a.button-big-highlight {
	background: #003399;
	color: #FFF;
	padding-left: 60px;
	padding-right: 60px;
}
a.button-big-highlight:not(.disabled):hover {
	background: #FFF;
	color: #003399;
}
a.button-style-2, button.button-style-2 {
	border-color: #003399;
	color: #18BAA8;
	background: #FFF;
	text-align: center;
}
a.button-style-2:hover, a.button-style-2.active, button.button-style-2:not(.disabled):hover {
	border-color: #003399;
	color: #18BAA8;
	background: #003399;
}
a.button-mega {
	display: inline-block;
	color: #FFF;
	background: #18BAA8;
	text-align: center;
	width: 414px;
	padding-top: 30px;
	padding-bottom: 30px;
}
a.button-mega h3 {
	color: #FFF;
}
a.button-mega:not(.disabled):hover {
	background: #003399;
	text-decoration: none;
}
a.button-mega:not(.disabled):hover h3 {
	color: #FFF;
}
a.button-medium, button.button-medium {
	padding: 7px 28px;
	line-height: 1;
	box-sizing: border-box;
	font-family: 'base-font', Arial, Helvetica, sans-serif;
}
a.button-medium-wide, button.button-medium-wide {
	padding-left: 50px;
    padding-right: 50px;
}
a.button-style-3, button.button-style-3 {
	border-color: #003399;
	color: #FFF;
	background: #003399;
}
a.button-style-3:not(.disabled):hover, button.button-style-3:not(.disabled):hover {
	border-color: #3FA7F3;
	color: #FFF;
	background: #3FA7F3;
}

/* ---- dropdown ---- */
/* -tail- */

/***********************************************/
/* ICONS
/***********************************************/
/***********************************************/
/* SIZES
/***********************************************/
/***********************************************/
/* BOXES/ALIGNMENTS/UTILS
/***********************************************/
.flex-block {
	display: flex;
	align-items: center;
}
.flex-block > * {
	align-self: center;
}
.flex-block.two-cols > * {
	flex: 1;
	align-self: stretch;
}
.flex-block.two-cols > div:nth-child(1) {
	margin-right: 40px;
}
.flex-block > *.align-top {
	align-self: flex-start;
}
.inline-custom-actions {
	font-size: 19px;
	display: flex;
	align-items: flex-start;
	padding-top: 1em;
}
.svg-colour-1 svg {
	fill: #003399;
}
.svg-colour-2 svg {
	fill: #18BAA8;
}
.items-row-inline-block {
	vertical-align: middle;
}
.items-row-inline-block > * {
	display: inline-block;
}
.items-row-flex {
	display: flex;
    align-items: flex-start;
}
.items-row-flex > * {
	flex: 1;
}
/* ---- spacers/alignments ---- */

/* ---- dividers ---- */

/* ---- alerts/notifications ---- */

/* ---- other ---- */
.width-full {
	width: 100%;
	box-sizing: border-box;
}
.lightbox-content {
	max-width: 500px;
}
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.7);
}
.fancybox__content {
	display: block;
}
/***********************************************/
/* MAIN MENU
/***********************************************/
/* ------ menu mobile ------ */
.header-menu-mobile {
	display: none;
	height: 43px;
}
.header-menu-mobile .bt-menu {
	padding-top: 13px;
	padding-left: 30px;
	display: block;
}
.bt-menu-bar {
	display: block;
	background-color: #FFF;
	height: 2px;
	margin-bottom: 4px;
	line-height: 0;
	width: 22px;
}
.menu-title {
	position: absolute;
	left: 63px;
	top: 9px;
}
.header-menu-mobile a {
	color: #FFF;
}
#nav-main {
	min-width: 1123px;
}
/***********************************************/
/* SECONDARY MENU
/***********************************************/
/***********************************************/
/* STRUCTURE
/***********************************************/
.modal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}
.modal-wrapper, .modal-wrapper-inner {
	position: relative;	
}
.modal-block {
	position: relative;
	padding: 11px 13px 19px;	
}
/* --- modal-tooltip ---- */
#modal-tooltip {
	/*background-color: rgba(0,0,0,0.6);*/
	background-color: #808080;
	z-index: 1020;
	border-radius: 3px;
}
#modal-tooltip .modal-block {
	color: #FFF;
	font-size: 13px;
	padding: 6px 16px 6px 8px;
	/*white-space: nowrap;*/
	max-width: 290px;
	position: relative;
}
#modal-tooltip .modal-block-close {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 2px;
	top: 1px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
}
/*--- content container ---*/

/* ---- E&D ------ */

/* ---- modals ---- */

/* ---- other --- */
*.disabled, *[disabled] {
    opacity: .5;
}
.disabled, a.disabled {
	opacity: 0.6;
	cursor: not-allowed !important;
	text-decoration: none;
}
.disabled a {
	text-decoration: none;
}
/***********************************************/
/* CMS
/***********************************************/
.mceContentBody, .mceContentBody * {
	opacity: 1 !important;
}
.mceContentBody .module-block {
	border: 1px solid blue;
}
.mceContentBody .row {
    margin-right: 0px;
    margin-left: 0px;
}
joomla-alert .visually-hidden {
    display: none;
}
mark {
	background: transparent;
	color: inherit;
}
.js-highlight mark {
    background-color: rgb(255, 255, 0);
    color: inherit;
}
.site-content-block > .js-highlight {
	padding: 0;
    background-color: transparent;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    height: 100%;
	width: 100%;
}
joomla-alert {
	margin-bottom: 0;
}
.login-block {
	margin: 30px auto 20px;
	width: 319px;
}

dl.individual-details-list {
	margin: 0;
	/*
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: wrap;
	*/
	display: table-row;
}
.dl-row {
	margin-left: 17px;
}
dl.individual-details-list dt, .dt-title {
	font-size: 15px;
	color: #000;
	text-align: right;
	padding-bottom: 17px;
	float: none;
	padding-right: 17px;
	line-height: 1.2;
	display: table-cell;
	font-weight: bold;
}
dl.individual-details-list dd, .dd-value {
	padding-bottom: 17px;
	float: none;
	line-height: 1.2;
	flex: 1;
	display: table-cell;
}
.dt-title, .dd-value {
	padding-bottom: 0;
}

/* ----- PAGE BREAK EDITOR ---- */
/*
.mceContentBody hr.mce-item-pagebreak {
    position: relative;
}

.mceContentBody hr[class].mce-item-pagebreak::before {
    content: attr(data-page-label);
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    background: #007ad9;
    font-size: 13px;
    padding: 2px 20px;
    line-height: 15px;
    border-radius: 10px;
}
*/
/* ---- 3 ---- */
/***********************************************/
/* PRINT
/***********************************************/
@media print {
}
/***********************************************/
/* RESPONSIVE
/***********************************************/
/*
@media (max-width: 1399px) and (min-width: 1200px){
	nav#navbar nav > ul > li a {
		font-size: 11px;
		letter-spacing: 2px;
		padding-right: 8px;
		padding-left: 8px;
	}
}
*/
@media (min-width: 991px) {
	#nav-main-menu {
		display: block !important;
	}
}
@media (max-width: 990px) {
	#nav-main_____ {
		height: auto;
		padding: 0;
	}
	#nav-main-menu {
		display: none;
		padding-bottom: 20px;
		border-top: 1px solid #e8e8e8;
	}
	.menu-main_____ li {
		float: none;
		width: 100%;
		z-index: 498;
	}
	.header-menu-mobile {
		display: block;
	}
	.header-sub-menu-mobile {
		display: inline-block;
	}
	.header-sub-menu {
		display: none;
		position: absolute;
		top: 30px;
		right: -14px;
		padding: 8px;
		background-color: #FFF;
		width: 100%;
	}
	.header-sub-menu .inline-block {
		display: block;	
	}
	.menu-main_____ li ul {
		position: relative;
		display: block !important;
		opacity: 1 !important;
		top: auto;
		left: auto;
		width: 100%;
		background: transparent;
		box-shadow: none;
		padding-top: 0px;
	}
	.menu-main_____ li a {
		padding-left: 30px;
		padding-right: 15px;
	}
	.menu-main li.menu-item-search a {
		padding-left: 30px;
		padding-right: 25px;
	}
	.menu-main li a.has-sub-menu span:before {
		display: none;
	}
	.menu-main li ul ul {
		top: auto;
		left: auto;
	}
	.menu-main li ul li a {
		padding-left: 50px;
		padding-right: 30px;
	}
	.menu-main > li.active:after {
		display: none;
	}
	.menu-main_____ li.active > a {
		color: #0e208c;
		background-color: #ededed;
	}
	.directory-block .item {
		width: 49.5%;
		flex: 0 0 49.5%;
	}
}
@media (max-width: 625px) {
	dl.individual-details-list {
		margin: 0;
		display: block;
	}
	dl.individual-details-list dt {
		text-align: left;
		padding-bottom: 10px;
		display: block;
	}
	dl.individual-details-list dd {
		padding-bottom: 25px;
		display: block;
	}
}