/* PORTALS 1 */
#menu {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #90BF50;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    padding: 0 20px;
    z-index: 20;
    cursor: pointer;
    transition: all 0.5s;
}

#menu.active {
    position: fixed;
    top: 0px;
    right: 0px;
}

#menu p {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

#menu p.close {
    display: none;
}

#menu.active {}

#menu.active p.close {
    display: inline-block!important;
}

#menu.active p.open {
    display: none!important;
}

#menu .bars {
    display: inline-block;
    width: 30px;
    box-sizing: border-box;
    padding-top: 23px;
    vertical-align: top;
}

#menu .bars span {
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.5s;
    transform: rotate(0deg);
    top: 0px
}

#menu.active .bars span:first-child {
    transform: rotate(45deg);
    top: 7px;
    transition: all 0.5s;
}

#menu.active .bars span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(0deg);
}

#menu.active .bars span:last-child {
    transform: rotate(-45deg);
    top: -7px;
    transition: all 0.5s;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #4B7C01;
    width: 0%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 10;
    transition: all 0.5s;
}

.overlay::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.overlay.active {
    width: 100%;
    transition: all 0.5s;
}

ul.mainMenu {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 1140px
}

ul.mainMenu li {
    margin: 0 auto;
    display: block;
    list-style: none;
    padding: 0;
    overflow: none;
    width: 100%;
    box-sizing: border-box;
    min-width: 300px
}

ul.mainMenu>li:first-child {
    margin-top: 60px;
}

ul.mainMenu li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3)
}

ul.mainMenu li a {
    color: #fff;
    margin: 0;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

ul.mainMenu li.menu-item-has-children>a {
    position: relative;
}

ul.mainMenu li.menu-item-has-children>a:after {
    position: absolute;
    right: 0;
    content: "\002B";
    font-size: 32px;
}

ul.mainMenu li.menu-item-has-children li.menu-item-has-children>a:after {
    right: 10px
}

ul.mainMenu li.menu-item-has-children.active>a:after {
    content: "\2212"
}

ul.mainMenu ul {
    margin: 0;
    padding: 0;
}

ul.mainMenu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

ul.mainMenu>.active>ul.sub-menu {
    max-height: 1000px;
    overflow: hidden;
    transition: all 0.5s;
}

ul.mainMenu>.active>ul.sub-menu>.active>ul.sub-menu {
    max-height: 1000px;
    overflow: hidden;
    transition: all 0.5s;
}

ul.mainMenu .active ul.sub-menu {
    background-color: rgba(255, 255, 255, 0.3)
}

ul.mainMenu ul.sub-menu li a {
    padding: 20px 15px;
}

.featureBanner {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
}

.featuredImage {
    margin: 20px 0 30px;
}

.featuredImage img {
    width: 100%;
    height: auto;
}

.caption {
    width: 100%;
    background-color: #5990C5;
    color: #fff;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

.gallery ul,
.gallery ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.gallery ul {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    flex-wrap: wrap;
}

.gallery ul li {
    flex: 33%;
    box-sizing: border-box;
    padding: 10px
}

#newsSection .newItem .thumbOverlay {
    position: relative;
    width: 100%;
    height: 256px;
    overflow: hidden;
    display: block;
}

#newsSection .newItem .thumbOverlay .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transform: scale(1.01);
    transition: all 0.5s;
}

#newsSection .newItem:hover .thumbOverlay .thumb {
    transform: scale(1.05);
    transition: all 0.5s;
}

.blueBg,
.blueBox {
    background-color: #5990C5;
    color: #fff;
}

.blueBox {
    font-weight: 500;
}

.blueBox {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    margin: 40px 0;
    position: relative;
}

.blueBox.callout {
    padding: 10px 30px
}

.step p {
    padding: 0;
    display: block;
    font-weight: 500
}

.step::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -32px;
    height: 25px;
    width: 41px;
    margin-left: auto;
    margin-right: auto;
    left: calc(50% - 15px);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/icons/icon-arrow-green-down.png')
}

.step:last-child::after {
    display: none;
}

.blueBg a,
.blueBg p,
.blueBg h1,
.blueBg h2,
.blueBg h3 {
    color: #fff;
}

.blueBg h3.mainTitle {
    margin-bottom: 40px;
}

.whiteBox {
    background-color: #fff;
}

#featuredNews .whiteBox {
    background-color: rgba(255, 255, 255, 0.9)
}

.whiteBox a,
.whiteBox h1,
.whiteBox h2,
.whiteBox h3 {
    color: #4B7C01;
}

.blueBg p {
    color: #444444;
}

.whiteBox .innerContent {
    box-sizing: border-box;
    padding: 15px;
}

.whiteBox .date {
    margin: 0;
}

.whiteBox h3 {
    margin: 0;
}

.whiteBox.newItem .innerContent {
    min-height: 320px;
}

.arrowLink:after {
    content: " ";
    margin-left: 10px;
    position: relative;
    top: 4px;
    display: inline-block;
    width: 13px;
    height: 20px;
    background-image: url('../img/icons/icon-arrow-green.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.exitLink.arrowLink {
    display: block;
    font-size: 21px;
}

.exitLink.arrowLink:after {
    background-image: url('../img/icons/icon-arrow-white.png');
}

.marginBottom {
    margin-bottom: 40px
}

.featureItems .feature {
    display: flex;
    margin-bottom: 40px;
}

.greenBoxes .featureItems {
    max-width: 1100px;
    margin: 0 auto;
    display: block
}

.greenBoxes .feature {
    background-color: #EBEFE2;
}

.greenBoxes .feature .iconTitle {
    padding-left: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60px auto;
    min-height: 60px;
}

.featureItems .feature .col#image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.threeColList {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    width: 100%;
}

.threeColList h2 {
    clear: both;
    width: 100%;
}

.threeColList .col {
    width: 33%;
}

.threeColList .col {
    display: flex;
    margin: 0 0 20px 0
}

.threeColList .col .image {
    width: 50px;
}

.threeColList#pilotList .col .image {
    width: 15%
}

.threeColList#pilotList .col .content {
    width: 85%
}

.threeColList .col .content {
    box-sizing: border-box;
    padding: 0 15px;
}

.threeColList .col .content h4 {
    margin: 0;
    padding: 0;
    color: #4B7C01;
}

.threeColList .col .content p {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.question {
    display: block;
    background-color: #5990C5;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.question .content {
    padding-left: 130px;
    background-image: url('../img/icons/question-mark-white.png');
    background-size: 108px 108px;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 108px;
}

.question p,
.question a,
.question h1,
.question h2,
.question h3 {
    color: #fff;
}

.question p {
    font-weight: 500;
}

.question h3 {
    margin: 5px 0 0 0;
}

.iconRow {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.iconRow .icon {
    flex: 1;
    margin: 30px 10px 0 10px;
}

.iconRow .desc {
    text-align: left;
}

.listItem {
    margin-bottom: 40px;
}

.workshops .thumbOverlay,
.videoLibary .thumbOverlay {
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
}

.workshops .item,
.videoLibary .item {
    margin-bottom: 40px;
}

.workshops .item .thumbOverlay .thumb,
.videoLibary .item .thumbOverlay .thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.01);
    transition: all 0.5s;
}

.workshops .item:hover .thumbOverlay .thumb,
.videoLibary .item:hover .thumbOverlay .thumb {
    transform: scale(1.05);
    transition: all 0.5s;
}

.workshops .item h3,
.videoLibary .item h3 {
    margin-bottom: 0px;
}

.workshops .item p,
.videoLibary .item p {
    margin: 3px 0 0 0;
}

.workshops .item a.arrowLink,
.videoLibary .item a.arrowLink {
    margin-top: 10px;
    display: block
}

.rowIcons .rowWithIcon {
    padding-left: 120px;
    background-size: 100px auto;
    background-repeat: no-repeat;
}

.fiveCols.logoList .col .roundCircle {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.fiveCols.logoList .col .member {
    margin-bottom: 50px;
}

.centerAlign {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.fiveCols.logoList .col .roundCircle .logo {
    background-size: 120px auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 15px;
}

.fiveCols.logoList .col h2 {
    font-size: 18px;
    text-align: center;
}

.gform_wrapper {
    float: left;
    width: 100%;
    clear: both;
    margin: 40px 0
}

main .page .gform_wrapper ul li:before {
    display: none!important;
}

main .page .gform_wrapper ul li {
    padding-left: 0;
    width: 100%;
    clear: both;
    display: inline-block;
    font-size: 0;
}

main .page .gform_wrapper ul {
    margin: 0 0
}

.gform_wrapper ul li>label {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 500
}

.gform_wrapper ul li .ginput_container {
    float: left;
    width: 50%;
    font-size: 16px;
}

.gform_wrapper .hidden_sub_label {
    display: none!important;
}

.gform_wrapper textarea,
.gform_wrapper input {
    display: block;
    float: left;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
}

.gform_wrapper .gf_name_has_2 span {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.gform_wrapper .gf_name_has_2 span.name_first {
    padding-right: 10px;
}

.gform_wrapper textarea {
    height: 200px;
}

.gform_footer {
    width: 75%;
    box-sizing: border-box;
    padding-left: 25%;
}

.gform_wrapper input.gform_button {
    box-sizing: border-box;
    background-color: #90BF50;
    color: #fff;
    font-weight: 500;
    border: 1px solid #90BF50
}

.table .fourCols {
    display: flex;
}

.table .fourCols,
.table .twoCols {
    width: 100%;
    margin: 0;
}

.table .fourCols>div,
.table .twoCols>div {
    width: 25%;
    border: 1px solid #ccc;
    border-right: 0px;
    border-top: 0px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #EEE;
}

.table .twoCols>div {
    width: 50%;
}

.table .fourCols>div:last-child,
.table .twoCols>div:last-child {
    border-right: 1px solid #ccc;
}

.table .fourCols>div:first-child,
.table .twoCols>div:first-child {
    background-color: #fff;
}

.table .greyHeader>div,
.table .greyHeader>div:first-child {
    background-color: #5990C5;
    color: #fff;
    font-weight: 600;
}

.table p {
    padding: 0;
    margin: 0;
}

.technologyGroups h2 {
    margin-top: 20px;
}

.technologyGroups .table {
    margin-bottom: 60px;
}

.maturity .twoCols:first-child>div {
    border-top: 1px solid #ccc;
}

.energy-efficiency-technologies-information-portal .iconRow .icon {
    padding: 10px;
    text-align: center;
}

.energy-efficiency-technologies-information-portal .iconRow a .desc p {
    text-align: center;
    color: #000;
    font-weight: 600!important;
}

.small p,
.small,
.small a {
    font-size: 14px;
    font-style: italic;
}

.catLinks {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.category .catLinks,
.archive .category .catLinks {
    margin-top: 40px;
}

.catLinks .catLink {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.validation_message {
    display: block;
    clear: both;
    color: #ff3333;
    padding-top: 10px;
    padding-left: 25%;
}

.validation_error {
    color: #ff3333;
    padding-bottom: 20px;
}

.gform_confirmation_message {
    font-weight: 500;
    color: #4B7C01;
    font-size: 18px;
}

#logoList .twoCols .content h4 {
    font-weight: 600;
    font-size: 18px;
}

.twoCols.logos .content {
    text-align: left;
    font-size: 12px;
}

#flash,
#flash p,
#flash h2,
#flash a {
    text-align: center;
}

.whiteBox a,
.whiteBox h1,
.whiteBox h2,
.whiteBox h3,
.threeColList .col .content p,
.threeColList .col .content h4 {
    text-align: left;
}

body.technology-groups .technologyGroups .fourCols p,
body.technology-groups .technologyGroups .fourCols a,
body.technology-groups .technologyGroups .fourCols div,
body.technology-groups .technologyGroups .fourCols span {
    text-align: left;
}

#pilotList.threeColList .col .content a p {
    color: #444;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* LCA Framework*/

.page-template-template-definitions .table .flex {
    display: flex;
}

.page-template-template-definitions h3 {
    font-size: 32px;
    color: #000
}

.page-template-template-definitions .table {
    margin: 40px 0 60px
}

.page-template-template-definitions .table .header span {
    color: #fff;
    font-weight: 600;
    line-height: 100%;
}

.page-template-template-definitions .table .col {
    padding: 20px;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #EEE;
}

.page-template-template-definitions .table .header .col {
    background-color: #5990C5;
}

.page-template-template-definitions .table .col:last-child {
    border-right: 1px solid #ccc;
}

.page-template-template-definitions .table .firstCol {
    width: 20%;
    text-align: left;
    font-weight: 600;
}

.page-template-template-definitions .table .secondCol {
    width: 80%
}

.page-template-template-definitions .table .secondCol img {
    width: 100%;
    margin: 20px 0
}

.page-template-template-definitions .table p {
    margin-bottom: 20px;
}

.page-template-template-definitions .table .threeCol .firstCol {
    width: 20%
}

.page-template-template-definitions .table .threeCol .secondCol {
    width: 20%;
    text-align: left;
}

.page-template-template-definitions .table .threeCol .thirdCol {
    width: 60%
}

.smallMobile {
    display: none
}

.lca-framework {
    box-sizing: border-box;
    border: 1px solid #4B7C01;
    padding: 15px 30px;
    border-radius: 15px;
    margin: 40px 0 20px
}

.lca-framework em, .lca-framework a.def {
    font-style: normal;
    text-decoration: underline;
    cursor: help;
	
}
.lca-framework a.def {
	font-weight:400;
	color:#444;
}

.lca-framework em:after, .lca-framework a.def:after {
    background-image: url(../img/grey-info-icon.png);
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    position: relative;
}

.lca-framework h3 em:after {
    background-image: url(../img/green-info-icon.png);
}

.lca-framework .twoCol {
    display: flex;
}

.lca-framework .greenBox {
    margin-bottom: 40px;
    border-radius: 15px;
    padding: 15px 40px;
    overflow: initial;
}

.lca-framework .twoCol .col {
    padding: 20px
}

.lca-framework .twoCol .col:first-child {
    width: 75%;
}

.lca-framework .twoCol .col:last-child {
    width: 25%;
}

.lca-framework .twoCol .col:first-child .greenBox:last-child {
    margin-bottom: 0;
}

.lca-framework .col:first-child .greenBox {
    position: relative
}

.lca-framework .col:first-child .greenBox::after {
    position: absolute;
    content: "";
    bottom: -36px;
    background-image: url(../img/arrows.png);
    width: 72px;
    height: 30px;
    display: block;
    background-size: contain;
    right: calc(50% - 36px);
}

.lca-framework .col:first-child .greenBox:last-child:after {
    display: none;
}

.lca-framework .col:first-child .greenBox::before {
    position: absolute;
    content: "";
    right: -57px;
    bottom: calc(50% - 15px);
    transform: rotate(90deg);
    background-image: url(../img/arrows.png);
    width: 72px;
    height: 30px;
    display: block;
    background-size: contain;
}

.lca-framework .twoCol .col:last-child .greenBox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lca-framework .greenBox strong {
    color: #000
}

.lca-title {
    padding: 0 20px
}

.rightAlign {
    text-align: right;
}

.lca-window.fancybox-content {
    max-width: 700px!important;
    padding: 20px!important;
}

.lca-window.fancybox-content ol li {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
}

.switcher {
    display: flex;
    background-color: #EBEFE2;
    margin: 50px 0
}

.switcher .switch {
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    line-height: 100%;
    color: #4B7C01;
}

.switcher .switch.active {
    background-color: #4B7C01;
    color: #fff;
}

.switcher .switch span {
    width: 100%;
    display: block;
    margin-top: 0;
}

.key {
    background-color: #E7EFF7;
    box-sizing: border-box;
    padding: 5px 35px 30px 35px;
    overflow: hidden;
    margin-top: 40px
}

.key h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.key .flex {
    display: flex;
    flex-wrap: wrap;
}

.key .flex .item {
    display: flex;
    margin-right: 35px;
    margin-top: 20px
}

.key .flex .item .icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4B7C01;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.key .flex .item .icon#yellow {
    background-color: #CCBD32;
}

.key .flex .item .icon#orange {
    background-color: #F08133;
}

.key .flex .item .icon#blue {
    background-color: #1F3889;
}

.key .flex .item .icon#black {
    background-color: #252525;
}

.key .flex .item .icon#grey {
    background-color: #808080;
}

.key .flex .item .name {
    font-weight: 600;
    padding-top: 3px;
}

.fuelDiagram img {
    display: none;
    opacity: 0;
    transition: opacity 300ms;
    margin-bottom: 40px;
}

.fuelDiagram.active img {
    display: block;
    opacity: 1;
    transition: opacity 300ms;
}


.fuelTable div {
    text-align: left;
}

.fuelTable .header .col,
body .table .fuelTable div:first-child {
    background-color: #5990C5!important;
    color: #fff;
    font-weight: 600;
}

body .fuelTable .col {
    width: 28.33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

body .fuelTable .col:first-child {
    width: 15%;
    flex-direction: unset;
    display: block;
    border-top: 1px solid #ccc;
}

body .fuelTable .col:first-child .item {
    position: sticky;
    top: 50px;
    flex: auto;
    font-weight: 600;
}

body .fuelTable .col .item {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    flex: 1;
    width: 100%;
    text-align: left;
}

body .fuelTable .fourCols {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

body .fuelTable .fourCols>div {
    border-bottom: 0px solid #000
}

body .fuelTable .col .item p, body .fuelTable .col .item {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    color: #3b590a;
}
body .fuelTable .col .item a {
    font-weight: 600;
    color: #3b590a;
}
.portalsamfrm-section a:hover {
    color: var(--primary);
}
.portalsamfrm-section a {
    color: var(--secondary);
    font-weight: bold;
}
body .fuelTable .col .item:last-child {
    border-bottom: 0px solid #000;
}

.regLow {
    background: rgb(255, 255, 255);
	    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(244, 232, 232, 1) 100%);

}

.regMedium {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(250, 234, 222, 1) 100%);
}

.regHigh {
    background: rgb(255, 255, 255);
	    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(232, 239, 221, 1) 100%);

}
.tablefooterr {
    margin-top: -40px;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 11px;
    font-style: italic;
}
body .fuelTable .header {
    position: sticky;
    top: 0;
    z-index: 5;
}

body .roundal {
    margin-bottom: 0;
    display: block;
    width: auto;
    background-color: #000;
    padding: 8px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

.roundal.backgroundLow {
	background-color: #ff3333;
}

.roundal.backgroundMedium {
    background-color: #F08133;
}

.roundal.backgroundHigh {
        background-color: #4B7C01;

}


.fuelTable .header .col {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 12px;
}

main .fuelTable ul {
    margin-bottom: 10px;
}

main .fuelTable ul li {
    margin-bottom: 10px
}

main .fuelTable ul li::before {
    background-color: #444444;
    width: 8px;
    height: 8px;
    top: 5px;
}
.fuelTable .flex.fourCols > .col:first-child {
    flex: 0 0 150px; 
}
.convention:last-of-type {
    margin-bottom:0;
}
.chapterNaviagtion .chapterChecker p:last-of-type {
    margin-bottom: 3px;
}
.convention {
    position: relative;
    display: flex;
    margin-bottom: 40px
}

.convention .thumb {
    width: 250px;
    padding-right: 20px;
}

.convention .thumb img {
    top: 5px;
    position: sticky
}

.convention .content {
    width: calc(100% - 200px);
}

.convention .content h3 {
    margin-top: 0px
}

.fuelTable {
    margin-bottom: 60px;
}

.imoConventions h2 {}

/* ---------------------------------------------
   OBSERVATION BOX
--------------------------------------------- */
.observation {
    border: 2px solid rgba(75, 124, 1, 0.2);
    box-sizing: border-box;
    padding: 30px;
    background-color: #4C7C00;
    margin-bottom: 20px;
}

.observation a,
.observation h3,
.observation h2,
.observation p,
.observation div,
.observation span {
    color: #fff;
}

.observation a:hover {
    opacity:0.7;
}

.observation a {
    font-weight: 600;
    transition: 0.5s ease all;
}

/* ---------------------------------------------
   REFERENCE BOX
--------------------------------------------- */
.referenceBox {
    background-color: #EBEBEB;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.referenceBox h3 {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    color: #444;
}

.referenceBox h3 strong,
.referenceBox h3 a {
    width: 200px;
}

.referenceBox h3 em {
    width: calc(100% - 200px);
    font-style: normal;
}
.referencetitle h1:last-of-type,
.referencetitle h2:last-of-type,
.referencetitle h3:last-of-type,
.referencetitle h4:last-of-type,
.referencetitle h5:last-of-type,
.referencetitle h6:last-of-type {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}
.referenceBox h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.referenceBox a:hover {
    opacity: 0.6;
}
.referenceBox a {
    font-weight: 600;
    transition: 0.3s ease all;
    color:var(--secondary);
}
.referenceright {
    line-height: 1.8;
}
/* ---------------------------------------------
   EXPANDABLE
--------------------------------------------- */
.expandable .title {
    font-weight: 600;
    color: #4B7C01;
    cursor: pointer;
}

.expandable .title::after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/icon-plus-green.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.expandable.active .title::after {
    display: none;
}

.expandable .content {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

.expandable.active .content {
    max-height: 1000px;
    overflow: hidden;
    transition: all 500ms;
}

/* Fix nested referenceBox headers */
.national-action-plan main .page .colTwo .referenceBox h3 {
    font-size: 16px;
}

/* ---------------------------------------------
   READINESS COLORS (LOW / MEDIUM / HIGH)
--------------------------------------------- */
.alternative-marine-fuels-regulatory-mapping .low {
    display: block;
    background-color: #ff3333;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}

.alternative-marine-fuels-regulatory-mapping .medium {
    display: block;
    background-color: #F08133;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}

.alternative-marine-fuels-regulatory-mapping .high {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}
.national-action-plan .flex {
    display: flex;
}

.national-action-plan .colTwo {
    width: 70%;
    box-sizing: border-box;
    padding: 0 40px 0 40px;
}

.national-action-plan .colOne {
    width: 30%;
}

.national-action-plan .convTitle {
    margin-bottom: 40px
}

.national-action-plan .chapterChecker h2 {
    padding-top: 40px;
    border-top: 4px solid #5990C5;
    display: inline-block;
}

.national-action-plan .chapterChecker h2:first-of-type {
    margin-top: 0;
}

.national-action-plan .chapterChecker:first-of-type h2 {
    margin-top: 0
}

.national-action-plan .chapterChecker {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.national-action-plan .chapterChecker h2 {
    color: #2D2D2D
}

.national-action-plan .chapterChecker h2:hover {
    cursor: pointer;
}

.national-action-plan .chapterChecker span {
    color: #4B7C01;
    cursor: pointer;
}

.national-action-plan .conventionsList h3 {
    margin-bottom: 0px;
    color: #4B7C01;
}

.national-action-plan .conventionsList p {
    margin: 0;
    font-size: 14px
}

.national-action-plan .conventionsList h3 span,
.national-action-plan .conventionsList h3 a {
    font-weight: 700;
    display: block;
}

.chapterNaviagtion h1 {
    margin-top: 40px
}

.chapterNaviagtion .chapterChecker {
    padding-bottom: 0;
    border-bottom: 0px solid #000;
}

.chapterNaviagtion .chapterChecker p {
    cursor: pointer;
    margin-bottom: 10px
}

.chapterNaviagtion .chapterChecker p.active {
    font-weight: 600;
    color: #4B7C01;
}

.chapterNaviagtion .chapterChecker p.active span {
    box-sizing: border-box;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #4B7C01;
}

.national-action-plan .chapterChecker p {
    font-size: 14px;
}

#fixedbar {
    width: 100%;
    background-color: rgba(16, 15, 15, 0.8705882353);
    text-align: center;
    position: fixed;
    bottom: 0;
    padding: 10px;
}

#fixedbar.opened {
    display: none;
}

#fixedbar p {
    font-size: 16px;
    display: inline;
    color: #E5E7E9;
    letter-spacing: 2px;
}

#fixedbar a.btn {
    padding: 10px 70px;
    border-radius: 0;
}

.termsandconditions-popup {
    max-width: 1200px;
}

#fixedbar input {
    display: inline;
}

#fixedbar label {
    display: inline-flex;
    margin: 0;
    color: #fff;
}

#fixedbar label a {
    color: #fff;
    text-decoration: underline;
}


/* NEW */
.portals-disclaimer-header h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0;
}

.portals-disclaimer-header {
    cursor: pointer;
}

.pd-toggle-icon i {
    font-size: 12px;
    transition: transform 0.25s ease;
    position: relative;
    top: -2px;
}
.portalsdisclaimer-wrap {
    margin-top:10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}
.portalsdisclaimer-wrap.open {
    max-height: 2000px;
    opacity: 1;
}
.portals-disclaimer-content {
    padding: 30px 25px;
    font-size: 12px;
    background-color: #EBEBEB;
    font-style: italic;
    margin-bottom: 30px;
}
.portalsboxmedium, .portalsboxlow, .portalsboxhigh {
    padding: 13px 15px;
    border-radius: 10px;
    background-color: red;
    display: block;
    color: #fff;
    font-weight: 600;
}
.portalsboxlow {
    background-color:#FF3233;
}
.portalsboxmedium {
    background-color:#F08134;
}
.portalsboxhigh {
    background-color:#4C7C00;
}
.portalsamfrm-section {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #CBCBCB;
}
.portalsamfrm-top ul li {
    flex-basis: 50%;
}
.portalsamfrm-top ul {
    margin-bottom:2rem;
    display: flex;
    flex-wrap: wrap;
}

/* Prevent hover style from overriding active */
.portals-sidebar-filter .active-workcat a:hover {
    padding-left:20px;
    color: var(--primary);
    border-color: var(--primary);
}

/* Your existing CSS */
.portal-sidebar-wrap aside {
    position: sticky;
    top: 0;
    overflow-y: scroll;
    max-height: 100vh;
}
.portals-sidebar {
    background-color: #EEF4FA;
    padding: 25px 20px 25px 0;
}
.portals-sidebar-filter {
    border-left: 1px solid #CACFD4;
    max-height: 100vh;
}
.portal-sidebar-wrap aside {
    position: sticky;
    top: 0;
    overflow-y: auto;
    max-height: 100vh;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.portal-sidebar-wrap aside::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (min-width: 992px) {
    .col-lg-9.portal-content-wrap {
        width: 72%;
    }
    .col-lg-3.portal-sidebar-wrap {
        width: 28%;
    }
}

/* Hover effect for normal items only */
.portals-sidebar-filter a:hover {
    padding-left:25px;
    color: var(--secondary);
    border-color: var(--secondary);
}

/* Active state */
.portals-sidebar-filter .active-workcat a {
    color: var(--primary);
    padding-left:20px;
    border-color: var(--primary);
}

/* Default link style */
.portals-sidebar-filter a {
    border-left: 3px solid transparent;
    display: inline-block;
    padding: 2px 0 3px 20px;
    color: #222;
    font-weight: 600;
    transition: 0.3s all ease;
    line-height: 1.4;
}

/* PORTALS 2 */
.portalsamfrm-section p > img.alignright {
    clear: both;
    max-width: 100%;
    height: auto;
}

.portals-iconbox-icon {
    width: 45px;
}
.portals-iconbox.haspopup {
    cursor: pointer;
}
.portals-iconbox.haspopup:hover {
    cursor: pointer;
    background-color: #cfdcba;
}
.portals-iconbox {
    padding: 20px;
    background-color: #DBE5CC;
    transition: 0.3s all ease;
}
.portals-iconbox-title {
    color: #4C7C00;
}
.portals-iconbox.haspopup:hover .iconbox-arrow {
    padding-right:0px !important;
}
.portalsmodal h2,
.portalsmodal h3,
.portalsmodal h4,
.portalsmodal h5,
.portalsmodal h6 {
    color: var(--secondary);
}
.portalsmodal .modal-dialog.modal-dialog-centered {
    width: 800px;
    max-width: 90%;
}

/* JIT STEPS */
#jitsteps .jitsteps-wrapper {
    gap: 20px;
}

.jitsteps-box,
.jitsteps-subbox {
    background-color: #DEE9F5;
    color: #5492CD;
    padding: 13px 20px;
    transition: 0.3s all ease;
}
#jitsteps .jitsteps-boxgroup .jitsteps-icon {
    width: 28px;
    height: 28px;
}
#jitsteps .jitsteps-icon {
    width: 32px;
    height: 32px;
}
#jitsteps .jiitstepsmain,
#jitsteps .jitsteps-boxgroup {
    height: 100%;
}
#jitsteps .jitsteps-box h4,
#jitsteps .jitsteps-subbox h4 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom:0;
}
.jiitstepsmain .jitsteps-icon {
    margin: 0 auto;
}
.jitsteps-boxgroup {
    gap: 10px;
}
#jitsteps .jiitstepsmain {
    flex: 1;
}
.jitsteps-boxgroup {
    gap: 10px;
    width: 23%;
}

#jitsteps a:first-child .jitsteps-box {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

#jitsteps .jitsteps-subbox {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

#jitsteps a:nth-child(3) .jitsteps-box {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

#jitsteps a:last-child .jitsteps-box {
    clip-path: none !important;
}

.jiitstepsmain .jiitstepsinner {
    margin-left:-10px;
}
.jitsteps-boxgroup .jiitstepsinner {
    margin-left:-5px;
}
.jitsteps-link:hover .jitsteps-box,
.jitsteps-link:hover .jitsteps-subbox {
    background-color: #d0deed; 
}
.portals-kq {
    padding: 2rem 2.2rem 2.4rem;
    margin: 1rem 0;
    background-color: #EBEBEB;
    color: #333;
}

/* BOXES STYLE */
a.boxespopup-item {
    background-color: #5A90C6; /* same blue */
    padding: 40px 20px;
    color: #fff;
    display: block;
    transition: all 0.2s linear;
    text-decoration: none;
}

a.boxespopup-item:hover {
    background-color: #5284b6; /* darker hover */
    cursor: pointer;
    color:#fff;
}

.boxespopup-item h4 {
    font-weight: 600;
    font-size: 18px;
}

/* MODAL STYLE */
.modal-content {
    border-radius: 6px;
}

.modal-body p:last-child {
    margin-bottom: 0;
}
.portals-kq ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

/* WRAPPER */
.actionplan-wrapper {
    width: 100%;
    margin: 0 auto;
}

/* TITLE BAR (Blue) */
.actionplan-title {
    background-color: #5990C5;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
}
.actionplan-title h4 {
    font-size: 18px;
    font-weight: 600;
}

/* ARROWS */
.actionplan-arrow:last-of-type {
    display:none;
}
.actionplan-arrow {
    text-align: center;
    color: #6A8DBA;
    margin: 0;
    font-size: 15px;
}

/* CONTENT BAR (Light grey) */
.actionplan-content {
    background-color: #E5E9EF;
    padding: 8px 15px;
    text-align: center;
}
.actionplan-content p {
    color: #3D536F;
}

table:last-of-type {
    margin-bottom:0;
}

table {
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}

table td,
table th {
    border: 1px solid #ccc;
    padding: 13px;
    vertical-align: top;
}

table th {
    background-color: #5990C5;
    color: #fff;
}
table ul {
    margin-top: 0;
}



/* HORIZONTAL FLOW WRAPPER */
.gap-row {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    gap: 0;
    padding-bottom: 1.5rem;
}

/* BASE BOX */
.gap-step {
    position: relative;
    background: #e7f0fb;
    padding: 1.5rem 2rem;
    min-width: 220px;
    margin-right: 30px; /* space for triangle */
    color: #305a96;
}

/* TRIANGLE THAT MATCHES BOX HEIGHT */
.gap-step::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: #e7f0fb;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* TEXT */
.gap-step h4 {
    margin-bottom: .5rem;
    font-weight: 600;
    color: #5492CD;
    font-size: 14px;
}

.gap-step p {
    margin-bottom: 0;
    color: #5492CD;
    font-size: 12px;
    line-height: 1.6;
}

/* CUSTOM SCROLLBAR */
.gap-row {
    scrollbar-width: thin; 
    scrollbar-color: #6da0df transparent;
}

.gap-row::-webkit-scrollbar {
    height: 4px;
}

.gap-row::-webkit-scrollbar-track {
    background: #e9eff7;
}

.gap-row::-webkit-scrollbar-thumb {
    background: #6da0df;
}

.gap-row::-webkit-scrollbar-thumb:hover {
    background: #4f84cd;
}

.portalsamfrm-section.rdarsection {
    padding: 0;
    border: 0;
}
.rdarimg {
    aspect-ratio: 500 / 700;
    overflow: hidden;
    position: relative;
}
.rdarbox {
    border:#f1f1f1 1px solid;
}

/* COLLAPSIBLE CONTENT */
.fc-wrapper {
    overflow: hidden;
}

.fc-header {
    background: #EBEBEB;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}

.fc-title {
    color: #262626;
}

.fc-icon {
    font-size: 25px;
    line-height: 1;
    transition: all 0.2s linear;
    font-weight: 600;
    color:#555;
}

/* BODY */
.fc-body {
    background: #FFFFFF; /* <-- IMPORTANT: use white so content is visible */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

.fc-body.open {
    max-height: 1000px; /* large enough */
}

.fc-body-inner {
    padding: 5px 20px 20px;
    background: #EBEBEB;
}

.imgbox-image img {
    height: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 14px 10px -5px rgba(0,0,0,0.3);
}
.imgbox-image {
    background-color: var(--secondary);
    padding: 20px;
    aspect-ratio: 220 / 197;
}

.portals-table-wrap .table {
    font-size:13px;
    line-height: 1.5;
}
.portals-table-wrap .table td {
    padding: 10px;
}

.portals-table-wrap .table th {
    padding:10px;
    background-color:var(--primary);
    color:#fff;
}
.pb-content h3:last-child {
    margin-bottom:0;
}
main dl, main  ol, main ul {
    margin-bottom: 2rem;
}

.portalsamfrm-section h1,
.portalsamfrm-section h2,
.portalsamfrm-section h3,
.portalsamfrm-section h4,
.portalsamfrm-section h5,
.portalsamfrm-section h6 {
    margin-bottom: 1rem;
}

.spimp-testiboxinner {
    height: 100%;
    background-color: #EBEBEB;
    padding: 20px;
    margin:0 20px;
}

.slick-dots li {
    display: inline-block;
    margin: 0px 3px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    padding-left:0;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom:0;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color:var(--primary);
}
.slick-dots button {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 100%;
    box-shadow: none;
    transform:scale(0.75);
    cursor: pointer;
    font-size: 0;
    height: 15px;
    outline: 0 none !important;
    transition: 0.3s ease all;
    width: 15px;
}
.slick-slide {
    outline:0;
}
.spimp-logobox img {
    max-height: 120px;
}

.spimp-logobox {
    margin: 15px 0 5px;
}
.spimp-testimonials-slider .slick-arrow {
    margin-top: -15px;
}




@media (max-width: 767px) {
    .chapterChecker {
        overflow: scroll;
    }
    .table.fuelTable {
        width: 750px;
    }
}