 /* Global Styles */
 body {
  font-family: 'Lato', sans-serif;
}
 .no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-margin {
  margin: 0;
}
p.white {
  font-family: lato;
  color:  #ffffff;
  font-size: 16px;	/* 14px GT */
  font-weight: 100;
  text-align: left;
}
p {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
}
a > h3 {
    color: #b70063 !important;
}
.slick-slide:focus { outline: none; }
/* Slick arrows on portfolio section homepage */
.portfolio-home-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    left: 136px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/left-grey.png');
}
.portfolio-home-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    right: 122px;
    display: block;
    width: 62px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-grey.png');
}
.portfolio-home-slider.slick-prev:hover, .portfolio-home-slider.slick-prev:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    left: 136px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/left-grey.png');
}
.portfolio-home-slider.slick-next:hover, .portfolio-home-slider.slick-next:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    right: 122px;
    display: block;
    width: 62px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-grey.png');
}
@media (max-width: 991px) {
    .portfolio-home-slider .slick-prev {
        left: 0px;
    }
    .portfolio-home-slider .slick-next {
        right: 0px;
    }
}
@media (max-width: 768px) {
    .portfolio-home-slider .slick-prev {
        top: -176px;
        left: 35px;
    }
    .portfolio-home-slider .slick-next {
        top: -176px;
        width: 59px;
    }
}
@media (max-width: 609px) {
    .portfolio-home-slider .slick-prev {
        top: -176px;
        left: 35px;
    }
    .portfolio-home-slider .slick-next {
        top: -176px;
        width: 59px;
    }
}
@media (max-width: 521px) {
    .portfolio-home-slider .slick-prev {
        top: -142px;
        left: 35px;
    }
    .portfolio-home-slider .slick-next {
        top: -144px;
        width: 59px;
    }
}
@media (max-width: 425px) {
    .portfolio-home-slider .slick-prev {
        top: -142px;
        left: 10px;
    }
    .portfolio-home-slider .slick-next {
        top: -144px;
        width: 36px;
    }
    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: transparent;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 376px) {
    .portfolio-home-slider .slick-prev {
        top: -220px;
        left: 58px;
    }
    .portfolio-home-slider .slick-next {
        top: -220px;
        width: 36px;
        left: 300px;
    }
}
@media (max-width: 320px) {
    .portfolio-home-slider .slick-prev {
        top: -220px;
        left: 58px;
    }
    .portfolio-home-slider .slick-next {
        top: -220px;
        width: 36px;
        left: 239px;
    }
}
/* END Slick arrows on portfolio section homepage */
/* Header */
.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
    text-transform: uppercase;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #b70063;
}
.navbar-inverse .navbar-nav>li>a {
    color: #6d6e71;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #58595b;
}
.dropdown-menu>li>a {
    display: block;
    padding: 9px 67px 9px 0px;
    clear: both;
    font-family: museo;
    font-weight: 300;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    text-transform: initial;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: white;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 264px;
    padding: 9px 13px;
    margin: 2px 0 0;
    font-size: 16px;	/* 14px GT */
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {
    .dropdown-menu>li>a {
        display: block;
        padding: 9px 67px 9px 0px;
        clear: both;
        font-family: museo; 
        font-weight: 300;
        line-height: 1.42857143;
        color: white;
        white-space: nowrap;
        text-transform: initial;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        color: white;
        font-weight: 700;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100%;
        padding: 9px 13px;
        margin: 2px 0 0;
        font-size: 16px;	/* 14px GT */
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #58595b;
}
.navbar-inverse .navbar-toggle {
    border-color: #58595b;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: museo; 
  font-weight: 300;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0,-50%);
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #B70063; 
}
li.border {
    border-bottom: 1px solid white;
}
.current_page_item {
    color: #fff;
    background-color: #b70063;
}
.menu-main-menu-container .current_page_item a {
    color: white !important;
}

/* Main */
p.body-text {
    font-family: 'Lato', sans-serif;
    color: #58595b;
}

/* Homepage main slider section */
section.header-homepage-slider .header-text {
    text-align: center;
    padding-top: 245px; 
}
section.header-homepage-slider .header-text h3 p {
    color: white;
    font-family: museo;
    font-weight: 300;
    font-size: 38px;
}
section.header-homepage-slider .header-text b, strong {
    font-family: museo;
    font-weight: 700;
    font-size: 38px;
    color: #bccc2e;
}
@media (max-width: 991px) {
    section.header-homepage-slider .header-text {
        text-align: center;
        padding-top: 212px;  
    }
}
@media (max-width: 425px) {
    section.header-homepage-slider .header-text {
        text-align: center;
        padding-top: 156px;  
    }
}
/* END Homepage main slider section */
/* Slick arrows on header-homepage-slider */
.header-homepage-slider .slick-prev {
    font-size: 0;
    z-index: 1;
    line-height: 0;
    position: absolute;
    top: 320px;
    left: 400px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/left-white.png');
}
.header-homepage-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 320px;
    right: 345px;
    display: block;
    width: 62px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-white.png');
}
.header-homepage-slider.slick-prev:hover, .header-homepage-slider.slick-prev:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    left: 136px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/left-grey.png');
}
.header-homepage-slider.slick-next:hover, .header-homepage-slider.slick-next:focus {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -116px;
    right: 122px;
    display: block;
    width: 62px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: red;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-grey.png');
}
.header-homepage-slider .slick-next:before {
    content: none;
}
.header-homepage-slider .slick-prev:before {
    content: none;
}
@media (max-width: 1748px) {
    .header-homepage-slider .slick-prev {
        left: 320px;
    }
    .header-homepage-slider .slick-next {
        right: 273px;
    }
}
@media (max-width: 1570px) {
    .header-homepage-slider .slick-prev {
        left: 232px;
    }
    .header-homepage-slider .slick-next {
        right: 187px;
    }
}
@media (max-width: 1400px) {
    .header-homepage-slider .slick-prev {
        left: 144px;
    }
    .header-homepage-slider .slick-next {
        right: 100px;
    }
}
@media (max-width: 1230px) {
    .header-homepage-slider .slick-prev {
        left: 53px;
    }
    .header-homepage-slider .slick-next {
        right: 10px;
    }
}
@media (max-width: 991px) {
    .header-homepage-slider .slick-prev {
        left: 30px;
    }
    .header-homepage-slider .slick-next {
        right: 0px;
    }
}
@media (max-width: 320px) {
    .header-homepage-slider .slick-prev {
        left: 14px;
    }
    .header-homepage-slider .slick-next {
        width: 37px;
    }
}
/* END Slick arrows on header-homepage-slider */
/* Footer */
/*footer*/
.footer {
    background: #6d6e71 none repeat scroll 0 0;
    margin: 0;
    padding: 38px 0;
}
.row.footer-border {
    border-top: 1px solid white;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .row.footer-border {
        border-top: 1px solid white;
        padding: 20px 15px 20px 15px;
    }
}
.border-left-right {
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding-left: 41px;
}
.footer_dv.logo-footer {
    margin-top: 32px;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer_dv h3 {
    font-family: museo;
    color:  #ffffff;
    font-size: 14px; 
    font-weight: 300;
    margin-top: 0;
    line-height: 20px;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: museo; 
    font-weight: 300;
    font-size: 14px;
    margin-top: 26px;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    color: #fff;
    padding: 5px 0;
    width: 19%;
    text-align: right;
}
.footer_dv ul li:hover {
    font-weight: 700;
}
.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
.a-font {
    color: #fff!important;
    text-decoration: none!important;
}
.copyright { 
  min-height: 79px; 
  background-color: #343a40;
}

.copyright p { 
  text-align:left; 
  color:#FFF; 
  padding:10px 0; 
  margin-bottom:0px;
}
.heading7 { 
  font-size:21px; 
  font-weight:700; 
  color:#d9d6d6; 
  margin-bottom:22px;
}
.post p { 
  font-size:12px; 
  color:#FFF; 
  line-height:20px;
}
.post p span { 
  display:block; 
  color:#8f8f8f;
}
.bottom_ul { 
  list-style-type:none; 
  float: right; 
  margin-bottom: 0px;
  padding-top: 22px;
}
.bottom_ul li { 
  float:left; 
  line-height:40px;
}
.bottom_ul li:after { 
  content:""; 
  color:#FFF; 
  margin-right:8px; 
  margin-left:8px;
}
.bottom_ul li a { 
  color:#FFF;  
}

#copyright p, #copyright ul {
    margin: 0;
    float: left;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    font-family: museo; 
}
#copyright a {
  color: #bccc2e;
  font-family: museo; 
  font-weight: 300;
}

footer.site-footer ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

@media (min-width: 768px){
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.py-5 {
    padding-bottom: 0px;
}
.bg-dark {
    background-color: #6d6e71 !important;
}

.navigation-footer>li {
    display: inline-block;
}
.navigation-footer .current_page_item {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
}
.navigation-footer .current_page_item a {
    color: white;
    text-decoration: none;
}
.navigation-footer .current_page_item:hover a {
    color: white;
    text-decoration: none;
}
.footer_dv ul li a{
    color: #fff;
    padding: 5px 0;
    width: 19%;
    text-align: right;
}
.footer_dv ul li a:hover{
    color: #fff;
    padding: 5px 0;
    width: 19%;
    text-align: right;
    text-decoration: none;
}
.menu-secondary-footer-menu-container li a {
    color: white !important;
    text-decoration: none;
}
.menu-secondary-footer-menu-container ul li {
    padding: 6px 15px;
    background-color: transparent;
}
/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
    .footer_dv.logo-footer {
        margin-bottom: 40px;
    }
    .border-left-right {
        text-align: center;
        border-right: none;
        border-left: none;
        padding-right: 0;
    }
    .logo-footer-image {
        margin: 0px auto 0px auto;
    }
}
@media (max-width: 767px) {
    .border-left-right {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 28px;
    }
}
/* Quick links section all pages */
section.quick-link-section {
    padding: 64px 0 20px 0;	/* GT 144px */
    height: 600px;
    max-height: 480px;	/* 450px */
    background-position: left;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(/wp-content/themes/scientific-digital-imaging-theme/assets/images/left-side-background-02.png);
}
@media (max-width: 1515px) {
    section.quick-link-section {
        background-image: none;
    }
}
@media (max-width: 1199px) {
    section.quick-link-section {
        height: 100%;
        max-height: 100%;
        padding: 70px 0 20px 0;
    }
}
@media (max-width: 767px) {
    section.quick-link-section {
        padding: 36px 0 20px 0;
    }
}
/* Our companies section homepage */
.card {
    margin-bottom: 50px;
    text-align: center;
}
h5.card-title {
    font-family: museo; 
    color: #58595b;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
}
p.card-text {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
}
.button-center {
    text-align: center;
}
section.our-companies-portfolio {
    padding: 38px 0 20px 0;
    height: 100%; /*741px*/
    max-height: 100%; /*741px*/
    /* GT background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/portfolio-of-companies-background.png'); */
}
section.our-companies-portfolio h3 {
    font-family: museo; 
    color:  #58595b;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 77px;
}
section.our-companies-portfolio h3.subtitle-pink {
    font-family: museo; 
    color:  #b70063;
    font-size: 16px;
    font-weight: 100;
    line-height: 5px;
    text-align: center;
    margin-bottom: -8px;
}
/* END Our companies section homepage */
section.highlights-area {
    padding: 38px 0 20px 0;
    height: 100%; /*741px*/
    max-height: 100%; /*741px*/
    background-color:#F1F2F3;
	padding-bottom:56px;
}
section.highlights-area h3 {
    font-family: museo; 
    color:  #58595b;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 77px;
}
section.highlights-area h3.subtitle-pink {
    font-family: museo; 
    color:  #b70063;
    font-size: 16px;
    font-weight: 100;
    line-height: 5px;
    text-align: center;
    margin-bottom: -8px;
}

/* Hexagonals on homepage - portfolio section */
.hexagon {
 display: inline-block;
}
.hexagon-a {
    width: 280px; 
    height: 220px; 
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

.hexagon-b {
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    overflow: hidden;
}

.hexagon-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}
/* GT add proper colours to match portfolio in annual report */
.hexagon-bg-all {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
/*    background-color: #B70063;*/
    background-blend-mode: multiply;
}
/* Hover colours - remove tint */
.hexagon-bg-all:hover {background-color:inherit !important; }
/* Original colours */
.hexagon-bg-pink { background-color: #B70063; }
.hexagon-bg-blue { background-color: #43A6AE; }
.hexagon-bg-purple { background-color: #83418D; }
.hexagon-bg-green { background-color: #BCCC2E; }
/* New colours */
.hexagon-bg-sdi-orange { background-color: #F4881F; }
.hexagon-bg-sdi-purple { background-color: #8F4B9D; }
.hexagon-bg-sdi-green { background-color: #A7CF39; }
.hexagon-bg-sdi-teal { background-color: #01B4B7; }
.hexagon-bg-sdi-pink { background-color: #D31C6E; }
.hexagon-bg-sdi-lightblue { background-color: #62A2D6; }
.hexagon-bg-sdi-yellow { background-color: #FDBA0F; }
.hexagon-bg-sdi-darkblue { background-color: #273990; }
.hexagon-bg-sdi-cyan { background-color: #40C4DE; }

/*
.hexagon-bg-pink {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background-color: #B70063;
    background-blend-mode: multiply;
}
.hexagon-bg-blue {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background-color: #43A6AE;
    background-blend-mode: multiply;
}
.hexagon-bg-purple {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background-color: #83418D;
    background-blend-mode: multiply;
}
.hexagon-bg-green {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background-color: #BCCC2E;
    background-blend-mode: multiply;
}
*/


.hexagon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px; 
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    color: #fff;
    text-shadow: 1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000,
    -1px 1px 1px #000;
}
/* END Hexagonals on homepage - portfolio section */
/* Hexagonals on homepage buttons - portfolio section */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;	/* 14px GT */
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary-pink {
    color: #B70063;
    border-color: #B70063;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #B70063;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-pink:hover {
    color: #B70063;
    border-color: #B70063;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #B70063;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-blue {
    color: #43A6AE;
    border-color: #43A6AE;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #43A6AE;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-blue:hover {
    color: #43A6AE;
    border-color: #43A6AE;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #43A6AE;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-purple {
    color: #83418D;
    border-color: #83418D;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #83418D;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-purple:hover {
    color: #83418D;
    border-color: #83418D;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #83418D;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-green {
    color: #BCCC2E;
    border-color: #BCCC2E;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #BCCC2E;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-green:hover {
    color: #BCCC2E;
    border-color: #BCCC2E;
    border-radius: 0px;
    border: 0px;
    border: 2px solid #BCCC2E;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-all {
    border-radius: 0px;
    border: 0px;
    width: 130px;
    font-family: museo;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary-sdi-orange { color: #F4881F;border-color:#F4881F;border: 2px solid #F4881F; }
.btn-primary-sdi-purple { color: #8F4B9D;border-color:#8F4B9D;border: 2px solid #8F4B9D; }
.btn-primary-sdi-green { color: #A7CF39;border-color:#A7CF39;border: 2px solid #A7CF39; }
.btn-primary-sdi-teal { color: #01B4B7;border-color:#01B4B7;border: 2px solid #01B4B7; }
.btn-primary-sdi-pink { color: #D31C6E;border-color:#D31C6E;border: 2px solid #D31C6E; }
.btn-primary-sdi-lightblue { color: #62A2D6;border-color:#62A2D6;border: 2px solid #62A2D6; }
.btn-primary-sdi-yellow { color: #FDBA0F;border-color:#FDBA0F;border: 2px solid #FDBA0F; }
.btn-primary-sdi-darkblue { color: #273990;border-color:#273990;border: 2px solid #273990; }
.btn-primary-sdi-cyan { color: #40C4DE;border-color:#40C4DE;border: 2px solid #40C4DE; }

.btn-primary-sdi-orange:hover { background-color: #F4881F;color:#FFF; }
.btn-primary-sdi-purple:hover { background-color: #8F4B9D;color:#FFF; }
.btn-primary-sdi-green:hover { background-color: #A7CF39;color:#FFF; }
.btn-primary-sdi-teal:hover { background-color: #01B4B7;color:#FFF; }
.btn-primary-sdi-pink:hover { background-color: #D31C6E;color:#FFF; }
.btn-primary-sdi-lightblue:hover { background-color: #62A2D6;color:#FFF; }
.btn-primary-sdi-yellow:hover { background-color: #FDBA0F;color:#FFF; }
.btn-primary-sdi-darkblue:hover { background-color: #273990;color:#FFF; }
.btn-primary-sdi-cyan:hover { background-color: #40C4DE;color:#FFF; }
/* END Hexagonals on homepage buttons - portfolio section */
/* Chairmans section */
section.chairman-statement {
    height: 100%; /*400px*/
    max-height: 100%; /*400px*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-chairman p {
    font-family: museo; 
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    padding-top: 27px;
}
section.chairman-statement h3.subtitle-pink {
    font-family: museo; 
    color: #fff;
    opacity: .5;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: -8px;
}
section.chairman-statement h3.name-green {
    font-family: museo; 
    color:  #bccc2e;
    font-size: 18px;/
    font-weight: 300;
    text-align: center;
    padding-top: 27px;
}
.chairman-box {
    padding-top: 50px;
    padding-bottom: 62px;
}

/* Price Chart Homepage */
.price-chart-homepage .content {
    padding: 50px 84px 50px 381px;
}
.price-chart-homepage p {
    font-family: lato;
    color: #ffffff;
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
    text-align: left;
}
@media (max-width:1800px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 335px;
    }
}
@media (max-width:1750px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 308px;
    }
}
@media (max-width:1680px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 279px;
    }
}
@media (max-width:1620px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 247px;
    }
}
@media (max-width:1560px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 220px;
    }
}
@media (max-width:1480px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 175px;
    }
}
@media (max-width:1385px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 133px;
    }
}
@media (max-width:1310px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 95px;
    }
}
@media (max-width:1222px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 45px;
    }
}
@media (max-width:1199px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 137px;
    }
}
@media (max-width:1086px) {
    .price-chart-homepage .content {
        padding: 50px 84px 50px 81px;
    }
}
/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
    .price-chart-homepage .content {
        padding: 50px 136px 50px 136px;
    }
}
/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {
    .price-chart-homepage .content {
        padding: 50px 25px 50px 25px;
    }
}
/* Price Chart Homepage */
.price-chart-homepage .content-right {
    /*padding: 50px 50px 50px 150px;*/
    padding: 50px 84px 50px 70px;
}
.content-right iframe {
    height: 345px;
    min-height: 345px;
}
/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
    .price-chart-homepage .content-right {
        padding: 50px 136px 50px 127px;
    }
}
/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {
    .price-chart-homepage .content-right {
        padding: 50px 25px 50px 13px;
    }
}
.price-chart-homepage-greybackground{
    background-color: #fff; 
    height: 33.3333%;
    max-height: 33.3333%;
}
.price-chart-background-image{
    display: inline-block;
    padding: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 33.33333%;
}
.price-chart-homepage h3.subtitle-green {
    font-family: museo; 
    color:  #bccc2e;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
}
.price-chart-homepage h3.title {
    font-family: museo; 
    color:  #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    margin-bottom: 48px;
}
button.btn.btn-link.view-more-green {
    border: 1px solid #bccc2e;
    margin-top: 30px;
    font-family: museo; 
    font-size: 13.11px;
    font-weight: 700;
    text-align: center;
    border-radius: 0px;
}
.btn-link.view-more-green:hover, .btn-link.view-more-green:focus {
    color: #bccc2e;
    text-decoration: none;
    background-color: transparent;
}
.btn.btn-link.view-more-green a {
    color: #bccc2e;
    padding: 16px;
}
.btn.btn-link.view-more-green:hover a {
    text-decoration: none;
}
/* Welcome section homepage */
section.welcome-section-homepage h5.card-title {
    font-family: lato;
    color: #83418d;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 24px;
}
section.welcome-section-homepage p {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    line-height: 21px;
}
.button-center {
    text-align: center;
}
section.welcome-section-homepage {
    padding: 272px 0 30px 0; 
    max-height: 100%;
    height: 100%;
    background-color: #f1f2f2;
}
.slick-slider {
   margin-bottom: 0px; 
}
section.welcome-section-homepage h3 {
    font-family: museo; 
    color:  #58595b;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
section.welcome-section-homepage h3.subtitle-pink {
    font-family: museo; 
    color:  #b70063;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin-bottom: -8px;
}
a.btn.btn-primary.welcome-homepage {
    color: white;
    background-color: #bccc2e;
    border: none;
    border-radius: 0px;
    font-family: museo; 
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 8px 19px 7px 19px;
}
@media (max-width: 385px) {
    a.btn.btn-primary.welcome-homepage {
        font-size: 15px;
    }
}
@media (max-width: 330px) {
    a.btn.btn-primary.welcome-homepage {
        font-size: 16px;	/* 14px GT */
    }
}
/* Homepage header slider */
.maintop-home-slider {
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.overlay-blue {
    position: absolute;
    width: 100%;
    height: 800px;
    background-color: rgba(67, 166, 174, 0.7);
    background-blend-mode: lighten;
}

/* GT */
.overlay-pink {
    position: absolute;
    width: 100%;
    height: 800px;
    background-color: rgba(183, 0, 99, 0.7);
    background-blend-mode: lighten;
}

/* Header for all pages */
section.header-pages-green {
    height: 150px;
/*  GT 01/02/2022  
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/Green-hexagon-header-image.jpg');
*/

}
section.header-pages-blue {
    height: 150px;
/*	GT 01/02/2022
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/Jade-hexagon-header-image.jpg');
*/
}
section.header-pages-pink {
    height: 150px;
/*	GT 01/02/2022
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/Magenta-hexagon-header-image.jpg');
*/
}
section.header-pages-purple {
    height: 150px;
/*	GT 01/02/2022
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/purple-hexagon-header-image.jpg');
*/
}
/* Directors page */
.directors-page {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
    padding-top: 50px;
}
.directors-image {
    height: 330px;
    max-height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .directors-image {
        margin-bottom: 20px;
    }
}
.directors-page h3 {
    font-family: museo; 
    color:  #d60065;
    font-size: 22px;
    font-weight: 700;
    text-align: left; 
    margin-top: 0;
    margin-bottom: 0;
}
.directors-page h4 {
    font-family: lato;
    color: #58595b;
    font-size: 16px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
}
/* END Directors page */

/* Non-Board-Managmement page */
.nbm-page {
    //border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
    padding-top: 50px;
}
.nbm-image {
    height: 330px;
    max-height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .nbm-image {
        margin-bottom: 20px;
    }
}
.nbm-page h3 {
    font-family: museo; 
    color:  #d60065;
    font-size: 22px;
    font-weight: 700;
    text-align: left; 
    margin-top: 0;
    margin-bottom: 0;
}
.nbm-page h4 {
    font-family: lato;
    color: #58595b;
    font-size: 16px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
}
/* END Non-Board-Managmement page */


/* Board and committees page */
.board-committees-content {
    padding-left: 65px;
}
@media (max-width: 991px) {
    .board-committees-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.board-committees-content h3 {
    font-family: museo; 
    color:  #58595b;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px;
}
.board-committees-content p {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
    margin-bottom: 23px;
}
img.image-in-content-page-board-committees{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 27px;
}
/* END Board and committees page */
/* About page */
section.about-page {
    padding-top: 38px;
    padding-bottom: 38px;
/*
	background-position: right top;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-side-background-02.png);
*/
}
img.image-in-content-page {
    width: 100%;
}
@media (max-width: 1515px) {
    section.about-page {
        background-image: none;
    }
}
section.about-page li {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
}
.left-navigation-page {
    border-right: 1px solid #b70063;
}
.left-navigation-page ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
}
.left-navigation-page a {
    font-family: museo; 
    color: #444;	/* GT #58595b; */
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
.left-navigation-page a:hover {
    text-decoration: none;
}
.left-navigation-page a:active {
    text-decoration: none;
}
.menu-about-us-container .current_page_item {
    color: #fff;
    background-color: transparent;
}
.menu-about-us-container .current_page_item a {
    font-family: museo; 
    color:  #b70063;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.about-content {
    padding-left: 65px;
}
/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
    .about-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.about-page p {
    font-family: lato;
    color:  #000; /* #444 */
    font-size: 16px;	/* 14px GT */
    font-weight: 100;
}
span.split-colour {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: museo; 
    color: #b70063;
    font-size: 38px;
    font-weight: 700;
}
span.split-colour span {
    font-family: museo; 
    color: #4d4d4d;
    font-size: 38px;
    font-weight: 700;
}
/* Investors/About Investors page - navigation */
.left-navigation-page-investors {
    border-right: 1px solid #b70063;
}
.left-navigation-page-investors ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
}
.left-navigation-page-investors a {
    font-family: museo; 
    color: #58595b;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
.left-navigation-page-investors a:hover {
    text-decoration: none;
}
.left-navigation-page-investors a:active {
    text-decoration: none;
}
.menu-investors-container .current_page_item {
    color: #fff;
    background-color: transparent;
}
.menu-investors-container .current_page_item a {
    font-family: museo; 
    color:  #b70063;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-investors-container {
    /*border-right: 1px solid red;*/
    margin-right: 15px;
}
    /*.menu-investors-container .menu-item-object-page {
        color: #fff;
        background-color: transparent;
        width: 150px;
        }*/
        /* END Investors/About Investors page - navigation */
        /* Investors/Advisors page */
        p.pink-tel a {
            font-family: lato;
            color: #b70063;
            font-size: 14px;
            font-weight: 100;
            text-decoration: underline;
        }
        p.pink-tel {
            font-family: lato;
            color: #b70063;
            font-size: 14px;
            font-weight: 100;
        }
        .advisors-content h1 {
            font-family: museo; 
            color: #58595b;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 27px;
        }
        .advisors-content a {
            font-family: lato;
            color: #b70063;
            font-size: 14px;
            font-weight: 100;
        }
        /* END Investors/Advisors page */
        /* Investors/Shareholder Information page */
        .purple-table {
            background-color: #83418d;
            border-left: 1px solid #cccccc;
        }
        .purple-table h3 {
            font-family: museo; 
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        .purple-table-right-border {
            background-color: #83418d;
        }
        .purple-table-right-border h3 {
            font-family: museo; 
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        .shareholder-table-information {
            background-color: #f2f2f2;
            border-left: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
        }
        .shareholder-table-information h3 {
            font-family: lato;
            color: #58595b;
            font-size: 14px;
            font-weight: 100;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        .shareholder-table-information-right-border {
            background-color: #f2f2f2;
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
        }
        .shareholder-table-information-right-border h3 {
            font-family: lato;
            color: #58595b;
            font-size: 14px;
            font-weight: 100;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        /* END Investors/Shareholder Information page */
        /* Share Price Chart page - iframe styling */
        .about-page iframe {
            height: 1000px;
        }
        @media (max-width: 1199px) { 
            .about-page iframe {
                height: 1400px; /*1400*/
            }
        }
        @media (max-width: 425px) { 
            .about-page iframe {
                height: 1450px;
            }
        }
        @media (max-width: 407px) { 
            .about-page iframe {
                height: 1460px;
            }
        }
        @media (max-width: 402px) { 
            .about-page iframe {
                height: 1500px;
            }
        }
        @media (max-width: 375px) { 
            .about-page iframe {
                height: 1600px;
            }
        }
        @media (max-width: 320px) { 
            .about-page iframe {
                height: 1500px;
            }
        }
        /* END Share Price Chart page - iframe styling */
        /* Investors/Financial Calendar page */
        .purple-table-financial {
            background-color: #83418d;
            border-left: 1px solid #cccccc;
        }
        .purple-table-financial h3 {
            font-family: museo; /*Museo700;*/
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        .purple-table-right-border-financial {
            background-color: #83418d;
        }
        .purple-table-right-border-financial  h3 {
            font-family: museo; /*Museo700;*/
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 17px;
            margin-top: 17px;
            margin-left: 17px;
        }
        .financial_calendar-table-information {
            background-color: #f2f2f2;
        }
        .financial_calendar-table-information h3 {
            font-family: Lato;
            color: #58595b;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0;
            margin-top: 0;
            margin-left: 0;
            padding: 17px 34px 17px 34px;
        }
        .financial_calendar-table-information-right-border {
            background-color: #f2f2f2;
            border-right: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
        }
        .financial_calendar-table-information-right-border h3 {
            font-family: lato;
            color: #58595b;
            font-size: 14px;
            font-weight: 100;
            margin-bottom: 0;
            margin-top: 0;
            margin-left: 0;
            padding: 17px 34px 17px 34px;
        }
        /* END Investors/Financial Calendar page */
        /* Investors/Reports & Presentations page */
        .download-link {
            margin-bottom: 13px;
        }
        @media (max-width: 991px) { 
            .download-link {
                padding: 0;
            }
            .report-data h4 {
                text-align: center;
            }
            .green-bg {
                text-align: center;
            }
            .report-data-green p {
                text-align: center;
                float: none !important;            
            }
            .green-bg.report-data-green::after {
                /*visibility: hidden; */
                position: absolute;
                top: 12px;
                right: 32px;
            }
        }
        .purple-bg {
            background-color: #83418d;
            color: white;
            border-radius: 28px;
        }
        .report-data {
            padding: 17px;
        }
        .report-data-green {
            /*padding: 12px 24px 12px 23px;*/
            padding: 12px 0px 12px 16px;
        }
        .report-data h4 {
            font-weight: 300;
            font-family: museo;
            font-size: 18px;
            margin: 0;
        }
        .green-bg {
            background-color: #43a6ae;
            color: white;
            border-radius: 28px;
        }
        .green-bg.report-data-green a {
            font-weight: 300;
            font-family: museo;
            font-size: 18px;
            margin: 0;
            color: white;
            float: left;
        }
        .report-data-green p {
            font-weight: 300;
            font-family: museo;
            font-size: 18px;
            margin: 0;
            color: white;
	    line-height: 1;
	    margin: 0;
        }


	.green-bg.report-data-green {
	     background-image: url('/wp-content/themes/scientific-digital-imaging-theme/assets/images/Download-icon.png');
	     background-repeat: no-repeat;
	     background-position: center right 15px;
	     padding: 17px 15px 17px 15px;
	}


        .green-bg.report-data-green:hover a {
            text-decoration: none;
        }
        h3.reports-presentations {
            font-family: museo;
            color: #58595b;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 34px;
            margin-top: 24px;
        }
        /* END Investors/Reports & Presentations page */
        /* Contact page - location and address section */
        section.contact-page {
            padding-top: 38px;
            padding-bottom: 38px;
/* GT 01/02/2022
background-position: right top;
            background-repeat: no-repeat;
            background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(/wp-content/themes/scientific-digital-imaging-theme/assets/images/right-side-background-02.png);
*/
        }
        @media (max-width: 1515px) { 
            section.contact-page {
                background-image: none;
            }
        }
        .row.location-address {
/*  GT 01/02/2022        
			border-top: 1px solid #cccccc;
*/
        }
        .contact-page p {
            font-family: lato;
            color:  #000; /* #444 */
            font-size: 16px;	/* 14px GT */
            font-weight: 100;
            padding: 35px 0px 35px 0px;
        }
        .location-address h3 {
            font-family: museo;
            color: #58595b;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 48px;
            margin-top: 48px;
        }
        .address-background {
            background-color: #b70063;
            padding: 50px 50px 50px 40px;
        }
        .address-background h3 {
            font-family: museo;
            color: white;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 17px;
        }
        .location-address .address-background p {
            font-family: lato;
            color: white;
            font-size: 16px;
            font-weight: 100;
            padding: 0; 
        }
        @media (max-width: 767px) { 
            .map {
                padding: 0;
                height: 380px;
            }
        }
        /* END Contact page - location and address section */
        /* Contact page - contact form */
        .single-field {
            padding-bottom: 30px;
        }
        .single-field-mobile {
            padding-bottom: 30px;
        }
        @media (max-width: 767px) { 
            .single-field-mobile {
                /*padding-left: 0;*/
                padding-right: 15px;
            }
        }
        .row.contact-form {
            padding-bottom: 47px;
        }
        .form-well input[type='text'], .form-well input[type='email'], .form-well input[type='tel'], .form-well textarea {
            border: none;
            border: 1px solid #83418d;
            border-radius: 23px;
            color: #979897;
            font-size: 16px;
            color: #000;
            outline: none;
            width: 100%;
            padding: 10px 10px 10px 18px;
        }
        .form-well input {
            padding: 0;
        }
        .form-well label {
            color: #b1b1b1;
            font-weight: 300;
            display: block;
        }
        input.wpcf7-form-control.wpcf7-submit {
            width: 250px;
            background-color: #83418d;
            color: white;
            font-size: 16px;	/* 14px GT */
            font-family: museo;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            height: 40px;
            float: right;
        }
        .send-button {
            padding-top: 16px;
        }
        @media (max-width: 767px) { 
            input.wpcf7-form-control.wpcf7-submit {
                float: left;
            }
        }
        div.wpcf7-mail-sent-ok {
            border: 2px solid #bccc2e;
            text-align: center;
            font-family: museo;
            font-size: 15px;
            color:  #000; /* #444 */
            padding: 10px;
            border-radius: 23px;
        }
        span.wpcf7-not-valid-tip {
            color: #b70063;
            font-size: 1em;
            font-weight: normal;
            display: block;
        }
        div.wpcf7-response-output {
            margin: 0;
        }
        div.wpcf7-response-output{
            margin: 0;
            clear: both;
        }
    /* END Contact page - contact form */


    /* END Contact page */
    /* Portfolio single page */
    .company-details h3 {
        color: white;
        font-family: museo;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
    }
    .company-details {
        background-color: #83418D;
        border-radius: 32px;
        padding: 16px;
        margin: 25px 0 25px 0;
    }
    .company-details h3 {
        color: white;
        font-family: museo;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
    }
    .company-details-description {
        background-color: #43a6ae;
        border-radius: 32px;
        padding: 16px;
        margin: 50px 0 13px 0;
    }
    .company-details-description h3 {
        color: white;
        font-family: museo;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
    }
    .company-details-address h3 {
        font-family: museo;
        color: #83418d;
        font-size: 16px;	/* 14px GT */
        font-weight: 700;
        margin: 0;
    }
    .second-image-portfolio-single {
        height: 57px;
        max-height: 57px;
        background-repeat: no-repeat;
    }
    .carousel-chairman-portfolio p {
        font-family: museo;
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        padding-top: 27px;
    }
    .portfolio-images {
        height: 100%;
    }
    .portfolio-images-height {
        height: 334px; /*252px*/
        max-height: 334px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    /* END Portfolio single page */
    /* Portfolio parent page */
    .portfolio-parent {
        margin-bottom: 50px;
    }

    .portfolio-parent-inner {
        background-color: #f6f7f7; /*#f6f7f7*/
        padding-bottom: 15px;
    }
    .portfolio-parent p {
        font-family: lato;
        color:  #000; /* #444 */
        font-size: 16px;	/* 14px GT */
        font-weight: 100;
        text-align: center;
        padding: 33px 18px 21px 18px;
    }
    .portfolio-text-landing {
        margin-bottom: 0;
        top: 11px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }
    .portfolio-parent h3 {
        font-family: museo;
        color: white;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
    @media (max-width: 1199px) { 
        .portfolio-text-landing {
            top: 3px;
            width: 85%;
            left: 15px;
        }
    }
    @media (max-width: 991px) { 
        .portfolio-text-landing {
            top: 30px;
            width: 100%;
            left: 0;
        }
    }
    @media (max-width: 767px) { 
        .portfolio-parent h3 {
            font-size: 22px;
            margin-top: 0;
            margin-bottom: 0;
        }
        .portfolio-text-landing {
            top: 25%;
            width: 100%;
            left: 0;
        }
    }
    @media (max-width: 566px) { 
        .portfolio-text-landing {
            top: 22%;
        }
    }
    @media (max-width: 490px) { 
        .portfolio-text-landing {
            top: 20%;
        }
    }
    @media (max-width: 430px) { 
        .portfolio-text-landing {
            top: 18%;
        }
    }
    @media (max-width: 375px) { 
        .portfolio-text-landing {
            top: 15%;
        }
    }
    @media (max-width: 320px) { 
        .portfolio-text-landing {
            top: 12%;
        }
    }
    img.portfolio-parent-image {
        position: relative;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* END Portfolio parent page */
    /* Terms & Conditions/Privacy page */
    .full-width-content h3 {
        color: #58595b;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 32px;
        font-family: museo;
    }
    .full-width-content a {
        color: #b70063;
    }
    /* END Terms & Conditions/Privacy page */
/********************************
* Breakpoints
*********************************/

/* Medium devices (tablets & small desktops, 1199px and below) */
@media (max-width: 1199px) { 
    .about-page iframe {
        height: 1400px;
    }


}

/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {



}

/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {



}


/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
    .dropdown-menu{
        position: static;
        display: block;
        float: none;
        background: none;
        max-width: 100%;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 9px 33px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        background-color: transparent;
    }
    .current_page_item{
        background-color: transparent;
    }
    li.border {
        border-bottom: none;
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 14px 67px 9px 0px;
        clear: both;
        font-family: museo;
        font-weight: 300;
        line-height: 1.42857143;
        color: white;
        white-space: nowrap;
        text-transform: initial;
    }
    .mobile-header img {
        max-width: 100%;
        width: 300px;
        margin: 0px auto 0px auto;
        padding: 15px 0 15px 0;
    }
}

@media (max-width: 425px){
    .mobile-header img {
        max-width: 100%;
        width: 194px;
        height: 44px;
        margin: 0 auto 15px auto;
        padding: 0;
    }
}


/* Portfolio dropdown menu */
/* this #menu-overlay element will cover the screen when the menu is open. Clicking on it will close the menu. */
.ul_menu, #menu {
  margin: 0;
  padding: 0;
}
#menu li.pink-hover > a {
    color: #b70063;
    font-weight: 700;
}
#menu {
   color: #58595b;
   font-size: 13px;
   font-family: museo;
   font-weight: 300; 
}
/* END Portfolio dropdown menu */


/* Portfolio dropdown menu */
/* this #menu-overlay element will cover the screen when the menu is open. Clicking on it will close the menu. */
#menu-overlay {
  display: none;
  position: fixed;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.menu-portfolio-menu-container #menu-portfolio-menu {
  margin: 0;
  padding: 0;
}
li.pink-hover a {
    color: #b70063;
    font-weight: 700;
}
.menu-portfolio-menu-container {
   position: relative;
   z-index: 5;
   color: #58595b;
   font-size: 13px;
   font-family: museo;
   font-weight: 300; 
}
.menu-portfolio-menu-container .parent {
  display: block;
  background: #fff;
  padding: 0 10px 0 10px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-portfolio-menu-container .parent p {
  display: block;
  background: #fff;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: museo;
  font-weight: 300;
  color: #58595b;
  font-size: 13px;
  margin: 0;
}
.menu-portfolio-menu-container .parent:active p {
    display: block;
    background: #fff;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: museo;
    font-weight: 300;
    color: red;
    font-size: 13px;
    margin: 0;
}
.menu-portfolio-menu-container .parent .sub-nav { display: none; }

.menu-portfolio-menu-container .parent .sub-nav {
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0 20px;
  border: none;
}
/*.menu-portfolio-menu-container .parent .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #efefef;
  }*/
  .menu-portfolio-menu-container .parent .sub-nav li a {
    text-decoration: none;
    color: #58595b;
    font-size: 13px;
    display: block;
    font-family: museo;
    font-weight: 300;
    text-transform: capitalize;
}
.menu-portfolio-menu-container .menu-item-has-children > a {
    pointer-events: none;
}
.menu-portfolio-menu-container .menu-item-has-children:before {
    content: url(../images/next-small.png);
    display: inline-block;
    float: right;
}
.menu-portfolio-menu-container .menu-item-has-children.open:before {
    content: url(../images/down-arrow.png);
    display: inline-block;
    float: right;
}
.menu-portfolio-menu-container .current-menu-item a {
    color: #b70063;
    font-family: museo;
    font-weight: 700;
}
.menu-portfolio-menu-container .current-menu-ancestor a {
    color: #b70063;
    font-family: museo;
    font-weight: 700;
}
.menu-portfolio-menu-container .parent .sub-nav li.current-menu-item a {
    color: #b70063;
    font-family: museo;
    font-weight: 700;
}
.menu-portfolio-menu-container .parent .sub-nav li a:hover { color: #b70063; }
/* END Portfolio dropdown menu */



/* Hexagonals - quick links - work */
.hexagon-quicklink {
    display: inline-block;
    margin-bottom: 50px;
}

.hexagon-a-quicklink {
    width: 280px; 
    height: 220px;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

.hexagon-b-quicklink {
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    overflow: hidden;
}

.hexagon-c-quicklink {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.hexagon-d-quicklink-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 286px; /*380px*/
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #43A6AE;
    color: #fff;
}
.hexagon-d-quicklink-pink {
    position: absolute;
    top: 0;
    left: 0;
    width: 286px; /*380px*/
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #b70063;
    color: #fff;
}
.hexagon-d-quicklink-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 286px; /*380px*/
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #bccc2e;
    color: #fff;
}
.hexagon-d-quicklink-purple {
    position: absolute;
    top: 0;
    left: 0;
    width: 286px; /*380px*/
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #83418d;
    color: #fff;
}

.hexagon-content-quicklink {
    margin: 0;
    text-align: center;
    transition: all ease 0.25s;

}
.hexagon-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    transition: all ease 0.25s;
    font-family: museo;
    font-weight: 700;
}
.hexagon-strapline {
    font-family: museo;
    font-weight: 100;
    margin-top: -1.5rem;
    margin-bottom: 0;
    font-size: 16px;	/* 14px GT */
    text-transform: lowercase;
    transition: all ease 0.25s;
}
.hexagon-reveal {
    position: relative;
    z-index: 5;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.25s;
}
.hexagon-btn {
    opacity: 0;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 0.25s;
    font-family: museo;
    font-weight: 700;
    font-size: 16px;
}
.hexagon-btn .hexagon-btn-icon {
  display: block;
}
a.hexagon-btn:hover {
    color: white;
    text-decoration: none;
}
.hexagon-bg-quicklink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
    /* transition: all ease 0.25s;*/
}
.main-text-hexagon {
    position: relative;
    z-index: 5;
    overflow: hidden;
    top: -10px;
}
/*Blue*/
.hexagon-d-quicklink-blue:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-blue:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-blue:hover .hexagon-bg-quicklink{
    opacity: 1;
}
/*Pink*/
.hexagon-d-quicklink-pink:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-pink:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-pink:hover .hexagon-bg-quicklink{
    opacity: 1;
}
/*Green*/
.hexagon-d-quicklink-green:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-green:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-green:hover .hexagon-bg-quicklink{
    opacity: 1;
}
/*Purple*/
.hexagon-d-quicklink-purple:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-purple:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-purple:hover .hexagon-bg-quicklink{
    opacity: 1;
}
/* END Hexagonals - quick links - work 


/* Homepage - quick link section - under slider */
section.homepage-quick-link-section {
    width: 100%;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 699px;
}

/* Hexagonals - quick links - work */
.hexagon-quicklink-homepage {
    display: inline-block;
    margin-bottom: 50px;
    top: 22px;
    right: 0;
    position: absolute;
}

.hexagon-a-quicklink-homepage {
    width: 370px; 
    height: 320px;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

.hexagon-b-quicklink-homepage {
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    overflow: hidden;
}

.hexagon-c-quicklink-homepage {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.hexagon-d-quicklink-homepage-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #43A6AE;
    color: #fff;
}
.hexagon-d-quicklink-homepage-pink {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    
    background: #b70063;
    color: #fff;
}
.hexagon-d-quicklink-homepage-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #bccc2e;
    color: #fff;
}
.hexagon-d-quicklink-homepage-purple {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #83418d;
    color: #fff;
}

.hexagon-content-quicklink-homepage {
    margin: 0;
    text-align: center;
    transition: all ease 0.25s;

}
.hexagon-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    transition: all ease 0.25s;
    font-family: museo;
    font-weight: 700;
}
.hexagon-strapline {
    font-family: museo;
    font-weight: 100;
    margin-top: -1.5rem;
    margin-bottom: 0;
    font-size: 16px;	/* 14px GT */
    text-transform: lowercase;
    transition: all ease 0.25s;
}
.hexagon-reveal {
    position: relative;
    z-index: 5;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.25s;
}
.hexagon-btn {
    opacity: 0;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 0.25s;
    font-family: museo;
    font-weight: 700;
    font-size: 16px;
}
.hexagon-btn .hexagon-btn-icon {
  display: block;
}
a.hexagon-btn:hover {
    color: white;
    text-decoration: none;
}
.hexagon-bg-quicklink-homepage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
    /*transition: all ease 0.25s;*/
}
.main-text-hexagon-homepage {
    position: relative;
    z-index: 5;
    overflow: hidden;
    top: -10px;
}
/*Blue*/
.hexagon-d-quicklink-homepage-blue:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-homepage-blue:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-homepage-blue:hover .hexagon-bg-quicklink-homepage{
    opacity: 1;
}
/*Pink*/
.hexagon-d-quicklink-homepage-pink:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-homepage-pink:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-homepage-pink:hover .hexagon-bg-quicklink-homepage{
    opacity: 1;
}
/*Green*/
.hexagon-d-quicklink-homepage-green:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-homepage-green:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-homepage-green:hover .hexagon-bg-quicklink-homepage{
    opacity: 1;
}
/*Purple*/
.hexagon-d-quicklink-homepage-purple:hover .hexagon-reveal { 
    max-height: 380px;
    margin-top: 4rem;
}
.hexagon-d-quicklink-homepage-purple:hover .hexagon-reveal .hexagon-btn { 
    opacity: 1;
}
.hexagon-d-quicklink-homepage-purple:hover .hexagon-bg-quicklink-homepage{
    opacity: 1;
}
p.hexagon-text {
    color: white;
    padding: 0 54px 0 54px;
}

/* Hexagonals - quick links - white hexagon (white border effect) */
.hexagon-quicklink-homepage-white {
    display: inline-block;
    position: absolute;
    right: -30px;
}

.hexagon-a-quicklink-homepage-white {
    width: 429px; 
    height: 360px;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    overflow: hidden;
    visibility: hidden;
}

.hexagon-b-quicklink-homepage-white {
    width: 100%;
    height: 100%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    overflow: hidden;
}

.hexagon-c-quicklink-homepage-white {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.hexagon-d-quicklink-homepage-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 435px;
    height: 100%;
    visibility: visible;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    
    background: #f1f2f2;
    color: #fff;
}

.hexagon-content-quicklink-homepage-white {
    margin: 0;
    text-align: center;
    transition: all ease 0.25s;
}
.hexagon-bg-quicklink-homepage-white {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
}
/* Hexagonals - quick links - white hexagon (white border effect) */

/* END Hexagonals - quick links - work */

/* Responsive homepage quick links */
@media (max-width: 1326px) { 
    section.homepage-quick-link-section {
        top: 743px;
    }
    .hexagon-quicklink-homepage-white {
        right: 13px;
    }
    .hexagon-a-quicklink-homepage-white {
        width: 324px;
        height: 274px;
    }
    .hexagon-d-quicklink-homepage-white {
        width: 321px;
        /*background-color: red;*/
    }
    .hexagon-quicklink-homepage {
        top: 19px;
        right: 19px;
    }
    .hexagon-a-quicklink-homepage {
        width: 310px;
        height: 237px;
    }
    .hexagon-d-quicklink-homepage-pink {
        width: 308px;
    }
    .hexagon-d-quicklink-homepage-blue {
        width: 308px;
    }
    .hexagon-d-quicklink-homepage-green {
        width: 308px;
    }
    .hexagon-d-quicklink-homepage-purple {
        width: 308px;
    }
    .hexagon-d-quicklink-homepage-pink:hover .hexagon-reveal {
        max-height: 380px;
        margin-top: 1rem;
    }
    .hexagon-d-quicklink-homepage-green:hover .hexagon-reveal {
        max-height: 380px;
        margin-top: 1rem;
    }
    .hexagon-d-quicklink-homepage-blue:hover .hexagon-reveal {
        max-height: 380px;
        margin-top: 1rem;
    }
    .hexagon-d-quicklink-homepage-purple:hover .hexagon-reveal {
        max-height: 380px;
        margin-top: 1rem;
    }
}
@media (max-width: 1199px) {
    .hexagon-quicklink-homepage-white {
        right: -1px;
    }
    .hexagon-quicklink-homepage {
        top: 19px;
        right: 6px;
    }
}
@media (max-width: 1046px) {
    .hexagon-quicklink-homepage-white {
        right: 22px;
    }
    .hexagon-quicklink-homepage {
        top: 19px;
        right: 29px;
    }
    section.homepage-quick-link-section {
        top: 769px;
    }
    .hexagon-a-quicklink-homepage-white {
        width: 276px;
        height: 222px;
    }
    .hexagon-d-quicklink-homepage-white {
        width: 267px;
        /* background-color: red; */
    }
    .hexagon-a-quicklink-homepage {
        width: 262px;
        height: 187px;
    }
    .hexagon-d-quicklink-homepage-pink {
        width: 262px;
    }
    .hexagon-d-quicklink-homepage-blue {
        width: 262px;
    }
    .hexagon-d-quicklink-homepage-purple {
        width: 262px;
    }
    .hexagon-d-quicklink-homepage-green {
        width: 262px;
    }
    .hexagon-btn {
        font-size: 13px;
    }
    p.hexagon-text {
        font-size: 12px;
    }
    .hexagon-heading {
        font-size: 17px;
    }
    .hexagon-strapline {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    section.homepage-quick-link-section {
        top: 791px;
    }
    .hexagon-quicklink-homepage-white {
        right: -13px;
    }
    .hexagon-quicklink-homepage {
        top: 19px;
        right: -6px;
    }

}
@media (max-width: 1326px) {
    section.welcome-section-homepage {
        padding: 210px 0 30px 0;
    }
}
@media (max-width: 1046px) {
    section.welcome-section-homepage {
        padding: 170px 0 30px 0;
    }
}
@media (max-width: 767px) {
    section.welcome-section-homepage {
        padding: 70px 0 30px 0;
    }
}
/* Responsive homepage quick links */
/* END Homepage - quick link section - under slider */
.address-background a {
    text-decoration:none;
    color:white;
}
.address-background a:hover {
    text-decoration:none;
    color:white;
}