@CHARSET "UTF-8";
/*
Theme Name: IMA Europe
Theme URI:
Author: The Publishing Bureau
Author URI: http://publishingbureau.co.uk
Description: Custom theme for epruma.eu
Version: 1.0.14
License: Proprietary
License URI:
*/
body {
    color: #000000;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
::selection {
    background-color: #1987CB;
    color: #FFF;
}
a {
    color: #075989;
    font-weight: 500;
}
a:hover {
    color: #19B1E4;
}
a.button {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 5px 30px;
    text-transform: uppercase;
}
a.button.button-100 {
    display: block;
    text-align: center;
}
a.button-blue {
    border-color: #045989;
    color: #045989;
}
.regular {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.semi_bold {
    font-weight: 600 !important;
}
.bold {
    font-weight: 700 !important;
}
.extra_bold {
    font-weight: 800 !important;
}
.black {
    color: #000 !important;
}
.blue {
    color: #03507C;
}
.bold {
    font-weight: bold !important;
}
.light {
    font-weight: 200 !important;
}
.light_blue {
    color: #00B1E4 !important;
}
h1 {
    background-color: #FFF;
    color: #075989;
    font-family: 'Alata', sans-serif;
    font-size: 46px;
}
h2 {
    color: #075989;
    font-family: 'Alata', sans-serif;
    font-size: 32px;
}
h3 {
    color: #19B1E4;
    font-family: 'Alata', sans-serif;
    font-size: 24px;
}
h4 {
    color: #075989;
    font-family: 'Alata', sans-serif;
    font-size: 18px;
}
h5 {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
h6 {
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.h_dotted {
    border-bottom: 1px dotted #FFF;
    color: #FFF !important;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.heading_box {
    color: #FFF;
    background-color: #1987CB;
    font-family: 'Alata', sans-serif;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.heading_box.bg_blue, .bg_blue {
    background-color: #1987CB;
}
.heading_box.bg_dark_blue, .bg_dark_blue {
    background-color: #005989;
}
.heading_box.bg_light_blue, .bg_light_blue {
    background-color: #00B1E4;
}
.bg_blue, .bg_light_blue, .bg_dark_blue {
    color: #FFF;
}
.bg_blue figure:last-child, .bg_dark_blue figure:last-child, .bg_light_blue figure:last-child {
    margin-bottom: 0;
}
.bg_blue .wp-block-embed__wrapper, .bg_light_blue .wp-block-embed__wrapper, .bg_dark_blue .wp-block-embed__wrapper {
    font-size: 0;
}
.wp-block-columns.bg_blue:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.wp-block-columns.bg_light_blue:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child),
.wp-block-columns.bg_dark_blue:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0 !important;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul:not(.navbar-nav) li::before {
    content: "•";
    padding-right: 10px;
}
ul li:not(.nav-item) {
    margin-left: 20px;
    text-indent: -16px;
}
.video_wrapper, .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video_wrapper >  iframe, .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Bootstrap */
.img-fluid {
    width: 100%;
}
.img-bordered {
    border: 1px solid #075989;
}


/* Navigation */
header {
    background: rgb(25,135,203);
    background: linear-gradient(90deg, rgba(25,135,203,1) 0%, rgba(25,135,192,1) 50%, rgba(7,89,128,1) 50%, rgba(7,89,137,1) 100%);
    height: 100px;
}
.navbar {
    background: rgb(25,135,203);
    background: transparent linear-gradient(90deg, #1987CB 0%, #1274B0 53%, #075989 100%) 0% 0% no-repeat padding-box;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	height:100%;
}
.navbar.stuck {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 80px;
}
.navbar-brand {
    margin-left: 1rem;
}
.navbar-brand img {
    height: 70px;
    width: auto;
}
.navbar-collapse {
    flex-direction: column;
	margin-top:-21px;
}
.navbar-collapse > div {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 32px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.navbar-social > a {
    color: #FFF;
    margin: 0 5px;
}
.navbar-social .dropdown {
    display: inline-block;
}
.navbar-social .dropdown > a {
    color: #FFF;
    cursor: pointer;
    font-family: 'Sarabun', sans-serif;
    font-size: 13px;
    font-weight: bold;
}.navbar-social .dropdown > a:hover {
    color: #FFF;
}
.navbar-social .dropdown-menu {
    background-color: #075B8C !important;
}
.navbar-social .dropdown-menu .dropdown-item {
    font-family: 'Sarabun', sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.navbar .navbar-nav li:last-child {
    color: #FFF;
}
.navbar .navbar-nav li:last-child i {
    font-size: 13px;
}
.navbar .navbar-nav li:last-child form {
    display: inline;
}
.navbar .navbar-nav li:last-child form input {
    border: none;
    border-radius: 50px;
    font-family: 'Sarabun', sans-serif;
    font-size: 12px;
    padding-left: 10px;
}
.navbar .navbar-nav a {
    /* Menu items style */
    color: #FFF;
    font-family: 'Sarabun', sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item.dropdown:hover a {
    /* Menu items style when hovered or when sub-menu is open */
    color: #FFF;
}
.navbar .navbar-nav .nav-item.active a {
    /* Menu item active style */
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    /* Open sub menu when menu item is hovered */
    display: block;
    padding-bottom: 15px;
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 15px;
}
.navbar .navbar-nav .nav-item.dropdown:hover {
    /* Menu item with drop down style when dropdown is open */
    background-color: transparent;
}
.navbar .dropdown-menu {
    /* Dropdown style */
    border-top-left-radius: 0;
    background-color: transparent;
    border: none;
    margin: 0;
}
.navbar .dropdown-menu.dropdown-menu__language_selector .dropdown-item  {
    /* Dropdown item style */
    color: #FFF !important;
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-item:hover {
    /* Dropdown item hover style */
    background-color: inherit;
}
/*.navbar-nav .dropdown-menu {
	display:block!important;
}*/
.navbar .dropdown-menu .dropdown-item-wrapper {
    position:relative;
	display:block;
}
.navbar .dropdown-menu .dropdown-item-wrapper.has-children:after {
	position:absolute;
	width:0;
	height:0;
	top:10px;
	right:0;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid #00B1E4;
}
.navbar .dropdown-menu .flyout-menu {
    position: absolute;
	width: 0;
	left: 210px;
	top: -15px;
	padding: 0;
	background-color: #FFF;
	overflow:hidden;
	border-radius: .25rem;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	transition:width 0.25s ease-in-out;
	z-index:10;
}
.navbar .dropdown-menu .dropdown-item-wrapper:hover .flyout-menu {
	width:250px;
}
.navbar .dropdown-menu .flyout-menu .flyout-item {
	display:block;
	color: #005989 !important;
	padding: 3px 15px;
}
.navbar .dropdown-menu .flyout-menu .flyout-item:first-child {
	padding-top:15px;
}
.navbar .dropdown-menu .flyout-menu .flyout-item:last-child {
	padding-bottom:15px;
}
.navbar .dropdown-menu .flyout-menu .flyout-item:hover {
	text-decoration:none;
}

a.glink {
    display: block;
    font-family: 'Sarabun', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-left: .5rem;
    padding-right: .5rem;
}
footer {
    background-color: #005989;
    color: #FFF;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
}
footer h3 {
    color: #FFF;
}
footer a, footer a:hover {
    color: #FFF;
    font-weight: bold;
}
footer a i.fab {
    font-size: 30px;
}
footer a {
    margin-right: 10px;
    margin-left: 10px;
}
footer a:first-child {
    margin-left: 0;
}
main {
    background-image: url('assets/images/background.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: calc(100vh - 56px);
    padding-top: 83px;
}

/* Default template */
.page__header {
    background: rgb(25,135,203);
    background: transparent linear-gradient(90deg, #1987CB 0%, #1274B0 53%, #075989 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.page__header h1 {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.page__header__no_uppercase h1 {
    text-transform: none;
}
.template_10_news_views .page__header h1 {
    font-size: 30px;
}
.page__content {
    padding-top: 45px;
}
.deafult__child {
    margin-bottom: 30px;
}
.deafult__child > div {
    background-color: #005989;
    display: flex;
    color: #FFF;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
}
.deafult__child:nth-child(2n+2) > div {
    background-color: #1987CB;
}
.deafult__child:nth-child(2n+3) > div {
    background-color: #00B1E4;
}
.deafult__child:nth-child(2n + 6) > div {
    background-color: #005989;
}
.deafult__child:nth-child(2n+9) > div {
    background-color: #1987CB;
}
.deafult__child:nth-child(2n+12) > div {
    background-color: #00B1E4;
}
.deafult__child:nth-child(2n + 15) > div {
    background-color: #005989;
}
.deafult__child:nth-child(2n+18) > div {
    background-color: #1987CB;
}
.deafult__child:nth-child(2n+21) > div {
    background-color: #00B1E4;
}
.deafult__child h2 {
    color: #FFF !important;
    font-size: 18px;
    min-height: 42px;
}
.deafult__child p {
    min-height: 105px;
}
.deafult__child a {
    color: #FFF !important;
    text-decoration: underline;
}
.post_attachments {
    background-color: #1987CB;
}
.post_attachments h2 {
    color: #FFF;
    font-size: 24px;
    padding: 15px;
}
.post_attachments__attachment {
    border-bottom: 1px solid #FFF;
    margin: 15px;
    padding-bottom: 15px;
}
.post_attachments__attachment:last-child {
    border-bottom: none;
}
.post_attachments__attachment * {
    color: #FFF;
}
.post_attachments__attachment > div:first-child {
    padding-left: 0;
}
.post_attachments__attachment img {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.post_attachments__attachment h3 {
    font-size: 16px;
    font-weight: normal !important;
}
.post_attachments__attachment p {
    line-height: 1.3;
    margin-bottom: 10px;
}
.post_attachments__attachment a {
    text-decoration: underline;
}

/* Home */
#home_hero_video {
    height: calc(100vh - 84px);
    overflow: hidden;
    position: relative;
    width: 100vw;
}
#home_hero_video > video {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    opacity: .99;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 1;
}
.home_hero_video__headings {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 2;
}
.home_hero_video__headings h1 {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 0;
    padding: 15px;
}
.home_hero_video__headings h2 {
    background-color: #005989;
    color: #FFF;
    display: inline-block;
    font-size: 38px;
    padding: 15px;
}
.home_hero_video__boxes {
    bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.home_hero_video__boxes .container > div {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.home_hero_video__boxes__box {
    color: #FFF;
    width: 28%;
    padding: 15px;
}
.home_hero_video__boxes__box h2 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 0;
}
.home_hero_video__boxes__box h2 a {
    color: #FFF;
}
.home_hero_video__boxes__box h2 a:hover {
    color: #FFF;
}
.home_hero_video__boxes__box {
    background-color: #00B1E4;
}
.home_hero_video__boxes__box_content {
    border-top: 1px dotted #FFF;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 10px;
}
/* .homepage__content_video {
    background-color: #000;
}
.homepage__content_text {
    background-color: #1987CB;
    color: #FFF;
}
.homepage__content_text > div {
    padding: 15px;
} */
.homepage__content__latest_news > div {
    background-color: #1987CB;
    color: #FFF;
    height: auto;
    padding: 15px;
}
.homepage__content__latest_news h2 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.homepage__content__latest_news__item h3 {
    color: #FFF;
    font-size: 24px;
}
.homepage__content__latest_news__item div {
    margin: 7px 0;
}
.homepage__content__latest_news__item .date {
	font-size: 16px;
}
.homepage__content__latest_news__item > p > a {
    color: #FFF;
    display: block;
    margin: 7px 0 0;
    text-decoration: underline;
}
.homepage__content__projects > div {
    background-color: #075989;
    color: #FFF;
    height: 100%;
    padding: 15px;
}
.homepage__content__projects h2 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: inline-block;
	/*margin-bottom: 10px;*/
	padding-bottom: 5px;
}
.homepage__content__projects__project {
    display: flex;
}
.homepage__content__projects__project > div {
    padding: 15px 0;
}
.homepage__content__projects__project > div:first-child {
    flex: 1;
    margin-right: 20px;
}
.homepage__content__projects__project > div:first-child img {
    background-color: #FFF;
    padding: 15px;
}
.homepage__content__projects__project > div:last-child {
    flex: 2;
}
.homepage__content__projects__project h3 {
    color: #FFF;
}
.homepage__content__projects__project > div > p > a {
    color: #FFF;
    display: block;
    text-decoration: underline;
}

.homepage__content__events {
    background-color: #DBE9F3;
    padding: 3rem 1.5rem;
}
.homepage__content__events h2 {
    border-bottom: 1px dotted #005989;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.homepage__content__events_event {
    display: block;
}
.homepage__content__events_event:hover {
    text-decoration: none;
}
.homepage__content__events_event h3 {
    background-color: #FFF;
    color: #005989;
    font-family: 'Sarabun', sans-serif !important;
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    overflow: hidden;
    padding: 8px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homepage__content__events_event__date {
    background-color: #1987CB;
    color: #FFF;
    font-size: 16px;
    padding: 8px 15px;
}
.homepage__content__events_event__image {
    background-size: cover;
    height: 227px;
    position: relative;
    overflow: hidden;
}
.homepage__content__events_event__image::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 90%;
    height: 160%;
    background-color: #DBE9F3;
    transform-origin: 23% 81%;
    transform: rotate(80deg);
}
.homepage__content__events_event__image img {
    position: absolute;
    bottom: 0;
    right: 15px;
}

/* Filters */
.pb_topic_filters {
    background-color: #1987CB;
    margin-bottom: 15px;
    padding: 15px;
}
.pb_topic_filters__topic_list__topic, .publications__filter_topic {
    align-items: center;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pb_topic_filters__topic_list__topic div, .publications__filter_topic div {
    align-items: center;
    display: flex;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
}
.pb_topic_filters__topic_list__topic div img, .publications__filter_topic div img {
    margin-right: 10px;
}
.pb_topic_filters__topic_list__topic input, .publications__filter_topic input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1987CB;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #000;
    display: grid;
    font: inherit;
    height: 1.15em;
    margin: 0;
    margin-left: 15px;
    place-content: center;
    width: 1.15em;
}
.pb_topic_filters__topic_list__topic input::before, .publications__filter_topic input::before {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: inset 1em 1em var(--form-control-color);
    content: "";
    height: 1.15em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    width: 1.15em;
}
.pb_topic_filters__topic_list__topic input:checked::before, .publications__filter_topic input:checked::before {
    transform: scale(1);
}
.publications__filter_radio input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #005989;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #000;
    display: grid;
    font: inherit;
    height: 1.15em;
    margin: 0;
    margin-left: 15px;
    place-content: center;
    width: 1.15em;
}
.publications__filter_radio input::before {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: inset 1em 1em var(--form-control-color);
    content: "";
    height: 1.15em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    width: 1.15em;
}
.publications__filter_radio input:checked::before {
    transform: scale(1);
}

.homepage_content__industrial_materials {
    background-color: #1987CB;
    padding-bottom: 25px;
    padding-top: 25px;
}
.homepage_content__industrial_materials h2 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: inline-block;
    font-size: 26px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.homepage_content__industrial_materials a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    display: block;
    font-family: 'Sarabun', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-bottom: 7px;
}
.homepage__socials {
    padding: 3rem 0;
}
.homepage__socials h2 {
    border-bottom: 1px dotted #005989;
    color: #005989;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.homepage__socials__network > div {
    border: 1px solid #03507C;
    margin-top: 15px;
}
.homepage__socials__network__heading {
    align-items: center;
    background-color: #FFF;
    display: flex;
    height: 0 44px;
    padding: 11px;
}
.homepage__socials__network__heading span {
    display: inline-block;
    font-size: 21px;
    margin-left: 10px;
}
.homepage__socials__network__content {
    height: 424px;
    overflow-y: scroll;
}
.homepage__socials__twitter .homepage__socials__network__content {
    height: 424px;
}
.homepage__socials__linkedin iframe {
    height: 660px;
    width: 100%;
}
.homepage__socials__linkedin iframe:not(first-child) {
    margin-top: -8px;
}
.homepage__socials__youtube__video {
    background-color: #FFF;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.homepage__socials__youtube__video__heading {
    padding: 22px 0 22px 11px;
}
.homepage__socials__youtube__video__heading img {
    border-radius: 13px;
    margin-right: 13px;
}

/* What we do */
.what_we_do__figures > div > div {
    align-items: center;
    border: 2px solid black;
    display: flex;
    font-family: 'Sarabun', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    padding: 5px 12px;
}
.what_we_do__figures > div:first-child > div {
    background-color: #E6F0F9;
    border-color: #1987CB;
    color: #1987CB;
}
.what_we_do__figures > div:nth-child(2) > div {
    background-color: #E2F6FC;
    border-color: #19B1E4;
    color: #19B1E4;
}
.what_we_do__figures > div:nth-child(3) > div {
    background-color: #DBE9F2;
    border-color: #075989;
    color: #075989;
}
.what_we_do__figures > div > div > div:first-child {
    flex: 1
}
.what_we_do__figures > div > div > div:last-child {
    flex: 1
}
.what_we_do__figures > div > div span {
    font-size: 50px;
    font-weight: 800;
}

/* Sections */
.sections__section:hover {
    color: #387DBD;
}
.sections__section__no_image {
    padding-top: 100%;
    position: relative;
}
.sections__section__no_image > div {
    align-items: center;
    background-color: #FFF;
    border: 1px solid #3B7FBE;
    display: flex;
    font-size: 50px;
    font-weight: 800;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sections__section img {
    border: 1px solid #3B7FBE;
}
.sections__section h6 {
    color: #000;
    font-size: 30px;
}

/* Section */
.section .page__header h2 {
    color: #FFF;
    font-family: 'Alata', sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
}
.section__personnel > .col > div {
    background-color: #E6F0F9;
    border: 1px solid #1987CB;
    height: 100%;
    line-height: 16px;
    padding: 15px 15px;
}
.section__personnel > .col > div h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
.section__personnel > .col:nth-child(2) > div, .section__personnel > .col:nth-child(5) > div {
    background-color: #E2F6FC;
    border: 1px solid #19B1E4;
}
.section__personnel > .col:nth-child(3) > div, .section__personnel > .col:nth-child(6) > div {
    background-color: #DBE9F2;
    border: 1px solid #075989;
}
.section__key_facts {
    color: #FFF;
    text-align: center;
}
.section__key_facts span {
    display: block;
}
.section__key_facts span:first-child {
    font-size: 32px;
    font-weight: 800;
}
.section__key_facts__year_founded > div {
    background-color: #1987CB;
    padding: 25px;
}
.section__key_facts__member_count > div {
    background-color: #19B1E4;
    padding: 25px;
}
.section__key_facts__eu_state_count > div {
    background-color: #005989;
    padding: 15px;
}
.section__key_facts__production_pct > div {
    background-color: #1987CB;
    padding: 25px;
}
.section__more_info > .col > div {
    background-color: #005989;
    color: #FFF;
    padding: 15px;
}
.section__more_info > .col > div h4 {
    margin-top: 30px;
}
.section__more_info > .col > div h4:first-of-type {
    margin-top: 0;
}
.section__more_info > .col > div a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.section__applications > .col > div {
    background-color: #1987CB;
    color: #FFF;
    padding: 15px;
}
.section__more_info > .col > div h4, .section__applications > .col > div h4 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    margin-right: 45px;
    padding-bottom: 10px;
}
.section__website > .col > div {
    background-color: #00B1E4;
    color: #FFF;
    padding: 15px;
}
.section__website > .col > div a {
    align-items: center;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-family: 'Alata', sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    margin-right: 45px;
}
.section__contact > .col > div {
    background-color: #FFF;
    border: 2px solid #1987CB;
    font-size: 14px;
    padding: 15px;
}
.section__contact > .col > div h5 {
    color: #075989;
}
.section__contact > .col > div a {
    color: #2A2A2A;
}
.section__member {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}
.section__member__no_logo {
    align-items: center;
    background-image: url('assets/images/member_blank.png');
    background-size: 100% 100%;
    color: #005989;
    display: flex;
    justify-content: center;
    height: 186px;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.section__member__member_name {
    min-height: 50px;
}

/* Member */
.members .page__content {
    padding-top: 0;
}
.members__sections__section > div > h2 {
    background-color: #005989;
    color: #FFF;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.members__sections__section__left_col {
    border-bottom: 1px dashed #3D7DA3;
    padding-bottom: 15px;
}
.members__sections__section__left_col .row > div:nth-child(2) {
    align-items: center;
    display: flex;
    font-size: 22px;
    justify-content: center;
}
.members__sections__section__member > a {
    display: block;
}
.members__sections__section__member__no_logo {
    align-items: center;
    background-image: url('assets/images/member_blank.png');
    background-size: 100% 100%;
    color: #005989;
    display: flex;
    justify-content: center;
    height: 86px;
    text-align: center;
}

/* Become a member */
.become_a_member h2 {
    margin-bottom: 30px;
}
.become_a_member .wp-block-separator {
    border-color: #005989;
    border-style: dotted;
    margin-bottom: 45px;
}
.become_a_member__section span {
    font-size: 14px;
}

/* Industrial minerals */
.industrial_mineral {
    margin-top: 17px;
}
.industrial_mineral__more_info {
    background-color: #005989;
    color: #FFF;
    padding: 25px;
}
.industrial_mineral__more_info h2 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.industrial_mineral__member > .col > div {
    background-color: #FFF;
    border: 1px solid #196994;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem 0.75rem;
}
.industrial_mineral__member__image {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.industrial_mineral__member__image img {
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    width: calc(100% + 4px);
}
.industrial_mineral__applications > .col > div {
    background-color: #1987CB;
    color: #FFF;
    padding: 15px;
}
.industrial_mineral__applications > .col > div h4 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    margin-right: 45px;
    padding-bottom: 10px;
}
.mineral__factsheet > .col > div {
    background-color: #00B1E4;
    padding: 15px 25px;
}
.mineral__factsheet > .col > div > a {
    align-items: center;
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
}

/* Projects */
.container.projects h2 {
    margin-bottom: 45px;
}
.projects__project {
    border-bottom: 1px dashed #005989;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
.projects__project__year_range {
    font-size: 16px;
    margin: 5px 0;
}
.projects__project .border-left {
    border-color: #075989 !important;
}
.projects__project__links > div {
    margin-bottom: 15px;
}
.projects__project_contact {
    border-top: 1px solid #075989;
    margin-top: 15px;
    padding-top: 15px;
}
.projects__project_contact__person {
    display: block;
    line-height: 17px;
    margin-bottom: 10px;
}
.projects__project_contact__person:hover {
    text-decoration: none;
}
.projects__project_contact__person > div:first-child {
    color: #000;
}
.projects__project__socials > a {
    color: #1987CB;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.project__project_image, .project__project_contacts {
    background-color: #FFF;
    border: 2px solid #03507C;
    margin-bottom: 30px;
    padding: 15px;
}
.project__project_contacts h3 {
    color: #005989 !important;
}
.project__project_documents {
    background-color: #1987CB;
    padding: 15px;
}
.project__project_documents h3 {
    color: #FFF;
}
.project__project_documents__document {
    color: #FFF;
    display: flex;
    margin-bottom: 15px;
}
.project__project_documents__document:last-child {
    margin-bottom: 0;
}
.project__project_documents__document img {
    border: 1px solid black;
    width: 25%;
}
.project__project_documents__document div {
    margin-left: 15px;
    padding-top: 5px;
    width: calc(70% - 15px);
}
.project__project_documents__document a {
    color: #FFF;
    display: inline-block;
    margin-top: 10px;
}

.project_contact__details {
    font-size: 18px;
    margin-bottom: 14px;
}
.project_contact__details a {
    color: #2A2A2A;
}
.project_contact__project_image {
    background-color: #FFF;
    border: 1px solid #03507C;
    margin-bottom: 30px;
    padding: 15px;
}

/* EU Policy grandchild */
.rdsn-profile-wrapper {
}
.rdsn-profile-wrapper .profile-item {
	margin-bottom:25px;
}
.rdsn-profile-wrapper .profile-item .profile-box {
	color: #FFF;
	padding: 15px 15px 20px;
}
.rdsn-profile-wrapper .profile-item .profile-box h4,
.rdsn-profile-wrapper .profile-item .profile-box h6,
.rdsn-profile-wrapper .profile-item .profile-box a {
	color: #FFF;
}
.rdsn-profile-wrapper .profile-item .profile-box a:hover {
	color: #FFF;
}
.rdsn-profile-wrapper .profile-item:nth-child(odd) .profile-box {
	background-color: #075989;
}
.rdsn-profile-wrapper .profile-item:nth-child(even) .profile-box {
	background-color: #19B1E4;
}

/* Publications */
.publications__filter_type {
    background-color: #005989;
    color: #FFF;
    padding: 10px 15px;
}
.publications__filter_type h3 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.publications__filter_radio {
    align-items: flex-start;
    display: flex;
}
.publications__filter_radio img {
    margin-right: 5px;
}
.publications__filter_radio div {
    margin-left: auto;
    padding-left: 10px;
}
.publications__publication {
    background-color: #71B1DE;
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 256px;
    padding: 10px 15px;
}
.publications__publication h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
}
.publications__publication a {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
.publications__publication__details {
    flex: 1;
}
.publications__publication__type {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* News page */
.news__news_item {
    display: block;
}
.news__news_item h2 {
    color: #075989;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.news_item__latest_news {
    background-color: #1987CB;
    color: #FFF;
    padding: 25px;
}
.news_item__latest_news h2 {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.news_item__latest_news__item {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.news_item__latest_news__item:hover {
    color: #FFF;
}
.news_item__latest_news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* News & Views page */
.rdsn-news-item {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px dotted #005989;
    width: 100%;
}
.rdsn-news-item .left {
	float:left;
	width:65%;
}
.rdsn-news-item .right {
	float:right;
	width:30%;
}
.rdsn-news-item h3 {
	font-size:21px;
	color:#075989;
}
.rdsn-news-item a {
	display:block;
	padding-top:8px;
}

/* Events */
.events h2 {
    border-bottom: 1px dotted #005989;
    color: #075989;
    display: inline-block;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.events__event__heading {
    color: #075989;
    font-size: 18px;
}
.events__event__image {
    background-size: cover;
    display: block;
    height: 227px;
    position: relative;
    overflow: hidden;
}
.events__event__image::before {
    content: '';
    position: absolute;
    /* top: -75px; */
    top: -110px;
    left: 0;
    width: 90%;
    /* height: 160%; */
    height: 210%;
    background-color: #FFF;
    transform-origin: 23% 81%;
    transform: rotate(80deg);
}
.events__event__image img {
    position: absolute;
    bottom: 0;
    right: -7px;
}
.events__event__details__date {
    background-color: #005989;
    color: #FFF;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
}

/* .events__event {
    color: #707070;
    font-size: 13px;
}
.events__event:hover {
    color: #707070;
}
.events__event__image {
    border: 2px solid #075989;
    background-position: center;
    background-size: cover;
    height: 202px;
    width: 100%;
}
.events__event h3 {
    color: #075989;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
} */

/* Contact us */
.contact_us a[href^="mailto:"] {
  color: #000;
  font-weight: normal;
}
.contact_us i.fas {
    color: #00B1E4;
}
.contact_us__inline_heading {
    color: #00B1E4;
    font-weight: bold;
}
.wp-block-webfactory-map {
    border: 2px solid #075989;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .members__sections__section__member__no_logo {
        height: 116px;
    }
}

/* Industry map */
#industry_map__container {
    height: 90vh;
    overflow: hidden;
    position: relative;
}
#industry_map {
    height: 100%;
    position: absolute;
    transition: ease all 0.5s;
    width: 10%;
}
#industry_map__container.legend_hidden #industry_map {
    width: calc(100% - 65px);
}
#facilities__legend {
    background-color: #F5F9FC;
    box-shadow: 0 2px 10px #888;
    box-shadow: -2px 2px 10px 0px #888;
    display: flex;
    height: 100%;
    padding: 25px;
    position: absolute;
    right: 0;
    transition: ease all 0.5s;
    width: 90%;
    z-index: 2;
}
.facilities__legend__content {
    flex: 1;
    height: 100vh;
    overflow: scroll;
}
#industry_map__container.legend_hidden #facilities__legend {
    right: calc(-90% + 65px);
}
.facilities__legend__heading h2 {
    border-bottom: 2px dotted #075989;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.facilities__legend__heading__toggle i {
    margin-right: 15px;
    margin-top: 7px;
    transition: transform .5s;
}
#facilities__legend > .container-fluid {
    margin-bottom: 30px;
    margin-top: 15px;
}
#facilities__legend > .container-fluid > .row {
    margin-left: 15px;
    /* margin-right: 30px; */
}
.facilities__legend__statistics span {
    color: #005989;
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.facilities__legend__statistics span:nth-child(2) {
    color: #00B1E4;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.facilities__legend__markers {
    font-size: 16px;
}
.facilities__legend__heading__h2 {
    color: #00B1E4;
    font-size: 18px;
}
.facilities__legend__country_list__country {
    align-content: center;
    color: #2A2A2A;
    display: flex;
    font-size: 12px;
    margin-bottom: 15px;
}
.facilities__legend__year_list__year a {
    color: #2A2A2A;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
}

#industry_map__reset {
    left: 20px;
    position: absolute;
    top: 20px;
}
#industry_map__zoom_out {
    bottom: 20px;
    left: 20px;
    position: absolute;
}
#map__info__window {
    background-color: #02b1e4;
    box-shadow: 0 2px 10px #888;
    color: #FFF;
    display: none;
    max-width: 300px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    transform: translate(-50%,calc(-100% - 10px));
    z-index: 1002;
}
#map__info__window::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #02b1e4;
    content: '';
    font-weight: 300 !important;
    left: calc(50% - 8px);
    position: absolute;
    top: 100%;
}
#map__info__window h3 {
    color: #FFF !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 0;
}
.map__info__window__company {
    font-size: 16px;
    font-weight: 500;
}
.map__info__window__location {
    font-size: 14px;
    font-weight: 300;
}
.map__info__window__more {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    margin-top: 8px;
}
.industry_map__list_container__event {
    font-size: 12px;
}
.industry_map__list_container__event h3 {
    color: #181A20;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.industry_map__list_container__event__date {
    color: #005AA0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
}

/* Small devices ONLY (landscape phones, 767px and below) */
@media (max-width: 781px) {
    .wp-block-columns > .wp-block-column {
        flex-basis: 100% !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .row-cols-md-7 > * {
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
    .navbar .dropdown-menu {
        background-color: #FFF !important;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    }
    .navbar-collapse > div {
        background-color: transparent;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home_hero_video__boxes {
        display: block;
    }
	.homepage__content__events {
        min-height: 500px;
        position: relative;
		padding: 3rem 4rem;
    }
    .homepage__socials > .container {
        background-image: url('assets/images/IMA_map.png');
        background-position: calc(100% - 15px) 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        min-height: 495px;
    }
    .section__header_title {
        flex: 4;
    }
    .section__header_image {
        flex: 2;
    }
    .section__header_image img {
        height: 192px;
        width: auto;
    }
    .section__key_facts__year_founded > div {
        padding: 35px;
    }
    .section__member {
        font-size: 13px;
        line-height: 16px;
    }
    .section__member__member_name {
        height: 50px;
        overflow: hidden;
    }
    .section__member__no_logo {
        height: 82px;
        width: 170px;
    }
    .section__personnel__5 > div:first-child, .section__personnel__5 > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .members__sections__section__left_col {
        border-bottom: none;
        border-right: 1px dashed #3D7DA3;
    }
    .members__sections__section__left_col .row > div:nth-child(2) {
        font-size: 16px;
    }
    .members__sections__section__member__no_logo {
        height: 82px;
    }
    .become_a_member .wp-block-column:last-child {
        padding-left: 25px;
    }

    #industry_map {
        width: 50%;
    }
    #facilities__legend {
        width: 50%;
    }
    #industry_map__container.legend_hidden #facilities__legend {
        right: calc(-50% + 65px);
    }
    .facilities__legend__country_list__country {
        font-size: 10px;
    }

    .events__event__image::before {
        height: 160%;
        top: -75px;
    }
    .events__event__details {
        display: flex;
        justify-content: space-between;
    }
    .events__event__details > div {
        flex: 1;
        flex: 0 0 calc(50% - 10px);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar > div {
        flex: 1;
    }
    .navbar .navbar-nav li:last-child {
        flex: 1;
        padding-top: 4px;
        text-align: right;
    }
    .navbar .navbar-nav li:last-child form input {
        width: 75px;
    }
    .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu > div {
        background-color: #FFF;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75);
        margin-left: -5px;
        margin-top: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar .dropdown-menu .dropdown-item {
        color: #005989 !important;
        padding: 3px 0;
    }
    .page__header {
        padding-bottom: 30px;
        padding-top: 55px;
        text-align: left;
    }
    .what_we_do__figures > div > div span {
        font-size: 32px;
    }
    .what_we_do__figures > div > div {
        font-size: 13px;
        line-height: 16px;
    }
    .sections__section__no_image > div {
        font-size: 17px;
    }
    .sections__section h6 {
        font-size: 14px;
    }
    .section__key_facts__year_founded > div {
        padding: 25px;
    }
    .section__member__no_logo {
        height: 72px;
        width: 148px;
    }
    .members__sections__section__member__no_logo {
        height: 82px;
    }
    .projects__project_contact {
        border-left: 1px solid #075989;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-collapse__menu {
        padding-left: 10px;
    }
    .navbar .navbar-nav li:last-child form input {
        width: 120px;
    }
    .homepage__content__events {
        padding: 3rem 8rem;
    }
    .section__member__no_logo {
        height: 88px;
        width: 181px;
    }
    .members__sections__section__member__no_logo {
        height: 101px;
    }
    .projects__project__links {
        display: flex;
        justify-content: space-between;
    }
    .projects__project__links > div {
        flex: 1;
    }
    .projects__project__links > div:first-child {
        margin-right: 15px;
    }
}

/* Extra-extra large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
    /*.homepage__content__publications {
        margin: 0 auto;
        width: 1120px;
    }*/
	.homepage__content__events {
        margin: 0 auto;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
}

/* Hamburger button animation */
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #FFF;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.bg-dark .navbar-toggler .icon-bar {
    background-color: #FFF;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
