/* COLORS */


:root {
    --theme-color: #2f8129; /*dark green */
    --content-bg: #ECF6CE; /*body bg */
    --theme-color-two: #530900; /* anchor hover */
    --theme-color-three: #87c540; /* footer bg */
    --light-bg: #f6f8f9;
    
}

 



/* BASIC */

    @media only screen and (min-width: 1200px) {
        
        body {
          background-color: var(--content-bg) !important;  /* #ECF6CE !important;*/
        }
        
        .container {
              width: 100%;
              max-width:100%;
            }
    
        .page-container {
        	max-width: 1400px;
        	width: 95%;
        	margin: 0 auto;
        	padding-top: 25px;
        }
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-size:15px;
        font-weight:500;
        line-height:1.75;
        text-rendering: optimizelegibility;
    }
    
    
    @media only screen and (min-width: 992px) {
        header.stickie-top {
        	position: sticky;
        	top: 0;
        	z-index: 99;
        }
    }
    
    
    img {
    	max-width: 100%;
    	height: auto;
    	border-radius:5px;
    }
    
    
    iframe {max-width:100%;}

    
    h1,h2,h3,h4,h5 {font-family: 'Libre Franklin', sans-serif;}
    
    h1, h2, h3, h4, h5, h6 {
    	line-height: 1.20;
    	padding: 0;
    	margin: 20px 0 10px 0;
    	font-weight: 400;
    }
    
    h1, h2, h3, h4, h5, h6 {
    	color: var(--theme-color-two);
    }
    
    h1 {
    	font-size: 26px;
    	text-transform: uppercase;
    	color: var(--theme-color);
    }
    
    h1.page-title {
    	margin-top: 0;
    }
    
    h1.page-title {
    	margin-bottom: 20px;
    }
    
    h2.title {
    	font-size: 28px;
    	text-align: center;
    	font-variant: small-caps;
    	font-weight: 600;
    	border-bottom: 0px;
    }
    
    h2.title, nav > h2, .block-search > h2 {
    	margin-bottom: 25px;
    }
    
    h3 {
     font-size:22px;
    }
    
    h4 {
     font-size:22px;
    }
    
    a {
      color: var(--theme-color);
    }
    a:hover {
      color: var(--theme-color-two);
    }
    a:focus {
      color: var(--theme-color-two);
    }
    a:hover {
    	text-decoration: none;
    }
    
    
    .alert {
    	margin-top: 1rem;
    	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
    }
    
    .system-messages {
    	background: antiquewhite;
    }


/* BUTTONS */ 

    .btn-white-outline {
    	border-color: #ffffff;
    	color: #ffffff;
    	background-color: transparent;
    	text-decoration: none;
    }
    
    .btn-white-outline:hover {
        color:var(--theme-color-two);
        background-color: white;
    }
    
    .btn-primary {
        box-shadow: 0 0 15px rgba(191, 155, 48, 0.5);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }
    
    .btn-primary:hover {
    	background-color: var(--theme-color-two);
    	-webkit-box-shadow: 0 0 15px rgba(117, 88, 0, 0.5);
    	box-shadow: 0 0 15px rgba(117, 88, 0, 0.5);
    	border-color:var(--theme-color-two);
    }
    
    .btn-primary:focus,
    .btn-primary:active {
        background-color: var(--theme-color-two);
    	-webkit-box-shadow: 0 0 15px rgba(117, 88, 0, 0.5);
    	box-shadow: 0 0 15px rgba(117, 88, 0, 0.5);
    	border-color:var(--theme-color-two);
    }
    
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    	color: #fff;
    	background-color: var(--theme-color);
    	border-color: var(--theme-color);
    }    
    
        
    
    main .btn,
    .highlighted-top .btn,
    footer .btn,
    .content-top .btn {
    	margin-top: 20px;
    	text-align: center;
    	display: inline-block;
    	border-width: 1px;
    	border-style: solid;
    	border-radius: 5px;
    	font-size: 12px;
    	font-weight: 500;
    	line-height: 1;
    	text-decoration: none;
    	text-transform: uppercase;
    	padding: 15px 35px;
    	color: #ffffff;
    	margin-bottom:20px;
    }
    


/* HEADER TOP */


.header-top-container {
	background-color: var(--theme-color);
}

 @media only screen and (min-width: 1200px) {
    .header-top-container  {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
}

.header-top-container .navbar-nav {
	flex-direction: row;
}

.header-top-container ul.nav li a, 
.header-top-container ul.nav li > span {
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px 5px;
	text-transform: uppercase;
	margin: 0 5px;
	color: white;
}

.header-top-container ul.nav li a:hover, .header-top-container ul.nav li a.is-active {
	color: var(--theme-color-three);
}

.header-top-container #block-biophosphate-topmenu ul.nav li a:hover, 
.header-top-container #block-biophosphate-topmenu ul.nav li a.is-active {
	color: var(--theme-color-three);
}

.header-top-container #block-biophosphate-topmenu ul.nav {
	text-align: left;
	line-height: 35px;
	padding-top: 10px;
}


.region-header-top-highlighted-second {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 10px 30px;
}

.region-header-top-highlighted-second #search-block-form {
    display: flex;
}

#block-biophosphate-socialicons ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 2px;
}

#block-biophosphate-socialicons ul.icons-list  {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}


/* BRAND MENU */


.sticky-wrapper {
    z-index:99;
    background-color: white;
}


  @media (min-width: 992px) {
      
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
      background-color: rgba(255,255,255,0.95);
      box-shadow: 0 2px 14px rgba(100,100,100,0.1),0 2px 2px rgba(100,100,100,0.1);
    }

    .navbar-brand img {
    	height: 108px;
    }

}



#block-biophosphate-sz2020 img {
	max-width: 158px;
	height: auto;
}


.region.region-nav-branding {
	display: flex;
	flex-wrap: wrap;
}

    @media (min-width: 1350px) and (max-width: 1490px) {
    
        #block-biophosphate-sz2020 img {
        	max-width: 120px;
        	height: auto;
        }
        
        .navbar-brand img {
        	height: 90px;
        }
    
    }
    
    @media (min-width: 1200px) and (max-width: 1349px) {
    
        .region.region-nav-branding {
        }
    
        /* #block-biophosphate-sz2020 img {
        	display: none;
        } */
        
        .navbar-brand img {
        	height: 90px;
        }
    
    }
    
#block-biophosphate-sz2020 {
    display: flex;
    align-items: center;
}

    
    @media (min-width: 992px) and (max-width: 1199px) {
    
        .region.region-nav-branding {
        }
    
        #block-biophosphate-sz2020 img {
        	max-width: 120px;
        	height: auto;
        }
        
        .navbar-brand img {
        	height: 90px;
        }
        
        
        .sticky-header .navbar.navbar-expand-lg >.container.row.mx-auto {
            flex-direction: column;
        }
    
    }
    
    @media (max-width: 991px) {
        
        #block-biophosphate-sz2020 img {
        	max-width: 73px;
        	height: auto;
        }
        
        .navbar-brand img {
            height: 90px;
          }
        
        .stickie-top {
        	box-shadow: 0 2px 14px rgba(100,100,100,0.1),0 2px 2px rgba(100,100,100,0.1);
        	margin-bottom: 3px;
        }
        
        /*.page-container .banner.clearfix {display: none;} */
    }
    
    
    @media (max-width: 1199px) {
        
        #block-biophosphate-languageicons.block {
	        text-align: center;
	        margin-top:10px;
        }

    }

.navbar-toggler.collapsed .navbar-toggler-icon::after {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c9";
}

.navbar-toggler .navbar-toggler-icon::after {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00d";
}


    @media (max-width: 1100px) {
        
        #block-biophosphate-socialicons ul.icons-list {
        	margin-left: 0;
        	padding-left: 0;
        }
        
        .region-header-top-highlighted-second {
        	padding: 10px 15px;
        }
    
    }


@media (max-width: 991px) {
    
    .region-header-top-highlighted-second {
    	padding: 10px 15px;
    	flex-direction: column;
    	justify-content: flex-end;
    	align-items: flex-end;
    	gap: 8px;
    }       
    
}

@media (max-width: 575px) {

    #block-biophosphate-socialicons ul {
    	list-style-type: none;
    	margin-bottom: 0;
    	padding-top: 5px;
    	padding-left: 0px;
    }
    
    .region-header-top-highlighted-second {
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	padding-bottom: 20px;
    }

    .header-top-container #block-biophosphate-topmenu ul.nav {
    	text-align: center;
    	line-height: 35px;
    	padding-top: 10px;
    	justify-content: center;
    }

}

/* MENU */



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    	font-size: 14px;
    	font-weight: 600;
    	color: var(--theme-color);
    	margin:0;
    	padding:5px 15px;
    	text-transform: uppercase;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link.active {
    	color: black;
    }
}

.stickie-top ul.dropdown-menu {
    width: 225px;
	-webkit-box-shadow: 1px 2px 16px -4px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 16px -4px rgba(0,0,0,0.45);
}

.stickie-top ul.dropdown-menu li {
    border-bottom: 1px solid #e7e7e7;
}

.stickie-top ul.dropdown-menu li:last-child {
    border-bottom: 0px solid #e7e7e7;
}


.stickie-top ul.dropdown-menu li a, 
.stickie-top ul.dropdown-menu li > span {
    color: var(--theme-color);
    max-width: 240px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 600;
    white-space: normal;
    padding-bottom: 8px;
    padding-top: 8px;
}

.stickie-top ul.dropdown-menu li a.dropdown-item.active, .stickie-top ul.dropdown-menu li a:active {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}




/* BANNER */

.carousel-caption {
	position: absolute;
	left: 15%;
	bottom: 20px;
	left: 3%;
	z-index: 10;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	background: rgba(24, 115, 24, 0.9);
	max-width: 450px;
    border-radius:5px;
	font-family: 'Libre Franklin',Helvetica Neue,Arial,sans-serif;
}

.carousel-caption p  {
	font-size: 22px;
	line-height: 28px;
}



/* MAIN */


main {
	padding: 40px 0;
	background-color: white;
}

table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

table tr:first-child th:last-child, table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}

table tr th:last-child {
	border-right-width: 1px;
}

table tr th {
	color: var(--theme-color-two);
}

table tr th {
	background: var(--light-bg);
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #eaeaea;
	padding: 10px 20px;
	font-weight: 500;
	text-transform: uppercase;
}

th {
	text-align: left;
}

table tr td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #eaeaea;
	padding: 10px 20px;
	background-color: #ffffff;
	color: #707070;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 25px 0 40px;
}

table tr:first-child td {
	border-top-width: 1px;
}

table thead + tbody tr:first-child td {
	border-top-width: 0px;
}

table tr th:first-child, table tr td:first-child {
	border-left-width: 1px;
}

table thead + tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}


figure > figcaption {
	background-color: rgb(247, 247, 247);
	caption-side: bottom;
	color: rgb(51, 51, 51);
	display: table-caption;
	font-size: .75em;
	outline-offset: -1px;
	padding: .6em;
	word-break: break-word;
	text-align: center;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

figure.caption-img img {
    height: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;    
}

figure.caption-img.align-left,
.node__content img.align-left {margin-right:24px; margin-bottom:15px; margin-top:8px;}


figure.caption-img.align-right,
.node__content img.align-right {margin-left:24px; margin-bottom:15px; margin-top:8px;}


.node__content img {
    height: auto;
    border-radius: 5px;
    max-width:100%;
}

.node__content figure.caption-img img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
}




.views-field-field-gallery-images img {max-width:100%; height: auto;}




/* FOOTER */

footer {
	padding: 0;
}

.footer__container {
	background-color: var(--theme-color-three);
	color: var(--theme-color);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.footer__container .block {
	color: var(--theme-color);
}

.footer__container .block .content a,
.footer__container .block form a  {color: white;}



.footer__container .block > h2 {
	text-transform: uppercase;
	color: var(--theme-color-two);
	border-color: rgba(255,255,255,0.6);
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
    
}


.footer__container ul.icons-list {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.footer__container ul.icons-list li {
	display: inline-block;
	margin: 10px 11px;
	vertical-align: middle;
}


input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color, textarea, select {
	padding: 11px 15px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: var(--light-bg);
	background-color: var(--light-bg);
	-webkit-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


@media only screen and (min-width: 992px) {
    .views-field.views-field-changed {
        text-align: right;
    }
}

.subfooter__container {
    font-size:13px;
    padding:30px 0px;
}



.region.region-sidebar-second .block > h5,
.region.region-sidebar-second .block > h2 {
	background-color: var(--theme-color);
	padding: 10px;
	color: white;
	font-size: 20px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
	border-bottom: 0px;
}


.field.field--name-field-project-status {
	text-transform: uppercase;
	padding-bottom: 15px;
}


#views-bootstrap-projects-page-1 .soros,
#views-bootstrap-projects-block-1 .soros {margin-bottom:15px;}

#views-bootstrap-projects-page-1 .soros,
#views-bootstrap-projects-block-1 .soros {
	box-shadow: 0px 0px 6px #f2f2f2;
}


#views-bootstrap-projects-page-1 .views-field-title:hover,
#views-bootstrap-projects-block-1 .views-field-title:hover {
	box-shadow: 0px 0px 15px #596469;
}

#views-bootstrap-projects-page-1 .card-header,
#views-bootstrap-projects-block-1 .card-header {
	min-height: 130px;
	margin-bottom: 10px;
}

#views-bootstrap-projects-page-1 .views-field.views-field-field-image,
#views-bootstrap-projects-block-1 .views-field.views-field-field-image {
	padding-top: 10px;
}



.field--name-field-video-items {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

@media only screen and (min-width: 992px) {
    
    .field--name-field-video-items .field__item {
    	flex: 0 0 30%;
    	margin-bottom: 2%;
    	max-width:433px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .field--name-field-video-items .field__item {
    	flex: 1 0 46%;
    	margin-bottom: 2%;
    	max-width:330px;
    }
}


@media only screen and (max-width: 767px) {
    
    .field--name-field-video-items .field__item {
    	flex: 100%;
    	margin-bottom: 2%;
    }
}


.view-downloads .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	flex-direction: column;
}

.view-downloads .nav-tabs li {
    border-bottom:1px solid #f2f4f6;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.view-downloads .nav-tabs li a.active {
 color: var(--theme-color-two);   
}

.view-downloads #views-bootstrap-tab-views-bootstrap-downloads-page-1 {
    display: flex;
    flex-wrap: wrap;
    gap:8em;
}

.view-downloads #views-bootstrap-tab-views-bootstrap-downloads-page-1 .tab-content  {
	max-width: 600px;
	width: 100%;
}


.view-downloads #views-bootstrap-tab-views-bootstrap-downloads-page-1 h4  {
	text-transform: uppercase;
	font-size: 18px;
	color: var(--theme-color);
}





/* ACCORDION */



.faqview .class-header h5 {margin-top:0px;}

.faqview .class-header h5 button {
	width: 100%;
	text-align: left;
	background-color: var(--theme-color);
	border-color: transparent;
	color: white;
	text-transform: none;	
	text-decoration: none;
	padding: 13px 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;	
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
}

.faqview  .btn:focus, 
.faqview button.link:focus, 
.faqview  a.button:focus, 
.faqview .btn.focus, 
.faqview button.focus.link, 
.faqview a.focus.button {
	outline: 0;
	box-shadow: none;
}

.faqview .class-header h5 button:hover,
.faqview .class-header h5 button[aria-expanded="true"] {
  background-color: var(--theme-color-two);
}

.faqview .card {margin-top:10px;}


.faqview .card .card-body {
    border-top-color: currentcolor;
    padding: 15px 25px;
    background-color: #fff4f4;
    border-color: #fff4f4;
    border-radius: 5px;
    font-family: 'Libre Franklin',Helvetica Neue,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #444444;
}


.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(/themes/custom/ui-icons_444444_256x240.png);
}

.ui-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
    background-color: white;
    border-radius: 50%;	
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}


.faqview .class-header h5 button[aria-expanded="true"] .ui-icon-circle-plus {
	background-position: -16px -192px;
}




/* SEARCH */

#search-block-form input#edit-submit {
	background-image: url(/themes/custom/icon8.png);
	text-indent: -999px;
	background-color: transparent;
	border-radius: 0px;
	border: 0px;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	padding-bottom: 8px;
	margin-left: -28px;
	box-shadow: none;
}



input#edit-keys {
	width: 200px;
	padding-right: 30px;
}



#search-block-form input#edit-submit:focus, 
#search-block-form input#edit-submit.focus {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
    



/* FRONTPAGE */

    
#views-bootstrap-frontpage-slideshow-block-1 .carousel-caption {
    display: flex !important;
    flex-direction: column-reverse;
}    

#views-bootstrap-frontpage-slideshow-block-1 .carousel-caption p {
    margin-bottom:0px;
    font-size:16px;
}



#views-bootstrap-frontpage-slideshow-block-1 a.btn {
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 35px;
}







.content-top {
	padding: 35px 0 10px;
	background-color: white;
}

#block-biophosphate-views-block-the-fields-we-re-working-on-block-1 > h2 {
	font-size: 28px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
	border-bottom: 0px;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
}



#views-bootstrap-the-fields-we-re-working-on-block-1 .views-field.views-field-nothing { 

	text-align: center;
	padding: 30px 30px 20px;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #f2f4f6;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: black;
	min-height:515px;
}


#views-bootstrap-the-fields-we-re-working-on-block-1 .views-field.views-field-nothing:hover {
	-webkit-box-shadow: 0px 0px 15px #596469;
	box-shadow: 0px 0px 15px #596469;
}


.featured-linked-text-tile img {
    border-radius:5px;
    margin-bottom:20px;
}

.featured-linked-text-tile .body {
    min-height:195px;
}

.featured-linked-text-tile a.featured-linked-text-tile__link {
	z-index: 2;
	position: relative;
	padding: 10px 40px;
}

.featured-linked-text-tile h3 {margin-bottom:25px;}



.content-top-highlighted {
	background-color: var(--light-bg);
	padding-top:40px;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom:10px;
}


.content-top-highlighted h2 {
	font-size: 28px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
	border-bottom: 0px;
	padding-bottom:30px;
}


#views-bootstrap-who-we-are-short-brief-block-1 .featured-linked-text-tile {
	text-align: left;
	padding: 30px 30px 20px;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #f2f4f6;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #000000;
}

#views-bootstrap-who-we-are-short-brief-block-1 .featured-linked-text-tile:hover {
	-webkit-box-shadow: 0px 0px 15px #596469;
	box-shadow: 0px 0px 15px #596469;
}

#views-bootstrap-who-we-are-short-brief-block-1 .featured-linked-text-tile a.featured-linked-text-tile__link {
	z-index: 2;
	position: relative;
	padding: 10px 40px;
	padding-left: 0px;
}



.media-background {
	padding-bottom: 30px;
	padding-top:40px;
	background-color: rgba(0,100,0,0.8);
	color: white;
}

.media-background .nav-tabs {
	border-bottom: 0px;
	margin-bottom: 40px;
	text-align: center;
	justify-content: center;
}

.media-background  .nav-tabs > li > a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
}


.media-background  .nav-tabs > li > a.active,
.media-background  .nav-tabs > li > a:hover {
    background-color: white;
    color: black;
}


.media-background  .nav-tabs > li {
	margin: 10px 15px 15px;
}


.media-background a {
	color: lightgoldenrodyellow;
}


.media-background .views-field-field-body {
    padding-left:15px;
    padding-right:15px;
}


.media-background a.btn.btn-white-outline {
    font-size:13px;
    text-transform: uppercase;
    padding:10px 15px;
    color: white;
}

.media-background a.btn.btn-white-outline:hover {
    color: black;
}

.media-background .tab-content .tab-pane .views-field-field-video {
	float: left;
	width: 50%;
	margin-right: 2em;
	margin-left:15px;
}

.media-background h4,
.media-background h5 {color: white;}



#views-bootstrap-projects-block-1 .card-header {
	min-height: 130px;
	margin-bottom: 10px;
}

#views-bootstrap-projects-block-1 .card-header a,
#views-bootstrap-projects-page-1 .card-header a {
    display: inline-block;
    width:100%;
}


#views-bootstrap-projects-block-1 .views-field.views-field-field-image {
	padding-top: 10px;
}

#block-biophosphate-views-block-projects-block-1 h2 {
	font-size: 28px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
	border-bottom: 0px;
	margin: 20px 0 20px 0;
	padding-bottom:10px;
}

#block-biophosphate-views-block-inpage-images-block-2 {margin-top:10px; margin-bottom:30px;}


#block-biophosphate-views-block-inpage-images-block-2 .views-field.views-field-field-gallery-images > .field-content {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}




/* NEWS PAGE */

.view-items-list .views-field-created {
	font-size: 12px;
	color: #8c8c8c;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.view-items-list .views-field-title {
	font-size: 26px;
	line-height: 36px;
}

.view-items-list .views-field-title a {
	color: var(--theme-color-two);
}

.view-items-list .views-field-body {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #e9e9e9;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.6;
	margin-top: 10px;
}

.view-items-list .views-field-body p {
	padding: 0 0 10px 0;
	margin:0px;
}


.more-link a {
	margin: 0 0 10px 0px;
	display: block;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
}


.view-items-list .views-row:first-child {
	margin-top: 10px;
}

.view-items-list.views-row {margin-bottom:60px;}


/* LASTEST NEWS BLOCK */


.path-frontpage .highlighted-top {
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(/themes/custom/white-pattern.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.highlighted-top__container {padding-left:15px; padding-right:15px;}


.highlighted-top__container h5 a {
	font-weight: 500;
}


#views-bootstrap-news-block-1 .views-field-created {
	font-size: 14px;
	margin-top: 5px;
	opacity: 0.5;
	padding: 0px 0px 10px;
}

#block-biophosphate-views-block-news-block-1 > h2 {
	font-size: 28px;
	text-align: center;
	font-variant: small-caps;
	font-weight: 600;
	border-bottom: 0px;
	margin-bottom:25px;
	padding-bottom:10px;
}

.view > .more-link a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 25px 17px;
	color: #ffffff;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 40px 0px 25px 0;
	text-align: center;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}


#block-biophosphate-views-block-news-block-2 .views-field-title a {
	font-weight: 500;
	font-size: 16px;
	display: block;
	color: white;
	line-height: 22px;
}

#block-biophosphate-views-block-news-block-2 .soros.views-row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom:20px;
}

#block-biophosphate-views-block-news-block-2 .soros.views-row img {max-width:70px;}

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
*/

/* MOBILE TWEAKS */

 @media (max-width: 767px) {
     
     
     .header-top-container ul.nav li a, .header-top-container ul.nav li > span {
    	font-size: 13px;
    	font-weight: 600;
    	padding: 5px 9px 5px;
    	text-transform: uppercase;
    	margin: 0 5px;
    	color: white;
    }
    
    input#edit-keys {
    	width: 200px;
    	padding-right: 30px;
    	font-size: 13px;
    }
    
    #views-bootstrap-the-fields-we-re-working-on-block-1 .views-field.views-field-nothing {
    	min-height: auto;
    }
    
    .featured-linked-text-tile .body {
    	min-height: auto;
    }

    
    .media-background .tab-content .tab-pane .views-field-field-video {
    	float: none;
    	width: auto;
    	margin-right: 15px;
    	margin-left: 15px;
    	max-width: 100%;
    }
    
    
    footer.footer {text-align: center;}
    
    #block-biophosphate-views-block-news-block-2 .views-field-title a {text-align: left;}

    .subfooter .copyr {text-align: center; padding:10px;}
    
    .views-field.views-field-changed {text-align: center;}
    
   #block-biophosphate-main-navigation .navbar-nav .nav-link {
    	padding-left: 0.5rem;
    	padding-right: 0.5rem;
    	color: var(--theme-color);
    	border-bottom: 1px solid #eaeaea;
    	font-size:14px;
    }
    
    .navbar-toggler {
    	padding-right: 0px;
    }
    
    #navbarSupportedContent .region.region-nav-main {    
        background: var(--light-bg);
        border-radius: 5px;
        border: 1px solid #eaeaea;
        margin-top:25px;
        margin-bottom:20px;
    }
    
    #navbarSupportedContent .navbar-nav .dropdown-toggle::after {
    	float: right;
    	margin-top: 10px;
    }    
        
    .stickie-top ul.dropdown-menu {
    	width: 100%;
    	-webkit-box-shadow: 1px 2px 16px -4px rgba(0,0,0,0.45);
    	box-shadow: none;
    	border-radius: 0;
    	background-color: white;
    	border: 0px;
    }    
        
    .stickie-top ul.dropdown-menu li a, .stickie-top ul.dropdown-menu li > span {
    	max-width: 100%;
    	padding-bottom: 10px;
    	padding-top: 10px;
    	font-size:13px;
    }  
    
    
    .field.field--name-body  {
    	width: 100%;
    	hyphens: auto;
    }
    
    
    .ui-accordion-header-icon.ui-icon {display: none;}
    
    .view-downloads #views-bootstrap-tab-views-bootstrap-downloads-page-1 {
    	display: flex;
    	flex-wrap: wrap;
    	gap: 1em;
    }
    
    .view-downloads .nav-tabs {
    	border-bottom: 0px solid #dee2e6;
    	flex-direction: column;
    	width: 100%;
    	background-color: #eaeaea;
    	padding-left: 10px;
    	border-radius:5px;
    }
    
   
}



#block-biophosphate-languageicons img {
	width: 35px;
	margin-right: 8px;
}

#block-biophosphate-languageicons  {
    text-align: right;
}


.rejtett {
	display: none;
}



@media (max-width: 991px) {
    .carousel-caption {
    	position: relative;
    	bottom: 0;
    	left: 0;
    	z-index: 10;
    	padding: 20px 15px;
    	width: 100%;
    	max-width: 100%;
    	display: block !important;
    }
    
    .carousel-indicators {
    	position: absolute;
    	right: 0;
    	bottom: -15px;
    	left: 0;
    	z-index: 15;
    	/* display: flex; */
    	justify-content: center;
    	padding-left: 0;
    	margin-right: 15%;
    	margin-left: 15%;
    	list-style: none;
    	 /*display: none;  */
    }
    
    .navbar-nav {
        text-align: center;
    }
    
   ul.dropdown-menu {
        text-align: center;
        margin: 0 auto;
    }
    
    .region.region-nav-branding {
        display: flex;
       flex-wrap: nowrap; 
    }
}


@media (max-width: 600px) {
    .navbar-brand img {
        height: 64px;
    }
    
    .navbar .col-3.col-md-auto.p-0.text-right {max-width:50px;}
    
    
} 


body:not(.path-frontpage) .page-container .banner.clearfix {
       max-height:450px;
        overflow: hidden;
  }
  
  
  
  
.region.region-banner img,
.content-top img,
.content-top-highlighted__container img,
.media-background img,
.highlighted-top img,
footer.footer img,
.subfooter img,
main img {
    pointer-events: none;
}

img.cboxPhoto {
    pointer-events: none;
}




#block-biophosphate-views-block-frontpage-media-tab-block-block-1 h2 {color: white; text-align: center; font-size: 1.8rem;}



