@font-face {
    font-family: FontESG;
    src: url("../fonts/Averta Bold.otf") format("opentype");
}

/*.grecaptcha-badge {*/
/*     opacity:0; !important;*/
/*}*/

.hero {
    position: relative;
    width: 100%;
    height: 37vh;
    overflow: hidden;
    background-image: url("../img/main_poster.jpg");
    background-attachment: revert;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.hero h1 {
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 65px;
}

.nav a {
    font-family: 'Open Sans', sans-serif !important;
}

.link-primary_blue {
    color: #23408f !important;
}

.primary_blue {
    background: #23408f !important;
}

.text-primary_blue {
    color: #23408f !important;
}

.text-primary_green {
    color: #3fb047 !important;
}

.link-primary_blue:hover {
    color: #3fb047 !important;
}

.fs-15px {
    font-size: 15px !important;
}

.border-grey {
    border-color: rgba(215, 215, 215, 0.6) !important;
}

.vh-90 {
    height: 90vh !important;
}

.drop-login {
    min-width: 400px;
    height: auto
}

.dropdown-menu-login {
    right: 0 !important;
}

.text-header {
    position: relative;
    max-width: 600px;
    margin: 15px;
    /*margin-bottom: 15px;*/
}

.text-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}

.text-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #94f99c;
    z-index: -1;
}

.text-align-justify {
    text-align: justify !important;
}

.product-item img {
    width: 100px;
    height: 100px;
}

.product-env .border:hover {
    background-color: #3fb047 !important;
}

.product-env .border:hover p {
    color: white !important;
}

.product-env .border:hover h5 {
    color: white !important;
}


.product-soc .border:hover {
    background-color: #ef3939 !important;
}

.product-soc .border:hover p {
    color: white !important;
}

.product-soc .border:hover h5 {
    color: white !important;
}


.product-gov .border:hover {
    background-color: #393939 !important;
}

.product-gov .border:hover p {
    color: white !important;
}

.product-gov .border:hover h5 {
    color: white !important;
}

.about-team-item img {
    border-radius: 100%;
    width: 128px;
    filter: grayscale(1);
    height: 128px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.nav-drop-login .dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

#modalLogout .btn-close {
    display: none !important;
}

.navbar-nav .active {
    color: #3fb047 !important;
}

.tfa-icon {
    text-align: center;
    font-size: 50px;
    color: #25832c;
}

.lb-esg-grey{
    font-family: FontESG !important;
}
.lb-esg-grey span{
    font-size: 13px!important;
    font-family: FontESG !important;
}
.navbar .lb-esg{
    color: #3fb047 !important;
    font-family: FontESG !important;
}
.navbar .lb-esg span{
    color: #23408f !important;
    font-size: 12px!important;
    font-family: FontESG !important;
}
h1 .lb-esg{
    color: #3fb047 !important;
    font-family: FontESG !important;
}
h1 .lb-esg span{
    color: #23408f !important;
    font-size: 30px!important;
    font-family: FontESG !important;
}
.text-header .lb-esg{
    font-family: FontESG !important;
}
.text-header .lb-esg span{
    font-size: 14px!important;
    font-family: FontESG !important;
}
span.protectedNumber:before {
    content: "Jan Svanberg " attr(title);
}

.grecaptcha-badge {
    opacity:0; !important;
}

