@font-face {
    font-family: 'Neue Montreal';
    src: url('./fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('./fonts/NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('./fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('./fonts/NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body{
    font-family: 'Neue Montreal';
    font-size: 0.9vw;
    color: #000;
   overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
}

li {
	list-style: none;
}

.ipad, .mobile, .iphoneinline {
    display: none;
}

.container{
    width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
}

header a {
	color: #3f424d;
}

header a,
footer a {
	color: #f2f4f4;
}

a:hover {
	color: #3f424d;
}

header a:hover {
	color: #eb4d5d;
}

.secondheaderpart {
	width: 100%;
	margin: auto;
    display:none;
}

.headernew nav ul {
	background: white;
}

.header a:hover::after {
	transform: translate3d(0%, 0, 0)!important;
}

.header a:hover {
	overflow: visible;
}

.header a {
	color: #40424d;
	font-weight: 300;
	overflow: hidden;
	font-family: 'Poppins';
}

nav {
    width: 33.3%;
    font-size: 16px;
    text-transform: uppercase;
}


.navdiv {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-around;
}

nav {
	width: 33.3%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

nav ul {
	display: none;
	position: absolute;
	left: -20px;
	z-index: 99999;
	margin-block-start: 0px;
	padding: 20px;
	background: #3f424d;
	min-width: 250px;
}

nav li:hover>ul {
	display: block;
}

ul.sub-menu li {
	line-height: 39px;
}

nav li {
	position: relative;
	list-style: none;
}

.header {
	position: relative;
	background-color: transparent;
	height: auto;
	font-family: 'Poppins';
}


 .header a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
	transition: opacity 300ms, width 300ms;
	opacity: 1;
	width: 0px;
}

.header .logodiv a::after {
	background-color: transparent;
}

.header a:focus::after,
.header a:hover::after {
	opacity: 1;
	width: 100%;
}

header a {
    text-decoration: none;
}

.logo-img {
	filter: invert(1);
}

.logo {
	width: 50%;
	text-align: center;
}

.logo-img {
	max-width: 424px;
	width: 100%;
}

.top-header{
    background: #e9e313;
    
    padding-top: 1.8vw;
    padding-right: 2.5vw;
    padding-left: 1.9vw;
}

.tophalf {
    width: 90%;
    margin: auto;
}

.top_header_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_header a {
    text-decoration: none;
    color: black;
}

.bottom_header a:hover {
    text-decoration: underline;
}

.top_header_1 h5 {
    display: flex;
}

.top_header_1 h5:after {
    content: '';
    width: 1.1vw;
    display: block;
    background-image: url(ICDB-logo.png);
    height: 3vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-left: 0.4vw;
    display: inline-flex;
}

.top_header_1 h2{
    font-size: 3.5vw;
    text-transform: uppercase;
     font-family: "roc-grotesk-compressed", sans-serif;
    
}

.top_header_1 h5{
    font-size: 2vw;
    text-transform: uppercase;
     font-family: "roc-grotesk-compressed", sans-serif;
     line-height: 0.8;
     text-align: end;
}

.top_header_2 h1{
    font-size: 9vw;
     text-transform: uppercase;
      font-family: "roc-grotesk-compressed", sans-serif;
      margin-top: -2vw;
}

.header_net_zero img{
    width: 100%;
}

.bottom_header{
    margin-top: -0.3vw;
    display: flex;
    justify-content: space-evenly;
    background: #d7fcfc;
    padding: 1.3vw;
    width: 100%;
}

.ghost {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    margin-top: -0.3vw;
    justify-content: space-evenly;
    background: #d7fcfc;
    padding: 1.3vw;
    width: 100%;
    z-index: 9999999;
}


.ghost.scrolled {
    display: flex;
}

.bottom_header_list{
     display: flex;
     align-items: center;
}

.bottom_header_list p{
    font-weight: 100 !important;
    font-size: 0.8vw;
    color: black;
}

.bottom_header a:hover, .ghost a:hover {
    color: black;
    text-decoration: underline;
}

.bottom_header_list h1{
    font-family: "roc-grotesk-compressed", sans-serif;
    font-size: 2.5vw;
    padding: 0.2vw;
    color: black;
}

.mainheader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 140px;
	font-family: 'Poppins';
	font-weight: 300;
}


/* footer */
.footer {
	color: #f2f4f4;
	background-color: #3f424d;
	min-height: 365px;
}

.footermain {
	font-size: 16px;
	width: 88%;
	margin: auto;
	margin-top: 60px;
}

.footermain h3 {
	font-weight: bold;
}

.footermain h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.address.footersection {
	font-size: 20px;
}

.address.footersection a {
	font-size: 16px;
	line-height: 40px;
}

.footerlegal {
	font-size: 12px;
	font-weight: 600;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: normal;
}

.footer a {
	color: #6cb7aa;
}

.footer,
.footer li {
	line-height: 26px;
}

.footerlegal li {
	border-right: 1px solid white;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.footerlegal li:last-of-type {
	border: 0px;
}

.footerlegal a {
	color: #f2f4f4;
}

.socials {
	margin-top: 12px;
	color: #eb4d5d;
}

.socials svg {
	width: 34px;
}

.socials img {
	max-height: 18px !important;
}

.socials img:hover {
	filter: grayscale(1);
}

.similarevents {
	margin-top: 120px;
}

.footer .active {
	border-right: 1px solid white;
	border-bottom: 0px;
}

.footer .active a {
	color: #edd0d5;
}

.footer-new {
	font-family: 'Poppins';		
	color: #40424c;
} 

.footer-new div {
	font-weight: 300;
    text-transform: uppercase;
    font-size: 19px;
}

.footer-new .footerlegal {
	font-size: 10px;
    font-weight: 600;
	justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-new .linksanddownloads {
	padding-left: 0px;
}

.footer-new .footermain {
	justify-content: space-between;
}

.footer-new .footermain {
    border-top: 1px solid #40424c;
    width: 87%;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #40424c;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
}

footer .flexrow {
    display: flex;
    flex-direction: row;
}

.blueimp-gallery {
    display: none;
}

.social_medium {
	height: 25px;
	width: auto;
	margin-right: 10px;
}

footer.footer-new a {
	color: #3f424d;
}

footer a {
    text-decoration: none;
}

.cdp-copy-loader-overlay, .cdp-copy-alert-success {display: none;}

.flexalignstart {
    align-items: flex-start;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

header .mainheader nav {
        width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


@media (max-width:767px){

    body footer br {
        display: inline;
    }

    .tophalf {
        width: 100%;
    }

        .logo-img {
        max-width: 264px;
    }

    .desktop, .desktopinline, .desktopflex {
        display: none;
    }

    .ipad {
        display: block;
    }

    .ipadflex {
        display: flex;
    }

    .header.open li {
		margin-bottom: 0px;
		line-height: 51px;
		font-size: 22px;
	}

    .header nav {
        display: none;
    }

	.header nav li a {
		display: block;
	}

    .header.open nav {
        display: flex;
    }

    .header.open nav {
        padding-top: 30px;
        flex-direction: column;
        align-items: start;
        width: 100%;
        height: 100vh;
    }

    .sub-menu, .header nav {
        padding: 0px 0px 0px 20px;
    }

    nav {
        width: 33.3%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile {
        display: flex;
    }

    	header.spacearound {
		justify-content: unset;
	}

    footer .flexrow {
        flex-direction: column;
    }

    .closemenu {
		width: 40px;
		height: 20px;
		position: relative;
		cursor: pointer;
	}

    .desktopinline, .ipadinline {
        display: none;
    }

    .iphoneinline {
        display: inline;
    }

    .footermain h4 {
        margin-block-start: 1.33em;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .top-header ,.top_header_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .top_header_1 h2{
        font-size: 35px;
    }
    .top_header_2 h1{
        font-size: 50px;
       margin-top: 0px;
    }
    .top_header_1 h5{
        font-size: 25px;
        text-align: right;
        max-width: 130px;
    }
    .bottom_header{
       display: grid;
        grid-template-columns: auto auto auto;
    
    }
    .bottom_header h1{
        font-size: 25px;
        margin-right: 5px;
    }
    .bottom_header p{
        font-size: 9px;
    }
    .bottom_header_list p br{
        display: block;
    }

    .secondheaderpart {
		display: flex;
	}

    
	header.spacearound {
		justify-content: unset;
	}

	.closemenu span {
		position: absolute;
		width: 100%;
		display: inline-block;
		border: 1.5px solid black;
		-webkit-transition: width 2s;
		/* Safari prior 6.1 */
		-webkit-transition: -webkit-transform .2s ease-in-out;
		-ms-transition: -ms-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
	}

	.burgerleft {
		top: 22%;
	}

	.burgerright {
		top: 63%;
	}

	.open .burgerright {
		top: 43%;
	}

	.open .burgerleft {
		top: 43%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.open .burgerright {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.logo a {
		display: flex;
	}

	.logocontainer,
	.open .logocontainer {
		padding: 20px;
        justify-content: space-between;
        width: calc(100% - 40px);
	}


    .dropdown-close a:before,
	.dropdown .caret {
		content: '';
		height: 19px;
		width: 20px;
		margin-top: 12px;
		margin-bottom: -1px;
		margin-left: 10px;
		display: inline-block;
		margin-right: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background: url(../img/black-arrow-icon.svg);
	}

	ul.dropdown-menu--is-visible {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
		z-index: 999;
		background-color: white;
		width: 100vw;
		position: fixed;
		left: 0px;
	}

	ul.dropdown-menu--is-visible li:not(.dropdown-close) {
		margin-left:40px;
	}

    .header nav li a {
        display: block;
    }

	.dropdown-close a:before {
		float: left;
		transform: rotate(180deg);
		margin-right: 10px;
		margin-top: 15px;
	}

	.logo {
		width: 85%;
		max-width: 424px;
	}

	.header.open nav {
		display: flex;
	}

	.header.open {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}



	#sb_instagram {
		padding: 0px;
	}


    .header nav {
		display: none;
		padding: 20px;
		width: 100%;
	}

    .top_header_1 { 
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .top_header_1 h5:after {
        content: '';
        width: 6.1vw;
        display: block;
        background-image: url(ICDB-logo.png);
        height: 10vw;
        background-size: auto 100%;
        background-repeat: no-repeat;
        margin-left: 1.4vw;
        display: inline-flex;
    }
   
}