h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold; 
    color: #002f5d; 
    line-height: 1.255;
}

.uk-h1, h1 {
    font-size: 52px;
    font-weight: bold; 
    color: #002f5d; 
    line-height: 1.255;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Nunito Sans';
    font-weight: bold; 
    text-transform: uppercase;
}

* + [class*="uk-divider"] {
    margin-top: 5px !important;
}

.amsty-header-large {
    font-size: 44pt; 
    font-weight: bold; 
    color: #002f5d; 
    line-height: 1.255;
    background-color: rgb(255,255,255,0.5); 
    border-bottom: thin solid #002f5d; 
    border-top: thin solid #002f5d; 
    padding-top: 25px; 
    padding-bottom: 25px; 
    padding-left: 100px; 
    padding-right: 100px;
}

.amsty-header-large-reverse {
    font-size: 44pt;
    font-weight: bold;
    color: #fff;
    line-height: 1.255;
    background-color: rgb(0,47,93,0.5);
    border-bottom: thin solid #002f5d;
    border-top: thin solid #002f5d;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 100px;
    padding-right: 100px;
}

.amsty-header-mobile {
    font-size: 24pt;
    font-weight: bold; 
    color: #002f5d; 
    line-height: 1.255;
    background-color: rgb(255,255,255,0.5); 
    border-bottom: thin solid #002f5d; 
    border-top: thin solid #002f5d; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 50px; 
    padding-right: 50px;
}

.amsty-header-mobile-reverse {
    font-size: 24pt;
    font-weight: bold; 
    color: #fff; 
    line-height: 1.255;
    background-color: rgb(0,47,93,0.5);
    border-bottom: thin solid #002f5d; 
    border-top: thin solid #002f5d; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 50px; 
    padding-right: 50px;
}

.amsty-yellow-bar {
    content: "";
    display: inline-block;
    width: 120px;
    max-width: 100%;
    border-top: 10px solid 
    #4DC7EC;
    vertical-align: top;
    border-image-slice: 1;
}

.amsty-yellow-bar::after {
    display:none;
}

/*.el-element {
    content: "";
    display: inline-block;
    width: 80px;
    max-width: 100%;
    border-top: 20px solid #edcd20;
    vertical-align: top;
    border-image-slice: 1;
    
}
.el-element::after {
    content: "";
    display: inline-block;
    width: 80px;
    max-width: 100%;
    border-top: 0px solid #edcd20;
    vertical-align: top;
    border-image-slice: 1;
    
}*/

span.el-title {
    font-weight: bold; 
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color:#4DC7EC !important;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    color:  #4DC7EC;
}
.amsty-leaders-text-large {
    display:block;
}
.amsty-leaders-text-mobile {
    display:none;
}

.amsty-large {
    display:block;
}
.amsty-mobile {
    display:none;
}
.sustain-lead-small {
    display:none;
}
.sustain-lead-large {
    display:block;
}

/* easyblog custom style overrides */
#eb .eb-image-viewport {
  border: 0 !important;
}

#eb-strong-header {
    font-weight: bold !important;
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li >a[aria-expanded="true"] {
    color: #4DC7EC !important;
}


/*  BREAKPOINT FOR MOBILE ONLY */
@media screen and (max-width: 690px) {

    .sustain-lead-small {
        display:block;
    }
    .sustain-lead-large {
        display:none;
    }

    .amsty-leaders-text-large {
        display:none;
    }
    .amsty-leaders-text-mobile {
        display:block;
    }

    .amsty-large {
        display:none;
    }
    .amsty-mobile {
        display:block;
    }

    .uk-grid-column-small > *, .uk-grid-small > * {
        padding-left: 30px !important;
    }

}

.uk-section-default {
  background: #fff;
    background-position-x: 0%;
    background-image: none;
  background-position-x: 50%;
}

/* hide author block in easyblog */
.eb-entry .eb-entry-author {
    display:none;
}

.uk-navbar-container {
  background: #002f5d;
}

/* hide sustainability sub menu on desktop */
.item-1612 .uk-nav-sub {display:none;}
