/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#top-bar .menu-item {
    margin-right: 2rem !important;
}

#search-icon {
  background-image: url( '../img/search_icon.svg' );
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -4px;
}

.s-input {
  border: 1px solid #999;
  background-image: url( '../img/search_icon.svg' );
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: calc( 100% - 10px ) 8px;
}

#top-bar .active a {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

.gfnd-bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gfnd-intro-heading{
    min-height: 600px;
}

.gfnd-overlay{
    background-color: #333333;
    opacity:0.2;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.gfnd-main-menu .nav-link{
    color: #222222;
    padding: 5px;
    margin: 0 10px;
    border-bottom: 3px solid #FFFFFF;
    font-weight: 800;
}

.gfnd-main-menu .current-page-ancestor .nav-link,
.gfnd-main-menu .current-menu-ancestor .nav-link,
.gfnd-main-menu .active .nav-link,
.gfnd-main-menu .nav-link:hover{
    color: #27479d;  /*
    color: #1d3b7a;
    text-shadow: 0 0 1px #1d3b7a;
    border-bottom: 3px solid #1d3b7a; */
}

.gfnd-main-menu .menu-item:last-of-type a {
  padding-right: 0;
  margin-right: 0;
}

.gfnd-top-menu .dropdown-toggle::after,
.gfnd-main-menu .dropdown-toggle::after {
    display:none;
}

.gfnd-top-menu .dropdown-toggle .carret,
.gfnd-main-menu .dropdown-toggle .carret {
    vertical-align: top; /*
    display: inline-block; */
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    font-size: 13px;
}

.gfnd-main-menu .current-page-ancestor .dropdown-toggle .carret,
.gfnd-main-menu .current-menu-ancestor .dropdown-toggle .carret,
.gfnd-main-menu .active .dropdown-toggle .carret,
.gfnd-main-menu .dropdown-toggle:hover .carret{
    font-weight: 800;
    color: #FF9C1D;
}

.gfnd-top-menu .dropdown:hover .dropdown-menu,
.gfnd-main-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 1rem;
}

.gfnd-top-menu .dropdown-menu,
.gfnd-main-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}

.gfnd-main-menu .dropdown-menu li a {
    padding: 15px 8px !important;
    border-bottom: 1px solid #042B75;
}

#top-bar .dropdown-menu .menu-item {
    width:100%;
}

.gfnd-top-menu .dropdown-menu li a {
    padding: 10px 5px !important;
    border-bottom: 1px solid #042B75;
    font-size: 14px;
    font-weight: 400;
}

.gfnd-top-menu .dropdown-menu li:last-of-type a
.gfnd-main-menu .dropdown-menu li:last-of-type a {
  border: none !important;
}

.gfnd-toggler-icon{
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.332 9.16667H7.33203V12.8333H29.332V9.16667ZM29.332 0H-0.00130272V3.66667H29.332V0ZM29.332 22H16.0679V18.3333H29.332V22Z' fill='%23042B75'/%3E%3C/svg%3E") !important;
}

.gfnd-mobile-menu .dropdown-menu .nav-link{
    padding: 10px 0px;
    border-bottom: 1px solid #042B75;
}

.gfnd-mobile-menu .nav-item {
  line-height: 18px;
  font-size: 18px;
  border-bottom: 1px solid #cacaca;
  padding: 8px 0;
  width:100%;
}

.gfnd-mobile-menu .dropdown-toggle::after{
    border:none;
    position: relative;
}

.gfnd-mobile-menu .carret {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 9;
}

.gfnd-mobile-menu .dropdown-menu.show {
  border: none;
  margin-left: 30px;
}

.gfnd-mobile-menu .dropdown-item:focus,
.gfnd-mobile-menu .dropdown-item:hover {
  background: none !important;
}

.gfnd-mobile-menu .dropdown-menu a {
  padding: 8px 0;
  font-size: 16px;
  line-height: 16px;
}

.gfnd-mobile-menu .dropdown-menu .nav-item:last-of-type {
  border-bottom: none;
}

.sticky-top #header {
  height: 70px;
  font-size: 15px;
}

.sticky-top #header img {
  max-height: 60px;
}

.sticky-top #top-bar .small {
  font-size: 13px !important;
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}

.gfnd-featured-heading{
    padding-bottom: 45%;
}

/*--------------------------------------------------------------
# Line height
--------------------------------------------------------------*/
.footer-menu ul,
.right-content p,
.left-content p,
.plain-content p,
.plain-content ul,
.plain-content ol{
    line-height: 1.6rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.right-content.plain-content p:first-of-type {
  font-size: 20px;
  line-height: 28px;
}

.col-md-4.left-content.plain-content {
    padding-right: 5%;
}

.col-md-8.right-content.list-bottom-orange,
.col-md-8.right-content.plain-content {
    padding-right: 15%;
}

.plain-content p img,
.plain-content p a img{
    max-width: 100%;
    height: auto;
}

.post.body .plain-content h2:first-of-type,
.post.body .plain-content h3:first-of-type,
.post.body .plain-content h4:first-of-type,
.post.body .plain-content h5:first-of-type {
    margin-bottom: 3rem;
}

blockquote p {
    background-image: url(../img/blockquote.svg);
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Download Lists / Buttons
--------------------------------------------------------------*/
.list-rounded-box ul,
.list-bottom-orange ul,
.download-list-white ul,
.download-list-blue ul,
.download-list-orange ul,
.download-list-orange-border ul,
.download-tiles-blue ul{
    margin: 0;
    padding: 2rem 0 0 0;
    list-style: none;
}

.list-rounded-box ul li,
.list-bottom-orange ul li,
.download-list-white ul li,
.download-list-blue ul li,
.download-list-orange ul li,
.download-list-orange-border ul li,
.download-tiles-blue ul li{
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 2rem;
    border: 1px solid #081f2c;
    font-size: 18px;
    line-height: 18px;
}

.list-rounded-box ul li,
.list-bottom-orange ul li{
    width:100%;
    padding: 1.5rem;
}

.list-rounded-box ul li a,
.list-bottom-orange ul li a,
.download-list-white ul li a,
.download-list-blue ul li a,
.download-list-orange ul li a,
.download-list-orange-border ul li a,
.download-tiles-blue ul li a{
    text-decoration: none;
    display: block;
    width:100%;
    padding: 1.5rem;
}

.list-bottom-orange ul{
    padding: 1rem 0 0 0;
}

.list-bottom-orange ul li{
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ff9c1d;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.download-list-white ul li,
.download-list-blue ul li,
.download-list-orange ul li,
.download-list-orange-border ul li,
.download-tiles-blue ul li{
    background-color:#fff;
}

.download-list-white ul li a,
.download-list-blue ul li a,
.download-list-orange ul li a,
.download-list-orange-border ul li a,
.download-tiles-blue ul li a{
    background-image: url( '../img/download_blue.svg' );
    padding-right: 70px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: calc( 100% - 30px) center;
}

.download-list-blue ul li,
.download-list-orange ul li,
.download-tiles-blue ul li {
    background-color:#081f2c;
}

.download-list-blue ul li a,
.download-list-orange ul li a,
.download-tiles-blue ul li a{
    background-image: url( '../img/download_white.svg' );
}

.download-list-orange ul li a,
.download-list-blue ul li a,
.download-tiles-blue ul li a{
    color:#fff;
}

.download-list-orange ul li{
    background-color:#ff9c1d;
    border: 1px solid #ff9c1d;
}

.download-list-orange-border ul li{
    border: 1px solid #ff9c1d;
}

.download-list-orange-border ul li a{
    background-image: url( '../img/download_yellow.svg' );
}

.download-tiles-blue ul{
    display: flex;
    flex-flow: wrap;
}

.download-tiles-blue ul li {
    background-color:#003e7c;
    width: 19%;
    margin: 0 1% 2rem 1%;
}

.download-tiles-blue ul li a{
    height: 250px;
    padding-bottom: 60px;
    padding-right: 1.5rem;
    background-position: 30px calc( 100% - 20px);
    line-height: 1.6rem;
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
.banner-white-background .gfnd-cta,
.banner-blue-background .gfnd-cta,
.banner-orange-background .gfnd-cta,
.banner-image-background .gfnd-cta{
    min-height: 500px;
}

.banner-white-background.gfnd-bnr-extra-height .gfnd-cta,
.banner-blue-background.gfnd-bnr-extra-height .gfnd-cta,
.banner-orange-background.gfnd-bnr-extra-height .gfnd-cta,
.banner-image-background.gfnd-bnr-extra-height .gfnd-cta{
    min-height: 650px;
}

.banner-blue-background,
.banner-image-background{
    background-color: #003e7c;
    color:#fff;
}

.banner-blue-background a,
.banner-image-background a{
    color:#fff;
    text-decoration: none;
}

.banner-orange-background{
    background-color: #ff9c1d;
}

.banner-white-background .has-top-logo,
.banner-blue-background .has-top-logo,
.banner-orange-background .has-top-logo,
.banner-image-background .has-top-logo{
    background-image: url( '../img/emblem_small_white.svg' );
    background-size: 120px;
    background-repeat: no-repeat;
}

.banner-white-background .has-top-logo{
    background-image: url( '../img/emblem_small_yellow.svg' );
}

.cta-content p {
  line-height: 2.8rem;
  margin: 0;
}

/*--------------------------------------------------------------
# CTA Buttons
--------------------------------------------------------------*/
.gfnd-link.cta-btn {
  padding: 1.5rem 2rem;
  border: 1px solid;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  min-width: 330px;
  display: inline-block;
  padding-right: 70px;
  background-image: url( '../img/arrow_blue.svg' );
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: calc( 100% - 10px ) center;
  text-decoration: none;
  text-align: left;
}

.banner-blue-background .gfnd-link.cta-btn,
.banner-image-background .gfnd-link.cta-btn{
    background-image: url( '../img/arrow_white.svg' );
}


/*--------------------------------------------------------------
# Tiles
--------------------------------------------------------------*/
.tile-white-background .tile-content,
.tile-dark-blue-background .tile-content,
.tile-orange-border .tile-content,
.tile-gray-background .tile-content,
.investment-tiles .tile-content{
  border-radius: 30px;
  border: 1px solid;
  font-size:18px;
  line-height: 25px;
}

.tile-white-background .tile-content .tile-inner-content,
.tile-dark-blue-background .tile-content .tile-inner-content,
.tile-orange-border .tile-content .tile-inner-content,
.tile-gray-background .tile-content .tile-inner-content,
.investment-tiles .tile-content .tile-inner-content{
    padding:2rem;
    top:0;
    left:0;
}

.tile-white-background .tile-content a,
.tile-dark-blue-background .tile-content a,
.tile-orange-border .tile-content a,
.tile-gray-background .tile-content a,
.investment-tiles .tile-content a{
    text-decoration: none;
}

.tile-white-background .tile-content {
    border-color: #fff;
    background-color: #fff;
}

.investment-tiles .tile-content,
.tile-dark-blue-background .tile-content{
    border-color: #081f2c;
    background-color: #081f2c;
    color:#fff;
}

.investment-tiles .tile-content.is-investment-sector{
    border-color: #ff9c1d;
    background-color: #ff9c1d;
    color:#fff;
}

.investment-tiles .tile-content a,
.tile-dark-blue-background .tile-content a{
    color:#fff;
}

.tile-gray-background .tile-content{
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}

.tile-orange-border .tile-content{
    border-color: #ff9c1d;
    background-color: #fff;
}

.gfnd-bg-gray .tile-orange-border .tile-content {
    border-color: #fff;
}

.investment-tiles .tile-content,
.tile-white-background.has-bottom-logo .tile-content,
.tile-dark-blue-background.has-bottom-logo .tile-content,
.tile-gray-background.has-bottom-logo .tile-content,
.tile-orange-border.has-bottom-logo .tile-content{
    background-image: url( '../img/emblem_small_white.svg' );
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 30px calc( 100% - 30px );
}

.tile-white-background.has-bottom-logo .tile-content{
    background-image: url( '../img/emblem_small_blue.svg' );
}

.tile-dark-blue-background.has-bottom-logo .tile-content,
.tile-gray-background.has-bottom-logo .tile-content,
.tile-orange-border.has-bottom-logo .tile-content{
    background-image: url( '../img/emblem_small_yellow.svg' );
}

.investment-tiles .tile-content{
    background-image: url( '../img/emblem_small_yellow.svg' );
    background-position: 30px 30px;
}

.investment-tiles .tile-content.is-investment-sector{
    background-image: url( '../img/emblem_small_white.svg' );
}

.investment-tiles .tile-content a {
  position: absolute;
  bottom: 30px;
  background-image: url( '../img/arrow_white.svg' );
  width: calc( 100% - 60px);
  padding-right: 60px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 60px;
}

.esg-report-tile a img {
    border-radius: 20px !important;
    max-width: 100%;
}

.esg-report-tile {
    display: none;
}

.esg-report-tile.selected {
    display: block;
}

/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/
.tile-white-background-row .box-content,
.tile-dark-blue-background-row .box-content,
.tile-orange-background-row .box-content,
.tile-image-background-row .box-content,
.tile-gray-background-row .box-content{
  padding-top: 60%;
}

.tile-white-background-row{
    background-color: #fff;
}

.tile-dark-blue-background-row {
    background-color: #081f2c;
    color: #fff;
}

.tile-gray-background-row {
    background-color: #e2e2e2;
}

.tile-orange-background-row {
    background-color: #ff9c1d;
    color: #fff;
}

.tile-image-background-row a,
.tile-orange-background-row a,
.tile-dark-blue-background-row a{
    color: #fff;
}

.tile-image-background-row .gfnd-link.cta-btn,
.tile-orange-background-row .gfnd-link.cta-btn,
.tile-dark-blue-background-row .gfnd-link.cta-btn{
    background-image: url( '../img/arrow_white.svg' );
}

/*--------------------------------------------------------------
# Expandable Content Boxes
--------------------------------------------------------------*/
.expandable-content-icon{
    background-image: url( '../img/plus.svg' );
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
}

.expandable-content-action.opened .expandable-content-icon{
    background-image: url( '../img/minus.svg' );
}

.expandable-content-more{
    display: none;
}

/*--------------------------------------------------------------
# CTA Links
--------------------------------------------------------------*/
.cta-link-orange {
    background-color: #ff9c1d;
    border: none !important;
}

.cta-link-orange.color-white:hover,
.cta-link-orange.color-white{
    color: #fff;
    background-image: url( '../img/arrow_white.svg' ) !important;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-item:first-of-type {
  border-top: none;
}

.accordion-item {
    border-color: #ff9c1d;
}

.accordion-button {
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #232323;
}

.accordion-button::after{
    background-image: url( '../img/plus.svg' );
}

.accordion-button:not(.collapsed)::after{
    background-image: url( '../img/minus.svg' );
}

.accordion-button:focus{
    box-shadow: none;
}

/*--------------------------------------------------------------
# Swipper
--------------------------------------------------------------*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-inner-slide {
  min-height: 450px;
  border-radius: 20px;
}

.gfnd-swipper-nav-wrapper {
  font-size: 25px;
  border: 2px solid #1d3b7a;
  border-radius: 25px;
  padding: 2px 10px;
}

.with-tall-bg-image .swiper-inner-slide {
  min-height: 650px;
}

.with-white-bg-orange-border .swiper-inner-slide {
    border: 1px solid #ff9c1d;
}

.with-orange-bg .swiper-inner-slide {
    background-color: #ff9c1d;
}

.swiper .swiper-inner-slide.gfnd-bg-image{
    color:#fff;
}

.slider-content{
    font-size: 18px;
}

.swiper-home-slide {
    min-height: 750px;
}

.swiper-home-slide .gfnd-link.cta-btn {
    color: #fff;
    background-image: url( '../img/arrow_white.svg' );
}

.swiper-button-disabled .fa-solid {
    color: gray !important;
}

.swiper-slide .gfnd-bg-image a{
    color: #fff;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.gfnd-play-icon{
    font-size: 120px;
    width: 120px;
    height:120px;
    margin-top:-60px;
    margin-left:-60px;
}

/*--------------------------------------------------------------
# Singular
--------------------------------------------------------------*/
.procurement-clarification-list > div {
    border-radius: 20px;
}

.status-cta {
  padding: 1.2rem 2rem;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
   background-color: #ff9c1d;
   color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*
.portfolio-info {
    border-color: #081f2c;
    background-color: #081f2c;
    color: #fff;
    border-radius: 30px;
}

.portfolio-info a{
    color: #fff;
}
*/

.portfolio-info {
    border: 1px solid #081f2c;
    color: #081f2c;
    border-radius: 30px;
}

img.portfolio-logo {
    max-width: 200px;
}

.portfolio-info-container ul {
    list-style: none;
    margin: 0;
    padding: 0 2rem;
}

.portfolio-info-container ul li {
    border-bottom: 1px dotted #5f5f5f;
    padding: 10px 0;
}

.portfolio-info-container ul li span.labl {
    width: 70%;
    display: inline-block;
}

.portfolio-info-container ul li  span.val {
    display: inline-block;
    width: 29%;
    text-align: right;
    font-weight: 900;
}

.portfolio-contact {
    border: 1px solid #081f2c;
    border-radius: 30px;
}

.portfolio-contact p:last-of-type {
    margin: 0;
}

/*--------------------------------------------------------------
# Sector
--------------------------------------------------------------*/
.sector-body {
  border-radius: 30px;
  overflow: hidden;
}

.sector-logo .gfnd-bg-image {
    background-size: contain;
    background-position: top left;
    min-height: 100px;
}

.sector-logo,
.sector-title {
    background-color: #081f2c;
    color: #fff;
}

.sector-title {
    font-size: 20px;
    line-height: 28px;
}

.separator-container{
    height:40px;
}

.separator-start{
    background-color: #081f2c;
}

.separator {
    background: #ff9c1d;
    height: 2px;
    width: 98%;
    top: 50%;
    margin-top: -1px;
    left: 1%;
}

.porfolio-permalink:hover {
    font-weight: 800 !important;
    color: #081f2c;
}

.porfolio-permalink{
    position: relative;
}

.porfolio-permalink::after {
    position: absolute;
    bottom: 10px;
    background-image: url(../img/arrow_blue.svg);
    width: 60px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 60px;
    content: ' ';
    height: 22px;
    right: 30px;
    transition: all .3s;
}

.porfolio-permalink:hover::after {
    background-image: url(../img/arrow_yellow.svg);
    right: 10px;
}

/*--------------------------------------------------------------
# Sector
--------------------------------------------------------------*/
.gfnd-tile-image{
    border-radius: 20px;
    overflow: hidden;
}

.gfnd-tile-title {
    font-size: 18px;
    line-height: 26px;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.related-content-item {
    font-size: 18px;
    line-height: 20px;
    min-height: 250px;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
.gfnd-tile-procurement .gfnd-tile-details {
    border-radius: 30px;
    background-color: #ff9c1d;
    background-image: url( '../img/arrow_blue.svg' );
    background-position: 20px calc( 100% - 20px);
    background-repeat: no-repeat;
    background-size: 60px;
}

.gfnd-tile-board .gfnd-tile-more{
    background-image: url( '../img/plus.svg' );
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
}

.gfnd-tile-procurement .gfnd-tile-meta span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.gfnd-tile-board.opened .gfnd-tile-more{
    background-image: url( '../img/minus.svg' );
}

.gfnd-tile-report .gfnd-tile-details {
    border-radius: 30px;
    background-image: url(../img/download_white.svg);
    background-position: 20px calc( 100% - 20px);
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: #1d3b7a;
    color: #fff;
}

.gfnd-tile-report .gfnd-tile-details a:hover,
.gfnd-tile-report .gfnd-tile-details a{
    color: #fff;
}

.gfnd-tile-image.bg-color {
    background-image: url( '../img/emblem_small_white.svg' );
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.filtered-tile,
.hidden-tile {
    display: none !important;
}

.featured-news .gfnd-tile-outer-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.gfnd-tile-procurement .ratio-9x16 {
    padding-top: 155%;
}

.linkedin-update {
  border-bottom: 1px solid #ff9c1d;
}

/*--------------------------------------------------------------
# Filters
--------------------------------------------------------------*/
.gfnd-filters {
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 26px;
}

.gfnd-filters.form-select {
    padding: 10px 40px 10px 20px;
}

.gfnd-filters.filter-active {
    background: #e2e2e2;
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
.lity-container {
	max-width: 80%;
}

.lity-content > div {
    overflow-y: scroll;
}

.gfnd-close-btn {
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 900;
}

button.lity-close {
  display: none;
}

.content-popup {
    background: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#disclaimer .logo{
    width: 80px;
}

#scroll-top {
    width: 50px;
    height: 50px;
    background: #ff9c1d;
}

.footer-title {
    font-size: 18px;
}

#disclaimer,
.footer-menu{
    font-size: 14px;
}

.footer-menu a.nav-link {
    line-height: 20px;
}

/*--------------------------------------------------------------
# Share box
--------------------------------------------------------------*/
.share-box {
    font-size: 25px;
}

.share-box span {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Responsive Table
--------------------------------------------------------------*/
.table-responsive {
    max-height: 800px;
    padding-right: 10px;
}

.table-responsive tr th {
    font-weight: 400;
}

.table-responsive thead tr th {
    background: #fff !important;
    text-align: right;
}

.table-responsive tr.company th,
.table-responsive tr.main-heading th,
.table-responsive tr.heading th,
.table-responsive tr.simple-heading th{
     font-weight: 900;
}

.table-responsive tr.company {
    background-color: #0b3d78;
    color: #fff;
}

.table-responsive tr.company td {
    color: #0b3d78;
}

.table-responsive tr.main-heading {
    background: #ff9c1e;
}

.table-responsive tr.simple-heading {
    background: #e8e8e8;
}

.table-responsive th {
    padding-left: 3rem !important;
}

.table-responsive tr.company td, 
.table-responsive tr.company th {
    padding: 18px !important;
    vertical-align: middle;
    font-size: 20px;
}

.table-responsive tr.main-heading tr, 
.table-responsive tr.main-heading th {
    padding: 15px  !important;
}

.table-responsive tr.simple-heading th {
    padding: 10px 0 10px 1rem !important;
}

.table-responsive tr.heading th {
    padding: 10px 0 10px 2rem !important;
}

.table-responsive td {
    text-align: right;
    padding: 10px !important;
    vertical-align: middle;
}

.table-responsive .theader {
    position: sticky;
    top: 0;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.come-in {
  transform: translateY(250px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}
