@charset "UTF-8";
/*
Theme Name: Kanda Multi-page theme
Author: Kanda Consulting
Description: Custom-built WordPress theme for a multi-page website
Version: 1.0
*/

 /*****************************

FONTS

*******************************/

/* 

 Termina Thin

font-family: termina, sans-serif;

font-weight: 100;

font-style: normal;



Termina Light

font-family: termina, sans-serif;

font-weight: 300;

font-style: normal;



Termina Regular

font-family: termina, sans-serif;

font-weight: 400;

font-style: normal;



Termina Medium

font-family: termina, sans-serif;

font-weight: 500;

font-style: normal;



Termina Demi

font-family: termina, sans-serif;

font-weight: 600;

font-style: normal;



Termina Bold

font-family: termina, sans-serif;

font-weight: 700;

font-style: normal;



Termina Heavy

font-family: termina, sans-serif;

font-weight: 800;

font-style: normal;



Termina Black

font-family: termina, sans-serif;

font-weight: 900;

font-style: normal;


 All Round Gothic Book

font-family: all-round-gothic, sans-serif;

font-weight: 400;

font-style: normal;


All Round Gothic Medium

font-family: all-round-gothic, sans-serif;

font-weight: 500;

font-style: normal;



All Round Gothic Demi

font-family: all-round-gothic, sans-serif;

font-weight: 600;

font-style: normal;



All Round Gothic Bold

font-family: all-round-gothic, sans-serif;

font-weight: 700;

font-style: normal;





*/






/*****************************

VARIABLES

*******************************/

:root{

    /* colours */

    --primary-color:#26AD7C;
    --secondary-color:#47BCCA;
    --third-color:#11172A;
    --fourth-color:#EC641D;
    --fade-primary:rgba(201,80,50,0.1);


    /* fonts */

    --primary-font:termina, sans-serif;
    --secondary-font:all-round-gothic, sans-serif;


    /* colors of page elements */

    --footer-text-color:#ffffff;

    /* header social media */

    --header-social-media-color:#ffffff;

    /* pop-up */
    --pop-up-color:var(--third-color);
    --pop-up-text-color:#ffffff;
    --pop-up-text-link-color:var(--primary-color);

    /* header */

    --nav-text:#ffffff;
    --nav-hover-text:#fff;
    --nav-active-text:#fff;
    --nav-current-page-border:#ffffff;
    --mobile-button-color:#ffffff;

    /* page banners */

    --homepage-banner-heading-color:#ffffff;
    --page-banner-heading-color:#ffffff;
    --page-banner-heading-font-size:72px;



    /* buttons */

    --button-color:#11172A;
    --button-font:var(--secondary-font);
    --button-hover-color:var(--primary-color);
    --button-text-color:#ffffff;



    /* style rules: size, line height etc */
    
    --text-size:16px;
    --text-line-height:24px;
    --section-heading-size:64px;
    --box-shadow:0px 5px 20px 5px rgba(0,0,0,0.05);
    --box-shadow-hover:0px 5px 20px 5px rgba(0,0,0,0.10);
    --faqs-box-shadow:0px 5px 20px 5px rgba(0,0,0,0.150);
    --footer-color:var(--third-color);



}



/*****************************

GENERAL CSS RULES

*******************************/

html,body{
    scroll-behavior: smooth;
}

* {
    margin:0px;
    padding:0px;
}

b, strong {
    font-weight: bold;
}


ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

p, ul li, ol li, td {
    line-height: var(--text-line-height);
    font-size: var(--text-size);
    font-family: var(--primary-font);
    font-weight: 400;
}


/* headings  */

h1, h2 {
    font-family: var(--secondary-font);
    font-weight:600;
}
h3, h4, h5, h6{
        font-family: var(--primary-font);
}
h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;  
}

h3 {
    font-size: 35px;  
}

h4 {
    font-size: 30px;  
}

h5 {
    font-size: 20px;   
}

h6 {
    font-size: 20px;  
}

@media screen and (max-width:991px) {

    h1 {
        font-size: 48px!important;
    }
    
    h2 {
        font-size: 42px!important;  
    }
    
    h3 {
        font-size: 36px!important;  
    }
    
    h4 {
        font-size: 32px!important;  
    }
    
    h5 {
        font-size: 26px!important;   
    }
    
    h6 {
        font-size: 22px!important;  
    }


}


button, .button,.content_text_block h6 a {
    font-family: var(--button-font);
    color:var(--button-text-color);
    padding:20px 30px 20px 30px;
    border-radius:10px;
    background-color: var(--button-color);
    display:inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.content_text_block a{
    color:var(--third-color);
    font-weight:600;
    text-decoration: none;
}
.content_text_block a:hover{
    text-decoration: none;
    color:var(--primary-color);
}
/* button/link hover */

button:hover, .button:hover, .contact_button_area a:hover, .content_text_block h6 a:hover{
    text-decoration: none;
    color:#ffffff;
    background-color:var(--button-hover-color);

}


/*****************************

CSS RULES THAT ARE SPECIFIC (E.G. NAVIGATION MENU BUTTONS)

*******************************/



.sub-posts header nav ul li.menu-item-322::before{
    content:'';
    display:block;
    height:3px;
    width:100%;
    background-color: #fff;
    margin-bottom:40px;
}

.menu-item-322 a{
    background-color: var(--secondary-color);
    color:white;
    padding:5px 10px;
    border-radius:5px;
    opacity: 1!important;
}


section nav .menu-item-322 a{
    background-color:var(--secondary-color);
    color:white;
    padding:5px 8px;
    border-radius: 5px;
    opacity: 1;
}

.menu-item-322 a:hover {
    color:#fff;
}

@media screen and (max-width:1103px) {
    
  header nav ul li.current_page_item::before, .sub-posts header nav ul li.menu-item-322::before {
    content:'';
    display:none;
    
}


}



/*****************************

REPEATED CLASSES

*******************************/

.clearfix {
    clear:both;
}

.container {
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
}
header .container{
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}


.section_padding {
    padding-top:80px;
    text-align: center;
    width:100%;
}

.heading {
    margin-bottom:50px;
}

.heading h2 {
    font-size: var(--section-heading-size);
}

.full_width_image {
    width: 100%;
}

.divider-container , .divider-socialmedia {
    display: flex;
    justify-content: center;
    margin-top:80px;
}

.social_media_padding_bottom {
    padding-bottom:80px;
}


.divider {
    margin-bottom: 0px;
}

.back_to_hub_container {
    margin-top: 100px;
  }

.back_to_hub_link {
    padding:20px 30px;
    box-shadow:var(--faqs-box-shadow);
    width: fit-content;
    color:black;
    font-family: var(--button-font);
    border-radius:10px;
    font-weight: 600;
}

.back_to_hub_link:hover {
    background-color:var(--primary-color);
    color:var(--white);
    text-decoration: none;
}

.error_message {
    color:red;
}

.full_width_section {
    width:100%;
}

.full_width_image {
    width:100%;
}


/* overlay */

.overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-repeat: repeat;
    z-index: 99999;
    overflow: scroll;
    background-image: url('img/overlay.png');
    background-repeat: repeat;
}


/* 
==========================================

Image pop up

For images when they're clicked on
=========================================
*/

.overlay_content {
    width:100%;
    margin:auto;
    margin-top: 145px;
    margin-bottom: 145px;
    padding-left:10%;
    padding-right:10%;
}

@media screen and (max-width:1000px) {
    .overlay_content {
        padding-left:5%;
        padding-right:5%;
    }
}

.overlay_image {
    margin-top:10px;
}

.overlay_image img {
    width:100%;
}

.overlay_exit {
    margin-left: 15px;
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-align: right;
}



/*****************************

CONTENT TEXT BLOCK

All rules for content text block

*******************************/


.content_text_block .wp-video {
    width:100%!important;
    
    display:block!important;
    height: auto!important;
}

.content_text_block iframe {
    width:100%;
    margin-bottom:1rem;
    display:block;
}

/* .content_text_block p a {
    
}
.content_text_block p a:hover {
    color:var(--primary-color);
    text-decoration: none;
} */

.content_text_block img {
    width: 100%;
    display:block;
    height:auto;
    margin-top:30px;
}


.content_text_block img:hover {
    opacity: .4;
    cursor: pointer;
}

.wp-caption {
    width:100%!important;
    margin-bottom:1rem;
}

.wp-caption-text {
    text-align: center;
    margin-top:10px;
}

/* for downloadable documents */
/* 
.content_text_block h6 a {
    color:white;
    padding: 10px 30px;
    border-radius: 10px;
    display: block;
    background-color: var(--third-color);
    font-size: 16px;
    text-align: center;
    margin: auto;
    display:inline-block;
    word-wrap: anywhere;
}

.content_text_block h6 a:hover {
    background-color:var(--primary-color);
    color:white;
    text-decoration: none;
} */

.content_text_block h1, .content_text_block h2, .content_text_block h3, .content_text_block h4, .content_text_block h5, .content_text_block h6 {
    margin-bottom:1rem;
    font-weight: 600;
}



/* 
==========================================

HEADER SOCIAL MEDIA

=========================================
*/


/* Header social Media */

.header_social_media_section {
    padding:5px;
    background-color: var(--primary-color);
    z-index: 10000;
   
}

.header_social_media_section .container {
    display: flex;
    justify-content: left;
    position: relative;
    max-width:1200px;

}

.header_social_media {
    display:flex;
}


.header_social_media_section  svg{
    margin:5px;
    width:initial;
    
}
.header_social_media_section  svg path{
    fill:var(--header-social-media-color);

}
.header_email p{
    margin-bottom:0px;
}

.header_email p {
    margin-top:5px;
    margin-left:10px;
    
}
.header_email p > a{
    color:var(--header-social-media-color);
    font-weight: 300;
}


@media screen and (max-width:600px) {

    .header_social_media, .header_social_media_section .container {
        display:block;
    }

    .header_email {
        margin-left:0px;
    }

    .header_social_media a {
        display:inline-block;
    }

    .header_social_media_section {
        display:block;
        text-align: center;
    }

    .header_email p {
        margin-left:0px;
    }

    .header_email p > a {
        word-break: break-all;
    }


}





/* 
==========================================

POP UP

For the text pop-up when page loads

=========================================
*/

.pop_up {
    background-color:var(--pop-up-color);
    padding:25px;
    color:var(--pop-up-text-color);
    text-align: center;
    padding:60px;
}
.pop_up_close{
   text-align: right;
   font-size: 20px;
}

.pop_up_close i:hover {
    color:var(--primary-color);
    cursor: pointer;

}

.pop_up_overlay {
    margin-top:15px;
}

.pop_up_overlay .content_text_block a {
    color:var(--pop-up-text-link-color)!important;
    text-decoration: none;
    font-weight: bold;
}

.pop_up_overlay .content_text_block a:hover {
    color:var(--secondary-color)!important;
}

.overlay_close {
    margin-left: 15px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: right;
}

.overlay_close i:hover {
    color:var(--primary-color);
    cursor: pointer;
}
@media screen and (max-width:950px){
    .pop_up {
        padding:15px;
    }
}


/* pop up for database error message */

.error_message_overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-repeat: repeat;
    z-index: 99999;
    overflow: scroll;
    background-image: url('img/overlay.png');
    background-repeat: repeat;
}

.error_message_pop_up_content {
    width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translate(-50%, 2%);
    margin-bottom: 50px;
    z-index: 999;
}

.error_message_pop_up_close {
    text-align: right;
    font-size: 22px;
    color:#ffffff;
 }
 
 
 .error_message_pop_up_close i:hover {
     color:var(--primary-color);
     cursor: pointer;
 
 }

 .error_message_pop_up_overlay {
    max-width:100%;
    padding: 50px;
    background-color: var(--primary-color);
    margin-top: 10px;
    margin-bottom:145px;
}

.error_message_content_text_block h4, .error_message_content_text_block p {
    color:#fff;
}
 

@media screen and (max-width:1250px) {
    .error_message_pop_up_content {
        width:100%;
        padding-left:5%;
        padding-right:5%;
    }
}





/* 
==========================================

HEADER

=========================================
*/

header {
    width: 100%;
    height: auto;
    padding-bottom:30px;
    z-index: 10;
    background-color:var(--third-color);
    position: relative;
    transition: all 0.3s ease-in-out;  

}

header .container {
    padding-left: 0px;
    padding-right: 0px;
}

header .logo {
    float: left;
    margin-top: 30px;
    margin-left: 15px;
}
header .logo img{
    max-width:189px;
    width:100%;
}

header .logo a {
    color:var(--nav-text);
}

header .logo a:hover {
    text-decoration: none;
}

header nav {
    float:right;  
}

header nav ul {
    margin-bottom:0px;
}

header nav ul li {
    display: inline-block;
    padding-right:15px;
}

header nav ul li a {
    font-family: var(--primary-font);
    color:var(--nav-text);
    opacity: .5;
    font-weight: 500;
    font-size: 14px;
}

header nav ul li a:hover {
    color:var(--nav-hover-text);
    text-decoration: none;
    opacity: 1;
}

header nav ul li.current_page_item a {
   color:var(--nav-active-text);
   opacity: 1;

}
header nav ul li.current_page_item::before{
    content:'';
    display:block ;
    height:3px;
    width:100%;
    margin-bottom:52px;
}

@media screen and (max-width:1103px){
    header nav ul li.current_page_item::before{
        content:'';
        display:none;
    }

    
    
}



.menu_virtual_Exhibition nav ul li.current_page_item a {
  padding:5px 10px;  
  border-radius:5px;
  color:white;
 }


 /* Mobile menu */
.mobile_button {
    width: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 52px;
    float:right;
    margin-right:25px;
    display:none;
    padding:10px;
  }
  
  .mobile_button span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--mobile-button-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  /* for the animation when mobile button is clicked clicked */

.mobile_button span:nth-child(1) {
    top: 0px;
  }
  
  .mobile_button span:nth-child(2), .mobile_button span:nth-child(3) {
    top: 10px;
  }
  
  .mobile_button span:nth-child(4) {
    top: 20px;
  }
  
  .mobile_button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  .mobile_button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile_button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .mobile_button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .scroll-down{
    width: 100%;
    z-index: 999;
    background-color:var(--third-color);
    position: fixed;
    top:0;
    transition: all 0.3s ease-in-out;
    
  }

  /* responsive - when mobile menu shows */

  /* for static pages */

.header_static {
    background-color: var(--third-color)!important;
}

.header_static nav {
    margin-top:55px;
}


  @media screen and (max-width:1103px) {
    .mobile_button {
        display:block;
    }

    header nav {
      width: 100%;
      display:none;
      background-color:var(--third-color);
      margin-right:0px;
      margin-top: 11px;
  }

  header nav ul li {
      text-align: center;
      display:block;
      margin-bottom:15px;
      padding-right:0px;
      
  }
  header nav ul li:first-child {
    margin-top:10px!important
}
  header nav ul li:last-child {
      margin-bottom:0px!important
  }

  header nav ul li a {
      padding:0px;
  }

  .header_static nav {
    margin-top:23px;
}
 
}

@media screen and (max-width:383px)  {
    header .logo img{
        max-width:200px;
    }

    
}





/* 
==========================================

IMAGE BANNERS

For homepage and all pages, the image banner at the top of the page
=========================================
*/


/* homepage */
.homepage_banner {
    height:905px;
    width:100%;
    position: relative;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}

.homepage_banner .container {
    position: relative;
    height:905px;
}


.homepage_banner_logo {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}

.homepage_banner_logo img {
    width:100%;
}

.homepage_banner_logo .button {
    margin-top:15px;
}


.homepage_banner_text_block h1, .homepage_banner_text_block h2 {
    color:var(--homepage-banner-heading-color);
    font-family: var(--secondary-font);
}

.homepage_banner_text_block .button {
    position: absolute;
    bottom:65px;
    left:15px;
}


@media screen and (max-width:1000px) {
    .homepage_banner_logo {
        max-width:350px;
        bottom: 50px;
    }

    .homepage_banner_logo .button {
        display:none;
    }
}

@media screen and (max-width:600px) {

    .homepage_banner_logo {
        max-width:250px;
        bottom: 50px;
    }

}

@media screen and (max-width:540px) {

    .homepage_banner {
       height:auto;
       padding-top:50px;
       padding-bottom:50px;
       margin-top: 0px;
    }

    .homepage_banner_text_block {
        position: static;
        transform: none;
        
    }

}

@media screen and (max-width:450px) {

    .homepage_banner_logo {
        max-width:160px;
        bottom: 50px;
    }

}


/*Home page banner text block*/

/* all other pages */

.page_banner {
    height:350px;
    width:100%;
    background-size:cover;
    position: relative;
    background-position:bottom center;
    background-image:url('img/overlay.png');
}

.page_banner .container {
    height:350px;
    position: relative;
    max-width:1200px;
}

.banner_heading {
    margin: 0;
    position: absolute;
    bottom: 16%;
    left: 0%;
    -ms-transform: translate(0%, -0%);
    transform: translate(0%, -0%);    
    line-height: 38px;
    color:var(--text-white);
    letter-spacing: 0px;
    padding-left:15px;
    padding-right:15px;
   
}

.banner_heading h1 {
    font-family: var(--primary-font);
   color:var(--page-banner-heading-color);
   font-size: var(--page-banner-heading-font-size);
   font-weight: 500;
}


/* 
==========================================

COMPANY INFORMATION

These are for small company logos with supporting content

=========================================
*/

.company_logo{
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    box-shadow:var(--box-shadow);
    border-radius:5px;
    width:100%;
 
 }
 .company_logo:hover{
     box-shadow:var(--box-shadow);  
 }

 .company_logo_info {
    height: 300px;
    position: relative;

 }

 .company_info {
    text-align:left !important;
    padding-left:20px;  
    margin: 0;
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
}

 .company_logo img{
    max-width:240px;  
 }
 
 .company_info {
     text-align:left !important;
     padding-left:20px;  
 }
 
 .company_logo a:hover img {
     cursor: pointer;
     opacity: .4!important;
 }
 
 .company_logo img {
     width:100%;
 }
 
 .company_detail {
     margin-bottom:25px;
     margin-top:45px;
 }

 .company_info h1,.company_info h2,.company_info h3,.company_info h4,.company_info h5,.company_info h6 {
     color:var(--third-color);
 }

 @media screen and (max-width:1100px) {

    .company_info {
        position: static;
        transform: none;
    }

 }
 
 @media screen and (max-width:767px) {
     .company_info {
         text-align: center!important;
         margin-top:25px;
     }
 }
 
 @media screen and (max-width:600px) {
 
     .company_logo {
         float:none;
         margin:auto;
     }
 
     .company_info {
         float:none;
         width:100%;
         margin-top:25px;
     }
 
 }

 @media screen and (max-width:400px) {

    .company_logo img {
        max-width:none;
        width:90%;
    }

 }


 /* 
==========================================

ICONS

These are for small graphics with text under them

=========================================
*/



.icons {
    margin-top:25px;
}

.icon {
    max-width: 165px;
    margin: auto;
}

.icon img {
    width: 100%;
}

.icons p {
    text-align: center;
    margin-top: 30px;
}

/* 
==========================================

SLIDESHOW

For images that get rotated through

=========================================
*/

.carousel-item {
    background-image:url('img/homepage_slideshow_overlay.png');
}

.homepage_slideshow_container {
    position: relative;
}

.homepage_slideshow_start {
    display: none;
}

.homepage_slideshow_pause, .homepage_slideshow_start {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 15px;
    height: 50px;
    width: 50px;
    background-color: var(--third-color);
    z-index: 3;
}

.homepage_slideshow_pause:hover, .homepage_slideshow_start:hover {
    background-color: var(--primary-color);
    cursor: pointer;

}

.homepage_slideshow_pause i, .homepage_slideshow_start i {
   font-size:24px;
   text-align: center;
    position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#fff;
}

.homepage_overlay {
    background-image: url('img/homepage_slideshow_overlay.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.homepage_slideshow_container .container {
    max-width:1200px;
}

.carousel {
    margin-bottom:25px;
}

.carousel-caption p {
    margin-top: 0px !important;
    width: fit-content;
    text-align: center;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-bottom: 15px;
    padding: 5px;
    padding-right:15px;
    padding-left:15px;
    font-family: var(--primary-font);
    background-color:var(--primary-color);
    border-radius:10px;
}

.carousel-indicators li {
    background-color:transparent;
    opacity: 1;
    list-style: none!important;
    list-style-type: none;
    height: 17px;
    width: 17px;
    border-radius: 15px;
    border:2px solid #fff;
}

.carousel-indicators li:hover {
    background-color:#fff;
    cursor: pointer;
    opacity: 1!important;
}

.carousel-indicators .active {
    background-color:#fff;
    opacity: 1!important;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: cover;
    width: 70px;
    height: 70px;
  }

  .carousel-control-next-icon {
    background-image: url('img/slideshow_arrow_next.png');
  }

  .carousel-control-prev-icon {
    background-image: url('img/slideshow_arrow_prev.png');
  }


  @media screen and (max-width:600px) {

    .carousel-control-next-icon, .carousel-control-prev-icon {
        background-size: cover;
        width: 35px;
        height: 35px;
      }

      .carousel-caption p {
          margin-bottom:0px;
          padding:5px;
          padding-left:15px;
          padding-right:15px;
      }

  }

  /* homepage slideshow */


  .homepage_slideshow_control {
    z-index: 2;
  }

  /* 
==========================================

OPTIONAL CONTENT BLOCK

For content that is initially hidden in a section

=========================================
*/

.read_more_link p {
    margin-bottom:0px;
    font-weight: 600;
    font-family: var(--secondary-font);
}

.read_more_link p i {
    margin-left:5px;
}

.read_more_block {
    display:none;
}

.read_more_link:hover {
    cursor: pointer;
}

.read_more_block, .read_more_block_visible {
    margin-top:25px;

}


.page_button {
    background-color: var(--third-color);
    color: white;
    text-transform: uppercase;
    padding: 18px 25px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    margin: auto;
    width:fit-content;
    margin-top:15px;
    display: block;
    font-size: 18px;
    font-family: var(--button-font);
    font-weight: 600;
}

.page_button:hover {
    background-color:var(--primary-color);
    text-decoration: none;
    color:#fff;

}


/* 
==================

LATEST NEWS BLOCK ON FRONT PAGE AND NEWS PAGE CONTAINERS

===================
*/

.latest_news_section {
    height:100%;
    position: relative;
    background-image:url('img/news_background.png'); 
    width:100%;
    background-size: cover; 
    color:var(--text-white);
    padding-top:130px;
    text-align: center;
    color:white;
    padding-bottom:130px;
    margin-top:130px;
   
}

.news_padding {
    padding-bottom:0px;
}

.latest_news_content_text_block a {
    color:#fff;
    font-weight: bold;
}


.blog-page{
    box-shadow: var(--faqs-box-shadow);
}
.card-image{
    padding:0;

}

.latest_news_container{
    display:flex;
    background-color:var(--white);
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius:10px;
    overflow: hidden;
    box-shadow: var(--faqs-box-shadow);
	height:250px;

}

.image_container{
    flex:50%;
    overflow:hidden;
    
}
.latest_news_text{
    flex:50%;
    text-align: left;
}
.latest_news_text{
    color:black;
    margin-top:30px;
    padding:20px;
   
}
.latest_news_text h5{
    color:var(--fourth-color);
    font-size: 20px;
    font-weight: 600;
}


.latest_news_text a{
    font-family: var(--button-font);
    text-transform: uppercase;
    font-weight:600;
    font-size:18px;
    color:black;
}

.latest_news_text a:hover {
    color:var(--primary-color);
    text-decoration: none;
}

.latest_news_thumbnail{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100%;
    transform:scale(1);
    transition:all 0.5s linear;
    
}
.latest_news_thumbnail:hover{
    transform:scale(1.2);
    transition:all 0.5s linear;
    -o-transition: all 0.5s linear; /* opera */
    -ms-transition: all 0.5s linear; /* IE 10 */
    -moz-transition: all 0.5s linear; /* Firefox */
    -webkit-transition: all 0.5s linear; /*safari and chrome */
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
   
   }
.view_all{
    display: flex;
    justify-content: center;
}
.view_all a{
    background-color:#f39866;
    font-family: var(--button-font);
    color:var(--white);
    padding:18px 26px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top:30px;
    font-size: 18px;
    font-weight: 600;

}

.view_all a:hover {
    background-color:var(--button-hover-color);
    cursor: pointer;
    text-decoration: none;
}


@media screen and (max-width:1000px){
    .image_container{
        flex:100%;
    }
    .latest_news_text{
        flex:100%;
    }
    .latest_news_section{
        padding-top:70px;
        padding-bottom:70px;
    }
}

@media screen and (max-width:600px){
    .latest_news_container{
        flex-direction:column !important;
        border-top-left-radius:10px;
        border-top-right-radius: 10px;
    }

    .latest_news_text {
        margin-top:0px;
    }

    .latest_news_thumbnail {
        height:250px;
    }


}


/* 
==========================================

SOCIAL MEDIA BLOCK

=========================================
*/
.social_media_section{
    padding-top:130px;
    text-align: center;
    
}
@media screen and (max-width:768px){
    .social_media_section{
       padding-top:70px;
        
    }
}
.social_media_icons{
    display:flex;
    justify-content: center;
    
    
}
.social_media_icons .facebook svg,.social_media_icons .insta svg, .social_media_icons .twitter svg, .social_media_icons .linkedIn svg {
    fill:var(--third-color);
    margin:0px 20px 0px 20px;
    transition: .5s ease-in-out;
}
.social_media_icons svg:hover{
    transform:scale(1.2);
    transition: .5s ease-in-out;
}



/* 
==========================================

MAILING LIST

=========================================
*/

.mailing_list_section  {
    padding-top:130px;
}

.mailing_list_contact_button_area {
    padding-right:15px;
    padding-left:15px;
    text-align:center;

}

#mailing_list_signup form input{
    background: #FFFFFF;
    -webkit-appearance: none;
    box-shadow:var(--box-shadow-hover);
    border-radius: 10px;
    border:0px;
    padding:15px;
    max-width:425px;
    width:100%;
}
#mailing_list_signup form button{
    background-color: var(--third-color);
    color:white;
    text-transform: uppercase;
    padding:18px 25px;
    border-radius:10px;
    border:0px;
    margin-left:10px;
    font-weight: 600;

}

#mailing_list_signup form button:hover {
    background-color:var(--secondary-color);
    cursor: pointer;
}

.g-recaptcha div {
    margin: auto;
      margin-top: auto;
    margin-top: 25px;
  }

  .disclaimer_info {
      margin-top:15px;
  }

@media screen and (max-width:590px){
    #mailing_list_signup form button{
        margin-top:10px;
        
    }
}


/* 

=======================

LINK BANNER

The banner under a page's content, for linking to another page

======================
*/

.link_banner {
    padding:50px;
    background-image:url('img/link_banner_background.png');
    background-size: cover;
    background-position: center;
    height:300px;
    color:var(--white);
    text-align: center;
    position: relative;
    margin-top:130px;
    background-size:cover;
    
}
.link_banner_overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:0;
    right:0;
    /* background-repeat: repeat; */
    opacity: 0.8;
}

.exhibition_overlay {
    background-image:url('img/virtual_exhibition_link_banner.png')!important;
}

.link_banner_virtual_exhibtion{
    padding:50px;
     background-color:var(--primary-color); 
     background-image: url(./img/blur-image-new.png);
    background-size: cover;
    background-position: center;
    height:300px;
    color:var(--white);
    background-attachment: fixed;
    text-align: center;
    
    position: relative;
    
}
.link-banner-ve-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:0;
    right:0;
    /* background-repeat: repeat; */
    background-color:var(--secondary-color);
    opacity: 0.8;
    
  
}


.link_banner_heading {
    margin-bottom:35px!important;
}


.link_banner_content{
    position: absolute;
    text-align:center;
    transform: translate(-50%,-50%);
    left:50%;
    top:50%;
    width:100%;
}

.link_banner_heading h2 {
    margin-bottom:15px;
    
}

.link_banner a ,.link_banner_virtual_exhibition a {
    background-color:var(--primary-color);
    font-family: var(--button-font);
    text-transform: uppercase;
    color:var(--white);
    padding:18px 28px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    
}

.link_banner a {
    background-color:#7ac8a7!important;
}

.link_banner a:hover, .link_banner_virtual_exhibition a:hover {
    background-color:var(--button-hover-color);
    text-decoration: none;
}

.link_banner a:hover {
    background-color:var(--secondary-color)!important;
}

.link_banner_virtual_exhibition a {
    background-color:#f39866!important;

}



/* 
==================

FOOTER

===================
*/

footer{
    background-color:var(--footer-color);
    color:white;
    padding:130px 10px 130px 10px;
}

footer .container{
    max-width:1360px;

}

.footer_social_media_section{
    display:flex;
    justify-content: left;
   
}
.footer_social_media_section svg{
    margin:10px 10px 10px 0px;
}
.footer_social_media_section path{
    fill:var(--footer-text-color);
}




.footer_menu section{
    
    width: 100%;
    z-index: 10;
    background-color:var(--nav-background);
    position: relative;
    transition: all 0.3s ease-in-out;
    
}
.footer_info{
    padding-left:3rem;
    padding-top:3rem;
}
.footer_info img{
    max-width:275px;
    width:100%;
}
@media screen and (max-width:540px){
    
}
.footer_email p{
    margin-bottom:0px;
    margin-top:0px;
}


.footer_email p > a{
    color:var(--footer-text-color);
    font-size: 13px;
    
}

.footer_email p a:hover {
    color:var(--primary-color);
    text-decoration: none!important;
}


.privacy_text {
   padding:10px 10px 10px 0px;
}

.privacy_text p {
    font-size: 13px;
}

.privacy_text p a {
    color:white;
}

.privacy_text p a:hover {
    color:var(--primary-color);
    text-decoration: none;

}

.section .container {
    padding-left: 0px;
    padding-right: 0px;
}

section .container {
    padding-left: 0px;
    padding-right: 0px;
}




section nav {
    float:left;
    
}

section nav ul li {
    display: inline-block;
    padding-right:15px;

}
section nav ul li a{
    font-family: var(--primary-font);
    opacity: .5;
    font-size: 14px;
}
section nav ul li.current_page_item a {
    opacity: 1;

}


section nav ul li a {
   color:var(--nav-text);
}

section nav ul li a:hover {
   
    color:#fff;
    text-decoration: none;
    opacity: 1;
}

.contact_button_area{
    border:1px solid #ffffff99;
    padding:40px;
    border-radius:10px;
}

.contact_button_area h2 {
    margin-bottom:30px;
}

.contact_button_area a{
    background-color:var(--secondary-color);
    padding:20px 30px;
    color:var(--button-text-color);
    font-family: var(--button-font);
    border-radius:10px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}

.contact_button_area a:hover {
    background-color:var(--primary-color);
}
.back-to-top{
    position: absolute;
    top:20%;
    right:10%;
}

@media screen and (max-width:1103px){
    section nav ul li {
        display: block;
        padding-right:30px;
        margin-top:15px;
    
    }
    .footer_info{
        padding-left:1rem;
    }
    .back-to-top{
        top:auto;
        bottom:0%;
    }
}

/* 
==================

FAQs

page with questions and answers in an accordion

=========================
*/


/* filter section */

.filter_container input {
    padding:18px;
    width: 432px;
    box-shadow:var(--faqs-box-shadow);
    border:0px;
    margin-top:25px;
    border-radius: 10px;
}

.filter_container button {
    padding: 20px 30px 20px 30px;
    background-color:var(--third-color);
    color:white;
    margin-left: -2px;
    border:0px;
    margin-left:5px;
    font-family: var(--button-font);
    text-transform: uppercase;
}

.filter_container button:hover {
    cursor:pointer;
    background-color:var(--primary-color);

}


.filter_no_matches_result {
    margin-top:20px;
    display:none;
}


.accordion {
    margin-top: 50px;
    margin-bottom:150px;
    box-shadow:var(--faqs-box-shadow);
    border-radius: 10px;
}

.mb-0 {
    font-size: inherit!important;
    
   
}

.card {

    border: 0px;
}

.card-body {
    padding: 30px;
    border-left:3px solid var(--third-color);
}


.card-body .content_text_block {
    margin-bottom:0px;
    margin-top:0px;
}

.card-header {
    background-color:transparent;
    margin-top:10px;
    position: relative;
    z-index: 2;
   
}

.faq-button:focus, .faq-button:visited, .faq-button:active {
    color:var(--third-color)!important;
}

.mb-0 button {
    color:var(--third-color);
    padding: 0px;
    width:100%;
    font-weight:bold;
    white-space: normal;    
}

.mb-0 button .faq-button p {
   
    margin-bottom: 0px;
    padding-left: 30px;
    text-align:left;
    margin-left:0;
    font-size: 20px;
    font-weight: 600;
    text-transform: initial;
   
}
.mb-0 button .faq-button .faq-icon{
    text-align: right;
    
    
   
}
.mb-0 button .faq-button .faq-icon i{
    border-radius:50%;
    padding:6px 7px;
    border:2px solid var(--third-color);
    font-size:10px;
}
.minus-button{
    display: none;
}

.mb-0 button .faq-button img{
    width:30px;
}

.mb-0 button:hover {
    color:#000;
    text-decoration: none;
}

.btn-link {
    color:white;
}

.btn-link i {
    margin-right:25px;
}

.btn-link:hover {
    color:white;
}


.btn-link:hover, .btn-link:active, .btn-link:visited, .btn-link:focus {

    color:white;
    text-decoration:none!important;

}


@media screen and (max-width:768px){
 
    .mb-0 button .faq-button p{
        text-align: center;
        padding-left:0px;
       
    }
    .mb-0 button .faq-button .faq-icon{
        text-align: center;
    }
    .mb-0 button .faq-button i{
        margin-top:0px;
    }

    .btn-link i {
        margin-left:0px;
        margin-right:0px;
    }
}

@media screen and (max-width:744px) {

    .filter_container input {
        width:100%;
    }

    .filter_container button {
        margin-top:15px;
    }

}

@media screen and (max-width:575px) {

    .mb-0 button .faq-button i{
        margin-top:5px;
    }

}

@media screen and (max-width:375px) {

   

    .card-header {
        padding: 10px;
    }

}



/* 
==================

TIMELINE

Page with blocks, showing progression of a project

=========================
*/


.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top:25px;
    margin-bottom:25px;
    text-align:left;
    padding-left:15px;
    padding-right:15px;
}
  

/* Container around content */
.container_timeline {
    padding: 10px 40px;
    position: relative;
    width: 100%;
    margin-bottom:25px;
   
}
  

.after_timeline_content_container .content_text_block, .after_timeline_date h5 {
    opacity: .4!important;

}

.timeline_content_container .content_text_block{
    box-shadow: var(--faqs-box-shadow);
    border-radius:10px;
    padding:48px;
    margin-bottom:45px;
}

.current_timeline_content_container .content_text_block{
     border-left:4px solid var(--third-color); 
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
}
  
.highlighted_timeline_block{
   display:flex;
   justify-content: right;
}


.highlighted_timeline_block p{
    align-items: center;
    font-family: var(--secondary-font);
    margin-top:30px;
    font-size:18px;
    margin-right:20px;
}

.highlighted_timeline_block svg{
    transform: rotate(90deg);
}

.timeline_icon {
    width:45px!important;
    margin-top:21px!important;
    height:45px!important;
}

.timeline_icon:hover {
    opacity: 1!important;
    cursor:default!important;
}


/* Fix the circle for containers on the right side */

.right::after {
 left: -13px;
}
  
/* The actual content */

.timeline_content {
    background-color: #f2f2f2;
    position: relative;
    border-radius: 6px;
    color: black;
}

.timeline_content .content_text_block {
      margin-top:15px;
      margin-bottom: 0px;
}

.timeline_content .content_text_block:last-child {
     margin-bottom:0px!important;
  }

@media screen and (max-width:600px) {

    .timeline {
        margin-top:25px;
    }

    .timeline_content {
        padding: 20px 15px;
    }
     
}
  

.timeline_container {
    position: relative;
}

.timeline_date {
      width:25%;
      float:left;
      position: relative;
      padding-right: 50px;
}

.timeline_content_container {
    float:right;
    width:75%;
}


/* The circles on the timeline */

.timeline_date::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    background-color: var(--third-color);
    border: 3px solid var(--third-color);
    margin-top:0%;
    border-radius: 50%;
    z-index: 1;
}

.timeline_content_container::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--third-color);
    top: 0;
    bottom: 0;
    left: 0px;
    margin-left: -3px;
}

.timeline_content_container {
      background-color:transparent;
      padding-left:50px;
      position: relative;
}


/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 670px) {
    .timeline_content_container .content_text_block{
        margin-bottom:0px;
        padding:20px;
    }

    .timeline_content_container{
        width:100%;
        padding-left:20px;
    }

    .timeline_content_container::after{
        margin-left:0px;

    }

    .timeline_date{   
        width:100%;
        margin-bottom:40px;
        margin-top:40px;
    }

    .timeline_date::after{
        right:auto;
        left:-9px;
        margin-top:15%;
    }
}


/* 
==================

BLOG / NEWS PAGE

===================
*/


.pagination {
    margin-top:25px;
}


.pagination span {
    display:none;
}

.pagination li {
    margin-right:15px;
    list-style-type: none!important;
}


.post_list_image {
    max-width: 500px;
    margin-top: 15px;
}

.post_list_image img {
    width:100%;
}

.page-link {
    color: #1d1d39;
    background-color: transparent;
    border-color: none;
    border: 2px solid transparent;
    text-align: center;
}

.page-item.active .page-link {
    color:#11172A;
    background-color: transparent;
    border-color: none;
    border: 2px solid #11172A;
}

.page-link:hover, .page-item.active .page-link:hover {
    border: 2px solid #1d1d39;
    color:#1d1d39;
    background-color:transparent;

}

.page-item:last-child .page-link {
    border-radius: 0px;
}

.post_page {
    margin-top: 130px;
    text-align: center;
}


/* archive pages */

.news_archive {
    margin-top: 50px;
  }





/* 
==================

DOCUMENT LIBRARY

===================
*/
.documents_container {
    width:100%;
}
.document_group h2{
    padding-top:30px;
    padding-bottom:30px;
}
.document_link_container {
   
    width: 100%;
    display: inline-table;
    margin-bottom:25px;
    box-shadow:var(--faqs-box-shadow);
    border-radius: 10px;
}

.document_link_container:hover{
    border-left:5px solid var(--primary-color);
    background-color:var(--fade-primary);
}
.document_name{
    color:var(--primary-color);
    text-align: left;
    
}
.document_name h5{
    margin-bottom: 0px;
    padding-left:50px;
}

.document_name, .document_file_size , .document_date {

    border-right:1px solid rgba(26, 26, 26, 0.2);
    padding:15px;
}

.document_name {
    width:35%;
}

.document_file_size {
    width:20%;
}

.document_date {
    width:20%;
}

.download_icon {
    width:25%;
    padding:15px;
}

.download_icon img {
    float: right;
    padding-right:50px;
}

@media screen and (max-width:768px){
    .document_file_size , .document_date{
        display: none;
    }
    .document_name{
        width:70%;  
    }

    .download_icon{
        width:30%;   
    }

    .document_name h5{
        padding-left:0px;
    }
    .download_icon img {
        padding-right: 10px;
    }
}


/* 
==================

CONTACT

Page with a native contact form

=========================
*/
.wpcf7-form{
    box-shadow: var(--faqs-box-shadow);
    padding:40px;
    padding-top:80px;
    margin-bottom:60px;
}

.wpcf7-form-control-wrap {
    width:100%;
    display:block;
}

.wpcf7-form-control {
    width:80%;
    display:block;
    padding:15px;
}

.wpcf7-form p label {
    width:80%;
    display:block;
}
.wpcf7-form p label:first-of-type {
 margin-top:50px;
}
.wpcf7-form p label, .wpcf7-form-control{
    display:inline !important;
   
}
.wpcf7-form p label span input, .wpcf7-form p label span textarea {
    width:80%;
    display:block;
    padding:15px;
    border:0px;
    box-shadow:var(--faqs-box-shadow);

    
}

.wpcf7-form p label {
    margin-top:35px;
}

.wpcf7-form-control-wrap {
    margin-top:10px;
}


.wpcf7-submit {
    max-width: 160px;
    margin-top: 35px;
    margin: auto;
    width: 100%;
    border: 0px;
    margin-bottom: 25px;
    background-color: var(--third-color);
    color:white;
    text-transform: uppercase;
    font-family: var(--button-font);
    border-radius:10px;
    font-weight: 600;
    font-size: 18px;

}

.wpcf7-submit:hover {
    background-color: var(--button-hover-color);
   cursor:pointer;
}

.wpcf7-spinner {
	text-align:center!important;
	margin:auto!important;
	display: block!important;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.contact_detail_section_icon {
    padding: 5px;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin: auto;
    margin: auto;
    text-align: center;
    width: 40px;
    box-shadow: 0px 5px 6px 2px #ebe6e6;
}

.contact_detail_section_icon img {
    width:100%;
}

.contact_detail_section p {
    font-weight: 500;
    text-align: center;
    margin-top:10px;
}

.wpcf7-not-valid-tip {
    margin-top:5px;
    
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:red;
}

@media screen and (max-width:991px) {
    .wpcf7-form p label span input, .wpcf7-form p label span textarea {
        border:2px solid var(--primary-color);
    }
}


@media screen and (max-width:750px) {
    .wpcf7-form {
        padding-left:15px;
        padding-right:15px;
    }

    .wpcf7-form p label span input, .wpcf7-form p label span textarea {
        width:100%;
    }
}

/*****************************

JOIN THE CONVERSATION

*******************************/


/* hub page */

.join_the_conversation_page_banner {
    height:350px;
    background-size:cover;
    color:white;
    background-position: right center;
    
}

.join_the_conversation_page_banner .container {
    height:350px;
    position: relative;
    max-width:1200px;
}

.join_the_conversation_banner_heading {
    position: absolute;
    bottom:40px;
    left:0px;
    padding-left:15px;
    padding-right:15px;
}

.join_the_conversation_banner_heading h2, .join_the_conversation_banner_heading h3 {
    font-family: var(--primary-font);
    color: var(--page-banner-heading-color);
    
}


.join_the_conversation_banner_heading h2 {
    font-size: var(--page-banner-heading-font-size);
    

}

.join_the_conversation_banner_heading h3 {
    margin-bottom:0px;
    font-family: var(--secondary-font);
}


@media screen and (max-width:800px) {

.join_the_conversation_page_banner {
    width:100%;
    color:white;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size:cover;
    height:auto;

}

.join_the_conversation_page_banner .container {
    height: auto;
}

.join_the_conversation_banner_heading {
    position: static;

}

}

.have_your_say_menu li {
    background-color: var(--secondary-color);
    color:white;
    display:inline-block;
    padding:10px;
    padding: 2px 15px;
    border-radius: 5px;
    margin-right:5px;
    margin-bottom:15px;
    opacity: .5;
}

.have_your_say_menu li a {
    color:white;
    font-family: var(--page-banner-heading-font);
    opacity: .4;
}

.have_your_say_menu li:hover {
    opacity: 1!important;
}

.have_your_say_menu li a:hover {
    opacity: 1!important;
    text-decoration: none;
}

.active_have_your_say_link {
    opacity: 1!important;
}

.have_your_say_menu li a.active_have_your_say_link {
    opacity: 1!important;
}

.active_have_your_say_link a {
    opacity: 1!important;
}

.typeform_have_your_say_link {
    background-color:var(--fourth-color)!important;
}

.have_your_say_page_container {
    border-radius: 40px;
    box-shadow: var(--faqs-box-shadow);
    margin-bottom:35px;
    padding-left:0px;
    padding-right:0px;
}

.have_your_say_content_image {
    width:100%;
    height: 207px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;

}

.have_your_say_content_area {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding:30px;
    text-align: left!important;
}

.have_your_say_content_area h5 {
    color:var(--third-color);
    font-size: 20px;
}

.have_your_say_read_more_link h6 {
    text-transform: uppercase;
    font-size: 18px;
}

.have_your_say_read_more_link h6 a {
    color:black;
    font-family: var(--secondary-font);
    text-decoration: none;
    font-weight: 600;
}

.have_your_say_read_more_link h6 a:hover {
    color:var(--primary-color);
}

.have_your_say_read_more_link {
    float:right;
}

.have_your_say_read_more_link img {
    width:167px;
}

.back_to_hub_container {
    margin-top:100px;
}

.join_the_conversation_intro_content {
    margin-bottom:35px;
}


/* exhibition pages */

.exhibition_link_container {
    margin-top:100px;
}

.section_link {
    box-shadow: var(--faqs-box-shadow);
    border-radius: 10px;
}

.next_section_link {
    margin-bottom:0px;
}

.section_link .previous_post_image, .section_link .next_post_image {
    background-size: cover;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: -15px;
    margin-left: -15px;
    background-position: center;
  }

  .section_content {
    padding: 20px;
  }

  .section_text {
    font-weight: 600;
    position: absolute;
    top: -12%;
    font-family: var(--secondary-font);
    font-size: 22px;
  }

  .next_text {
    right: 0;
    left: auto;
  }

  .previous_text {
    left: 0%;
    right: auto;
  }

  @media screen and (max-width:767px) {
    .section_text {
        position: static;
    }

    .next_section_link {
        margin-top:25px;
    }

}



  .section_content h5 {
    color: var(--third-color);
    font-size: 20px;
  }

  .read_more_link a p {
    font-family: var(--secondary-font);
    color: black;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .read_more_link {
    padding-bottom: 20px;
  }

  .prev_more_link {
    float: left !important;
  }

  .next_more_link {
      float:right!important;
  }

  .read_more_link a:hover {
    text-decoration: none;

  } 
.read_more_link a:hover p {
    color:var(--primary-color);
    
}


/* typeform page */

.typeform_buttons {
    margin-bottom:25px;
}

.typeform_link {
    color:white;
    display: block;
    margin-top:20px;
    width: max-content;
    margin: auto;
    margin-top:25px;


 }



.typeform_link_container {
    padding: 22px 30px;
    text-align: center;
    background-color:var(--primary-color);
    display: inline-block;
    font-family: var(--button-font);
    border-radius: 5px;
}

.typeform_link:hover div {
    background-color:var(--secondary-color);
    color:white;
    text-decoration: none;
}


.typeform {
    margin-top:25px;
    margin-bottom:25px;
}

.typeform-widget {
    width:100%!important;
    height:500px!important;
}

@media screen and (max-width:450px) {

    .typeform_link {
        max-width:auto;
        text-align: center;
        word-break: break-all;
        width:100%;
    }

}