/* NB 
   This has been built with using mobile first principles.
   Extra small devices (portrait phones, less than 576px) are the default and have no media query */


/* 1. GENERAL ELEMENTS (H1, P etc)          */
/* 1A. GENERAL HELPERS (states etc)         */
/* 1B. GENERIC REUSABLE STYLES              */

/* 2. GENERAL LAYOUT                        */
/* 3. HEADER LAYOUT & STYLING               */

/* 4. SLIDERS                               */
/* 4B. SLIDERS NAVIGATION                   */

/* 5. NAVIGATION                            */
/* 5B. MOBILE MENU                          */

/* 6. COMPONENTS                            */
/* 6A. INTRO COMPONENT                      */
/* 6B. SIDEBAR COMPONENT                    */
/* 6C. ARTICLE COMPONENT                    */
/* 6D. ARTICLE FEATURED COMPONENT           */
/* 6E. ARTICLE FEATURED OVERLAY COMPONENT   */
/* 6F. SECTION COMPONENT                    */
/* 6G. SECTION FEATURED COMPONENT           */
/* 6H. SEARCH FORM COMPONENTS               */
/* 6I. ICON COMPONENT                       */
/* 6J. LIST COMPONENT                       */
/* 6K. PAGINATION COMPONENT                 */
/* 6L. BUTTON COMPONENT                     */
/* 6L.2. BUTTON CONTAINER                   */
/* 6M. SERVICE LIST COMPONENT               */
/* 6N. LARGE SCREEN 8 WIDE SERVICES (overwrite of 6M.) */
/* 6O. FORMS - DROPDOWNS                    */

/* 7. PAGES                                 */
/* 7A. GENERAL PAGE STYLES                  */
/* 7B. HOME PAGE                            */
/* 7C. HOME CASE STUDIES LAYOUT             */
/* 7D. PEOPLE LAYOUT                        */
/* 7E. TEAM PAGE                            */
/* 7F. TEAM SINGLE PAGE                     */
/* 7G. CASE STUDIES PAGE                    */
/* 7H. REPORTS PAGE                         */
/* 7H.2. SINGLE REPORTS PAGE                */
/* 7I. SERVICE PAGE                         */
/* 7J. SERVICE SINGLE PAGE                  */
/* 7K. NEWS SINGLE PAGE                     */
/* 7L. MEDIA PAGE                           */

/* 8. FOOTER                                */
/* 8B. SOCIAL MEDIA                         */
/* 8C. END FOOTER (COPYRIGHT)               */

/* 20. MEDIA QUERIES                        */
/* 20AA. SMALL MOBILES - min 475px          */
/* 20A. SMALL DEVICES - min 576px           */
/* 20B. MED DEVICES - min 768px             */
/* 20C. LARGE DEVICES - min 992px           */
/* 20D. X LARGE DEVICES - min 1200px        */



/* 1. GENERAL ELEMENTS (H1, P etc)          */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "ff-tisa-web-pro", "Times New Roman", "Times", Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    color: #231F20;
}
h1, h2, h3, h4, h5 {
    margin: 10px 0;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.65em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
h5 {
    color: #F26724;
    font-weight: normal;
}
img {
    height: auto;
    max-width: 100%;
    border: 0
}
input,
textarea {
    border: 1px solid #c7c6c8;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=submit],
select,
button,
textarea, 
.btn {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: .375em .75em;
    background: transparent;
    border-width: 1px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: bold;
}
input::-moz-placeholder { /* Firefox 19+ */
    font-weight: bold;
}
input:-ms-input-placeholder { /* IE 10+ */
    font-weight: bold;
}
input:-moz-placeholder { /* Firefox 18- */
    font-weight: bold;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
a {
    color: #F26724;
}
a:hover,
a:focus {
    color: #13a89e;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
}



/* 1A. GENERAL HELPERS (states etc)         */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.accessibly-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* 1B. GENERIC REUSABLE STYLES              */
.bg-grey {
    background-color: #f6f7f8;
}
.bg-orange {
    background-color: #F26724;
    color: white;
}
.bg-blue {
    background-color: #43A2C5;
    color: white;
}
.bg-blue-dark {
    background-color: #257EA3;
}
.bg-green {
    background-color: #24A89D;
}
.bg-gradient {
    background: #42a2c5; /* Old browsers */
    background: -moz-linear-gradient(top, #42a2c5 0%, #34a19a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #42a2c5 0%,#34a19a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #42a2c5 0%,#34a19a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2c5', endColorstr='#34a19a',GradientType=0 ); /* IE6-9 */
}
.date {
    font-weight: bold;
    font-size: 0.9em;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.text-uppercase::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
input.text-uppercase::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
input.text-uppercase:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
input.text-uppercase:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

.read-more-link {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;  
    color: #F26724;
}



/* 2. GENERAL LAYOUT                        */
.container-fluid > .container {
    padding-left: 0;
    padding-right: 0;
}

/* 3. HEADER LAYOUT & STYLING               */
.header > .container {

}
.search-box {
    margin-bottom: 0;
    max-width: 150px;
}
.header-top {
    padding: 10px 0;
}
.search-box .form-control {
    background-color: #dbdbdc;
    border-color: #dbdbdc;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}
.search-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.search-box .form-control::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.search-box .form-control:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.search-box .form-control:-moz-placeholder { /* Firefox 18- */
    color: white;
}
.search-box i {
    position: absolute;
    font-size: 20px;
    color: #dbdbdc;
    padding-left: 7px;
    top: 3px;
}

.contact-wrapper {
    justify-content: flex-end;
    padding-right: 0;
}
.contact-button .btn {
    font-size: 14px;
}
header .social-media-icons {
    display: none;
}
.social-media-icons {
    align-items: center;
    display: flex;
}
.social-media-icons .fab {
    color: #d3d3d3;
}
.social-media-icons .fab:hover {
    color: black;
}
.social-media-icons .icon {
    line-height: 1;
    margin-right: 15px;
    padding: 0;
}

/* 4. SLIDERS                         */
.slides {
    margin-left: -40px;
}
.slides .single-slide{
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-color: rgba(36,168,157,0.9);
    background-blend-mode: multiply;
}

.slides .inner {
    height: 250px;
    box-sizing: border-box;
}
.single-slide h2{
    /* font-size: 2.5rem; */
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 2px solid white;
    font-weight: bold;
}
.single-slide p {
    display: none;
}
.single-slide button {
    margin-top: 25px;
    padding: 15px 20px 15px;
    text-align: center;
}
.single-slide button:hover {
    background-color: white;
    color: black;
}
.single-slide button::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: white;
    content: "\f061";
    font-size: 16px;
    padding-left: 10px;
}
.single-slide button:hover::after {
    color: black;
}


/* 4B. SLIDERS NAVIGATION                    */
.slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2%;
}
.slider .flex-direction-nav li, .slider .flex-control-paging li {
    list-style-type: none;
}

.slider .flex-control-paging {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.slider .flex-control-paging li {
    display: inline-block;
    padding: 5px;
}

/* ICONS */
/* hide the next and previous text so we can replace with icons*/
.slider .flex-nav-prev a::before, .slider .flex-nav-next a::before {
    display: none;
}

.slider .flex-nav-prev a, .slider .flex-nav-next a, .slider .flex-control-paging a {
    color: transparent;
    font-size: 0;
}
.slider .flex-nav-prev a::before, .slider .flex-nav-next a::before, .slider .flex-control-paging a.flex-active::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: #ef592f;
}
.slider .flex-control-paging a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;  
    color: #dfdfdf;
}
.slider .flex-nav-prev a::before {
    content: "\f053";
    font-size: 50px;
}
.slider .flex-nav-next a::before {
    content: "\f054";
    font-size: 50px;
}
.slider .flex-control-paging a::before {
    content: "\f111";
    font-size: 15px;
}





/* 5. NAVIGATION                            */
.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #939598;
}
.navbar-light .navbar-nav a.nav-link {
    color: #231F20;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav a.nav-link:hover{
    color: #f15922;
    transition: .3s;
}
.nav-link {
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-expand-lg .navbar-nav li:last-child a {
    padding-right:0;
}

/* 5B. MOBILE MENU                          */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 80%;
    background-color: white;
    padding: 20px 0;
}
.mobile-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);;
}
.mobile-menu li a.nav-link, .mobile-menu li span{
    font-family: Arial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-left: 50px;
    text-transform: none;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
}

/* 6. COMPONENTS                            */
/* 6A. INTRO COMPONENT                      */
.intro {
    font-size: 20px;
    line-height: 1.3em;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 30px 0;
}
/* .intro-author {
    margin: 30px 0;
} */
.intro-author .team-item {
    margin: -20px 0 10px 10px;
    float: right;
}
.intro-author .team-media {
    margin-bottom: 0;
    padding-left: 0;
}
.intro-author .team-caption {
    text-align: center;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}
.intro-author .team-caption a {
    color: #fff;
    padding: 5px;
}
.intro-author .team-caption a i {
    padding-right: 5px;
}

/* 6B. SIDEBAR COMPONENT                    */
.sidebar-post-list li {
    padding: 20px 0;
}
.sidebar-post-title {
    color: #F26724;
    margin: 20px 0;
}
.sidebar-contact {
    margin-top: 40px;
}
.sidebar-posts {
    margin-top: 40px;
}
.sidebar-service-list li {
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar-service-list li:last-child {
    border-bottom: 0;
}
.sidebar-service-list li:hover {
    background-color: #c2c2c2;
}
.sidebar .search {
    max-width: none;
    padding: 20px;
}
.sidebar .post-meta {
    font-size: 12px;
    line-height: 20px;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar .sidebar-post-list p {
    margin-top: 15px;
}


.sidebar-team-single .sidebar-post-list {
    display: block
}
.sidebar-team-single .sidebar-post-list li {
    width: 100%;
}
.sidebar-team-single .sidebar-contact h3 {
    margin-top: 0;
}
.sidebar-team-single .sidebar-contact ul {
    padding: 0;
}
.sidebar-team-single .sidebar-contact li {   
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sidebar-team-single .sidebar-contact li .fa,
.sidebar-team-single .sidebar-contact li .fab {
    background-color: #231F20;
    border-radius: 50%;
    color: white;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.sidebar-team-single .sidebar-contact li p {
    margin-bottom: 0;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 20px;
}
.sidebar-team-single .sidebar-contact li p a:link {
    color: #231F20;
}
.sidebar-team-single .sidebar-contact li p a:hover {
    color: #F26724;
}
.casestudies-sidebar-block .list,
.reports-sidebar-block .list,
.news-sidebar-list .list {
    margin-left: -15px;
    margin-right: -15px;
}
.casestudies-sidebar-block .list > li,
.reports-sidebar-block .list > li,
.news-sidebar-list  .list > li  {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.casestudies-sidebar-block h4,
.reports-sidebar-block h4, 
.news-sidebar-list h4 {
    border-top: 1px solid #c7c6c8;
    padding-top: 40px;
}

/* 6C. ARTICLE COMPONENT                    */
.article-list.list {
    /* ensure outer edges of grids line up perfectly */
    margin-left: -15px;
    margin-right: -15px;
}
.article-image {
    margin-bottom: 1rem;
}
.article-image img,
.article-featured .article-image {
    border-radius: 10px;
    width: 100%;
}
.article-meta {
    font-size: 14px;
    margin: 15px 0;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-single {
    margin: 30px -15px 40px;
}
.article-single-title {
    margin: 30px 0;
}

/* 6D. ARTICLE FEATURED COMPONENT           */
.article-featured {
    padding: 40px 15px;
}
.article-featured .article-image {
    /* overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    margin-right: 20px;
    width: 100%; */
}
.article-featured .article-image img {
    /* bottom: 0;
    left: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.article-featured-title {
    font-size: 26px;
}
.article-featured .article-meta {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7em;
}
.article-featured .article-highlight p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0;
}

/* 6E. ARTICLE FEATURED OVERLAY COMPONENT   */
.article-featured-overlay {
    padding: 0 15px;
}
.article-featured-overlay .article-image {
    margin-bottom: 0;
    width: 100%;
}
.article-featured-overlay .article-overlay {
    position: relative;
    width: 100%;
}
.article-featured-overlay .article-highlight {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 10px 10px;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 5px 10px 10px;
    position: absolute;
    right: 0;
}
.article-featured-overlay .article-featured-title {
    font-size: 20px;
}
.article-featured.article-featured-overlay .article-highlight p {
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
}

/* 6F. SECTION COMPONENT                    */
.section {
    border-top: 1px solid #c7c6c8;
    margin-bottom: 40px;
}
.section-title {
    font-size: 16px;
    margin: 40px 0;
}
.section .team-bg {
    /* padding-top: 10px; */
}
.section .team-bg:after {
    max-height: 100%;
}
.section .article-container {
    margin: 0 -15px;
}
.section .team-list {
    margin: 0 -8px;
}

/* 6G. SECTION FEATURED COMPONENT           */
.section-featured .article-featured {
    flex-basis: 100%;
}
.section-featured .article {
    flex-basis: 50%;
}

/* 6H. SEARCH FORM COMPONENTS                    */
.search-wrapper {
    background-color: #f9f9fa;
    padding: 40px 0
}
.search {
    text-align: center;
    margin: auto;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.search-label {
    margin: 0 10% 20px 0;
}
.search-fields {
    align-items: center;
    display: flex;
    width: 100%;
}
.search-input {
    border-width: 1px 1px 1px 0;
    height: 34px;
    padding: 5px;
    width: 100%;
}

.search-centered .search {
    flex-direction: column;
    margin: 0 auto;
}
.search-centered .search-label {
    margin: 0 0 10px 0;
}
.search-centered.search-wrapper {
    margin: 40px 0 20px;
    padding: 40px 20px;
}

/* 6I. ICON COMPONENT                       */
[class^="icon-svg-"]:before,
[class*="icon-svg-"]:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}
.icon-svg-search:before {
    background-image: url('images/icons/icon-search.svg');
    font-size: 20px;
}


/* 6J. LIST COMPONENT                       */
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inline-list li {
    display: inline-block;
    margin-right: 5px;
}
.inline-list li:last-child {
    margin-right: 0;
}
.breadcrumbs {
    border-bottom: 1px solid #898789;
    margin: 20px 0;
    padding-bottom: 16px;
}

/* 6K. PAGINATION COMPONENT                 */
.pagination {
    color: #F26724;
    margin: 40px 0;
    text-align: center;
}
.pagination-list {
    margin: 0 auto;
}
.pagination-list li {
    border: 1px solid #F26724;
    border-radius: 8px;
    padding: 0 14px;
    line-height: 1.2em;
    transition: all .3s ease;
    height: 40px;
    font-size: 24px;
    margin-top: 14px;
}
.pagination-list li:hover,
.pagination-current {
    background-color: #F26724;
    color: #fff;
}

/* 6L. BUTTON COMPONENT                     */
.btn {
    line-height: 1;
    text-transform: uppercase;
}
.btn:hover {
    background: transparent;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.btn-primary {
    background-color: #43A2C5;
    border-color: #43A2C5;
}
.btn-outline-primary {
    border-color: white;
    color: white;
}
.btn-secondary {
    background-color: white;
    border-color: black;
    color: black;
}
.btn-black {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}
.btn-black:hover {
    background-color: #fff;
    color: #000;
}
.btn-search {
    background-color: #fff;
    border-color: #c7c6c8;
    border-radius: 0;
    height: 100%;
}
.btn-orange {
    background-color: #fff;
    border-color: #F26724;
    border-radius: 8px;
    color: #F26724;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-orange-reverse {
    background-color: #F26724;
    color: #fff;
}

/* 6L.2. BUTTON CONTAINER                   */
.button-container {
    background-color: #f6f7f8;
    margin: auto;
    text-align: center;
}
.button-container .btn {
    min-width: 120px;
}



/* 6M. SERVICE LIST COMPONENT               */
.service-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    margin-left: -8px;
    margin-right: 8px;
}
.service-list li {
    font-size: 18px;
    line-height: 1.1;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: calc(100% / 2);
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    border: 8px solid white;
}
.service-list li:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.service-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
}
.service-icon {
    align-items: center;
    display: flex;
    height: 65%;
    padding-bottom: 12px;
}
.service-inner .svg {
    width: 70px;
    height: 70px;
}
.service-inner .svg path {
    fill: white;
}
.service-hover {
    bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /* transition: top .3s ease; */
}
.contact .service-hover {
    display: none;
}
.service-hover-inner {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #c7c6c8;
    border-top: 1px solid transparent;
    height: 100%;
    padding: 8px;
    text-align: center;
}
.service-list li:hover .service-hover {
    top: 0;
    bottom: 0;
}
.service-inner .service-title {
    color: #fff;
    height: 35%;
    font-weight: bold;
}
.service-hover .service-title {
    color: inherit;
    margin: 5px 0;
    font-size: 18px;
    margin: 0;
}
.service-list .service-description {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
.service-list .waste {
    color: #FCB918;
}
.waste .service-inner {
    background-color: #FCB918;
    border: 3px solid #FCB918;
}
.service-list .energy {
    color: #F15B25;
}
.energy .service-inner {
    background-color: #F15B25;
    border: 3px solid #F15B25;
}
.service-list .marine {
    color: #24AAE2;
}
.marine .service-inner {
    background-color: #24AAE2;
    border: 3px solid #24AAE2;
}
.service-list .policy {
    color: #902559;
}
.policy .service-inner {
    background-color: #902559;
    border: 3px solid #902559;
}
.service-list .sustainable {
    color: #5CBD57;
}
.sustainable .service-inner {
    background-color: #5CBD57;
    border: 3px solid #5CBD57;
}
.service-list .procurement {
    color: #EF8496;
}
.procurement .service-inner {
    background-color: #EF8496;
    border: 3px solid #EF8496;
}
.service-list .people {
    color: #12A79E;
}
.people .service-inner {
    background-color: #12A79E;
    border: 3px solid #12A79E;
}
.service-list .contact {
    color: white;
}
.contact .service-inner {
    background-color: black;
    border: 3px solid black;
}
.contact .service-inner:hover {
    background-color: white;
    color: black;
}
.contact .service-inner:hover .svg path {
    fill: black;
}
.contact .service-inner:hover .service-title{
    color: black;
}

/* mainly this set of classes is dealing with the hover states on the homepage */
/* 6N. LARGE SCREEN 8 WIDE SERVICES (overwrite of 6M.) */
.large-screen-8-wide .service-list {
    margin-top: 0;
}
.large-screen-8-wide .service-list li {
    border-color: #f6f7f8;
}
.large-screen-8-wide .service-inner .svg{
    width: 60px;
    height: 60px;
}
.large-screen-8-wide .service-inner .svg path {
    fill: white;
}
.large-screen-8-wide .service-hover {
    display: none;
}
.large-screen-8-wide .service-inner:hover {
    background-color: white;
    color: black;
}
.large-screen-8-wide .service-inner:hover .svg path {
    fill: black;
}
.large-screen-8-wide .waste .service-inner:hover .svg path {
    fill: #FCB918;
}
.large-screen-8-wide .waste .service-inner:hover .service-title{
    color: #FCB918;
}
.large-screen-8-wide .energy .service-inner:hover .svg path {
    fill: #F15B25;
}
.large-screen-8-wide .energy .service-inner:hover .service-title{
    color: #F15B25;
}
.large-screen-8-wide .marine .service-inner:hover .svg path {
    fill: #24AAE2;
}
.large-screen-8-wide .marine .service-inner:hover .service-title{
    color: #24AAE2;
}
.large-screen-8-wide .policy .service-inner:hover .svg path {
    fill: #902559;
}
.large-screen-8-wide .policy .service-inner:hover .service-title{
    color: #902559;
}
.large-screen-8-wide .sustainable .service-inner:hover .svg path {
    fill: #5CBD57;
}
.large-screen-8-wide .sustainable .service-inner:hover .service-title{
    color: #5CBD57;
}
.large-screen-8-wide .procurement .service-inner:hover .svg path {
    fill: #EF8496;
}
.large-screen-8-wide .procurement .service-inner:hover .service-title{
    color: #EF8496;
}
.large-screen-8-wide .people .service-inner:hover .svg path {
    fill: #12A79E;
}
.large-screen-8-wide .people .service-inner:hover .service-title{
    color: #12A79E;
}
.large-screen-8-wide .contact .service-inner:hover {
    background: none;
    background-color: white;
}
.large-screen-8-wide .contact .service-inner:hover .svg path {
    fill: black;
}
.large-screen-8-wide .contact .service-inner:hover .service-title{
    color: black;
}

/* 6O. FORMS - DROPDOWNS                    */
.sidebar-dropdown {
    background-color: #f9f9fa;
    padding: 30px 10px;

}
.sidebar-dropdown select {
    border: 1px solid #c7c6c8;
}



/* 7. PAGES                                 */
/* 7A. GENERAL PAGE STYLES                  */
.page-header {
    line-height: 1.2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.page-header .page-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #20a39b;
    font-weight: bold;
    margin: 0px 0 15px;
}
.page-header .page-description {
    font-size: 18px;
}

/* 7B. HOME PAGE                            */
.home .content h3 {
    color: #269385;
}
.home .content h3 .heading-intro {
    color: #969897;
    font-weight: bold;
}

/* 7C. HOME CASE STUDIES LAYOUT             */
.case-study h5 {
    margin-top: 0;
}
.case-study:nth-child(1) {
    border-bottom: 2px solid #BDBEC0;
}
.case-study.with-image {
    background-image: url('images/temp/case-study-procurement.jpg');
    background-size: cover;
    height: 250px;
    border: none;
}
.case-study.with-image .content {
    background: rgba(0,0,0,0.7);
    color: white;
    width: 100%;
}

/* 7D. SOCIAL MEDIA FEED                       */
.social-feed .social-feed-image .circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #43A2C5;
    margin: auto;
}
.social-feed .social-feed-image .circle .fab {
    font-size: 50px;
    color: white;
}
.social-feed .social-feed-content h4 {
    text-transform: none;
}
.social-feed .social-feed-content p {
    margin-bottom: 0;
}
.social-feed .social-feed-content a {
    color: #269385;
    font-weight: bold;
}
.social-feed .social-feed-content h5 {
    font-size: 1.1rem;
}


/* 7E. TEAM PAGE                            */
.team-list {
    display: flex;
    flex-wrap: wrap;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-item {
    padding: 0 8px;
    margin-bottom: 40px;
    width: calc(100% / 2);
}
.team-name {
    margin-bottom: 0;
}
.team-title {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}
.team-media {
    margin-bottom: 10px;
}
.team-image {
    width: 100%;
}
.team-bg {
    position: relative;
}
.team-bg:after {
    content: '';
    background-color: #f3f3f4;
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    max-height: 90%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* 7F. TEAM SINGLE PAGE                     */
.team-single-header.team-bg:after {
    background-color: transparent;
}
.team-single-header, .team-single-header-subtitle {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-single-header .team-name {
    font-size: 28px;
}
.team-single-header .team-title {
    font-size: 20px;
}
.team-single-header.team-bg:after {
    /* max-height: 75%; */
}
.team-media {
    text-align: center;
    margin: auto;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, fffff 15%, #f3f3f4 15%, #f3f3f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 15%,#f3f3f4 15%,#f3f3f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 15%,#f3f3f4 15%, #f3f3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f4',GradientType=0 ); /* IE6-9 */
    padding-left: 20%;
}
.team-single-header .team-image{
    width: 80%;
}
.team-single-header-subtitle {
    color: #fff;
    font-size: 32px;
    line-height: 1.3em;
    padding: 20px;
}
.single-team-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}
.team-back-button a {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-back-button a i{
    color: #c7c6c8;
    padding-right: 10px;
}

/* 7G. CASE STUDIES PAGE                    */
.case-studies .article-image,
.case-studies .article-image img {
    border-radius: 0;
}
.case-studies .page-description {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* 7H. REPORTS PAGE                         */
.reports-page .article-image,
.reports-page .article-image img, 
.single-reports-page .article-image,
.single-reports-page .article-image img {
    border-radius: 0;
}
.reports-page .article-report-date, 
.single-reports-page .article-report-date {
    border-bottom: 1px solid #000;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.reports-page .article-list li a {
    color: black;
}
.reports-page .article-list li .report-author a {
    color: #F26724;
}
.reports-page .article-list .btn {
    padding: 10px 25px;
}

/* 7H.2. SINGLE REPORTS PAGE              */
.single-reports-page .article-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-reports-page .article-report-date a {
    color: inherit;
}
.single-reports-page .reports-buttons {
    margin: 40px 0;
}
.single-reports-page .reports-buttons li {
    margin: 20px 0;
}



/* 7I. SERVICE PAGE                         */
.service-page .service-title {
    display: inline-block;
}
.service-page .service-title:hover {
    text-decoration: none;
}


/* 7J. SERVICE SINGLE PAGE                  */
.service-single .page-header .service-inner {
    border: none;
    width: auto;
}
.service-single .page-header .service-inner .svg {
    width: 50px;
    height: 50px;
}
.service-single .page-header .service-inner-wrapper {
    max-width: 120px;
}
.service-single .page-header .service-inner .service-inner-wrapper {
    padding: 20px;
}
.service-single .page-description {
    margin-left: 30px;
}
.service-single .page-title .service-title {
    font-size: 14px;
    text-transform: none;
}
.service-single .service-list {
    margin-bottom: 0;
}


/* SERVICE COLOUR stuff below here */
.service-single.waste .page-header .service-inner,
.service-single.energy .page-header .service-inner,
.service-single.marine .page-header .service-inner,
.service-single.policy .page-header .service-inner,
.service-single.sustainable .page-header .service-inner,
.service-single.procurement .page-header .service-inner,
.service-single.people .page-header .service-inner
{
    background-color: transparent;
    position: static;
}

.service-single.waste .page-header .service-inner .service-inner-wrapper{
    background-color: #FCB918;
}
.service-single.energy .page-header .service-inner .service-inner-wrapper{
    background-color: #F15B25;
}
.service-single.marine .page-header .service-inner .service-inner-wrapper{
    background-color: #24AAE2;
}
.service-single.policy .page-header .service-inner .service-inner-wrapper{
    background-color: #902559;
}
.service-single.sustainable .page-header .service-inner .service-inner-wrapper{
    background-color: #5CBD57;
}
.service-single.procurement .page-header .service-inner .service-inner-wrapper{
    background-color: #EF8496;
}
.service-single.people .page-header .service-inner .service-inner-wrapper{
    background-color: #12A79E;
}

.service-single.waste .breadcrumbs {
    border-bottom-color: #FCB918;
}
.service-single.energy .breadcrumbs {
    border-bottom-color: #F15B25;
}
.service-single.marine .breadcrumbs {
    border-bottom-color: #24AAE2;
}
.service-single.policy .breadcrumbs {
    border-bottom-color: #902559;
}
.service-single.sustainable .breadcrumbs {
    border-bottom-color: #5CBD57;
}
.service-single.procurement .breadcrumbs {
    border-bottom-color: #EF8496;
}
.service-single.people .breadcrumbs {
    border-bottom-color: #12A79E;
}

.service-single.waste .section {
    border-top-color: #FCB918;
}
.service-single.energy .section {
    border-top-color: #F15B25;
}
.service-single.marine .section {
    border-top-color: #24AAE2;
}
.service-single.policy .section {
    border-top-color: #902559;
}
.service-single.sustainable .section {
    border-top-color: #5CBD57;
}
.service-single.procurement .section {
    border-top-color: #EF8496;
}
.service-single.people .section {
    border-top-color: #12A79E;
}


/* 7K. NEWS SINGLE PAGE                     */
.news-single .article-single img, .news .news-sidebar-list .side-post-list li img {
    border-radius: 10px;
}
.news-single .sidebar .sidebar-block:first-child {
    padding-top: 2rem;
}
.news-single .sidebar select {
    width: 100%;
}



/* 7L. MEDIA PAGE                     */
.media-page .article-highlight p {
    margin-bottom: 1rem;
}


/* 8. FOOTER                                */
footer {
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}
footer ul li {
    list-style-type: none;
}

/* 8A. NEWSLETTER FOOTER */
.newsletter h3{
    font-weight: bold;
    font-size: 1.8em;
}
.newsletter-container p {
    font-size: 1.6em;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsletter .signup-button {
    text-align: center;
}
.newsletter .signup-button button {
    width: 150px;
    padding: 15px;
    border-radius: 30px;
}

/* 8B. SOCIAL MEDIA */
footer .social-media {
    border-bottom: 1px solid white;
}
footer .social-media .btn-lg {
    font-size: 3rem;
    width: 33%;
}
footer .social-media button.contact {
    width: 100%;
    padding: 15px;
}
.social-media-container a {
    color: #fff;
}
footer .social-media-icons {
    max-width: 250px;
    margin: auto;
}
footer .social-media-icons .fab {
    color: white;
}
footer .button-container {
    background-color: transparent;
}

/* 8C. END FOOTER (COPYRIGHT) */
footer .end-footer-container ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .end-footer-container ul li {
    display: inline-block;
    padding-right: 10px;
}
footer .end-footer-container ul a {
    color: white;
}


/* 20. MEDIA QUERIES                        */

/* Extra small devices (portrait phones, less than 576px)
   Have no media query since this is the default in Bootstrap */


/* 20AA.  SMALL MOBILES - min 475px        */
@media (min-width: 475px) { 
    /* 6M. SERVICE LIST COMPONENT               */
    .service-list li {
        font-size: 22px;
    }
    .service-inner .svg {
        width: 85px;
        height: 85px;
    }
    .service-hover-inner {
        padding-top: 15px;
    }
    .service-hover .service-description{
        margin-top: 10px;
    }
}


/* 20A. SMALL DEVICES - min 576px           */
@media (min-width: 576px) { 
    .team-item {
        width: calc(100% / 3);
    }

    /* 6M. SERVICE LIST COMPONENT               */
    .service-list li {
        font-size: 24px;
    }
    .service-inner .svg {
        width: 100px;
        height: 100px;
    }
    .service-hover .service-title {
        font-size: 24px;
    }
    .service-hover .service-description {
        font-size: 18px;
    }

    /*8. FOOTER  */
    footer .end-footer-container ul {
        text-align: right;
    }
    footer .end-footer-container ul li{
        padding-right: 0;
        padding-left: 15px;
    }
}


/* 20B. MED DEVICES - min 768px             */
@media (min-width: 768px) { 

    /* 1. GENERAL ELEMENTS (H1, P etc)          */
    html {
        /* font-size: 9px */
    }

    /* 3. HEADER LAYOUT & STYLING               */
    header .social-media-icons {
        display: flex;
    }

    /* 4. SLIDERS                         */
    .slides .inner {
        height: 350px;
    }

    .slider .flex-nav-prev a::before, .slider .flex-nav-next a::before {
        display: block;
    }
    .single-slide h2 {
        font-size: 2.5rem;
        border-bottom: none;
        width: 33%;
        padding-right: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 2px solid white;
    }
    .single-slide p {
        width: 66%;
        display: block;
        padding-left: 60px;
        margin-bottom: 0;
        /* border-left: 2px solid white; */
        font-family: "Effra", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.6em;
        line-height: 1.2em;
        letter-spacing: 1px;
    }
    

    /* 6B. SIDEBAR COMPONENT                    */
    .sidebar-contact {
        margin-top: 0;
    }

    /* 6E. ARTICLE FEATURED OVERLAY COMPONENT   */
    .article-featured-overlay .article-highlight {
        padding: 20px 20px;
    }
    .article-featured.article-featured-overlay .article-highlight p {
        margin-bottom: 1rem;
    }

    /* 6H. FORM COMPONENTS                      */
    .search {
        max-width: 80%;
        display: flex;
        align-items: center;
    }
    .search-label {
        margin-bottom: 0;
    }
    .search-centered.search-wrapper {
        padding: 40px 0;
    }


    /* 6M. SERVICE LIST COMPONENT               */
    .service-inner {
        padding-top: 10px;
    }
    .service-icon {
        height: 60%;
        padding-bottom: 6px;
    }
    .service-list li {
        width: calc(100% / 4);
        margin-bottom: 0;
        font-size: 18px;
    }
    .service-inner .svg {
        width: 70px;
        height: 70px;
    }
    .service-hover .service-title {
        font-size: 24px;
    }
    .service-hover .service-description {
        font-size: 14px;
    }

    /* 6N. HOMEPAGE SERVICES (overwrite of 6M.) */
    .eunomia-icons > div {
        width: 12.5%;
        height: 150px;
        border: #f6f7f8 solid 0.5rem;
        padding: 1rem;
        display: inline-block;
    }
    .eunomia-icons > div:nth-child(odd) {
        border: #f6f7f8 solid 0.5rem;
    }
    .eunomia-icons > div:nth-child(even) {
        border: #f6f7f8 solid 0.5rem;
    }
    .eunomia-icons > div:first-child {
        border-left: none;
    }
    .eunomia-icons > div:last-child {
        border-right: none;
    }

    /* 7. PAGES                                 */
    /* 7A. GENERAL PAGE STYLES                  */
    .page-header {
        align-items: center;
        display: flex;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .page-header .page-title {
        margin-bottom: 0;
        width: 30%;
        font-size: 30px;
    }
    .page-header .page-description {
        border-left: 3px solid #c7c6c8;
        padding-left: 10%;
        width: 70%;
    }

    /* 7B. HOME PAGE                            */
    .home .home-intro.bg-grey {
        background-color: white;
    }
    .home .home-intro h3 {
        font-size: 1.6em;
        line-height: 1.2em;
        letter-spacing: 1px;
        text-align: center;
    }

    /* 7C. HOME CASE STUDIES LAYOUT             */
    .case-study.with-image {
        height: 350px;
    }
    .article-single {
        margin-top: 40px;
    }
    .article-single .col-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .article-single .col-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .article-featured {
        display: flex;
        align-items: flex-start;
    }
    .article-featured .article-image {
        /* padding-bottom: 25vh; */
    }
    .article-featured-title {
        margin-top: 0;
    }
    .article-featured .article-highlight,
    .article-featured .article-image {
        width: 50%;
    }
    .article-featured .article-highlight {
        padding-left: 25px;
    }
    .article-featured-overlay .article-highlight,
    .article-featured-overlay .article-image {
        width: 100%;
    }
    .article-featured-overlay .article-image {
        /* padding-bottom: 36vh; */
    }

    .team-item {
        width: calc(100% / 4);
    }


    /* 7F. TEAM SINGLE PAGE              */
    .team-single-header-copy-wrapper {
        display: flex;
        margin-top: -50px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, fffff 20%, #f3f3f4 20%, #f3f3f4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 20%,#f3f3f4 20%,#f3f3f4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 20%,#f3f3f4 20%,##ff3f3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f4',GradientType=0 ); /* IE6-9 */
    }
    .team-single-header-body .page-title {
        margin-bottom: 0;
    }
    .team-media {
        background: transparent;
    }
    .team-single-header-subtitle {
        padding: 20px 60px;
    }

    .team-single-header-content {
        align-self: center;
        padding-left: 60px;
    }
    .team-single-header .team-image{
        width: auto;
        max-height: 360px;
    }

    /* 7H. REPORTS PAGE                         */
    .reports-page .article-report-date, 
    .single-reports-page .article-report-date {
    font-size: 24px;
}

    /* 7I. SERVICE PAGE                         */
    .service-page .service-title {
        font-size: 18px;
    }
    .service-single .page-description {
        margin-left: 0px;
    }

    /* 7J. SERVICE SINGLE PAGE                  */
    .service-single .page-header .service-inner {
        width: 30%;
    }

    /* 7K. NEWS SINGLE PAGE                     */
    .news-single .sidebar .sidebar-block:first-child{
        padding-top: 0;
    }
    .news-single .sidebar .sidebar-block:first-child h4{
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }


    /* 8. FOOTER                         */
    footer .social-media .btn-lg {
        padding: 0.5rem;
        font-size: 2rem;
    }
}


/* 20C. LARGE DEVICES - min 992px           */
@media (min-width: 992px) { 

    /* 4. SLIDERS                         */
    .single-slide h2 {
        border-bottom: none;
        max-width: 60%;
    }
    .single-slide p {
        width: 40%;
    } 
    
    /* 6M. SERVICE LIST COMPONENT               */
    .service-list li {
        width: calc(100% / 8);
    }
    .service-icon {
        height: 65%;
        padding-bottom: 12px;
    }
    .service-inner .svg {
        width: 100px;
        height: 100px;
    }
    .service-page .service-title {
        font-size: 24px;
    }
    .service-hover {
        bottom: 0;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        /* transition: top .3s ease; */
    }

    .service-hover .service-title {
        font-size: 22px;
    }
    .service-hover .service-description {
        font-size: 16px;
    }


    /* 6N. LARGE SCREEN 8 WIDE SERVICES (overwrite of 6M.) */
    .large-screen-8-wide .service-list li, .large-screen-8-wide .service-list .contact .btn {
        font-size: 14px;
    }
    .large-screen-8-wide .service-icon {
        padding-bottom: 6px;
    }
    .large-screen-8-wide .service-inner {
        padding-top: 0px;
    }
    .large-screen-8-wide .service-inner .svg {
        width: 40px;
        height: 40px;
    }

    /* 7I. SERVICE PAGE                         */
    .service-page .service-list li {
        width: calc(100% / 4);
    }

    /* 8. FOOTER                         */
    footer .social-media .btn-lg {
        padding: 0.5rem;
        font-size: 2.5rem;
    }

}

/* 20D. X LARGE DEVICES - min 1200px        */
@media (min-width: 1200px) {

    /* 6M. SERVICE LIST COMPONENT               */
    .service-hover .service-title {
        font-size: 24px;
    }
    .service-hover .service-description {
        font-size: 18px;
    }


    /* 6N. LARGE SCREEN 8 WIDE SERVICES (overwrite of 6M.) */
    .large-screen-8-wide .service-inner {
        padding-top: 10px;
    }
    .large-screen-8-wide .service-inner .svg {
        width: 50px;
        height: 50px;
    }

    /* 8. FOOTER                         */
    footer .social-media .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 3rem;
    }

}
