/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #5492CD;
    --primary-alt: #4c87be ;

    --secondary: #91C050;
    --secondary-alt: #82ab47;

    --accent: #bd4b27;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#0a0a0a;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom:2rem;
    line-height:1.4;
}

h1 {
    font-size:42px;
}
h2 {
    font-size:36px;
}
h3 {
    font-size:26px;
}
h4 {
    font-size:21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.bggray {
    background-color:#f1f1f1;
}

.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0;
}

/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}
.breadcrumbs i {
    font-size: 11px;
    position: relative;
    top: -1.1px;
}

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

.cursor-pointer {
    cursor: pointer;
}

/**********
BUTTON    
**********/
.btn {
    background-color: transparent ;
    box-shadow: none !important;
    padding: 13px 30px;
    transition: all .15s ease-in-out;
    font-size:14px;
    border-radius: 4px;
    text-transform: uppercase;
    border-width:0px;
    font-weight: 600;
    border-style: solid;
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}

.btn.btn-outline-white {
    border: 1px solid #fff;
    color:#fff;
}
.btn.btn-outline-white:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color:#fff;
}
.btn.btn-outline-black {
    border: 1px solid #111;
    color:#111;
}
.btn.btn-outline-black:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color:#fff;
}


/* DEFAULTS */
.object-fit-cover {
    object-position: center;
}
.list-style-none {
    list-style-type: none;
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
    background-position: center;
}
section.block {
    padding:100px 0;
}
section.block70 {
    padding:70px 0;
}
section.block50 {
    padding:50px 0;
}
.box-overlay:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0; left:0;
}
.aspect-ratio-1 {
    aspect-ratio: 1;
}
.bradius-5 {
    border-radius:5px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 0;
    padding: 20px 60px !important;
    text-transform: uppercase;
    background-color: var(--primary);
    font-weight: 700;
    transition: 0.3s all ease;
    border-radius: 5px;
    color: #fff;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--secondary);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color: var(--primary) !important;
}
.gform_wrapper select {
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 10px 10px !important;
    background-color: transparent;
    border: 0;
    border: 1px solid #848484;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme input:focus {
    border-color: var(--primary);
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-radius: 0;
}
.gform_validation_error.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0;
    font-size: 13px;
    background-color: transparent;
    border: revert-layer;
    padding: 0;
}
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer {
    padding-bottom:0;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    margin-bottom: 6px;
}
.gform_required_legend {
    display: none;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.link-icon:hover i {
    padding-left:8px;
}

.link-icon i {
    font-size:10px;
    position:relative;
    top:-1px;
    transition: all 0.3s ease;
}

/* -------------------------
NEW STYLES HERE 
-------------------------  */


/* HEADER */
.main-header {
    border-bottom:1px solid #e1e1e1;
}
ul.topbarlinks1,
ul.topbarlinks2 {
    display: flex;
    align-items: center;
    gap: 17px;
}

ul.topbarlinks1 li,
ul.topbarlinks2 li {
    position: relative;
    padding-right: 15px;
}

ul.topbarlinks1 li:last-child,
ul.topbarlinks2 li:last-child {
    padding-right: 0;
}

ul.topbarlinks1 li:not(:last-child)::after,
ul.topbarlinks2 li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: var(--primary);
}

.logo-img {
    max-height: 80px;
}
.header-menu-list li {
    margin-left:40px;
}
.header-menu-list a:hover {
    color:var(--secondary);
}
.header-menu-list a {
    position:relative;
    transition: 0.2s all ease;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0a0a0a;
}
.header-menu-list > li:last-child a:hover {
    background-color: var(--secondary);
}
.header-menu-list > li:last-child a {
    color: #fff;
    background-color: var(--primary);
    padding: 12px 15px;
    border-radius: 5px;
}

/* FOOTER */
.footer {
    background-color:#f1f1f1;
    color:#323232;
}
.footertopleft img {
    width: 210px;
}
.footertopright img {
    width: 160px;
}
.footertop {
    border-bottom: 1px solid #E1E1E1;
}
.footer-menu-list a {
    color:#444;
}
.footer-menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    margin-right: 30px;
    column-gap:20px;
}
.text-blackk {
    color:#111;
}

/* HOME ABOUT */
#homeabout {
    row-gap:10px;
}
.homeaboutbox1 .homeaboutimg {
    right:0;
}
.homeaboutimg {
    aspect-ratio: 811 / 664;
    position: absolute;
    width: 57%;
    border-radius:60px 0 0 60px;
    overflow: hidden;
    height:100%;
    top: 0;
}
.homeaboutbox2 .homeaboutimg {
    border-radius:0 60px 60px 0;
}
.homeaboutbox2 .homeaboutimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.homeaboutbox1 .homesbstextinner {
    background-color: var(--primary);
    border-radius:0 50px 0 50px;
}
.homeaboutbox2 .homesbstextinner {
    background-color: var(--secondary);
    border-radius:0 50px 0 50px;
}
.homesbstextinner {
    margin: 80px 0;
    padding: 60px;
    position: relative;
    z-index: 5;
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.homeaboutbox1 .btn:hover {
    background-color: var(--secondary);
}
.list-triangle ul li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #fff;        
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.list-triangle ul li {
    position: relative;
    padding-left: 8px;
}
.list-triangle ul {
    list-style: none;
    display: flex;
    row-gap:10px;
    flex-direction: column;
}

.homelinkboxleft:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 2;
    transition: background-color 0.3s ease;
}
.homelinkboxlefttext {
    padding:23px;
}
.homelinkboxleft:hover i {
    padding-left:10px;
}
.homelinkboxleft:hover img {
    transform: scale(1.05);
}

.homelinkboxleft:hover::after {
    background-color: rgba(37, 69, 99, 0.6); 
}
.homelinkboxbrochure .hbl-slide-image img {
    max-height: 200px
}
.homeboxlink-slider,
.homeboxlink-slider .slick-list,
.homeboxlink-slider .slick-track,
.homeboxlink-slider .slick-slide {
    height: 450px;
}
.homelinkboxbrochure .hbl-slide-image {
    height: 55%;
}
.hbl-slide-image {
    height: 50%;
}

.homelinkboxbrochure .hbl-slide-text-top {
    padding-top:10px;
}
.homelinkboxbrochure .hbl-slide-text {
    height: 45%;
} 
.hbl-slide-text-top {
    padding-top:30px;
}
.hbl-slide-text {
    height: 50%;
}
.hbl-slide {
    background-color: #f1f1f1;
    margin:0 10px;
}
.homeboxlink-slider .hbl-slide-text h5 {
    font-weight: 600;
    font-size: 14px;
}
.homelinkboxbrochure .hbl-slide-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hbl-slide-link {
    color:#838383;
    font-weight: 500;
}
.hbl-slide-link:hover {
    color:var(--primary);
}
.homelinkbox-r .hbl-slide-image {
    position: relative;
    overflow: hidden;
}
.homelinkbox-r .hbl-slide-image img {
    object-fit: cover;
    width: 100%;
    height:100%;
}
.homelinkbox-r .hbl-slide-text > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hlb-title a:hover {
    color:var(--primary);
}
.hlb-title a {
    color:#111;
    transition: all 0.3s ease;
}
.hbl-slide-image:hover a {
    transform: scale(1.07);
}
.hbl-slide-image a {
    transform: scale(1.02);
}

/* SLICK TEMPLATE */

.homeboxlink-slider .slick-arrow.fa-chevron-right {
    right: -5px;
}
.homeboxlink-slider .slick-arrow.fa-chevron-left {
    left: -5px;
}
.slick-arrow.fa-chevron-right {
    right: 0;
}
.slick-arrow.fa-chevron-left {
    left: 0;
}
.slick-arrow:hover {
    background-color: var(--primary);
    color:#fff;
}
.slick-arrow {
    color: #323232;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: 0.3s ease all;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.slick-disabled {
    display:none !important;
}


.goback i {
    margin-right:2px;
    position:relative;
}
.goback:hover i {
    margin-right:-3px;
}

.goback {
    color:#838383;
}
.goback:hover {
    color:var(--primary);
}

.form-select:focus {
    border-color:var(--primary);
    outline: 0;
    box-shadow: none;
}
.dropdown-nav-select {
    background-color: #EEF4FA;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 600;
    background-size: 10px;
}



/* NEWS */
.portals-sidebar-mobile {
    position:sticky;
    top: 20px;
}
.newsbox-content {
    background-color:#F1F1F1;
}
a.newslist-link:hover {
    color: var(--secondary);
}
a.newslist-link {
    color: #838383;
}
.newslist-title:hover {
    color:var(--primary);
}
.newslist-title {
    color:#111;
    line-height:1.4;
}
.newsbox-image {
    aspect-ratio: 283 / 197;
}
.badge-news-category {
    padding: 2px 11px 1px;
    background-color:var(--primary);
    color:#fff;
}
.badge-ship-port-interface {
    background-color: #B55200;
}
.badge-alternative-fuels {
    background-color: #FFA100;
}
.badge-partnerships {
    background-color: #DD4143;
}
.badge-ppc {
    background-color: #7747E7;
}
.badge-npc {
    background-color: #C07750;
}
.badge-gia {
    background-color: #D89B00;
}
.badge-naps {
    background-color: #00B8A9;
}
.badge-pilots {
    background-color: #DF82F6;
}
.badge-energy-efficient-technologies {
    background-color:#91C050;
}
.badge-events {
    background-color:#4C4C4C;
}

.newsbox-image {
    position: relative;
    overflow: hidden;
}

.newsbox-image:hover img {
    transform: scale(1.05);
}

.news-ajax-wrap {
    min-height: 200px;
    position: relative;
}
.news-pagination li .page-link {
    font-size: 12px;
    font-weight: 600;
    aspect-ratio: 1;
    display: block;
    width: 34px;
    height: 34px;
    line-height:34px;
    color: var(--primary);
    text-align: center;
    padding:0;
}
.news-pagination li.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary-alt);
    color:#fff;
}
.news-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex !important;
    align-items: start;
    justify-content: center;
    padding-top: 130px;
}
.d-nonee {
    display: none !important;
}
.news-sidebar {
    background-color: #EEF4FA;
    padding: 25px 20px 15px 0;
}
.news-filter {
    border-left: 1px solid #CACFD4;
}
.news-filter a:hover {
    padding-left:32px;
    color: var(--secondary);
    border-color: var(--secondary);
}
.news-filter .active-workcat a {
    color: var(--primary);
    padding-left:20px;
    border-color: var(--primary);
}
.news-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;
}
select#news-sort:hover {
    color: var(--primary);
}
select#news-sort {
    border: 0;
    box-shadow: none;
    color: #838383;
    cursor: pointer;
}
.projectcomp-tabs-mobile {
    max-width: 100%;
}
iframe {
    border: 0;
    max-width: 100%;
}
.comptabstop h2 {
    font-size:30px;
}
.newsbox-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.projectcomp-tabs-mobile {
    max-width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
}
#innerhero {
    border-radius: 0 0 200px 0;
}
#innerhero:after {
    background-color:rgba(0,0,0,0.4);
    z-index: 2;
}
.contact-side {
    background-color: #EEF4FA;
}
.bg-lightblue {
    background-color: #EEF4FA;
}
.bg-lightgray {
    background-color: #fafafa;
}

.custom-bullets ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-bullets li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.custom-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
}

ul#compTabs button:hover {
    color: var(--secondary);
}

ul#compTabs button {
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    margin-left: 40px;
    padding:0;
    position:relative;
}
.comptabstop {
    border-bottom: 1px solid #C2C6C9;
    padding-bottom: 10px;
}
ul#compTabs button.active {
    color:#111;
}
ul#compTabs button.active:after {
    background-color: var(--primary);
}
ul#compTabs button:after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.componenticon {
    width: 70px;;
}
.theissue-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theissue-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.theissue-list li:last-child {
    margin-bottom: 0;
}
.theissue-list li .num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    font-size: 11px;
}
.theissue-list li .content {
    flex: 1;
}
.border-left-title {
    padding-left: 13px;
    border-left: 5px solid var(--primary);
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.countrybox img {
    width: 42px;
    height: 42px;
}
.pcd-box h4 {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}
/* Each SP column becomes a vertical flex container */
.spcol {
    display: flex;
    flex-direction: column;
}

.spwrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.spimg {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spimg img {
    max-height: 100%;
    width: auto;
}
.ass-row {
    margin-bottom: 10px;
}

.ass-left {
    font-weight: 600;
    line-height: 1.5;
}

.ass-right {
    font-weight: 400;
}

.assignment-box {
    background: #F1F1F1;
    overflow: hidden;
    height:100%;
}

.assignment-header {
    background: var(--primary);
    color: #fff;
    padding: 14px 20px;
    font-size: 20px;
}

.assignment-body {
    padding: 25px 20px;
    font-size: 15px;
}

.download-link {
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
}


/* LOW CARBON GIA */
.altl {
    background-color: #F3F3F3;
}
.altl img {
    max-width: 80%;
}

.ws-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.ws-accordion-content-inner {
    padding: 5px 0 15px;
}
.ws-accordion {
    padding-top: 15px;
    border-top: 1px solid #AEAEAE;
    margin-top: 15px;
}
.ws-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.35s ease;
}
.ws-icon .line-h {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
    transition: width 0.25s ease;
}
.ws-icon .line-v {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 14px;
    background: #333;
    transform: translateX(-50%);
    transition: opacity 0.25s ease, height 0.25s ease;
}
.ws-icon.open {
    transform: rotate(180deg);
}

.ws-icon.open .line-v {
    opacity: 0;
    height: 0;
}

.ws-icon.open .line-h {
    width: 14px;
}
.wsimgleft img {
    width: 370px;
}
.ws-toggle-title {
    padding-right:20px;
}
.gia-membership-footer-box {
    background: #f4f4f4;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
}
.gia-member-box:hover {
    opacity:0.6;
}

.gia-member-box h6 {
    width: 240px;
    max-width: 100%;
}

.gia-member-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding:10px 0;
}

.giamember-img {
    width: 160px;  
    height: 90px;     
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}

.giamember-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gia-member-box h6 {
    margin: 0;
    font-size: 16px;
}


/* PORTALS */
.portallist-title { color:#111; }
.portallist-title:hover { color:var(--primary); }

.portalbox-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 283 / 197;
}
.portalbox-image:hover img {
    transform: scale(1.05);
}
.portalbox-content {
    background-color: #f1f1f1;
}
.badge-portal-category {
    padding: 2px 13px 1px;
    background-color: var(--primary);
    color:#fff;
}
a.portallist-link:hover {
    color: var(--secondary);
}
a.portallist-link {
    color: #838383;
}
.portallist-title:hover {
    color:var(--primary);
}

.badge-portal {
    padding: 2px 13px 1px;
    color: #fff;
    display: inline-block;
    border-radius: 50rem;
    font-weight: 600;
    font-size: 12px;
}
.badge-portal-interface {
    background-color: #B55200;
}
.badge-portal-alternative-fuels {
    background-color: #FFA100;
}
.badge-portal-partnerships {
    background-color: #DD4143;
}
.badge-portal-energy-efficient-portal {
    background-color: #91C050;
}
.badge-portal-events {
    background-color: #4C4C4C;
}

@media (min-width: 992px) {
    .icon-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.icon-20 img  {
    width: 100px;
}
.portalsamfrm-section .icon-20 a {
    color: var(--primary);
}


/* THE COURSES BOX */
.thecoursesbox {
    background-color:#F1F1F1;
    height: 100%;
}
.thecoursesimg {
    aspect-ratio: 637 / 311;
    position: relative;
}
.thecoursesimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thecoursescontent-link a:hover {
    color:var(--secondary);
}
.vidbox iframe {
    width: 100%;
    height: 100%;
}
.vidbox {
    aspect-ratio: 404 / 275;
    position: relative;
}
.vidbox iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.videoseries-box {
    background-color: #f1f1f1;
}

/* CALCULATOR APPRAISAL TOOL */
.filebox {
    background-color: #F1F1F1;
}
.filebox-icon img {
    width: 65px;
}

.styled-list ul {
    list-style: none;
    padding-left: 0;
}

.styled-list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.styled-list ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #6c8cc9; /* or your brand color */
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.eetshipsbox {
    background-color:#f1f1f1;
}
.esbox-img {
    aspect-ratio: 387 / 275;
    position: relative;
    overflow: hidden;
}
.esbox-img img:hover  {
    transform: scale(1.05);
}


.portalsamfrm-section ol{
    counter-reset: slick-counter;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.portalsamfrm-section ol li {
    counter-increment: slick-counter;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
}

.portalsamfrm-section ol li::before {
    content: counter(slick-counter);
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary, #1a73e8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}

.groupoficons img {
    width: 50px;
}
.portalsamfrm-section .groupoficons a {
    background-color: #DBE5CC;
    padding: 17px 15px;
    color: #50800B;
}
.groupoficons a:hover {
    background-color: #d1debb;
    color:#4B7C00 !important;
}
.linkboxicon:hover i {
    right: 20px;
}
.linkboxicon i {
    right: 25px;
    color:#3e6307;
}

.cm-slide img {
    max-height: 70px;
}
.cs-slide {
    display:flex;
    align-items:center;
}

.cm-slider .cm-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.cm-slider .cm-slide {
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.current-members-wrap:before {
    content:'';
    left:0;
    position:absolute;
    z-index: 5;
    width:100%;
    height:100%;
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(127, 149, 164, 0) 25%, rgba(216, 223, 227, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

.hbl-tag {
    background-color: var(--primary);
    color: #fff;
    line-height: 1;
    padding: 6px 12px;
    font-weight: 600;
    display:inline-block;
    font-size: 11px;
    border-radius: 50px;
}
.homelinkboxleft {
    height: 450px;
}
.hbl-slide-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.tag-cyan { background: #00B8A9; color: #fff; }

.tag-dark-orange { background: #B55200; color: #fff; }

.tag-orange { background: #FFA100; color: #26364D; }

.tag-purple { background: #7747E7; color: #fff; }

.tag-pink { background: #DFB2F6; color: #26364D; }

.tag-black { background: #4C4C4C; color: #fff; }

.tag-blue { background: #2A94E1; color: #fff; }

.tag-light-green { background: #91C050; color: #fff; }


.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s linear;
    z-index: 9999;
}

.back-to-top:hover {
    filter: brightness(1.05);
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ms-form-embed {
    width: 100%;
    max-width: 100%;
}

.ms-form-embed iframe {
    width: 100%;
    height: 80vh;
    border: 0;
    display: block;
}