/**
 * @file
 * Subtheme specific CSS.
 */

/*
Common styles
Buttons
ColorBox overrides
Leaflet
Main navigation
Cards Showcase components
HOME page
Bases detail page
Mission & Vision page
Leadership page
GeospatialInformationTechnology
Central Service
Vacancies
News overview
News detail
PhotoGallery + VideoGallery
Awards
Sales of assets
Clients
Business Service Catalogue
*/

:root :root body {
  /*font-size: 1rem;*/
  line-height: 2rem;
  color: #454545;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #4d4d4d;
}

h2, .h2 {
  font-size: 2.7rem;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #4D4D4D;
}
main a {
  border-bottom: dotted 0.1rem #333333;
}
a:focus-visible {
  /*remove outline border on anchors*/
  outline-offset: initial;
  outline: -webkit-focus-ring-color auto 0;
}

.hr-70{
  width: 70px  !important;
}
.hr-150 {
  width: 150px  !important;
}
.hr-250 {
  width: 250px  !important;
}
.hr-center {
  margin: 15px auto 30px !important;
}
.hrBlue {
	border: 2px solid #009EDB;
	background-color: #009EDB;
  margin-top:15px;
  margin-bottom:25px;
}
.hrLightGrey {
	border: 2px solid #F2F2F2;
	background-color: #F2F2F2;
}
.hrDarkGrey {
	border: 2px solid #D9D9D9;
	background-color: #D9D9D9;
}

/* COMMON */
body {
  font-family: 'Roboto', sans-serif !important;
}

.text-center p {text-align:center !important;}
.header-welcome-text {
	margin-top: 7px;
}

img,
.img-full {
	width: 100%;
  height: auto;
}

img.original-width,
button img,
a img {
	width: initial;
}

.view .img-full img {
  width: 100%;
}

img + p:not(.pt-2) { padding-top:1rem; }

main p, main li, .node__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4D;
  text-align: justify;
}

body,
.container_full {
	padding: 0;
	background: #FFFFFF;
}

.blue-text {
	color: #009EDB;
}

.btn-cta {
	color: #4D4D4D;
	background: #FFFFFF;
	border: inset 1px #009EDB;
  padding:7px 20px;
	margin: 0 auto 20px;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-lightgrey {
	background-color: #F2F2F2;
}

.bg-lightblue {
	background-color: #E4EFFB;
}

.color-darkgrey {
	color: #4D4D4D;
}

.page-node-14 .view .col-leadership .views-field-title a,
.header-section h2, .slogan {
	font-style: normal;
	font-weight: 700;
	text-transform: capitalize;
	color: #4D4D4D;
}

.slogan {
	font-size: 18px;
	line-height: 26px;
}

.cardSubText {
	font-size: 18px;
	line-height: 21px;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 39px;
  color: #4D4D4D;
}

h2 {
	font-size: 27px;
	line-height: 27px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
	text-align: left;
  text-transform: initial;
}

figcaption.border-left {
  border-left: 3px solid #666;
  margin-top: 2px;
}
.btn-add-shortlist {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.border-top-blue {
	border-top: 5px solid #009EDB;
}

.container_header {
	padding: 0;
}

.card-body-image {
	padding: 0;
}

.card-body p {
	font-size: 14px;
	line-height: 20px;
}

h1.page-title {
	font-size: 33px;
	line-height: 39px;
	padding: 5px 0;
	font-weight: 700;
}

.title-rule {
	height: 3px;
	color: #F2F2F2;
	background-color: #F2F2F2;
	border: none;
	margin-top: 10px;
}


#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: block;
	background: #0077B8;
	border-radius: 25px;
	border: solid 0 #66ccff;
	color: #fff;
	font-size: 30px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
}

#back-to-top:hover {
	box-shadow: 0 1px 10px rgba(0, 110, 184, 0.7);
}

.highlighted {
  margin-top : 25px;
}

.bs-border-style-solid {
  border-color: #D9D9D9;
}
  /* --- breadcrumbs --- */
ol.breadcrumb li:first-child a::before {
  background-image: none !important;
}
ol.breadcrumb {
  background-color: initial;
}

/* --- Buttons --- */
.btn-default {
	text-transform: capitalize;
  border-radius: 4px;
}

.btn-default a {
	color: #4D4D4D;
	text-decoration: none;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	border-color: #0077B8;
	background-color: #0077B8;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	box-shadow: 0 0 20px rgba(0, 119, 184, 0.5);
	border-radius: 4px;
}

.btn-demo .btn {
	margin: 0 10px 10px 0;
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
	border-color: #009EDB;
	background-color: #009EDB;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-success.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
	box-shadow: none;
}

.btn-outline-success {
	color: #34bfa3;
	border-color: #34bfa3;
}

.btn-sm {
	font-size: 12px;
}

.btn {
	cursor: pointer;
  text-transform: uppercase;
  font-size: 17px;
}

.btn-outline-primary {
	color: #4D4D4D;
	border-color: #009EDB;
	background: #FFFFFF;
	border: inset 1px #009EDB;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	border-color: #0077B8;
	background-color: #FFFFFF;
	color: #4D4D4D;
}

.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
	border-color: #0077B8;
	background-color: #0077B8;
}

.btn img {
  margin-top: -5px;
}
.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
	color: #fff;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
	color: #292b2c;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #a768f3;
}

.default-color,
.default-color a {
	color: #53505f;
}

.bg-dark {
	background-color: #343a40 !important;
}

.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
	border-color: #009EDB;
	background-color: #009EDB;
}

.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show>.btn-outline-success.dropdown-toggle {
	border-color: #34bfa3;
	background-color: #34bfa3;
}

.card {
	border: 1px solid #e5e9ec;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show>.btn-outline-info.dropdown-toggle {
	border-color: #36a2f5;
	background-color: #36a2f5;
}

.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show>.btn-outline-warning.dropdown-toggle {
	border-color: #eac459;
	background-color: #eac459;
}

.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show>.btn-outline-danger.dropdown-toggle {
	border-color: #ff518a;
	background-color: #ff518a;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show>.btn-outline-info.dropdown-toggle {
	border-color: #36a2f5;
	background-color: #36a2f5;
}
/* --- END BUTTONS --- */

#block-homelink p {
  margin-bottom: 0;
}
#block-homelink img {
  margin-right: 10px;
}
#block-homelink a, #block-languageswitcher a {
  color: #000000;
}

#navbar-top a.home-link::before {
  font-family: "Font Awesome";
  /*color: black;*/
  content: "\f015";
  margin-right: 0.8rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

}

#navbar-top {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #454545;
  letter-spacing: -0.35px;
  max-height: 38px;
  padding:0;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.navbar-brand {
  display: block;
  width: 40rem; /*27.4615384615rem;*/
  margin-top: 30px;
}

.form-control, .btn {
  font-size: inherit;
}
select.form-control:not([size]):not([multiple]) {
  height: initial;
}

#navbar-top {
    border-bottom: #009EDB solid 5px !important;
    background-color: #F2F2F2 !important;
}

#superfish-main {
    width: 100%;
    /*background-color: #000000;*/
}

.fixed-top {
    font-size: 1.2rem;
}

/* Footer */

.site-footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f2f2f2;
}
.site-footer-top-rule {
  margin: 60px 45px 45px 45px;
}
.site-footer .site-footer__top,
.site-footer .site-footer__bottom {
  padding-left: 45px;
  padding-right: 45px;
}

.site-footer .site-footer__top .content .hrBlue {
  width: 200px;
  margin: 0;
}
.site-footer .site-footer__top .content a,
.site-footer .site-footer__top .content a.is-active,
.site-footer .site-footer__top .content a:hover {
  color: #4D4D4D;
  font-weight: 400;
font-size: 14px;
line-height: 20px;
}
.site-footer .site-footer__top ul {
  min-height: 16vh;
  margin-top: 20px;
}
.site-footer .site-footer__top ul li::marker {
  font-size: 2.1rem;
  color:#D9D9D9;
}

.site-footer__top .content a {
  color:#333333;
  text-transform: capitalize;
}
.site-footer .bottom-menu-links-footer a {
  color:#333333;
  text-transform: uppercase;
}
.site-footer .block {
    margin: 0;
    border: 0;
    padding: 10px;
    float: none;
    width: 100%;
}

.site-footer .footer-links .nav li {
  padding: 0 1.3rem 0 1rem;
  border-right: gray solid 0.3rem;
}
.site-footer .footer-links .nav li.last {
  padding-right: 0;
  border-right: none;
}

.site-footer .footer-links .divider {
  border-top: #5b5b5b solid 1px;
  margin: 1.6rem 0 1.9rem 0;
  padding: 0 1rem;
}

.divider {
  border-top: solid 2px #ededed;
}

.BlueTitle {
  color:#4AA5F0;
  font-weight:bold;
}

.site-footer__bottom .region {
  width: 100%;
  margin-top:5px;
}

.site-footer__bottom {
	background-color: #333333;
	border-top: 5px solid #009EDB;
}

.site-footer__top .content li a {
  padding: 6px 2px 6px 20px;
}
.footer-wrapper ul li.nav-item {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
}

.footer-rule {
	height: 1px;
	color: #F2F2F2;
	background-color: #F2F2F2;
	border: none;
}

.bottom-menu-links-footer,
.social-menu-links-footer {
	flex-direction: row;
}

.social-menu-links-footer {
	justify-content: flex-end;
}

.social-menu-links-footer img{
	filter: brightness(0) invert(1);
  width: 20px !important;
}

.site-footer .social-menu-links-footer .catalog-link .dropdown-menu.show {
  transform: translate3d(-195px, -221px, 0px) !important;
}

.verticalline-links-footer-wrapper {
	border-right: 2px solid #cecece;
	height: 42.5px;
	margin-top: -4px;
	margin-right: 10px;
	margin-left: -10px;
}

.site-footer .content a {
  color:#4d4d4d;
}
.site-footer .content a:hover {
  color:#333333;
}

.btn-our-catalogs {
	width: 151px;
	margin-top: -6px;
	margin-left: 6px;
  padding:7px 0;
  border-radius: 4px;
}
.site-footer .footer-wrapper {
  margin-top: 20px;
}
.footer-wrapper i.fa.fa-2 {
	font-size: 21px;
	color: #FFFFFF;
}
.bottom-menu-links-footer a {
  color:#FFFFFF !important;
}

@media (min-width: 768px) and (max-width:991px) {
.site-footer__top .region {
  min-width:50%;
}
}

article.node hr {
  margin-left: 0;
}
article.node hr.center {
  margin-left: auto;
  margin-right: auto;
}

#block-ungsc-bootstrap4-content .block-layout-builder .content {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth-fix {
  margin-left: -30px;
  margin-right: -30px;
}
.border .layout-builder__layout,
.fullwidth-fix .layout-builder__layout {
  margin-left: 0;
  margin-right: 0;
}
#block-followungsconsocialmedia {
  text-align: center;
  margin-bottom: 35px;
}
#block-followungsconsocialmedia .card {
  background-color: #F2F2F2;
  padding:75px;
}
#block-followungsconsocialmedia img {
  width: 100px;
  filter: invert(64%) sepia(37%) saturate(5716%) hue-rotate(187deg) brightness(91%) contrast(89%);
}
#block-followungsconsocialmedia a,
#block-followungsconsocialmedia p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4D4D4D;
  margin: 10px auto;
}

.view-news-and-events img,
.view-news-and-events-latest img,
.view-news-and-events-6 img {
  width:100%;
  height: auto;
}
.view-news-and-events .views-field,
.view-news-and-events-latest .views-field,
.view-news-and-events-6 .views-field {
  padding-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4D;
}

/* Colorbox overrides */
#cboxPrevious {
  left: 0;
  right: initial;
  background: url('/themes/custom/ungsc_bootstrap4/images/arrow-back.png') no-repeat;
  width:45px;
  height:50px;
}
#cboxPrevious:hover {
  background-position: 0;
}
#cboxNext {
  right: 0;
  left: initial;
  background: url('/themes/custom/ungsc_bootstrap4/images/arrow-next.png') no-repeat;
  width:45px;
  height:50px;
}
#cboxNext:hover {
  background-position: 0;
}
#cboxPrevious,
#cboxNext {
  top: 250px;
  bottom: initial;
  background-color:#fff;
}

#cboxCurrent,
#cboxClose {
  display:none !important;
}

#cboxContent,
#cboxWrapper {
  border-radius:0;
  background: transparent;
}


/* leaflet */
.leaflet-attribution-flag {
  display: none !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .hoverinfo h3 {
  font-size: 18px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .hoverinfo .hoverinfo-rule {
  color:#4AA5F0;border-bottom: 2px solid #4AA5F0;
  margin: 4px 0 10px 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .hoverinfo ul li {
  color:#4d4d4d;
  font-size: 14px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .hoverinfo .js-click-more {
  color:#4d4d4d;
  font-size: 12px;
  font-weight: bold;
}

.leaflet-popup-content-wrapper {
  padding: 2px 0.4px 17.7px 2.4px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
  border-radius: 0;
}

.marker-cluster-small div {
  background-color: rgba(250, 225, 85, 0.77) !important;
}

/* Main navigation */
.path-frontpage #superfish-main,
.path-frontpage ul.sf-menu.sf-style-none li, .path-frontpage ul.sf-menu.sf-style-none.sf-navbar {
  background-color: transparent;
}

ul.sf-main.sf-menu.sf-style-none li span::after {
  content: " >>";
}

ul.sf-menu.sf-style-none a
{
  padding-right:8px;
}
ul.sf-menu.sf-style-none a, ul.sf-menu.sf-style-none a:visited, ul.sf-menu.sf-style-none span.nolink {
  font-size: 13px;
  height: 35px;
}

body.path-frontpage ul.sf-menu.sf-style-none .sfHover span.nolink,
body:not(.path-frontpage) ul.sf-menu.sf-style-none .sfHover span.nolink,
ul.sf-menu.sf-style-none .sfHover .sf-no-children a,
ul.sf-menu.sf-style-none .sfHover a:visited,
ul.sf-menu.sf-style-none .sfHover a.is-active
{
  color: #4D4D4D !important;
}

ul.sf-menu.sf-style-none li:not(.sf-no-children) a, ul.sf-menu.sf-style-none.sf-navbar > li > ul,
ul.sf-menu.sf-style-none li:hover, ul.sf-menu.sf-style-none li.sfHover,
ul.sf-menu.sf-style-none a:focus, ul.sf-menu.sf-style-none a:hover,
ul.sf-menu.sf-style-none li li,
ul.sf-menu.sf-style-none span.nolink:hover {
  background: #F2F2F2 !important;
  color: #4D4D4D !important;
}

li.sfHover > ul {
  margin-top:-5px !important; /* cause menu height is 35px */
}

@media(max-width: 991px) {
  #superfish-main-accordion .sf-expanded .menuparent.nolink,
  ul.sf-menu.sf-style-none span.nolink:not(.menuparent),
  #superfish-main-accordion  .menuparent .sf-has-clone-parent span.nolink {
     color: #4D4D4D !important;
  }

}
@media(min-width: 992px) {
  ul.sf-menu.sf-style-none a, ul.sf-menu.sf-style-none a:visited,
  ul.sf-menu.sf-style-none a:visited
  {
    color: #fff;
  }
}

#superfish-main-toggle {
  float: right;
  background: transparent;
border: none;
}

#superfish-main-accordion {
  margin-top: 25px;
}
#menu-fontsize-accordion,
#superfish-main-toggle span {
  display: none;
}

div.sf-accordion-toggle.sf-style-none > a::after{
  font-family: "FontAwesome";
  content: "\f0c9" !important;
  color: #009EDB;
}
div.sf-accordion-toggle.sf-style-none a.sf-expanded, ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded {
  background: #FFFFFF;
}

/* catalog menu link main nav*/
/*#main-menu-link-contentf58cf778-dd39-467d-acfc-d7aa99909a16-accordion,
#main-menu-link-contentf58cf778-dd39-467d-acfc-d7aa99909a16 {
  background-color: #C20000;
}*/
.path-frontpage ul.sf-menu.sf-style-none a, .path-frontpage ul.sf-menu.sf-style-none a:visited, .path-frontpage ul.sf-menu.sf-style-none span.nolink {
    border-right: initial;
}

/* Cards Showcase components*/
.showcase .label-category {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	color: #FFFFFF;
	background: #FF9809;
	font-family: 'Roboto';
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	min-width: 109px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.showcase.card {
	padding: 0;
	min-width: 255px;
	box-shadow: 0 9px 80px rgba(0, 0, 0, 0.15);
}

.showcase.card .text-added-by {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.showcase .card-body {
	padding: 15px 30px;
	min-height: 225px;
}

.showcase.card img {
	height: 269px;
	border-top-right-radius:0;
	border-top-left-radius: 0;
}

.showcase.card .text-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize;
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* HOME PAGE */

.page-node-1 section.block-services .col-md-5 {
	padding-top: 20px;
}
.page-node-1 section.block-catalog .card-title {
	font-size: 27px;
}

.page-node-1 section.block-news-events .card-title,
.page-node-1 section.block-services figcaption,
.block-join-us .card-title {
	line-height: 21.09px;
	text-transform: capitalize;
}

.page-node-1 section.block-services figcaption {
	font-size: 24px;
}

.page-node-1 h2 {
  text-align: center;
}

.page-node-1 .hrBlue {
  width:200px;
}
#hero-banner-home {
  position: absolute;
  width: 100%;
  height: 95vh;
}

.path-frontpage .highlighted {
  margin-top: 69vh;
}

#hero-banner-home  .overlay {
  -webkit-mask-image: linear-gradient(177.13deg, #4D4D4D 135%, rgba(0, 0, 0, 0) 255%);
  mask-image: linear-gradient(177.13deg, #4D4D4D 135%, rgba(0, 0, 0, 0) 255%);
  filter: brightness(50%);
}

#hero-banner-home .carousel-indicators {
  bottom:50px;
  width: 75%;
  margin:0 auto;
}

#hero-banner-home .carousel-indicators li:not(.active) {
  background: rgba(0,0,0,0.5);
}


#hero-banner-home .hero-image {
  height: 95vh;
  margin-left: 50%;transform: translateX(-50%); /*centers image */
  object-fit: cover;/*cover image, keep ratio*/
}
#hero-banner-home .inside-hero-wrapper {
  position: absolute;
  top: 38vh;
  color: #ffffff;
  font-style: normal;
  width: 75vw;
  margin-left: 10px;
}
#hero-banner-home .home-slider-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 39px;
}
#hero-banner-home .home-slider-excerpt {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

#hero-banner-home .indicators-text-under {
  background-color: initial;
  color: #ffffff;
  position: absolute;
  top: 15px;
}
#hero-banner-home .btn-hero {
  width: 160px;
  padding: 13px 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-top:10px;
}

#block-ungsc-bootstrap4-content h3 {
  min-height: 54px;
  overflow: visible;
}
.page-node-24 .section-2 video {
  margin-top: -60px;
  width: 100%;
  height: auto;
}
/* Bases detail page */
.page-node-25 #accordionExample .card,
.page-node-28 #accordionExample .card {
  border: 0;
}
.page-node-25 #accordionExample .card-header,
.page-node-28 #accordionExample .card-header {
  background-color: #F2F2F2;
  border-bottom: 0;
}

.page-node-25 #accordionExample .card .card:last-child,
.page-node-28 #accordionExample .card .card:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
}

.page-node-25 #accordionExample .card:first-child .card-header:first-child,
.page-node-28 #accordionExample .card:first-child .card-header:first-child {
  border-radius: 0;
  border-top: 1px solid rgba(0,0,0,.125);
}

.page-node-25 #accordionExample button,
.page-node-28 #accordionExample button {
  color:#337AB7;
}

.page-node-25 article,
.page-node-28 article {
  margin-bottom: 80px;
}

.page-node-25 .section-4 h3,
.page-node-28 .section-4 h3 {
  color:#337AB7;
}

.page-node-3 .hrBlue,
.page-node-25 .hrBlue,
.page-node-28 .hrBlue {
  margin-left: 0;
}

.accordion [data-toggle="collapse"]:after {
  float: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  transform: rotate(180deg) ;
  transition: all linear 0.25s;
  color:#337AB7;
  }
.accordion [data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}

/* Mission & Vision page */

.page-node-13 .section-7 img
{
  width: 100%;
  height: auto;
}

.page-node-13 .block-layout-builder h2 {
  text-align: center;
}
.card-in-blue-bg {
  border:0;
  margin-bottom: 1px;
  padding: 10px;
  padding-bottom: 8px;
}

/* Organization & Leadership overview */
.page-node-14 .view .col-leadership h6,
.page-node-14 .view .col-leadership p {
  margin-bottom: 0;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-image img {
  width: 100%;height: auto;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-image {
  padding-top: 35px;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-title-role {
  padding-bottom: 35px;
  height: 182px;
  overflow: hidden;
  font-size: 13px;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-image,
.page-node-14 .view .col-leadership .views-field-field-leadership-title-role,
.page-node-14 .view .col-leadership .views-field-title {
  background: #f2f2f2;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-image {
  padding-left: 5px;
  padding-right: 5px;
}
.page-node-14 .view .col-leadership .views-field-field-leadership-title-role,
.page-node-14 .view .col-leadership .views-field-title {
  padding-left: 10px;
  padding-right: 10px;
}
.page-node-14 .view .col-leadership .views-field-title {
  padding-top: 10px;
  padding-bottom: 6px;
  overflow: auto;
}
.page-node-14 .view .col-leadership .views-field-title a {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color:#418FDE;
  text-decoration-line: underline;
  border-bottom: 0;
}
.page-node-14 .view .col-leadership .views-field-title a:hover {
  cursor: pointer;
}

.page-node-14 main .field--name-body {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-node-13 main .field--name-body hr.hrBlue,
.page-node-14 main .field--name-body .w-50 hr.hrBlue {
  width: 200px;
}

/* leadership detail */
.node--type-leadership #block-ungsc-bootstrap4-page-title {
  display: none;
}
.node--type-leadership main .field--name-field-leadership-image img {
  padding: 30px;
  background: #F2F2F2;
  width: 100%;
}

.node--type-leadership main h3.node-title,
main .field--name-field-leadership-title-role p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: #4D4D4D;
}

/* GeospatialInformationTechnology */
.page-node-3 h3 {
  min-height: 55px;

}
.page-node-2 .section-12 img,
.page-node-3 .section-9 img{
  width: 90%;
  height: auto;
  margin-left: 0;
  padding-top: 16px;
}
.page-node-3 .section-6 {
  display: none;
}

/*  Central Service  */
.page-node-10 .section-4 img,
.page-node-10 .section-5 img,
.page-node-10 .section-6 img {
  width: 100%;
  height: auto;
}
.page-node-10 .section-4 table,
.page-node-10 .section-5 table,
.page-node-10 .section-6 table {
  width:85% !important;
}
.page-node-10 .section-4 table td,
.page-node-10 .section-5 table td,
.page-node-10 .section-6 table td {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  vertical-align: top;
}
.page-node-10 .section-4 table td p,
.page-node-10 .section-5 table td p,
.page-node-10 .section-6 table td p {
font-size: 24px;
line-height: 26px;
}
.page-node-10 .section-4 table td img,
.page-node-10 .section-5 table td img,
.page-node-10 .section-6 table td img,
.page-node-18 .section-2 .content a img,
.page-node-18 .section-4 .content a img,
.page-node-45 .section-7 .content a img,
.page-node-45 .section-8 .content a img,
.page-node-30 .section-4 img,
.page-node-30 .section-5 img
 {
  filter: invert(64%) sepia(37%) saturate(5716%) hue-rotate(187deg) brightness(91%) contrast(89%);
}
.page-node-10 .section-4 table td img,
.page-node-10 .section-5 table td img,
.page-node-10 .section-6 table td img,
.page-node-30 .section-4 img {
  width: 40px;
  height: 40px;
}


.page-node-30 .section-5 img {
  width: 40px;
}

.page-node-30 .section-4 a,
.page-node-30 .section-5 a {
  color: #4d4d4d;
}

/*  Central Service +  Supply Chain Service  */
.node--type-page .block-views-blockour-certifications-block-1 div.view-filters,
.node--type-page .block-views-blockour-certifications-supply-chain-block-1 div.view-filters {
  height: 50px;
}
.node--type-page .block-views-blockour-certifications-block-1 .views-field-field-certifications-image,
.node--type-page .block-views-blockour-certifications-supply-chain-block-1 .views-field-field-certifications-image{
  border: 1px solid #D9D9D9;
padding: 10px 45px;
}
.node--type-page .block-views-blockour-certifications-block-1 .views-field-name,
.node--type-page .block-views-blockour-certifications-supply-chain-block-1 .views-field-name {
  padding-top: 5px;
}
.node--type-page .block-views-blockour-certifications-block-1 .views-field-name span.field-content,
.node--type-page .block-views-blockour-certifications-supply-chain-block-1 .views-field-name span.field-content {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /*hide the text if overflows*/
}
.node--type-page .block-views-blockour-certifications-block-1 div.views-row,
.node--type-page .block-views-blockour-certifications-supply-chain-block-1 div.views-row {
  margin-bottom: 10px;
}

/* Vacancies page-node-7 */
.page-node-7 main img{
  width: 100%;
  height: auto;
}

/* News detail */

.path-frontpage .section-4 img,
.node--type-article article img {
  width:100%;
  height: auto;
}
.node--type-article  .node .field--type-image {
float: initial;
}

.node--type-article  #block-views-block-news-and-events-block-1 {
  background-color: #F2F2F2;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -14px;
  margin-right: -14px;
}

.node--type-article  #block-views-block-news-and-events-block-1 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.node--type-article .social-links {
  list-style-type: none;
}
.node--type-article .social-links a {
  color:#333333;
}

.node--type-article .quicklinks-side-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
}

.node--type-article .quicklinks-side {
    width: 95%;
    height: 250px;
    padding: 0;
    font-weight: 900;
    position: sticky;
    bottom: 24rem;
    align-self: flex-end;
}

/* PhotoGallery + VideoGallery + News latest */
/* views-infinite-scroll */
.view-news-and-events-6 .js-pager__items li,
.view-photo-gallery .js-pager__items li,
.view-video-gallery .js-pager__items li {
  list-style-type: none;
  width: 160px;
  margin: 54px auto 0;
}
.view-news-and-events-6 .js-pager__items a,
.view-photo-gallery .js-pager__items a,
.view-video-gallery .js-pager__items a {
  color: #fff;
  background-color: #009EDB;
  border-color: #009EDB;
  padding: 13px 40px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 10px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.view-news-and-events-6 .js-pager__items a:hover,
.view-photo-gallery .js-pager__items a:hover,
.view-video-gallery .js-pager__items a:hover {
  color: #fff;
  background-color: #0077B8;
}

.page-view-photo-gallery .field--name-field-media-image img,
.page-view-videos .field--name-field-media-video-file video {
  width: 100% !important;
  height: auto;
}

.page-view-photo-gallery .views-view-grid .views-row .views-col,
.page-view-video-gallery .views-view-grid .views-row .views-col {
  margin-top: 18px;
}
.view-photo-gallery .views-field-field-media-image-title,
.page-view-photo-gallery .field--name-field-media-image-title,
.page-view-video-gallery .field--name-field-media-oembed-title,
.page-view-video-gallery .field--name-field-media-video-title {
  padding: 4px 0;
  font-weight: 700;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 32px;
  color: #4D4D4D;
  overflow: hidden;
}
/*.page-view-photo-gallery .field--name-field-media-image-title,
.page-view-video-gallery .field--name-field-media-oembed-title,
.page-view-video-gallery .field--name-field-media-video-title {
  height: 82px;
}*/

.view-video-gallery {
  margin-right:-30px;
}
.page-view-video-gallery .media--blazy iframe {
  height: 175px;
}
.page-view-video-gallery .more-link,
.page-view-videos .more-link,
.page-view-photo-gallery .more-link {
  color: #ffffff;
  background: #009EDB;
  border: solid 1px #009EDB;
  padding: 7px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
vertical-align: middle;
text-align: center;
width: 180px;
}
.page-node-19 .section-2 h2 {
font-weight: 700;
font-size: 24px;
line-height: 26px;
}
#block-ungsc-bootstrap4-content .block-views-blocknews-and-events-block-1 .views-field-title a,
.page-node-19 .section-2 h2 a,
 .page-node-19 .view-news-and-events-6 .views-field-title a,
 .view-news-and-events .views-field-title a
 {
color: #4D4D4D;
}

.view-news-and-events .views-field-title a,
.view-news-and-events-6 .views-field-title a {
  font-size: 27px;
  line-height: 32px;
  text-align: left;
}

/* Sales of assets .page-node-31 */
/* Awards .page-node-32 */
 .view-empty .no-results-wrapper {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
 .view-empty .no-results-wrapper .text-no-results{
   text-align: center;
   color: #4D4D4D;
   width: 100%;
   display: block;
   padding: 10px 0;
}
 .view-empty .no-results-wrapper #clock-icon {
   width: 25%;
   position: absolute;
   top: 10%;
   left: 43%;
   filter: invert(64%) sepia(37%) saturate(5716%) hue-rotate(187deg) brightness(91%) contrast(89%);
   z-index: 0;
}
 .view-empty .no-results-wrapper #background-icon-no-results {
   width: 28%;
   position: relative;
  height: auto;
  z-index:2;
}

.page-node-32 .view-awards .card{
  background: #F2F2F2;
  border: 1px solid #CECECE;
  padding: 33px 25px;
  margin:5px 0;
}
.page-node-32 .view-awards .form-row > fieldset {
  width: 33%;
}
.page-node-32 .view-awards .field--name-field-ungsc-award-vendor-ref {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #4D4D4D;
}

.page-node-32 .view-awards .field .field__label,
.page-node-32 .view-awards .field .field__item {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  text-align: justify;
  color: #4D4D4D;
}
.page-node-32 .view-awards .field .field__label {
  font-weight: 700;
}
.page-node-32 .view-awards .field .field__item {
  font-weight: 400;
}

.page-node-32 .view-awards .form-submit::before {
  background-image: none;
  content:initial;
}
.page-node-32 .view-awards .pagination {
  margin-top:10px;
  justify-content: center;
}

.page-node-32 .view-awards select {
  height: 37px;
}

.page-node-32 #edit-actions {
  width: 100%;
}

.page-node-32 #edit-submit-awards {
  width: 146px;
  font-weight: 600;
  font-size: 14px;
}


.min-height-150 {
  min-height: 150px;
  overflow: hidden;
}

/* Sales of assets .page-node-31 */
.page-node-31 .showcase .card-img-top {
  max-width: 50%;
  height: auto;
  margin: 15% auto;
}
.page-node-31 .showcase .card-body  {
  padding:30px;
    min-height: inherit;
}
.page-node-31  .showcase .card-body .label-body-card {
  font-weight: 600;
  min-height: 76px;
  overflow: auto;
}
.page-node-31 .showcase .card-body .text-center {
  margin-right: 30px;
  margin-left: 30px;
}
.view-business-services h3,
.view-business-services-technology-services h3,
.view-business-services-supply-chain-services h3 {
  width:100%;
  padding: 0 15px;
}
.view-business-services .views-field-name,
.view-business-services-technology-services .views-field-name,
.view-business-services-supply-chain-services .views-field-name {
  padding:22px;
  background-color: #F2F2F2;
  border-top: 7px solid #009EDB;
  margin: 22px 0;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 16px;
}
/* clients */
.page-node-18  #map-container {
  height: 100%;
  min-height: 538px;
}
.page-node-18  .section-4 img {
  width: 20px;
}

.page-node-18  .section-4 table {
  margin-left:-12px;
}
.page-node-18  .section-4 table tr {
  background-color: #E4EFFB;
  border: none;
}
.page-node-18 .section-4 table td {
  border: none;
}
.page-node-18 .section-4 table td:first-child {
  width: 20px;
}

.page-node-45 .section-7 .layout div.content,
.page-node-45 .section-8 .layout div.content,
.page-node-18 .section-11 .layout div.content {
  padding:15px;
}

.page-node-45 .section-7 .layout .bs-border-style-solid div.content,
.page-node-45 .section-8 .layout .bs-border-style-solid div.content,
.page-node-18 .section-11 .layout .bs-border-style-solid div.content {
  height: 200px;
}

.page-node-45 .section-7 img,
.page-node-45 .section-8 img,
.page-node-18 .section-11 img {
margin: 0 auto;width: 50%; max-height: 180px;
}

.page-node-45 .section-7.border img {
  border-bottom: 0 !important;
}

.page-node-45 .section-8.border img {
  border-top: 0 !important;
}

/* Business Service Catalogue */
.page-node-33 .section-4 {

}

.page-node-1 .section-2{
    margin-top: 50px;
}
.section-margin-top,
.page-node-25 .section-4,
.page-node-28 .section-4 {
  margin-top: 30px;
}

.section-padding-top,
#block-views-block-news-and-events-block-1,
#block-followungsconsocialmedia,
.page-node-2 .section-3,
.page-node-2 .section-5,
.page-node-3 .section-3,
.page-node-3 .section-6,
.page-node-7 .section-6,
.page-node-10 .section-3,
.page-node-14 .section-3,
.page-node-18 .section-3,
.page-node-18 .section-5,
.page-node-19 .section-3,
.page-node-25 .section-3,
.page-node-25 .section-5,
.page-node-25 .section-7,
.page-node-28 .section-3,
.page-node-28 .section-5,
.page-node-28 .section-7,
.page-node-30 .section-3,
.page-node-30 .section-6,
.page-node-30 .section-10,
.page-node-30 .section-13,
.page-node-31 .section-3,
.page-node-32 .section-3
{
  padding-top: 25px;
}

.section-padding-bottom,
.page-node-1 .section-4,
.page-node-1 .section-5,
.page-node-2 .section-2,
.page-node-2 .section-4,
.page-node-2 .section-5,
.page-node-3 .section-2,
.page-node-3 .section-6,
.page-node-7 .section-2,
.page-node-7 .section-3,
.page-node-7 .section-5,
.page-node-10 .section-2,
.page-node-10 .section-7,
.page-node-13 .section-2,
.page-node-13 .section-3,
.page-node-13 .section-8,
.page-node-18 .section-2,
.page-node-18 .section-4,
.page-node-19 .section-2,
.page-node-24 .section-2,
.page-node-24 .section-3,
.page-node-25 .section-2,
.page-node-25 .section-3,
.page-node-25 .section-6,
.page-node-25 .section-7,
.page-node-25 .section-8,
.page-node-28 .section-2,
.page-node-28 .section-3,
.page-node-28 .section-6,
.page-node-28 .section-7,
.page-node-28 .section-8,
.page-node-27 .section-2,
.page-node-27 .section-3,
.page-node-27 .section-4,
.page-node-27 .section-6,
.page-node-27 .section-7,
.page-node-27 .section-8,
.page-node-30 .section-2,
.page-node-30 .section-5,
.page-node-30 .section-12,
.page-node-30 .section-13
{
  padding-bottom: 35px;
}

.section-margin-bottom,
#block-followungsconsocialmedia,
.page-node-3 .section-6,
.page-node-7 .section-6,
.page-node-25 .section-4,
.page-node-28 .section-4,
.page-node-30 .section-8,
.page-node-30 .section-9
{
  margin-bottom: 35px;
}
.page-node-1 .section-3 .layout-builder__layout,
.page-node-1 .section-4 .layout-builder__layout,
.page-node-1 .section-5 .layout-builder__layout,
.page-node-13 .section-4 .layout-builder__layout,
.page-node-13 .section-6 .layout-builder__layout
{
  padding-top: 25px;
}
.page-node-13 .section-5 .layout-builder__layout,
.page-node-19 .section-3
{
  padding-bottom: 100px;
}

@media(max-width: 767px) {
  #block-ungsc-bootstrap4-page-title > .content,
  #block-ungsc-bootstrap4-content > .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #navbar-main {
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px;
  }
  #block-homelink {
    /* width: 99vw; */
    font-size: 13px;
  }
  #block-homelink a,
  #block-homelink p {
    font-size: 13px;
  }
  #hero-banner-home .indicators-text-under {
    display: none;
  }
  .page-node-1 .section-4 .views-col {

  }
  #owlcarousel2-wrapper-1 .group-right,
  #owlcarousel2-wrapper-1 .group-left {
    width: 100%;
  }

  .site-footer .footer-wrapper {
    padding: 0;
  }

  .site-footer .social-menu-links-footer {
  	justify-content: center;
  }
  .site-footer .verticalline-links-footer-wrapper {
    display: none;
  }

   .site-footer .bottom-menu-links-footer .nav-item {
     text-align: center;
   }
   .site-footer .social-menu-links-footer .nav-item {
     padding-top:15px;
     padding-bottom:15px;
   }

  .page-node-1 section.block-catalog .card ,
  .page-node-1 .section-4 .views-col ,
  .page-node-1 .section-6 .layout .block{
  	margin-top: 15px;
  	margin-bottom: 15px;
  }
  .card-in-blue-bg img {
    width: 85%;
    height: auto;
    margin: 5px auto 0 auto;
  }
  .card-in-blue-bg p.label {
    font-size: 26px;
    line-height: 26px;
  }
  /* Organization & Leadership overview */
  .page-node-14 .view .col-leadership {
    margin-bottom: 35px;
  }
  .no-gutters-container > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .view-news-and-events .views-field-title a,
  .view-news-and-events-6 .views-field-title a {
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
  }
  /* GeospatialInformationTechnology */
  .page-node-2 .section-12 img,
  .page-node-3 .section-9 img{
    width: 100%;
    padding-top: 30px;
  }
}

@media(min-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 39px;
  }

	/* h2 {
    font-size: 27px;
  	line-height: 27px;
	} */

	h3 {
		font-size: 27px;
		line-height: 27px;
	}
	/* #block-ungsc-bootstrap4-content h3 {
    min-height: 54px;
	} */

	.HeaderTop {
		max-height: 35px;
	}
  #block-homelink {
    padding-left: 50px;
  }
  a.navbar-brand {
    height: 7.7981651376rem;
  }

  #navbar-main {
      padding: 20px 45px 0 45px;
  }

	/* main section.row, .container-menu,
	.HeaderTop, .inner-footer-container, .footer-rule-wrapper {
		padding-left: 45px;
		padding-right: 45px;
	} */

	.logo, .logo img {
		width: 494px;
	}

	.logo {
		margin: 30px 0;
	}

	.btn-cta {
		margin-top: 30px;
		margin-bottom: 0;
	}

  .hrBlue {
    margin-top: 32px;
    margin-bottom: 36px;
    min-width: 150px;
    max-width: 50%;
  }
  .hr-center {
    margin: 20px auto 40px !important;
  }
  /* --- breadcrumbs --- */
/*  #block-ungsc-bootstrap4-breadcrumbs {
    margin-top: 114px;
  }*/
   /* .path-frontpage  #block-ungsc-bootstrap4-content .fullwidth-fix {
     margin-left: -45px;
     margin-right: -45px;
    } */

  .site-footer__top .region {
    width: 27%;
    padding: 0 0.65%;
  }
  .site-footer .site-footer__top ul {
    min-height: 29vh;
  }

  .fullwidth-fix {
    margin-left: -60px;
    margin-right: -60px;
  }
  .border .layout-builder__layout,
  .fullwidth-fix .layout-builder__layout {
    margin-left: 30px;
    margin-right: 30px;
  }
  .path-frontpage .highlighted {
    margin-top: 75vh;
  }
  #hero-banner-home .inside-hero-wrapper {
    width: 33vw;
    max-width: 592px;
  }
	#homepage-content section {
		padding: 60px 45px;
	}
  #hero-banner-home .home-slider-title {
    font-size: 33px;
  }

  .page-node-1 section.block-catalog {
  	margin-left: 15px;
  	margin-right: 15px;
  }

  .page-node-1 .block-owlcarousel2 .field--type-image {
    width: 98%;
    margin-bottom: 20px;
  }
  .page-node-1 .block-owlcarousel2 h2 {
    text-align: left;
  }
  #owlcarousel2-wrapper-1 .group-left > div {
    padding: 0 30px 0 0;
  }

  #block-views-blocknews-and-events-block-1 {
    margin: 0 -15px;
  }

  #block-ungsc-bootstrap4-content .block-views-blocknews-and-events-block-1 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-ungsc-bootstrap4-content .block-views-blocknews-and-events-block-1 .views-field-title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #4D4D4D;
  }

  .card-in-blue-bg {
    margin-bottom: 10px;
    padding-bottom: 14px;
  }

  .card-in-blue-bg p.label {
    font-size: 32px;
    line-height: 39px;
    text-align: left;
    margin-bottom: 4px;
  }

  .page-node-4 .card-in-blue-bg p.label {
    font-size: 27px;
  }
  .card-in-blue-bg p.description {
    font-size: 22px;
    line-height: 26px;
    min-height: 84px;
    overflow: visible;
    text-align: left;
  }
  /* Organization & Leadership overview */
  .page-node-14 .view .col-leadership .views-field-field-leadership-image {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* leadership detail */
  /* .page-node-3 .section-2 .col-md-6:nth-child(1),
  .page-node-10 .section-2 .col-md-6:nth-child(1) {
    padding-top:75px;
  } */

  .page-node-10 .section-4 table td img,
  .page-node-10 .section-5 table td img,
  .page-node-10 .section-6 table td img,
  .page-node-30 .section-4 img,
  .page-node-30 .section-5 img {
    width: 50px;
    height: 50px;
  }
   .view-empty .no-results-wrapper .text-no-results{
    font-size: 27px;
    line-height: 27px;
  }

  .page-node-1 .section-2,
  .page-node-25 .section-4,
  .page-node-28 .section-4 {
      margin-top: 50px;
  }

  /* photogallery + videogallery */
  .view-video-gallery .field--name-field-media-oembed-title,
  .view-video-gallery .field--name-field-media-oembed-title p,
  .view-photo-gallery .views-field-field-media-image-title p {
    font-size: 20px;
    line-height: 22px;
  }
  .page-view-photo-gallery .views-view-grid .views-row .views-col,
  .page-view-video-gallery .views-view-grid .views-row .views-col {
    margin-top: 24px;
  }
  .page-view-photo-gallery .views-view-grid .views-row:first-child .views-col,
  .page-view-video-gallery .views-view-grid .views-row:first-child .views-col {
    margin-top: 0;
  }

  .section-padding-top,
  #block-views-block-news-and-events-block-1,
  #block-followungsconsocialmedia,
  .page-node-2 .section-3,
  .page-node-2 .section-5,
  .page-node-3 .section-3,
  .page-node-3 .section-6,
  .page-node-7 .section-6,
  .page-node-10 .section-3,
  .page-node-14 .section-3,
  .page-node-18 .section-3,
  .page-node-18 .section-5,
  .page-node-19 .section-3,
  .page-node-25 .section-3,
  .page-node-25 .section-5,
  .page-node-25 .section-7,
  .page-node-28 .section-3,
  .page-node-28 .section-5,
  .page-node-28 .section-7,
  .page-node-30 .section-3,
  .page-node-30 .section-10,
  .page-node-30 .section-13,
  .page-node-31 .section-3,
  .page-node-32 .section-3,
  .page-node-33 .section-3,
  .page-node-33 .section-4,
  .node--type-article .section-1,
  .node--type-article .section-2
  {
    padding-top: 30px;
  }

  .section-padding-bottom,
  #block-views-block-news-and-events-block-1,
  .page-node-1 .section-4,
  .page-node-1 .section-5,
  .page-node-2 .section-2,
  .page-node-2 .section-4,
  .page-node-2 .section-5,
  .page-node-3 .section-2,
  .page-node-3 .section-5,
  .page-node-3 .section-6,
  .page-node-7 .section-2,
  .page-node-7 .section-3,
  .page-node-7 .section-5,
  .page-node-10 .section-2,
  .page-node-10 .section-7,
  .page-node-13 .section-2,
  .page-node-13 .section-3,
  .page-node-13 .section-8,
  .page-node-18 .section-2,
  .page-node-18 .section-4,
  .page-node-19 .section-2,
  .page-node-24 .section-2,
  .page-node-24 .section-3,
  .page-node-25 .section-2,
  .page-node-25 .section-3,
  .page-node-25 .section-4,
  .page-node-25 .section-6,
  .page-node-25 .section-7,
  .page-node-25 .section-8,
  .page-node-28 .section-2,
  .page-node-28 .section-3,
  .page-node-28 .section-4,
  .page-node-28 .section-6,
  .page-node-28 .section-7,
  .page-node-28 .section-8,
  .page-node-27 .section-2,
  .page-node-27 .section-3,
  .page-node-27 .section-4,
  .page-node-27 .section-6,
  .page-node-27 .section-7,
  .page-node-27 .section-8,
  .page-node-30 .section-2,
  .page-node-30 .section-5,
  .page-node-30 .section-12,
  .page-node-30 .section-13,
  .page-node-31 .section-3,
  .page-node-32 .section-3,
  .node--type-article .section-1,
  .node--type-article .section-2
  {
    padding-bottom: 40px;
  }

  .section-margin-bottom,
  #block-followungsconsocialmedia,
  .page-node-1 .section-6,
  .page-node-7 .section-6,
  .page-node-25 .section-4,
  .page-node-28 .section-4,
  .page-node-3 .section-5,
  .page-node-3 .section-6,
  .page-node-30 .section-8,
  .page-node-30 .section-9
  {
    margin-bottom: 40px;
  }
  .page-node-1 .section-3 .layout-builder__layout,
  .page-node-1 .section-4 .layout-builder__layout,
  .page-node-1 .section-5 .layout-builder__layout,
  .page-node-13 .section-4 .layout-builder__layout,
  .page-node-13 .section-6 .layout-builder__layout
  {
    padding-top: 38px;
  }
  .page-node-13 .section-5 .layout-builder__layout
  {
    padding-bottom: 145px;
  }
  .node--type-page .block-views-blockour-certifications-block-1 .views-field-field-certifications-image,
  .node--type-page .block-views-blockour-certifications-supply-chain-block-1 .views-field-field-certifications-image {
    /* height: 140px; */
  }
  .node--type-page .block-views-blockour-certifications-block-1 .views-field-field-certifications-image img,
  .node--type-page .block-views-blockour-certifications-supply-chain-block-1 .views-field-field-certifications-image img {
    max-height: 180px;
  }
  #page-404 .section-404 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-footer__top .content h3 {
    font-size: 1.2rem;
  }

  .page-node-13 p.font-quote {
    font-size: 16px;
  }
}

@media(max-width: 1200px) and (min-width: 768px){
  #hero-banner-home .inside-hero-wrapper {
    width: 50vw;
  }
}

@media(min-width: 1200px) {
  .card-in-blue-bg {
    height: 250px;
    padding: 32px 32px 14px 32px;
    margin: 10px 0;
    overflow: hidden;
  }
  .page-node-1 .card-in-blue-bg {
    padding-top: 14px;
  }
  .node--type-page #views-exposed-form-our-certifications-block-1 .form-item-field-certifications-service-value {
    display: inline-flex;
  }
  .node--type-page #views-exposed-form-our-certifications-block-1 label {
    width: 170px;
  }
  .site-footer__top .content h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}


#toolbar-administration {
  z-index: 9999;
  display: block;
  position: relative;
}


#block-languageswitcher span.es,
#block-languageswitcher span.fr {
  display: none;
}
