/****** -shivam giri- ********/ 

/** media bank css start **/
#image-bank { 
  display: flex;
  flex-wrap: wrap;
}
#image-bank .image-bank-wrapper {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
}
#image-bank .image-bank-wrapper img {
  border-radius: 4px; 
}
#image-bank .image-bank-wrapper .image-bank-title {
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}

.text-module-wrap .table thead th, .text-module-wrap .table thead td {
    vertical-align: top;
} 

/** media bank css end **/


.show-desc{display: none;}
.show-desc {
  position: absolute;
  top: 0;
  right: 6%;
  width: 23%;
}
.desktop-nav > ul > li > ul{
  min-height: 310px;
}

.desktop-nav > ul > li.haschildren:hover > ul .show-desc {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 50px 0;
}
/****** -shivam giri- ********/



.module-wrapper {
  padding: 60px 0;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1224px;
}

#main-container {
  min-height: 100px;
}

body.ip3-news {
  background: #f9f9f9;
}

main.content-wrap {
  margin-bottom: 50px;
}

/*--- Header
-----------------*/

.location-selector {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
  vertical-align: middle;
  padding: 0 0 0 10px;
  top: 3px;
  z-index: 1000;
}

.location-selector > a {
  position: relative;
  padding: 10px 28px 10px 12px;
  display: block;
  cursor: pointer;
  z-index: 1000;
}

.location-selector > a img {
  vertical-align: middle;
  max-width: 30px;
}

.location-selector > a:after {
  content: '';
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #3d5c76;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg) translateY(-50%);
  transition: border-width 150ms ease-in-out;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.location-selector ul {
  background: #d8d8d8;
  list-style: none;
  text-align: left;
  position: absolute;
  top: 10px;
  z-index: 9;
  width: 30px;
  padding-top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);  
  display: none;
  border-radius: 50px;
  margin-left: -3px;
}

.location-selector ul:before {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 15px 15px;
  /* content: ""; */
  height: 0;
  position: absolute;
  top: -12px;
  left: calc(50% - 10px);
}

.location-selector ul li {
  border-bottom: 1px #0f3557 solid;
  position: relative;
  z-index: 1;
}

.location-selector ul li:last-child {
  border-bottom: none;
}

.location-selector ul li > a {
  display: block;
  padding: 0;
}

.location-selector ul li > a img {
  vertical-align: top;
  max-width: 30px;
}


.location-selector:hover ul, .profession-selector:hover ul {
  display: block;
  cursor: pointer;
}

@media all and (min-width: 1199.98px) {
  
  
  .footer-box2.footer-last {
    max-width: 100px;
    margin-left: auto;
  }
  
}

/*---- Mobile menu
----------------------*/

div#mobMenu {
  text-align: right;
  display: none;
}

.mobile-navbar {
  position: absolute;
  width: 85%;
  top: 84px;
  background: #fff;
  z-index: 100;
  padding: 0 20px 20px 20px;
  transition: all 0.5s;
  height: calc(100vh - 88px);
  overflow: auto;
  /* transform: translateX(100%); */
  /* left: 0; */
  right: -320px;
  max-width: 320px;
}

@media all and (min-width: 992px) {
  
  .mobile-navbar {
    display: none;
  }
  
}

.mobile-navbar.opened {
  right: 0;
}

.mobile-navbar ul li.level1 {position: relative;border-bottom: 1px rgba(88, 89, 88, 0.2) solid;}
.mobile-navbar ul li.level2 {position: relative;padding: 5px 30px 5px 0;line-height: normal;}
.mobile-navbar ul li.level1 .dropdownArrow {
  padding: 10px;
  height: 44px;
  width: 34px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mobile-navbar ul li.level1 > a.active,
.mobile-navbar ul li.level2 > a.active {    color: #007048;}
.mobile-navbar ul li.level2 span.dropdownArrow {
  padding: 5px;
  line-height: normal;
  top: 3px;
  height: 34px;
  width: 30px;
  margin-top: -3px;
}

.mobile-navbar ul li.level1 .dropdownArrow:before {
  content: "\e911";
  font-family: 'icomoon';
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: bold;
}

.mobile-navbar ul li.level1 .dropdownArrow.arrowDown:before {
  content: "\e912";
  color: #007048;
}


.mobile-navbar ul li.level1 > a {display: inline-block;font-size: 1.8rem;line-height: 24px;color: #2c2e35;font-family: 'K2D', sans-serif;font-weight: 600;padding: 10px 10px 10px 0;vertical-align: middle;}

.mobile-navbar ul li.level1 > ul,
.mobile-navbar ul li.level2 > ul {
  display: none;
  margin-bottom: 10px;
  padding-left: 15px;
}

.mobile-navbar ul li.level2 > ul {
  margin-top: 10px; 
  margin-top: 10px; 
}

.mobile-navbar ul li.level2 > a,
.mobile-navbar ul li.level2 > ul > li > a {
  font-size: 1.6rem;
  color: #2e3037;
  line-height: 24px;
  font-family: 'K2D', sans-serif;
  display: inline-block;
  vertical-align: middle;
}

nav#mobileDropDown {
  border-top: 1px #fdc300 solid;
}

div#mobMenu > a {
  background:url(~/media/Images/B/Biofrigas/icons/lines-icon.png) no-repeat scroll center;
  border: none medium;
  font-size: 0;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  background-size: contain;
  background-size: 25px;  
  visibility: visible;
  opacity: 1;
}

div#mobMenu.opened > a {
  background: url(~/media/Images/B/Biofrigas/icons/close-icon.png) no-repeat scroll center;
  background-size: 16px;
}

ul.mobile-lang {
  margin-top: 20px;
}

ul.mobile-lang li {
  display: inline-block;
  margin-right: 5px;
}

ul.mobile-lang li a {
  display: block;
}

ul.mobile-lang li a img {
  vertical-align: top;
  max-width: 25px;
}


/*--- Module signpost 04
----------------------------*/

.module-signpost-04-bg {
  /*  height: 100vh;*/
  display: flex;
  align-items: center;
  padding: 50px 0;
  min-height: 800px;
  position: relative;
}

.module-signpost-04-bg .container {
  position: relative;
  z-index: 10;
}

.module-signpost-04-bg:before {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient(
    90deg, rgba(44,46,53,1) 0%, rgba(0,0,0,0.15) 31%, rgba(0,0,0,0.40) 76%, rgba(0,0,0,0.56) 98%, rgba(0,0,0,0.60) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.module-signpost-04-mobile-img {
  display: none;
}

.module-signpost-04-mobile-img img {
  vertical-align: top;
  width: 100%;
}

.signpost-inner-text {
  max-width: 792px;
}

.fade-in {
  opacity:0;
}

.signpost-inner-text h2 {
  color: #fff;
  font-family: 'K2D', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 60px;
}

.signpost-inner-text p {
  color: #fff;
  max-width: 486px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 30px;
  display: block;
}

.signpost-inner-text a.cta-link-green {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/*--- Module signpost 05
-----------------------------*/

.signpost-fullscreen-05 .container {
  max-width: 100%;
  padding: 0;
}

.module-signpost.module-wrapper .container .row {
  margin: 0;
}

.module-signpost.module-wrapper .container .row > div {
  padding: 0;
}

.module-signpost.module-wrapper .container .row > div.col-lg-6:last-child {
  padding-right: calc((100% - 1200px)/2);
}

/*.module-signpost.module-wrapper .container .row > div.col-lg-6:last-child .signpost-content-wrapper {
margin-left: 126px;
}*/

/*--- Mega menu
---------------------*/

div#MainWrapper {
    overflow: hidden;
}

header  {
  position: relative;
  z-index: 10;      
}


.mega-menu {
  position: static;
}

.desktop-nav ul li.level1 {
  position: static;  
}

.desktop-nav ul li.level1 > a {
  border-bottom: 2px transparent solid;
  position: relative;
}

.desktop-nav ul li.level1 > a:after {
     content: '';
    height: auto;
    width: auto;
    position: absolute;
    left: -15px;
    bottom: -40px;
    right: -15px;
    top: 0;
}

.desktop-nav ul li.level1:hover > a {
  border-bottom: 2px #fdc300 solid;
}

.desktop-nav ul li.level1.current > a,
.desktop-nav ul li.level1.selected > a {
  border-bottom: 2px #fdc300 solid;
}

.desktop-nav ul li.level2.selected > a,
.desktop-nav ul li.level2.selected>a:after,
.desktop-nav ul li.level2.current > a {
  color: #007048;
}

.desktop-nav ul li.haschildren ul li.level3.current a, 
.desktop-nav ul li.haschildren ul li.level3.current > span {
  color: #007048;
}

.desktop-nav ul li.haschildren ul li.level3.selected a, 
.desktop-nav ul li.haschildren ul li.level3.selected > span {
  color: #007048;
}

.mobile-navbar ul li.selected > a,
.mobile-navbar ul li.current > a,
.mobile-navbar ul li.selected > .dropdownArrow:before,
.mobile-navbar ul li.current > .dropdownArrow:before{
  color: #007048 !important;
}

.desktop-nav ul li.level1 > ul {
  padding-top: 50px;
  padding-bottom: 25px;
      left: 0;
    right: 0;
    margin: 0 auto;
        padding-left: 6%;
    padding-right: 6%;
}

.desktop-nav ul li.haschildren ul {
  width: 100%;
  background: #fff;
  max-width: 1224px;
}

.desktop-nav ul li.level1 > ul:before {
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.desktop-nav ul li.level1:hover > ul:before {
  content: '';
  height: 1px;
  background: #fdc300;
  position: absolute;
  width: auto;
  padding-left: calc((100% - 1200px)/2);
  padding-right: calc((100% - 1200px)/2);
  z-index: 100;
  top: 25px;
  right: 0%;
  opacity: 1;
  width: 100%;  
}

.desktop-nav ul li.level1:hover > ul {
  opacity: 1 !important;
  left: 0;
  right: 0;
 /* padding-left: 6%;
  padding-right: calc((100% - 1200px)/2);*/
  margin: 0 auto;
}

.desktop-nav ul li.haschildren ul li {
  max-width: 250px;
}

.desktop-nav ul li.level1.haschildren > ul > a {
  max-width: 250px;
  padding-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 2.4rem;
  color: #007048;
  font-weight: 800;
}

.desktop-nav ul li.haschildren ul li {
  border-bottom: none;
}

.desktop-nav ul li#nav-solutions-level2 > ul,
.desktop-nav ul li#nav-corporate-governance-level2 > ul,
.desktop-nav ul li#nav-share-price-level2 > ul,
.desktop-nav ul li#nav-the-share-level2 > ul {
  bottom: 0;
  top: auto;
}

.desktop-nav ul li.haschildren ul li.first {
  border-top: none;
}

.desktop-nav ul li.haschildren ul li a, 
.desktop-nav ul li.haschildren ul li > span {
  font-size: 1.8rem;
  line-height: 24px;
  font-family: 'K2D', sans-serif;
  font-weight: 500;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.desktop-nav ul li.level2.haschildren>a, .desktop-nav ul li.level2.haschildren.current>span {
  display: inline-block;
}

.desktop-nav ul li.level2.haschildren>a:after, .desktop-nav ul li.level2.haschildren.current>span:after {
  color: #007048;
  margin-top: 3px;
}

.desktop-nav ul li.haschildren ul li a:hover {
  color: #007048;
}

.desktop-nav ul li.level2 {
  text-align: left;
}

/*----- Module 03 A
-----------------------*/

.module-signpost-03-3col-a {
  position: relative;
}

.module-signpost-03-3col-a:before {
  content: '';
  height: 438px;
  background: rgba(239, 244, 240, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.module-signpost-03-a-wrap {
  max-width: 1098px;
  margin: 0 auto;
}

.module-signpost-03-a-wrap .row {
  margin: 0;
}

.module-signpost-03-a-wrap .row > div {
  padding: 0;
}

.module-signpost-03-a-block {
  height: 308px;
  border-radius: 5px;
  max-width: 400px;
  /*width: 400px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  box-shadow: 0px 5px 10px 0px rgba(14, 31, 53, 0.08),
    0px 10px 20px 0px rgba(14, 31, 53, 0.16),
    0px 24px 32px -1px rgba(14, 31, 53, 0.16),
    0px 32px 64px -2px rgba(14, 31, 53, 0.08);
  border-bottom: 5px #fff solid;
  position: relative;
}

.module-signpost-03-text {
  width: 100%;
  padding: 0 20px 12px;
  color: #fff;
  max-width: 80%;
}

.module-signpost-03-text-hover {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.60s ease-out;
  overflow: hidden;
}

.module-signpost-03-a-subtitle {
  font-size: 1.6rem;
  line-height: 20px;
}

.module-signpost-03-a-title {
  font-size: 4.0rem;
  line-height: 40px;
  font-family: 'K2D', sans-serif;
  letter-spacing: -0.36px;
  margin-bottom: 15px;
  font-weight: 600;
}

.module-signpost-03-a-block:hover .module-signpost-03-text-hover {
  opacity: 1;
  max-height: 500px;
  transition: max-height 0.60s ease-in;
}

.module-signpost-03-a-wrap .row > div:nth-child(1) .module-signpost-03-a-block {
  margin-right: -100px;
}

.module-signpost-03-a-wrap .row > div:nth-child(2) .module-signpost-03-a-block {
  position: relative;
  z-index: 10;
  margin-left: -26px;
  margin-top: 53px;
  margin-right: -8px;
}

.module-signpost-03-a-wrap .row > div:nth-child(3) .module-signpost-03-a-block {
  margin-left: -35px;
  position: relative;
  z-index: 10;
}

.module-signpost-03-text-hover p {
  letter-spacing: 0.3px;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
  margin-bottom: 25px;
}

.module-signpost-03-text-hover a.cta-link-green {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 3px solid #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.module-signpost-03-a-cta {
  text-align: center;
  margin-top: 65px;
  position: relative;
  z-index: 1;
}

.module-signpost-03-a-wrap a.cta-link-green {
  padding-top: 0;
  padding-bottom: 0;
}

.module-signpost-03-a-wrap a.cta-full-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.module-signpost-03-a-block:hover a.cta-link-green {
  padding-left: 6px;
  opacity: 0.85;
}


/*----- Module 03 B
-----------------------*/

.module-signpost-03-3col-b-inner-left h2 {
  font-size: 2.4rem;
  line-height: 32px;
  color: #01442c;
  font-weight: 600;
  margin-bottom: 20px;
}

.module-signpost-03-3col-b-inner-left p {
  padding: 0;
  margin-bottom: 30px;
}

.module-signpost-03-3col-b-inner-left p:last-child {
  margin-bottom: 0;
}

.module-signpost-03-3col-b-inner-right .row {
  margin: 0 -3px;
}

.module-signpost-03-3col-b-inner-right .row > div {
  padding: 0 3px;
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block {
  background: #01442c;
  padding: 30px;
  min-height: 330px;
  
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(14, 31, 53, 0.08),
    0px 6px 12px 0px rgba(14, 31, 53, 0.12),
    0px 14px 24px 0px rgba(14, 31, 53, 0.08);
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block .module-signpost-03-3col-b-hover {
  text-align: left;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}


.module-signpost-03-3col-b-inner,
.module-signpost-03-3col-b-hover {
  position: absolute;
  width: 100%;
  left: 3px;
  padding: 30px;
  top: 0;
  height: 100%;
  right: 3px;
  transition: all 0.3s;
}

.module-signpost-03-3col-b-hover a.module-signpost-03-3col-b-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.module-signpost-03-3col-b-hover-title {
  font-size: 2.4rem;
  color: #fff;
  font-family: 'K2D' , sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.module-signpost-03-3col-b-hover p {
  color: #fff;
  padding-left: 0;
  padding-bottom: 20px;
  opacity: 0.85;
}

.module-signpost-03-3col-b-link-text {
  padding-left: 0;
  font-size: 1.6rem;
  color: #fdc300;
  font-family: 'K2D' , sans-serif;
  line-height: 20px;
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block h3 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 20px;
  margin: 0;
}

.module-signpost-03-3col-b-icon {
  margin-bottom: 20px;
}

.module-signpost-03-3col-b-icon img {
  vertical-align: top;
  max-width: 80px;
}

.module-signpost-03-3col-b-inner-right {
  padding-top: 30px;
  /* margin-top: 30px;*/
  border-top: 2px #95969a solid;
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block h3:after {
  content: '';
  height: 1px;
  width: 40px;
  background: #8bcaae;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.module-signpost-03-3col-b-inner {
  display: flex;
  align-items: center;
}

.module-signpost-03-3col-b-inner-wrap {
  width: 100%;
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block:hover .module-signpost-03-3col-b-inner {
  opacity: 0;
}

.module-signpost-03-3col-b-inner-right .row .module-signpost-03-3col-b-block:hover .module-signpost-03-3col-b-hover {
  opacity: 1;
}

/*----- Banner
-------------------*/

.module-banner .container-fluid > div.row {
  background: #f5f7f5;
}

.overleap-header-banner {
  margin-bottom: 96px;
}

.overleap-header-banner .banner-right-image {
  margin-top: -96px;
  margin-bottom: -96px;
  min-height: 1023px;
  box-shadow: 0px 23px 36px 0px rgb(12 13 14 / 34%), 0px 16px 22px 0px rgb(14 31 53 / 12%), 0px 14px 24px 0px rgb(156 160 165 / 8%);
  border-radius: 0px 5px 5px 0px;
}

.banner-right-image:after {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient( 
    180deg, rgba(44,46,53,1) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.40) 70%, rgba(0,0,0,1) 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body .banner-right-image div#banner-iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  width: 220px;
  padding: 0 0 40px 40px;
  display: none;
}

body .banner-right-image div#banner-iframe iframe {
  padding-bottom: 12px;
  border-bottom: 1px solid #fdc300;
  width: 180px !important;
  min-height: 150px;
}

@media all and (min-width: 992.98px) {
  
  body .banner-right-image div#banner-iframe {
    display: block;
  }
  
}

.overlap-header .desktop-nav ul li.level1 > a {
  color: #fff;
}

.overlap-header .location-selector > a:after {
  border-color: #fff;
}

.overlap-header .desktop-nav ul li.level1:first-child > a {
  color: #2c2e35;
}


.banner-right-image {
  height: 100vh;
  min-height: 1023px;  
  position: relative;
}

/*.banner-right-image.noshadow:after {
display: none;
}*/

.banner-right-image a.banner-annual-report-link {
  position: absolute;
  width: 149px;
  height: 190px;
  bottom: -20px;
  right: 50px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'K2D', sans-serif;
  z-index: 1;
}

.banner-right-image a.banner-annual-report-link:after {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient( 
    180deg, rgba(44,46,53,1) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.40) 70%, rgba(0,0,0,1) 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-right-image a.banner-annual-report-link span.banner-annual-report-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-right-image a.banner-annual-report-link span.banner-annual-report-inner span:nth-child(2) {
  color: #fdc300;
}

.module-banner .row .col-xl-6:first-child {
  padding-left: calc((100% - 1200px)/2) !important;
}

.module-banner .row .banner-left-txt {
  padding-right: 84px;
}

.module-banner .row .banner-left-txt h1 {
  letter-spacing: 0;
  text-shadow: 0 12px 20px rgba(14 31 53 / 6%), 0 2px 4px rgba(14 31 53 / 6%);
  color: #2c2e35;
}

.module-banner .row .banner-left-txt .banner-label {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 45px;
}

.module-banner .banner-left-txt .banner-label:before {
  content: '';
  width: 60px;
  height: 4px;
  background: #8bcaae;
  display: block;
  margin-bottom: 24px;
}

.full-width-banner .banner-valign-middle {
  /*height: 680px;*/
  height: 500px;
  margin: 0 20px;
  position: relative;      
  border-radius: 5px;
  
}
.module-banner.half-banner .banner-valign-middle {
  height: 400px;
  margin: 0;
}
.full-width-banner .banner-valign-middle:after {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient( 
    180deg, rgba(44,46,53,0) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.40) 76%, rgba(0,0,0,0.50) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*.full-width-banner.noshadow .banner-valign-middle:after{
content:none;
}*/

.module-banner.noshadow .banner-valign-middle:after,
.module-banner.noshadow .banner-right-image:after {
  display: none;
}

.banner-valign-middle .container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-valign-middle .container .banner-left-txt {
  width: 100%;
}

.banner-valign-middle .container .banner-left-txt .banner-label:before {
  background: #fdc300;
}

.banner-valign-middle .container .banner-left-txt .banner-label {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
}

.banner-valign-middle .container .banner-left-txt h1 {
  color: #fff;
  margin-bottom: 0;
}

.banner-valign-middle .container .banner-left-txt a.cta-link-green {
  color: #fff;
  margin-top: 40px;
}

.banner-valign-middle .container .banner-left-txt div#banner-iframe-full {
  position: absolute;
  bottom: 40px;
}

.banner-valign-middle .container .banner-left-txt a.banner-annual-report-link {
  position: absolute;
  width: 149px;
  height: 190px;
  bottom: -20px;
  right: 50px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'K2D', sans-serif;
  z-index: 10;
}

.banner-valign-middle .container .banner-left-txt a.banner-annual-report-link:after {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient( 
    180deg, rgba(44,46,53,1) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.40) 70%, rgba(0,0,0,1) 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-valign-middle .container .banner-left-txt span.banner-annual-report-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner-valign-middle .container .banner-left-txt span.banner-annual-report-inner span:first-child,
.banner-right-image a.banner-annual-report-link span.banner-annual-report-inner span:first-child {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
}

.banner-valign-middle .container .banner-left-txt span.banner-annual-report-inner span:nth-child(2) {
  color: #fdc300;
}


/*---- HEader
------------------------*/

.search-block {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

a.search-btn {
    background: url(/~/media/Images/B/Biofrigas/icons/search-icon-black.png) no-repeat;
    height: 20px;
    background-position: center;
    width: 20px;
    right: 20px;
    /* outline: none !important; */
    text-indent: -99998px;
    display: inline-block;
    vertical-align: middle;
    background-size: 17px;
    transition: all 0.3s;
}

.search-btn.open {
  background: url(/~/media/Images/B/Biofrigas/icons/close-icon-black.png) no-repeat center;
  background-size: 17px;
  
}

.overlap-header .search-btn {
  background: url(/~/media/Images/B/Biofrigas/icons/search-icon-white.png) no-repeat;
  
  background-size: 17px;
}

.overlap-header .search-btn.open {
  background: url(/~/media/Images/B/Biofrigas/icons/close-icon-white.png) no-repeat;
  background-size: 17px;
  
}

.site-search {
  display: none;
  background: #fafafa;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 100;
  padding: 114px 0;
  box-shadow: 0px 23px 36px 0px rgb(12 13 14 / 34%), 0px 16px 22px 0px rgb(14 31 53 / 12%), 0px 14px 24px 0px rgb(156 160 165 / 8%);
}

p.anchorStyle {
  word-break: break-word;
}

/*@media all and (min-width: 991.98px) {

.site-search {
margin-top: 0 !important;
}

}*/

/*.site-search.open {
display: inline-block;
overflow: visible !important;
}*/

.site-search .search {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

#searchTextboxContainer input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px #000 solid;
  background: transparent;
  padding: 10px 30px 10px 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  float: none;
  height: auto;
}

#searchTextboxContainer input[type="text"]:focus {
  outline: none;
}

div#searchButtonContainer {
  position: absolute;
  right: 15px;
  bottom: 12px;
  
  width: 16px;
}

div#searchButtonContainer input {
  border: none;
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  background: url("/~/media/Images/B/Biofrigas/icons/close-icon-black.png") no-repeat;
  background-size: contain;
}

div#closeButton {
  position: absolute;
  right: -4px;
  bottom: 0px;
  border: none;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  background: url(/~/media/Images/B/Biofrigas/icons/close-icon-black.png) no-repeat;
  background-size: contain;
  z-index: 10;
  background-size: 16px;
}

div#solrstrap-facets,
.solarLeftSideKeyWord {
  display: none;
}

/*--- Table module
-------------------------*/

.table-module {
  background: #f8f8f0;
}

.report-content-wrap .reports-listing table thead th {  
  color: #01442c;
  font-size: 1.2rem;
  line-height: 14px;
  border: none;
  text-align: center;
  font-weight: 500;
}

.report-content-wrap .reports-listing table tbody tr:nth-child(even) {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

.report-content-wrap .reports-listing table tbody tr td {
  padding: 25px 0;
  border: none;  
  text-align: center;
}

.report-content-wrap .reports-listing table tbody tr td a {
  color: #01442c;
  font-size: 1.0rem;
  padding: 10px 18px;
  border-radius: 2px;
  letter-spacing: 0.83px;  
}

.report-content-wrap .report-mobile {
  display: none;
}

.report-content-wrap .reports-listing table tbody tr td a:hover {
  background: #007048;
  color: #fff !important;
}

.report-content-wrap .reports-listing table tbody tr td:first-child,
.report-content-wrap .reports-listing table thead th:first-child {  
  text-align: left;
  padding-left: 25px;
}

.report-content-wrap .reports-listing table tbody tr td:nth-child(2),
.report-content-wrap .reports-listing table thead th:nth-child(2) {	
  text-align: left;    
}

.report-content-wrap .reports-listing table tbody tr td.report-date {  
  font-size: 12px;
  color: #01442c;  
  text-transform: uppercase;
  line-height: 14px;
}

.report-content-wrap .reports-listing table tbody tr td.report-title {  
  font-size: 1.6rem;
  color: #000000;
  line-height: 24px;
}

/*------ Module Key Facts
---------------------------*/

.keystat-title-wrap {
  margin-bottom: 12px;
}

.keystat-title-wrap p.h3 {
  padding: 0;
  margin: 0;
  font-size: 6.4rem;
  color: #007048;
  line-height: normal;
}

.keystats-item p {
  padding: 0;
  margin-bottom: 25px;
}

.keystats-item a.cta-link-green {
  padding-top: 0;
  padding-bottom: 0;  
}

/*--- Accordion
--------------------*/

.accordion-top {
  margin-bottom: 40px;
}

.accordion-top h2 {
  color: #01442c;
}

.accordion-top p {
  color: #2c2e35;
  font-weight: normal;
  padding: 0;
}


.accordion-content-inner {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  border: 1px solid rgba(139, 202, 174, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(14, 31, 53, 0.08);
  padding: 25px;
}

.accordion-container .accordion-title {
  border-bottom: 2px solid rgba(0, 112, 72, 0.25);
  color: #585958;
  position: relative;
  padding: 20px 40px 20px 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom:0px;
  background: rgba(139, 202, 174, 0.05);
  font-size: 2.0rem;
  line-height: 28px;
}
.accordion-container .accordion-title:first-child{
  border-top: 2px solid rgba(0, 112, 72, 1);
}

.accordion-content .desktop-inner {
  margin-bottom: 20px;
  padding: 0 20px;
}
.accordion-container .accordion-title::after {
  position: absolute;
  content: '';
  border: 1px solid #007048;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(136deg);
  width: 12px;
  height: 12px;
  right: 22px;
  top: 50%;
  transition: all 0.3s;    
}
.accordion-container .accordion-title.open{
  border-bottom:none;
}
.accordion-container .accordion-title.open::after {
  content: '';
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  margin-top: 6px;
}
.accordion-content{
  border-bottom: 1px solid #ebebeb;
}

/*--- Tab Module
-----------------*/

.tab-box {
  display: none;
}

.tab-main-box .tab-box:first-child {
  display: block;
}
.accordion-module .tab-main-box .tab-img img {
  width: 100%;
  vertical-align: top;
}

.tab-img {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  position: relative;
}

.tab-img:after {
  content: '';      
  background: rgb(44,46,53);
  background: linear-gradient( 
    90deg, rgba(44,46,53,1) 0%, rgba(0,0,0,0.15) 31%, rgba(0,0,0,0.40) 76%, rgba(0,0,0,0.56) 98%, rgba(0,0,0,0.60) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.accordion-module .tab-main-box .col-lg-5 {
  padding-left: calc((100% - 1200px)/2) !important;
  padding-right: 58px !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.accordion-module .tab-main-box .col-lg-5:before {
  content: '';
  height: 2px;
  width: 115px;
  background: #8bcaae;
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (min-width: 1199.98px) {
  
  .accordion-module .tab-main-box .col-lg-5:before {
    display: block;
  }
  
}

.accordion-module .tab-main-box .col-lg-5 h2  {
  font-size: 4.0rem;
  color: #01442c;
  line-height: 48px;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

.accordion-module .tab-main-box .col-lg-5 a.cta-link-green {
  margin-top: 10px;
}

.tab-teaser {
  position: relative;
}

.tab-menu {
  position: absolute;
  width: auto;
  bottom: 0;
  z-index: 10;
  left: 41.666667%;
  right: 0;
}

.tab-menu ul {max-width: 370px;}

.tab-menu ul li {margin-bottom: 5px;}

.tab-menu ul li a {
  display: block;
  background: rgba(44, 46, 53, 0.7);
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(14, 31, 53, 0.06),
    0px 6px 12px 0px rgba(14, 31, 53, 0.08),
    0px 12px 20px 0px rgba(14, 31, 53, 0.06);
  padding: 25px;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 21px;
  border-left: 2px rgba(255,255,255,0.8) solid;
  font-weight: 600;
  font-family: 'K2D' , sans-serif;
}
.tab-menu ul li a.active,
.tab-menu ul li a:hover {
  background: rgba(44, 46, 53, 1);
  border-left: 2px #fdc300 solid;
}

.tab-menu ul li a span {display: block;font-size: 1.4rem;letter-spacing: 1.5px;line-height: 20px;text-transform: uppercase;margin-bottom: 10px;font-weight: 600;font-family: 'Raleway', sans-serif;}

/*--------- Inner Banner
------------------------------*/

.inner-banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner h1 {
  margin: 0;
  color: #fff;
  line-height: 52px;
      position: relative;

    z-index: 1;
}

#content-wrapper {
  background-color: transparent;
  padding-bottom: 80px;
}

/*--- Board of director
-----------------------------*/

.board-wrapper {
  margin-top: 0;
}

.board-row, .board-listing, .board-wrapper {
  float: none;    
}

.board-listing .board-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
  float: none;
  width: auto;
}

.board-listing .board-row .col-md-4 {
  padding-right: 4px;
  padding-left: 4px;
}

figure.board-image img {
  width: 100%;
  
  vertical-align: top;
}

.board-item {
  list-style-type: none;
  margin-bottom: 30px;
  border: none;
}

summary::-webkit-details-marker {
  display:none !important;
}

.board-short-details {
  padding: 0 10px;
  margin-top: 15px;
}

.board-short-details p.board-name {
  font-size: 3.2rem;
  line-height: 28px;
  padding-bottom: 10px;
  color: #1a7e5a;
}

.board-short-details p.board-designation {
  /*font-size: 3.2rem;
  line-height: 42px;
  max-width: 60%;*/
  padding: 0;
  
}

.board-item.current p.board-name {
  color: #1a7e5a;
/*  font-family: 'K2D', sans-serif;*/
}

.newstab ul li a:hover {
  background-color: transparent;
  color: #007048 !important;
}

.board-readmore {
  margin-top: 15px;
}

.board-readmore span {
  display: inline-block;
  font-size: 1.7rem;
  color: #283583;  
  letter-spacing: 0px;
  padding-bottom: 5px;
  border-bottom: 2px #076b56 solid;
  line-height: 20px;
}

.board-full-wrap,
.board-full-details {
  max-width: 813px;
  margin: 0 auto;
  padding: 60px 20px;
}

.board-full-wrap p,
.board-full-details p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 14px;  
  padding: 0;
}

.board-full-wrap .rad-introtext,
.board-full-details .rad-introtext{
  line-height: 42px;
  
}

.board-close {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 14px;
  text-align: right;  
  color: #283583;
}

#main-container .board-close > a {   
  color: #1a7e5a;
  padding-right: 36px;
  position: relative;
  background: transparent;
}

#main-container .board-close > a:after {
  content: '';
  background: url(~/media/Images/B/Biofrigas/icons/close-icon.png) no-repeat scroll center;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 16px;
}

#main-container .board-close > a:hover {
  background-color: transparent;
  text-decoration: none;
}

/*--- Twitter
---------------------*/

.twitter-feed-slider {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.twitter-feed-slider .slick-list,
.twitter-feed-slider .slick-track {
  display: flex;  
}

.twitter-feed-slider  .slick-slide {
  flex: 1 0 0%;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
}

.twitter-feed-slider .twitter-feed-item p {
    font-family: 'K2D', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 42px;
    margin-top: 62px;
    padding: 0;
}

.twitter-feed-slider .twitter-feed-item p:before {
content: "\e908";font-family: 'icomoon';position: absolute;top: 0;color: #95969a;font-size: 20px;
}


.twitter-feed-slider .twitter-feed-item a  {
  font-family: 'K2D', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 42px;
  margin: 0;
  color: #585958;
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
      word-break: break-word;
          color: #007048;
    text-decoration: underline;
}

.twitter-feed-slider .twitter-feed-item a:before {}

.twitter-feed-slider .twitter-feed-item a:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url("~/media/Images/B/Biofrigas/icons/external-link-icon.png");
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

/*.twitter-feed-slider .twitter-feed-item a:hover {
  color: #007048;
  text-decoration: underline;
}*/

.twitter-feed-slider .twitter-feed-item a:hover:before {
  color: #007048;
}

.twitter-feed-slider .twitter-feed-item a:hover:after {
  opacity: 1;
}

.twitter-feed-slider .slick-dots li.slick-active a {
  background: #007048;
}

.twitter-feed-slider .slick-dots li a {
  width: 15px;
  height: 15px;
  background: #585958;
  display: inline-block;
  text-indent: -99999px;
  border-radius: 50%;
}

/*---- Press release
---------------------------*/

body.ip3-press-releases,
body.ip3-financial-reports,
body#ip3-financial-calendar {
  background: #f9fbf8;
}

.report-content-wrap .newstab {
  padding-left: 25px;
	display: block !important;
}

.drop-down {
  margin-bottom: 20px;
}

.drop-down li.level3.last,
.general-meeting-wrap .drop-down li.level4.last {
  display: none;
}

#content-wrapper .newstab ul {
  border: none;
}

#content-wrapper .report-content-wrap .newstab ul {
  position: relative;
  padding-right: 100px;
}

#content-wrapper .report-content-wrap .newstab ul li {
  margin-right: 60px !important;
  border: none;
}

.newstab ul li a, .newstab ul li > span {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 17px;
  line-height: 20px;
  color: #007048;
  opacity: 0.70;
  padding-bottom: 5px;
  border-bottom: 1px transparent solid;
  font-weight: 500;
}

.newstab ul li > span {
  opacity: 1;
  border-bottom: 1px #95969a solid;
}

#content-wrapper .report-content-wrap .newstab ul li.last span {
  padding: 0;
  border: none;
}

#content-wrapper .report-content-wrap .newstab ul li.last {
  margin-right: 0 !important;
  position: absolute;
  right: 0;    
  padding-bottom: 5px;
  border-bottom: 1px #076b56 solid;
  line-height: 20px;
  display: inline-block;
  padding-left: 20px;
}

#content-wrapper .report-content-wrap .newstab ul li.last a {
  padding: 0;
  font-weight: 500;
  color: #2c2e35;
}

#content-wrapper .report-content-wrap .newstab ul li.last:before {
  content: "\2192";
  position: absolute;
  left: 0;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last {
    position: static;
    padding: 0;
    border-bottom: none;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last:before {
	display: none;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last > a {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 17px;
    line-height: 20px;
    color: #585958;
    opacity: 0.70;
    padding-bottom: 5px;
    border-bottom: 1px transparent solid;
    font-weight: 500;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last.current span {
    color: #007048;
    opacity: 1;
    border-bottom: 1px #95969a solid;
    padding-bottom: 5px;
}

#content-wrapper .report-content-wrap .drop-down.archive-link-right .newstab ul li.last:before {
  width: 0;
  height: 0;
  top: auto;
  
  color: #007048;
}

.inner-content-wrap {
  padding: 60px 0;
}

/*--------- Press relase table
------------------------------------*/

body .press-releases-listing table.reportTable tr th {  
  font-size: 1.2rem;
  line-height: 14px;
  border: none;
  color: #01442c;
  width: auto;
  text-align: center;
  padding-right: 0;
  font-weight: 500;
  
}

body .press-releases-listing table.reportTable tr th:nth-child(1),
body .press-releases-listing table.reportTable tr th:nth-child(2) {
  text-align: left;
} 

body .press-releases-listing table.reportTable tr th:nth-child(1) {
  width: 12%;
} 

body#ip3-calendar .press-releases-listing table.reportTable tr th:nth-child(1) {
  width: 40%;
} 

body .press-releases-listing table.reportTable tr th:nth-child(2) {
  width: 40%;
} 

body .press-releases-listing table.reportTable tr td {
  font-size: 1.6rem;
  color: #000000;
  line-height: 24px;
  padding-bottom: 25px;
  padding-top: 25px;
  border: none;  
}

body div#financial-cal-wrap .press-releases-listing table.reportTable tr td:first-child {
  width: 20%;
}

body .press-releases-listing table.reportTable tr td.table-link-btn {
  text-align: center;
  width: 12%;
}

body .press-releases-listing table.reportTable tr td a {
  color: #000 !important;
}

body .press-releases-listing table.reportTable tbody tr:nth-child(even) {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

body .press-releases-listing table.reportTable tr th:first-child, 
body .press-releases-listing table.reportTable tr td:first-child {    
  padding-left: 25px;
}

body .press-releases-listing table.reportTable tr td.report-date {
  font-size: 12px;
  color: #585958;
  opacity: 0.75;
  text-transform: uppercase;
  line-height: 14px;
  width: 12%;
}

body .press-releases-listing table.reportTable tr td.table-link-btn a {
  color: #2c2e35 !important;
  font-size: 1.0rem;
  padding: 10px 18px;
  border-radius: 2px;
  font-weight: 500;
}

body .press-releases-listing  table.reportTable tr td.table-link-btn a:hover {
  background: #01442c;
  color: #fff !important;
}

.press-release-page p {
  margin-bottom: 15px;  
}

.back-pr-year {
  margin-top: 30px;
}

body .back-pr-year a {
  color: #283583;
  text-decoration: none;
  font-size: 1.6rem;  
  padding-bottom: 5px;
  border-bottom: 1px #3b8477 solid;
  line-height: 20px;
  display: inline-block;  
  position: relative;
}

div#financial-cal-wrap .scroll-table-container:first-of-type {
  margin-bottom: 30px;
}

body#ip3-calendar div#financial-cal-wrap .scroll-table-container {
  overflow: visible;
}

.module-press-releases-10 .align-items-center.align-top {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}

.module-press-releases-10 .align-items-center.align-top .press-release-left h2 {
  max-width: 100%;
}

/*--- Text module
------------------*/

#__cookieWrapper .cookieModal .ccDescription p,
#__cookieWrapper .cookieModal  p {
  font-size: 1.4rem !important;
  color: #585958;
  margin: 0;
  line-height: 20px;
}

#__cookieWrapper .cookieModal .title {
  color: #01442c;
      font-size: 1.4rem !important;
    line-height: 20px !important;
}

body #__cookieWrapper .cookieModal .ccBodyFooter {
  text-align: left;	
}

body #__cookieWrapper .cookieModal .ccBodyFooter .ccBtn {
  color: #01442c;
}

#__cookieWrapper .cookieModal .ccFooter {
  text-align: left !important;
}

#__cookieWrapper .cookieModal .ccFooter button#cc-acceptAll-btn {
  margin-right: 10px !important;
}

#__cookieWrapper .cookieModal .ccDescription p a {
  color: #01442c;    
}

#__cookieWrapper .cookieModal .ccFooter button {
  color: #01442c;
      font-size: 14px;
}

#__cookieWrapper .cookieModal .ccFooter button:hover,
body #__cookieWrapper .cookieModal .ccBodyFooter .ccBtn:hover {
  color: #fff;
}

/*---- Contact
-------------------*/

body .form-section .form-left, 
body .form-container .form-left {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 5px;
}

body .form-section .form-right.posAbs {
  position: relative;
  float: none;
}

body .form-container .form-right input, 
body .form-container .form-right select {
  width: 100%;
}

body .form-container .form-right {
  float: none;
  width: 100%;
}

body .form-container .form-right textarea {    
  margin-right: 0;
  width: 100%;
  height: 120px;
}

body .g-recaptcha {
  display: inline-block;
  width: 100%;
}

body .contact-right-txt p {
  padding: 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 32px;
}

body .contact-right-txt p strong {
  color: #000;
}

body .contact-right-txt p:last-child {
  margin-bottom: 0px;
}

body .contact-right-txt p a {
  color: #007048;
}

body .contact-right-txt p a:hover {
  cursor: pointer;
}

.site-search span#lblError, 
.searchboxSolr-outer #lblError2 {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;    
  line-height: normal;
}

.site-search span#lblError {
  bottom: -26px;
  position: absolute;
  margin-left: 15px;
}

/*------ History
-------------------*/

.history-timeline-wrap {
  margin: 20px auto 120px;
}

.history-timeline-wrap h2 {
  text-align: center;
  color: #01442c;
  margin-bottom: 50px;    
}

.history-wrapper {
  position: relative;
  /*max-width: 980px;*/
  margin: 0 auto 50px;
}

.history-wrapper .history-date {
  color: #000000;
  font-family: 'K2D' , sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 10px;
}

.history-wrapper .history-txt p:last-child {
  padding: 0;
}

.history-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #dbdbdb;
  height: 105%;
  width: 2px;
  top: 0;
  bottom: 0;
}

.history-wrapper:after,
.history-row:after {
  content: '';
  display: table;
  clear: both;
}

.history-wrapper .history-row {
  margin-bottom: -30px;
}

.history-wrapper .history-item {
  /* max-width: 450px; */
  padding: 30px 25px;
  width: 45%;
  border-right: 10px solid #01442c;
  background: #f9f9f9;
  position: relative;
}

.history-wrapper .history-row:nth-child(2n) .history-item {
  /*float: right;
  padding: 2.1875rem 2.5rem;*/
    float: right;
    border-right: none;
    padding: 22px 25px 22px 35px;
}

.history-wrapper .history-row:nth-child(2n) .history-item:before {
    content: '';
    width: 10px;
    height: 100%;
    background: #01442c;
    position: absolute;
    left: 0;
    top: 0;
}

.history-wrapper .history-row .history-item:after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  right: -70px;
  background: #dbdbdb;
}

.history-wrapper .history-row:nth-child(2n) .history-item:after {
  left: -60px;
  right: auto;
}

article#main-content-wrapper {
  margin-bottom: 30px;
}

.text-module .text-module-wrap .intro-txt ol {padding-left: 18px;}

.text-module .text-module-wrap .intro-txt ol li {
  margin-bottom: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  line-height: 24px;
}

body .text-module .text-module-wrap .intro-txt ol li ul {margin-bottom: 0 !important;margin-top: 6px;}

.text-module .text-module-wrap .intro-txt ol li ul li {margin: 0 0 3px;}

body.ip3-news.ip3-level3 .inner-banner {
  /*    height: 500px;*/
  margin: 0 20px;
  position: relative;
  border-radius: 5px;
}

body.ip3-news.ip3-level3 .inner-banner:after {
  content: '';
  background: rgb(44,46,53);
  background: linear-gradient( 
    180deg
    , rgba(44,46,53,0) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.40) 76%, rgba(0,0,0,0.50) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mega-menu li#nav-products-level2 > a,
.mega-menu li#nav-solutions-level2 > a,
.mega-menu li#nav-the-share-level2 > a,
.mega-menu li#nav-corporate-governance-level2 > a {
  pointer-events: none;
}

#ip3-management #breadcrumb {
  display: none;
}

/*------*/

.general-meeting-wrap #content-wrapper {
  padding-top: 80px;
}

.general-meeting-wrap #content-wrapper .general-meeting-top h2 {
  color: #000;
}

.general-meeting-wrap #content-wrapper .general-meeting-top p {	
  padding: 0;
}

.general-meeting-wrap #content-wrapper .general-meeting-top .general-meeting-top {
  margin-bottom: 30px;
}

.general-meeting-wrap #content-wrapper .report-content-wrap .newstab {
  padding-left: 0;
}

.general-meeting-wrap #content-wrapper .general-meeting-short-info {
  margin-bottom: 15px;
}

.general-meeting-wrap #content-wrapper .general-meeting-short-info h3 {
  color: #000;
}

.general-meeting-wrap #content-wrapper .general-meeting-short-info p {
  padding: 0;
}

body .general-meeting-wrap #content-wrapper .press-releases-listing table.reportTable tr th:first-child,
body .general-meeting-wrap #content-wrapper .press-releases-listing table.reportTable tr td:first-child {
  width: 85%;
}

body .general-meeting-wrap #content-wrapper .press-releases-listing table.reportTable tr th:last-child,
body .general-meeting-wrap #content-wrapper .press-releases-listing table.reportTable tr td:last-child {
  width: 15%;
  text-align: center;
}

.general-meeting-item .press-releases-listing {
  margin-bottom: 50px;
}

.general-meeting-item .press-releases-listing:last-of-type {
  margin-bottom: 0;
}

.general-meeting-item .press-releases-listing .scroll-table-container {
  overflow: visible;
}

/*------ Media Query
---------------------------*/


@media all and (max-width: 1199.98px) and (min-width: 768px) {
  
  
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {    
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  
}
@media all and (max-width: 1024px) and (min-width: 992px) {
  .desktop-nav ul li.haschildren ul li {
    margin-left: -16px;
  }
}
@media all and (max-width: 1199.98px) and (min-width: 992px) {
  
  .module-banner .row .banner-left-txt {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .module-banner .row .banner-left-txt h1 { 
    font-size: 4.8rem;
    margin-bottom: 30px;
    line-height: 60px;
    letter-spacing: 0.5px;
  }
  
  .module-banner .row .banner-left-txt .banner-label {
    font-size: 1.8rem;    
    margin-bottom: 20px;
    letter-spacing: 0.27px;
    line-height: 28px;
  }
  
  .module-banner .row .col-xl-6:first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: auto;
    max-width: 100%;  
  }
  
  .desktop-nav ul li.level1 {
    margin-left: 14px;
  }
  
  .overleap-header-banner .banner-right-image {
    max-width: 496px;
    margin-left: auto;
  }
  
  .desktop-nav ul li a, .desktop-nav ul li > span {  	
    font-size: 1.6rem;
  }
  
  .search-block {
    margin-left: 10px;
  }
  
  .location-selector {
    padding: 0 0 0 5px;
  }
  
  .location-selector ul {
    margin-left: -5px;
  }
  
  .accordion-module .tab-main-box .col-lg-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .tab-menu ul li a {
    padding: 15px;
    min-width: 187px;
    height: 100%;
    box-shadow: none;
    font-size: 2.0rem;
    line-height: 21px;
  }
  
  
  .tab-menu ul li a span {
    font-size: 1.2rem;
    letter-spacing: 1.29px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  
  .desktop-nav ul li.level1:hover > ul {
    /*    padding-left: 12px; */
    padding-right: 12px;
  }
  
  body .banner-right-image div#banner-iframe {
    padding: 0 0 30px 30px;
  }
  
  .banner-right-image a.banner-annual-report-link {
    right: 30px;
  }
  
  .module-signpost-04-bg {
    min-height: 650px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(1) .module-signpost-03-a-block .module-signpost-03-text {
    max-width: 76%;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(1) .module-signpost-03-a-block {
    margin-right: -31px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(2) .module-signpost-03-a-block {
    margin-left: -23px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(3) .module-signpost-03-a-block {
    margin-left: -31px;
  }
  
  /*---------*/
  
  .history-wrapper {
    max-width: 942px;
  }
  
  .history-wrapper .history-item {
    max-width: 440px;
  }
  
  .history-wrapper .history-row .history-item:after {
    width: 47px;
    right: -57px;
  }
  
  .history-wrapper .history-row:nth-child(2n) .history-item:after {
    left: -47px;
  }
  
}

@media all and (max-width: 991.98px) and (min-width: 768px) {
  
  .module-signpost-03-a-wrap .row {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .module-signpost-03-a-wrap .row > div {
    display: inline-block;
    width: auto;
  }
  
  .module-signpost-03-a-block {
    height: 223px;
    width: 290px;    
    text-align: left;
  }
  
  .module-signpost-03-a-wrap {
    text-align: center;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(1) .module-signpost-03-a-block {
    margin: 0 0 20px;
  }
  
  .module-signpost-03-3col-a:before {
    height: 260px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(2) .module-signpost-03-a-block {
    margin: 0;
    position: relative;
    z-index: 100;
    margin-left: -30px;
    top: 40px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(1) .module-signpost-03-a-block > .module-signpost-03-text {
    max-width: 100%;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(2) .module-signpost-03-a-block > .module-signpost-03-text,
  .module-signpost-03-a-wrap .row > div:nth-child(3) .module-signpost-03-a-block > .module-signpost-03-text {
    max-width: 100%;
  }
  
  .module-signpost-03-a-title {
    margin-bottom: 5px;
  }
  
  .module-signpost-03-text-hover p {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 5px;
  }
  
  .module-signpost-03-a-wrap a.cta-link-green {
    margin-bottom: 5px;
  }
  
  .module-signpost-03-a-wrap .row > div:nth-child(3) .module-signpost-03-a-block {
    margin: 0;
  }
  
  .module-banner .row .banner-left-txt {
    padding-right: 24px;
    padding-left: 25px;
  }
  
  .module-signpost-03-a-cta {
    margin-top: 55px;
  }
  
  .module-banner .row .banner-left-txt h1 { 
    font-size: 4.8rem;
    margin-bottom: 30px;
    line-height: 60px;
    letter-spacing: 0.5px;
  }
  
  .module-banner .row .banner-left-txt .banner-label {
    font-size: 1.8rem;    
    margin-bottom: 20px;
    letter-spacing: 0.27px;
    line-height: 28px;
  }
  
  .module-banner .row .col-xl-6:first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: auto;
    max-width: 100%;  
  }
  
  .module-banner .row .col-xl-6:last-child {
    max-width: 339px;
  }
  
  .banner-right-image {
    min-height: 486px;
    height: 486px;
    width: 339px;
  }
  
  .keystats-module .keystats-inner .row .col-6:nth-child(1n+3) {
    margin-top: 15px;
  }
  
  .full-width-banner .banner-valign-middle {
    height: 400px;
  }
  
  body.ip3-news.ip3-level3 .inner-banner {
    height: 400px;
  }
  
  body.ip3-news.ip3-level3 .inner-banner h1 {
    padding-left: 40px;
  }
  
  .banner-valign-middle .container .banner-left-txt {    
    padding-left: 40px;
  }
  
  .module-banner .container-fluid > div.row {
    padding-bottom: 80px;
  }
  
  
  .module-signpost-04-bg {
    min-height: 573px;
  }
  
  .history-wrapper {
    max-width: 718px;
  }
  
  .history-wrapper .history-item {
    max-width: 330px;
  }
  
  .history-wrapper .history-row .history-item:after {
    width: 35px;
    right: -45px;
  }
  
  .history-wrapper .history-row:nth-child(2n) .history-item:after {
    left: -35px;
  }
  
}

@media all and (max-width: 991.98px) {
  
  #auto-top-link {display: none !important}
  
  .module-signpost-03-3col-b-inner-right {
    margin-top: 30px;
  }
  
  .overlap-header .search-btn {
    background: url(/~/media/Images/B/Biofrigas/icons/search-icon-black.png) no-repeat;     
    background-size: 17px;
  }
  
  .mobile-navbar {
    text-align: left;
  }
  
  .overlap-header .search-btn.open {
    background: url(/~/media/Images/B/Biofrigas/icons/close-icon-black.png) no-repeat center;
    
    background-size: 17px;
  }
  
  .module-wrapper {
    padding: 30px 0;
  }
  
  #ip3-Homepage .overleap-header-banner {
    margin-bottom: 0;
  }
  
  .banner-right-image a.banner-annual-report-link {
    right: 20px;
    font-size: 1.6rem;
    line-height: 22px;
  }
  
  .downloads-container .download-content-right {
    display: none;
  }
  
  .downloads-content-left a.h2-text-link {
    display: block;
}
  
  .download-Module .downloads-content-left {
    margin-right: 0;
  }
  
  
  .overleap-header-banner .banner-right-image {  
    margin-top: 0;
    min-height: 264px;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  
  .hidden-body {
    overflow: hidden;
  }
  
  div#mobMenu {
    display: inline-block;
  }
  
  
  /*--------*/
  
  .tab-teaser .tab-box .col-lg-5 {
    padding: 0 15px !important;
    order: 2;
    margin-top: 50px;
  }
  
  .tab-teaser .tab-box .col-lg-7 {
    order: 1;  
  }
  
  .tab-menu {
    top: 520px;
    bottom: auto;
    margin-top: -78px;
    left: 0;
    overflow: scroll;
  }
  
  .tab-menu ul {
    max-width: 100%;
    /* display: flex;*/
  }
  
  .accordion-module .tab-main-box .tab-img img {
    width: 100%;
    vertical-align: top;
    height: 520px;
    object-fit: cover;
  }
  
  
  .tab-menu ul li a {
    padding: 15px;
    /*    min-width: 187px;*/
    display: block;
    height: 100%;
    box-shadow: none;
    font-size: 2.0rem;
    line-height: 21px;
  }
  
  .tab-menu ul li a span {
    font-size: 1.2rem;
    letter-spacing: 1.29px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  .tab-menu ul li {
    /* margin-bottom: 0;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;*/
  }
  
  .accordion-module .tab-main-box .col-lg-5:before {
    display: none;
  }
  
  .banner-valign-middle .container .banner-left-txt div#banner-iframe-full {
    display: none;
  }
  
  li#mobi-nav-products-level2 > a,
  li#mobi-nav-solutions-level2 > a,
  li#mobi-nav-media-level1 > a,
  li#mobi-nav-the-share-level2 > a,
  li#mobi-nav-corporate-governance-level2 > a {
      pointer-events: none;
  }
  
  .mobile-navbar ul li.level2 > ul > li {
      margin-bottom: 8px;
  }
  
  .mobile-navbar ul li.level2 > ul > li:last-child {
  	margin-bottom: 0;
  }
  
}

@media all and (max-width: 767.98px)  {
  
  
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {    
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
  /*-----------*/
  
  .module-signpost-03-a-block {
    margin: 0 0 40px !important;
    max-width: 100%;
    height: 223px;
  }
  
  .module-signpost-03-a-wrap .row > div:last-child .module-signpost-03-a-block {
    margin: 0 !important;
  }
  
  .module-signpost-03-text {    
    max-width: 100%;
  }
  
  .module-signpost-03-a-title {
    margin-bottom: 13px;
  }
  
  .module-signpost-03-text-hover p {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  
  .module-signpost-03-3col-b-inner-right .row > div {    
    margin-bottom: 10px;
  }
  
  
  .module-signpost-04-mobile-img {
    display: block;
  }
  
  .signpost-inner-text h2 {

    font-size: 32px;
    line-height: 42px;
    color: #01442c;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  
  .signpost-inner-text p {
    font-size: 16px;
    color: #585958;
    line-height: 28px;
    padding-bottom: 20px;
  }
  
  .signpost-inner-text a.cta-link-green {
    color: #1a7e5a;
  }
  
  .module-signpost-04-bg {
    background: none !important;
    padding-top: 25px;
    height: auto;
    display: block !important;
    min-height: 100px;
    
    padding-bottom: 0;
  }
  .module-banner .row .banner-left-txt {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 50px;
    margin-bottom: 45px;
  }
  
  .module-banner .row .banner-left-txt h1 {
    letter-spacing: 0;
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 35px;
  }
  
  .module-banner .row .banner-left-txt .banner-label {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.27px;
    line-height: 28px;
  }
  
  .banner-right-image {
    min-height: 450px;
    height: 264px;
    margin-left: 30px;
    background-position: center;
  }
  
  .keystats-module .keystats-inner .row .col-md-6:nth-child(1n+3) {
    margin-top: 25px;
  }  
  
  .mobile-navbar {
    top: 74px;
    height: calc(100vh - 78px);
  }
  
  /*-------*/
  
  
  .display_none {
    display: none !important;
  }
  
  
  .report-content-wrap .report-mobile .report-table-tr {
    padding: 24px 24px;
    margin: 0 -24px;    
  }
  
  .report-content-wrap .report-mobile .report-table-tr .report-mobile-date {
    font-size: 1.2rem;
    line-height: 14px;
    color: #000000;
    opacity: 0.75;
    text-transform: uppercase;    
    margin-bottom: 5px;
  }
  
  .report-content-wrap .report-mobile .report-table-tr .report-mobile-title {
    font-size: 2.0rem;
    line-height: 27px;
    color: #000000;    
    margin-bottom: 14px;
  }
  
  .table-module .report-dropdown {
    position: relative;
  }
  
  .report-dropdown .report-init {
    height: 50px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #000000;    
    border: 1px solid #01442c;
    position: relative;
    z-index: 10;
  }
  
  .report-dropdown .report-init:after {
    content: "\e912";
    font-family: 'icomoon' !important;
    font-size: 1.8rem;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #01442c;
  }
  
  .report-dropdown .report-init.active:after {
    content: "\e90d";
  }
  
  .table-module ul.prod-gram {
    position: absolute;
    width: 80%;
    left: 0;
    border: 1px solid rgba(217, 222, 252, 0.5);
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 4%);
    margin: 0 auto;
    right: 0;
    z-index: 100;
  }
  
  .report-content-wrap .report-mobile .report-table-tr ul.prod-gram li {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    text-align: center;
  }
  
  .report-content-wrap .report-mobile .report-table-tr ul.prod-gram li a {
    font-size: 1.7rem;
    color: #01442c;    
    padding: 15px 18px;
    line-height: 22px;
    display: block;
  }
  
  .report-content-wrap .report-mobile .report-table-tr ul.prod-gram li:hover {
    background: #f5f4f3;
  }
  
  .table-module .bod-top-txt.report-top-txt, 
  .table-module .drop-down.single-item {
    display: none;
  }
  
  .report-content-wrap .report-mobile .report-table-tr:nth-child(even) {
    background: #fff;
  }
  
  
  .full-width-banner .banner-valign-middle {   
    margin: 0 12px;
  }
  
  body.ip3-news.ip3-level3 .inner-banner {
    height: 220px;
    margin: 0 12px;
    background-position: left;
  }
  
  body.ip3-news.ip3-level3 .inner-banner h1 {
    font-size: 3.2rem;
    line-height: 42px;
  }
  
  .full-width-banner .banner-valign-middle, .module-banner.half-banner .banner-valign-middle {    
    height: 220px;
  }
  
  .banner-valign-middle .container .banner-left-txt h1 {
    font-size: 3.2rem;
    line-height: 42px;
  }
  
  .banner-valign-middle .container .banner-left-txt .banner-label {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.18px;
    line-height: 28px;
  }
  
  .banner-valign-middle .container .banner-left-txt .banner-label:before {    
    margin-bottom: 10px;
  }
  
  .tab-menu {
    top: 400px;  
  }
  
  .accordion-module .tab-main-box .tab-img img {    
    height: 400px;    
  }
  
  .twitter-feed-slider .twitter-feed-item a:after {
    opacity: 1;
  }
  
  .twitter-feed-slider {
    margin-bottom: 30px;
  }
  
  .twitter-feed-slider .twitter-feed-item a,
  .twitter-feed-slider .twitter-feed-item p {
    font-size: 2.8rem;
    font-weight: 600;
  }
  
  .twitter-feed-slider .slick-dots {
    bottom: -40px;
  }
  
  .twitter-feed-slider .slick-list {
    padding-left: 0 !important;
  }
  
  .accordion-container .accordion-title {
    margin-left: -12px;
    margin-right: -12px;
    padding: 25px 40px 25px 12px;
  }
  
  .accordion-content .desktop-inner {
    padding: 0;
  }
  
  .download-content-right {
    display: none;
  }
  
  .downloads-content-left {    
    margin-right: 0;
  }
  
  .Download-Module .downloads-container .downloads-content-left h2 {
    letter-spacing: 0;    font-size: 3.2rem;
    line-height: 42px;
  }
  
  .Download-Module .downloads-container .downloads-content-left p {
    padding: 0 0 20px 0; 
  }
  
  /*-----------*/
  /*
  .scroll-table-container {
  width: 600px;
  overflow-x: scroll;
  margin-left: 5em;
  overflow-y: visible;
  padding-bottom: 1px;
}
  
  body .press-releases-listing table.reportTable tr td.report-date,
  body .press-releases-listing table.reportTable tr th:nth-child(1) {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-right: 0px none black;
  border-top-width: 3px;
  margin-top: -3px;
}*/
  
  .module-banner .container-fluid > div.row {
    padding-bottom: 75px;
  }
  
  .press-releases-listing table.reportTable,
  .content-report-desktop table.report-pres-table {
    width: 1000px;
  }
  
  .selectedTab.v-mobile {
    max-width: 105px;
  }
  
  .reports-listing {
    width: 100%;
    padding: 0 0 5px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 14px;
  }
  
  /*.report-content-wrap .newstab {
     padding-left: 0;
    max-width: 105px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 100%;
    width: 100%;
  }
  
.newstab ul li a, .newstab ul li > span {
    padding: 10px 10px 8px;
    background: #ffffff;
    display: block;
}

#content-wrapper .report-content-wrap .newstab ul li {
    margin-right: 0 !important;
    border: none;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last {
display: block;
}

body.ip3-news #content-wrapper .report-content-wrap .newstab ul li.last > a {
    padding: 10px 10px 8px;
    background: #ffffff;
    display: block;
}*/
  
/*  #content-wrapper .report-content-wrap .newstab ul li.last {
    display: none;
  } */
  
  .drop-down li.level3.last,
  .general-meeting-wrap .drop-down li.level4.last {
    bottom: 5px;
    margin-right: 0 !important;
    position: absolute;
    right: 0;
    padding-bottom: 5px;
    border-bottom: 1px #076b56 solid;
    line-height: 20px;
    display: inline-block;
    padding-left: 20px;
  }
  
  .drop-down li.level3.last:before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: #01442c;
  }
  
  /*.selectedTab.v-mobile {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;
    box-shadow: 2px 2px 4px 0px rgb(204 204 204 / 50%);
    font-size: 1.7rem;
    color: #007048;
    padding: 15px 10px;
  }
  
  .selectedTab.v-mobile i {
    top: 7px;
    font-size: 1.0rem;
    color: #2c2e35;
    font-weight: bold;
  }
  
  .drop-down {
    position: relative;
    padding-right: 100px;
  }
  
  #content-wrapper .report-content-wrap .newstab ul {    
    padding-right: 0;
    background: #fff;
  }*/
  
  #main-container .board-close > a {
    font-size: 1.6rem;
  }
  
  #main-container .board-close > a:after {
    top: 6px;
    background-size: 12px;
  }
  
  .download-Module .downloads-content-left h2, 
  .download-Module .download-two-col .downloads-content-left h2 {
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 20px;
  }
  
  .download-Module .download-two-col .col-lg-6:first-child {
    margin-bottom: 50px;
  }
  
  .download-Module .downloads-content-left p {
    padding: 0 0 15px 0;
  }
  
  
  .module-signpost-04-bg:before {
    display: none;
  }
  
  .signpost-image-content p::before {
    left: 15px;
  }
  
  .accordion-module .tab-main-box .col-lg-5 p {
    line-height: 28px;
  }
  
  .banner-valign-middle .container .banner-left-txt a.banner-annual-report-link {
    display: none;
  }
  
  /*-----------*/
  
  body #__cookieWrapper .__cookieNotice .__cookieNoticeBody {
    padding: 20px 0;    
  }
  
  body #__cookieWrapper .__cookieNotice p {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 15px;
  }
  
  body #__cookieWrapper .ccBtn {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  body #__cookieWrapper #cc-cookieAgree {
    margin-right: 15px;
  }
  
  body #__cookieWrapper .__cookieNotice {
    border-top: 5px #8bcaae solid;
  }
  
  section.contact-right-txt {
    margin-top: 30px;
  }
  
  .report-content-wrap .reports-listing table tbody tr td:first-child, .report-content-wrap .reports-listing table thead th:first-child {
    text-align: left;
    padding-left: 5px;
  }
  
  /*---------*/
  
  .history-wrapper .history-item {
    max-width: 100%;
    width: 100%;
        padding-left: 35px;
  }
  
  .history-wrapper .history-row {
    margin-bottom: 40px;
  }
  
  .history-wrapper .history-row:last-child {
    margin-bottom: 0;
  }
  
  .history-wrapper .history-row .history-item:after {
    display: none;
  }
  
  .text-module.module-wrapper .text-module-wrap .intro-txt h2 {
    font-size: 3.6rem;
    line-height: 42px;
  }
  
  .text-module.module-wrapper .text-module-wrap .intro-txt h3 {
    font-size: 3.2rem;
    line-height: 38px;
  }
  
  .text-module.module-wrapper .text-module-wrap .intro-txt h2, .text-module.module-wrapper .text-module-wrap .intro-txt h3, .text-module.module-wrapper .text-module-wrap .intro-txt h4, .text-module.module-wrapper .text-module-wrap .intro-txt h5, .text-module.module-wrapper .text-module-wrap .intro-txt h6 {
    margin: 30px 0 18px 0;
  }
  
  body#ip3-calendar div#financial-cal-wrap .scroll-table-container {
    overflow-y: hidden;
    overflow-x: auto;
  }
  
  
  #ip3-search-results #content-wrapper section.row .col-12 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #ip3-search-results #content-wrapper section.row .col-12 .solrsearchleft {
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  
  #ip3-search-results #content-wrapper section.row .col-12 #twocol-wrapper {
    padding: 0;
  }
  
  .general-meeting-top {
    margin-bottom: 30px;
  }
  
  .general-meeting-item .press-releases-listing .scroll-table-container table.reportTable {
    width: 100%;
  }
  
  .inner-banner h1 {
    font-size: 3.2rem;
    line-height: 42px;
  }
  
  .inner-banner {
    height: 220px;
  }
  
  .general-meeting-wrap #content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
}

@media all and (max-width: 575.98px) {
  
  .keystats-module .keystats-inner .row .col-md-6:nth-child(1n+3) {
    margin-top: 25px;
  }  
  
}