/* ALL SCREENS CSS */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  }

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  }



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans';
}

a{
    color:#00a9e0;
    text-decoration: none;

}


    a:visited {
        color: #f9f9f9; /*color: #404040;*/
    }

hr{
    opacity: 0.3;
    /*color: #3a3a3a;*/
}


/* DESKTOP SCREEN CSS */
@media screen and (min-width: 1000px) {   
    h1{
        font-size: 65px;
        line-height: 78px;
        font-weight: 800;
    }
    
    h2{
        font-size: 50px;
        line-height: 55px;
        font-weight: 800;
    }
    
    h3{
        font-size: 30px;
        line-height: 36px;
        font-weight: 800;
    }
    
    h4{
        font-size: 24px;
        line-height: 36px;
        font-weight: 800;
    }
    
    h5{
        font-size: 18px;
        line-height: 28px;
        font-weight: 800;
    }
    
    h6{
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 2.6px;
        font-weight: 400;
    }

    /* BUTTONS */

    .medium-button-lightblue {
        margin-top: 20px;
        background-color: #00a9e0;
        border: none;
        text-decoration: none;
        color: white;
        padding: 13px 20px 14px 20px;
        border-radius: 34px;
        font-size: 12px; /*font-size: 15px;*/
        font-weight: 800;
        text-align: center;
        white-space: nowrap;
    }
    
    .medium-button-lightblue:hover{
        background-color: #ff6e00;
        color:white;
    }

    .medium-button-darkblue {
        background-color: #003B5C;
        border: none;
        text-decoration: none;
        color: white;
        padding: 13px 20px 14px 20px;
        border-radius: 34px;
        font-size: 12px; /*font-size: 15px;*/
        text-align: center;
        white-space: nowrap;
    }
    
    .medium-button-darkblue:hover{
        background-color: #005587;
    }


    .footerHeading{
        font-size: 24px;
        line-height: 29px;
        font-weight: 800;
    }


    
    .quote{
        font-style: italic;
        font-size: 38px;
        line-height: 53px;
        text-transform: capitalize;
        color: #00b6e7;
        font-weight: 400;
    }

    .logoPosDesk {
        height: 35px; /*height: 90px;*/
    }

    .logoPosDeskDrop{
        height: 54px;
        
    }

    .eyebrow{
        font-size:13px;
        letter-spacing: 2.6px;
        
    }



    main {
        padding: 70px 10px 10px 10px; /*padding: 150px 40px 40px 40px;*/
    }



      /* NEW DROPDOWN */


    .dropdown-content {
        margin-top: 20px; /*margin-top: 60px;*/
        margin-left: -10px;
        display: none;
        position: absolute;
        background-color: #f2f2f2;
        /*min-width: 160px;*/
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 0px 0px 5px 5px;
    }
      
      .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
      }
      
      .dropdown-content a:hover {
        background-color: #ddd;
      }

      .arrow-down {
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: 2px;
        background-image: url('/images/Expand Button Large.svg');
        background-size: cover;
    }

   

    #dropdown1 .arrow-down-white {
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: 2px;
        background-image: url('/images/Expand Button Large White.svg');
        background-size: cover;
    }


    /* CIRCLE-IMG TEXT START */
    .chapterHeader {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        max-width: 1600px;
        padding-top:40px;
    }

    .chapterHeader h1{
        width:80%;
        max-width: 1600px;
    }

    .chapterHeader p{
        padding-top: 20px;
        width: 60%;
        max-width: 1600px; 
    }


    .round-img-text-wrap{
        padding: 20px 0px 20px 0px;
        width:100%
    }

    .round-img-text{
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        max-width:1600px;

    }


    .round-img-text .imgpart {
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;

    }


    .round-img-text {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;

    }


    
    .textpart {
        flex: 0 0 70%;
        padding-right: 10%;
        padding-left: 10%;
        
    }

    .textpart p {
        padding-top:20px;
        
    }

    .textpart ul {
        
        list-style: disc;
        
    }

    .textpart li {
        margin-top: 10px; 
    }

    .textpart .buttoncontainer{
        padding-top:40px;

        padding-bottom: 14px;
    }
    
    .imgpart {
        flex: 1;
        position: relative;

        
    }
    
    .imgpart::before {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .imgpart .img-right {
        position: absolute;
        width: 80%;
        height: 80%;
        object-fit: cover;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin-right: 75%;
        left: 25%;
        top: 50%;
    }
    
    .imgpart .img-left {
        position: absolute;
        width: 80%;
        height: 80%;
        object-fit: cover;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%);
        left: 75%;
        top: 50%;
    }

    /* CIRCLE-IMG-TEXT END */


    /* TEXT MODULE START */
    .textModule {
        padding: 40px; 
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .textModule .title{
        font-size: 24px;
        font-weight:800;
        width:40%;
        padding-bottom:20px;
    }

    .textModule .text{
        max-width:1600px;
        line-height: 29px;

    }

    /* TEXT MODULE END */

    /* GREYBOX CONTACT PAGE DESKTOP START */

    .About {
        padding-top: 10px; /*padding-top: 40px;*/
        padding-bottom: 10px; /*padding-bottom: 40px;*/
    }

    .contentBox {
        display: flex;
        justify-content: center;
    }

    .titleContainer{
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom:40px;
        

    }

    .boxTitle{
        display:block;
        width: 80%;
        font-weight: 800;
        font-size: 3vw;
        line-height: 4vw;
        
    }

    .columnBox{
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
        display:grid;
        grid-auto-flow: column;
        grid-gap: 1em;
        max-width: 1600px;
        align-items: center;
        justify-items: center;
        margin: 0 auto;
    }

    .columnBox p{
        font-size: 15px;
    }

    .bigText{
        grid-row: 1/2;
        grid-column: 1/3;
        font-size: 24px;
        
        font-weight:800;
        justify-self: start;
        align-self: start;
    }

    .columnHead{
        font-size: 19px;
        font-weight:800;
        padding-bottom: 20px;
    }

    .column2{
        grid-row: 1/2;
        grid-column: 3/4;
        justify-self: start;
        align-self: start;
    }


    .column3{
        grid-row: 1/2;
        grid-column: 4/5;
        justify-self: start;
        align-self: start;
    }

    .column4{
        grid-row: 1/2;
        grid-column: 5/6;
        justify-self: start;
        align-self: start;
    }





    /* GREYBOX CONTACT PAGE DESKTOP END */

    

    /* COLUMN CONTAINER START */
    
    .columncontainer {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 40px 0px 40px;
        max-width: 1600px; /* Set the maximum width for the container */

        justify-content: center; /* Horizontally center the container */
        align-items: flex-start; /* Align items at the top of the container */
        width:100%;
      }

    .column{
        flex: 0.75;

        width:27.5%;
        padding: 10px 0px 10px 10px;
        

    }

    .lastColumn{
        flex: 1.25;
        padding: 34px 10px 0px 10px;

        width:45%;

    }

    .lastContactColumn{
        flex: 0.75;
        width:27.5%;

        padding: 34px 10px 10px 0px;
        
    }


    .column .head{
        padding-left: 10px;
        font-weight: 800;
        font-size: 19px;
    }

    .contactInfo{
        padding:10px;
    }

    .contactInfo .icon {
        position: absolute;
        width: 20px;
        height: 20px;

    }

    .contactInfo .large{
        font-size: 19px;
        line-height: 29px;
    }

    .contactInfo .medium{
        padding-left:30px;
        font-size: 15px;
        font-weight: 800;
        position: relative;
    }
    .contactInfo .small{
        padding-left:30px;
        font-size: 13px;
        
    }

    .employeesTitle{
        font-size: 65px;
        line-height: 78px;
        font-weight: 800;
    }

    .employeesSub{
        padding-bottom:40px;
    }

    .employee-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .employee {
        width: calc(33.33% - 20px); /* Three columns with some margin in between */
        margin-bottom: 30px;
        padding: 10px;
        box-sizing: border-box;
      }
      
      .employee img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
        width: 100%; /* Set the image to occupy the full width of the .employee container */
      }
      
      .employee-name {
        font-size: 19px;
        font-weight: 800;
        line-height: 1;
      }
      
      .employee-title {
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 5px;
      }
      
      .employee-text {
        font-size: 15px;
        width: 100%; 
      }


    

    /* COLUMN CONTAINER END */


    /* LINK BUTTON DESKTOP START */
    
    .linkButton{
        font-weight:800;
        font-size:13px;
        position: relative;
        

    }

    
    .linkButton a:hover .linkButtonArrow {
        transform: translateX(5px); 
    }


    .linkButton .linkButtonArrow{
        position: relative;
        display: inline-block;

        background-size: cover;
        margin-left:10px;

    }

    /* LINK BUTTON DESKTOP END */



    /* VIDEO-TEXT START */

    .video-text {
        display: flex;
        padding-bottom: 40px;
      }
      
    .video-container,
    .text-container {
        flex: 1;
    }
    
    .text-container-left {
        padding: 40px;
    }

    .text-container-right {
        padding: 40px;
    }    
    /* VIDEO-TEXT END */


    /* NAVBAR DESKTOP START */
    .navWrapperMobile{
        display: none;
    }


    .navWrapperDesk .top_nav {
        top: 0px;
        left: 10px; /*left: 40px;*/
        position: fixed;
        width: calc(100% - 20px); /*width: calc(100% - 80px);*/
        height: 70px; /*height: 150px;*/
        padding: 0px 10px; /*padding: 0px 40px;*/
        margin-right: 10px; /*margin-right: 40px;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 800;
        font-size: 12px; /*font-size: 15px;*/
        line-height: 14px; /*line-height: 17px;*/
        z-index: 2;
        color: white;
        background-image: linear-gradient(to bottom, rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1) 100%);
        /*box-shadow: 0px 3px 6px #00000029;*/
        transition: 0.3s;
    }


    .navWrapperDesk .top_nav .right ul {
        display: flex;
        vertical-align: middle;
        margin-top: 20px;
    }
    
    .navWrapperDesk .top_nav .right ul li {
    vertical-align: middle;
    padding: 0px 20px;
    }

    .navWrapperDesk .top_nav .right ul li a{
        text-decoration: none !important;
        color:#3a3a3a;
    }

    .navWrapperDesk .top_nav .right ul li a:hover{
        color: #00a9e0;
    }
    
    .navWrapperDesk .top_nav .right ul li .WhiteOne{
    text-decoration: none !important;
    color:#ffffff;
    /*color: #1D1D1B;*/
    }
    .navWrapperDesk .top_nav .right ul li .WhiteOne:hover{
        color: #00a9e0;
    }


    .navWrapperDesk .top_nav .right ul li .DarkOne{
        text-decoration: none !important;

        color: #1D1D1B;
    }

    .navWrapperDesk .top_nav .right ul li .DarkOne:hover{
        color: #00a9e0;
    }
 
    .navWrapperDesk .top_nav ul li a:hover {
    color: #00a9e0;
    }

    .navWrapperDesk .top_nav .right ul li .BlueOne{
        text-decoration: none !important;

        color: #00a9e0;
    }
    .navWrapperDesk .top_nav .right ul li .BlueOne:hover{
        color: #00a9e0;
    }

    .navWrapperDesk .top_nav_small .right ul li .BlueOne{
        text-decoration: none !important;

        color: #00a9e0;
    }
    .navWrapperDesk .top_nav_small .right ul li .BlueOne:hover{
        color: #00a9e0;
    }
    
    .navWrapperDesk .top_nav .right ul li:last-child a {
    color: #fff;
    }

    .navWrapperDesk .top_nav_small {
        top: 40px;
        left: 40px;
        position: fixed;
        margin-right: 40px;
        width: calc(100% - 80px);
        height: 100px;
        padding: 0px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 800;
        font-size: 15px;
        line-height: 17px;
        z-index: 2;
        box-shadow: 0px 3px 6px #00000029;
    }

    .navWrapperDesk .top_nav_small .right ul {
        display: flex;
        vertical-align: middle;
        margin-top: 20px;
        }
        
    .navWrapperDesk .top_nav_small .right ul li {
    vertical-align: middle;
    padding: 0px 20px;
    }
    
    .navWrapperDesk .top_nav_small .right ul li a {
    text-decoration: none !important;
    color: #1D1D1B;
    }
    
    .navWrapperDesk .top_nav_small ul li a:hover {
    color: #00a9e0;
    }
    
    .navWrapperDesk .top_nav_small .right ul li:last-child a {
    color: #fff;
    }
    
    .navWrapperDesk .bottom_nav {
        top: 40px;
        left: 40px;
        margin-right:40px;
        display: none;
        padding-left: 64px;
        padding-right: 64px;
        width: calc(100% - 80px);
        background: #f9f9f9;
        height: 145px;
        padding-top:112px;
        box-shadow: 0px 3px 6px #00000029;
        position:fixed;

    }
    
    .navWrapperDesk .bottom_nav ul {
    display: flex;
    position: relative;
    float: right;

    }

    .navWrapperDesk .bottom_nav ul li{
    padding: 0px 20px;
    }

    .navWrapperDesk .bottom_nav ul li a {
    color: #494949;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;

    }

    .navWrapperDesk .top_nav .right ul li a.active {
        color: #00a9e0;
    }
    
    .navWrapperDesk .bottom_nav ul li a:hover {
    color: #00a9e0;
    }
    
    .navWrapperDesk .banner img {
    width: 100%;
    height: 400px;
    }
    /*
    
    #dropdown1 a{
        display: inline-block;
    }
*/


    .lang-down {
        display: inline-block;
        width: 20px; /*width: 30px;*/
        height: 20px; /*height: 30px;*/
        margin-top: -7px;
        background-image: url('/images/icon-language.svg');
        background-size: cover;
    }

    .lang-is-down {
        display: inline-block;
        width: 20px; /*width: 30px;*/
        height: 20px; /*height: 30px;*/
        margin-top: -7px;
        background-image: url('/images/icon-language-hover.svg');
        background-size: cover;
    }

    .emoji img {
        width: 25px; /* set width */
        
    }


    /* NAVBAR DESKTOP END */

    /* FOOTER DESKTOP START */
    .footerWrapperMobile{
        display: none;
    }

    .footerWrapperDesk {
        bottom: 10px; /*bottom: 40px;*/
        left: 10px; /*left: 40px;*/
        position: relative;
        width: calc(100% - 20px); /*width: calc(100% - 80px);*/
        padding: 24px 24px;
        margin-right: 10px; /*margin-right: 40px;*/
        background-color: #3a3a3a;
        color: white;
    }
    .footerGridWrapper{
        display:grid;
        grid-auto-flow: column;
        grid-gap: 1em;
        max-width: 1600px;
        align-items: center;
        justify-items: center;
        margin: 0 auto;
        /*grid-template-columns: 30% 70%;*/
    }
    
    .footerGridWrapper ul{
        padding-top: 1em;
    }

    .footerGridWrapper li{
        padding-top: 0.5em;
    }

    .footerGridWrapper a{
        color: white;
    }

    .footerGridWrapper a:hover{
        color: #005587;
    }

    /*.footerGridWrapper > div{
        background:red;
    }*/

    .footerWrapperDesk .footerGridWrapper .logobox{
        grid-row: 1/2;
        grid-column: 1/3;
        padding-left: 4em;
        align-content: center;
        
    }

    .footerWrapperDesk .footerGridWrapper .aboutusbox{  
        grid-row: 1/2;
        grid-column: 3/6;
        padding: 2em 3em 2em 3em;
        justify-self: start;
        align-self: start;

        
    }

    .footerWrapperDesk .footerGridWrapper .linkbox1{
        grid-row: 1/2;
        grid-column: 6/9;
        padding-top:2em;
        padding-right: 4em;
        justify-self: start;
        align-self: start;

    }

    

    .footerWrapperDesk .footerGridWrapper .linebox{
        padding-top: 2.2em;
        grid-row: 2/3;
        grid-column: 2/6;
        opacity: 0.7;
        width:100%;
    }
    .footerWrapperDesk .footerGridWrapper .copyrightbox{
        padding-top: 2em;
        grid-row: 2/3;
        grid-column: 6/8;
        opacity: 0.7;
        
    }

    /* FOOTER DESKTOP END */



    /* FRONTPAGETILE DESKTOP START */
/*
    .tile {
        width: 100%;
        margin-bottom: 40px;
        background-image: url('image.jpg');
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: relative; 

      }


    .tile .content{
        width: 45%;
        position: absolute;
        bottom: 10%; 
        left: 10%; 

         
        
    }

    .tile .content h1{
        width: 100%;
        padding-bottom: 5%;
        font-size: 3vw;
        line-height: 4vw;
        
    }*/

    .tile {
        width: 100%;
        margin-bottom: 10px; /*margin-bottom: 40px; TODO: This seem not to work!!*/
        background-image: url('image.jpg');
        background-size: 100% auto; /* this makes the image width equal to the div width and the height of the image auto scale */
        background-repeat: no-repeat;
        position: relative; /* this makes sure the height of the div is equal to the height of the image */
    }


    .tile .content{
        width: 100%;
        position: absolute;
        bottom: 0%; /* Adjust as needed */
        left: 0%; 
        
        
    }

    .tile .content h1{
        width: 45%;
        margin-left:10%;
        padding-bottom: 2%;
        font-size: 3vw;
        line-height: 4vw;
        
    }

    .tile .content hr{
        width: 45%;
        margin-left:10%;
    }

    .tile .content .eyebrow{
        display: inline-block;
        width: 45%;
        margin-left:10%;
    }


    .tile .content .tile-bottom{

        margin-left:10%;
        margin-bottom: 5%;
    }







/*  FRONTPAGETILE DESKTOP END */




/* REGULATION PAGE DESKTOP START */
    .greybackground {
        background-color: #f2f2f2; /*background-color: #003b5c;*/
        padding-top: 10px;
        padding-bottom: 10px; /*padding-bottom: 40px*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.downloadicon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-image: url('/images/Download arrow.svg');
    background-size: cover;
    transition: background-image 0.2s ease;
    margin-right: 10px;
}



.pdf-links {
    margin-top: 40px; 
    padding: 40px;

    width: 80%;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    
    


  }

  .pdf-links hr{
    width:35%;
  }
  
  .pdf-links h2 {
    font-size: 38px;
    color: #3a3a3a;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  
  
  .pdf-links ul {
    list-style: none;
    padding: 0;
    column-count: 3;
    column-gap: 20px;
  }
  
  .pdf-links li {
    margin-bottom: 10px;
    padding-left: 20px; /* Add padding to create space for the bullet */
    background-image: url('/images/Download arrow.svg'); /* Add the bullet image as a background image */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-position: left center; /* Position the bullet on the left-center of the list item */
    background-size: 20px; /* Adjust the size of the bullet image */
    line-height: 1.5;
  }

  .pdf-links li:hover {
    background-image: url('/images/Download arrow hover.svg');
  }


  
  .pdf-links a {
    padding-left:5px;
    color: #3a3a3a;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items:center;
  }
  
  .pdf-links a:hover {
    text-decoration: underline;
    color: #005587;
  }

  .pdf-links a:hover .downloadicon {
    background-image: url('/images/Download arrow hover.svg');
  }


/* REGULATION PAGE DESKTOP END */

}


/* MOBILE PHONE AND IPAD SCREEN CSS */
@media screen and (max-width: 999.99px) {   
    h1{
        font-size: 30px;
        line-height: 36px;
        font-weight: 800;
    }
    
    h2{
        font-size: 28px;
        line-height: 33px;
        font-weight: 800;
    }
    
    h3{
        font-size: 24px;
        line-height: 29px;
        font-weight: 800;
    }
    
    h4{
        font-size: 21px;
        line-height: 25px;
        font-weight: 800;
    }
    
    h5{
        font-size: 16px;
        line-height: 26px;
        font-weight: 800;
    }
    
    h6{
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        font-weight: 400;
    }

    .eyebrow{
        font-size: 10px;
        letter-spacing: 2.6px;

    }



    /* BUTTONS */
    .medium-button-lightblue{
        margin-top: 10px;
        background-color: #00a9e0;
        border: none;
        text-decoration: none;
        color: white;
        padding: 9px 15px 9px 15px;
        border-radius: 15px;
        font-size: 9px;
        font-weight: 800;
        text-align: center;
        white-space: nowrap;
    }
    
    .medium-button-lightblue:hover{
        background-color: #ff6e00;
        
    }


    .medium-button-darkblue {
        background-color: #003B5C; /*background-color: #ddd;*/ 
        border: none;
        text-decoration: none;
        color: white;
        padding: 9px 15px 9px 15px;
        border-radius: 15px;
        font-size: 9px;
        text-align: center;
        white-space: nowrap;
    }
    
    .medium-button-darkblue:hover{
        background-color: #005587;
    }




    
    .quote{
        font-style: italic;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
        color: #00b6e7;
        font-weight: 400;
    }

    

    .logoPosMobile{
        padding-top: 15px;
        height: 52px;
        
    }

    main{

        padding: 70px 20px 0px 20px;
    }

    /* NAVBAR MOBILE START */
    .navWrapperDesk{
        display: none;
    }


    .top_nav {
        padding: 0px 20px;
        height: 70px;
        position:fixed;
        width: 100%;
        background-color:white;
        z-index: 99;
    }

    .left {
        float: left;
        margin-left: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }
      

    /* Burger icon */
    .right {
        float: right;
        margin-right: 10px;
        margin-top:20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
      }
    
    .login{
        padding-right: 15px;
        margin-top:-8px;
    }

    #nav-icon3{
        background-image: url('/images/icon-menu.svg');
        background-size: 100% auto; /* this makes the image width equal to the div width and the height of the image auto scale */
        background-repeat: no-repeat;
        margin-top: 8px;
        width:25px;
        height:25px;

    }

    /*#nav-icon3 span {
        display: block;
        position: relative;
        background: #000;
        width: 20px;
        height: 2px;
        margin: 4px auto;

    }*/

    #close-icon {
        width: 35px;
        height: 35px;
        position: absolute;
        cursor: pointer;
        right: 20px;

    }
    
    #close-icon span {
        display: block;
        position: absolute;
        height: 100%;
        width: 2px;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(45deg);
        top: 50%;
    }
    
    #close-icon span:nth-child(2) {
        transform: rotate(-45deg);
    }
    


  
  /* Mobile menu */
  .navWrapperMobile .bottom_nav {
    display: none;
    background-color: #f9f9f9;
    position:fixed;
    width: 100%;
    z-index: 100;
    margin-top:0px;
    height:100%;

  }
  
  .navWrapperMobile .bottom_nav ul {
    list-style-type: none;
    padding: 70px 20px 100px 20px; 
    margin: 0;
  }
  
  .navWrapperMobile .bottom_nav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 12px 16px;
    transition: background-color 0.3s;
  }
  
  .navWrapperMobile .bottom_nav ul li a.active {
    background-color: #00a9e0;
    color: white;
  }
  
  .navWrapperMobile .bottom_nav ul li a:hover {
    background-color: #ddd;
  }

  .navWrapperMobile .bottom_nav ul li p {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 12px 16px;
    transition: background-color 0.3s;
  }
  
  .navWrapperMobile .bottom_nav ul li p.active {
    background-color: #00a9e0;
    color: white;
  }
  
  .navWrapperMobile .bottom_nav ul li p:hover {
    background-color: #ddd;
  }
  
  /* Dropdown container for dropdown menu items */
  .dropdown-content {
    border-top: 2px;
    border-top: #003B5C;
    display: none;
    position: relative; 
    background-color: #f1f1f1;
    min-width: 160px;

    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a.active {
    background-color: #00a9e0;
    color: white;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .mobile-dropdown:hover .dropdown-content {
    display: block;
  }

  

  .arrow-down {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background-image: url('/images/Expand Button Large.svg');
    background-size: cover;
    
  }

    .emoji img {

        width: 30px; /* set width */
        
    }

    /* NAVBAR MOBILE END */

    /* MOBILE TILE START */

    .tile {
        width: 100%;
        margin-bottom: 20px;
        background-image: url('image.jpg');
        background-size: cover; /* this makes the image width equal to the div width and the height of the image auto scale */
        background-repeat: no-repeat;
        position: relative; /* this makes sure the height of the div is equal to the height of the image */
        height:550px;
      }


    .tile .content{
        width: 100%;
        position: absolute;
        bottom: 0%; /* Adjust as needed */
        left: 0%; 
        overflow-wrap: break-word;
        
        
    }

    .tile .content h1{
        width: 80%;
        margin-left:10%;
        padding-bottom: 2%;

        
    }

    .tile .content hr{
        width: 80%;
        margin-left:10%;
        
    }

    .tile .content .eyebrow{
        width: 80%;
        margin-left:10%;
        display: inline-block;

    }


    .tile .content .tile-bottom{

        margin-left:10%;
        margin-bottom: 8%;
    }

    /* MOBILE TILE END */

    .textModule{
        padding:20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;   
        
    }

    .textModule .title{
        font-size: 20px;
        font-weight:800;
        width:100%;
        padding-bottom:20px;
    }

    .textModule .text{
        max-width:1600px;
        line-height: 29px;

    }

        /* MOBILE CIRCLE-IMG TEXT START */
        .chapterHeader {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin: 0 auto;
            max-width: 1600px;
            padding-top:20px;
        }
    
        .chapterHeader h1{
            width:100%;
        }
    
        .chapterHeader p{
            padding: 10px 20px 0px 20px;
            width:100%;

        }
    
    
        .round-img-text-wrap{
            width:100%;
            padding: 0px 0px 20px 0px;
        }
    
        .round-img-text{
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            max-width:1600px;
    
        }
    
    
        .round-img-text .imgpart {
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
    
        }
    
    /*
        .round-img-text {
            display: flex;
            align-items: center;
            position: relative;
            justify-content: center;
    
        }
    */
    
        
        .textpart {
            
            flex: 0 0 70%;
            padding-right: 10%;
            padding-left: 10%;
            
        }

        .textpart p {
            padding-top:20px;
            
        }

        .textpart ul {
        
            list-style: disc;
            
        }
    
        .textpart li {
            margin-top: 10px; 
        }


        .textpart .buttoncontainer{
            padding-top:20px;

            padding-bottom: 9px;
        }
        
        .imgpart {
            flex: 1;
            position: relative;
    
            
        }
        
        .imgpart::before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }
    
        .imgpart .img-right {
            position: absolute;
            width: 80%;
            height: 80%;
            object-fit: cover;
            border-radius: 50%;
            transform: translateX(-50%) translateY(-50%);
            left: 50%;
            top: 50%;

        }
        
        .imgpart .img-left {
            position: absolute;
            width: 80%;
            height: 80%;
            object-fit: cover;
            border-radius: 50%;
            transform: translateX(-50%) translateY(-50%);
            left: 50%;
            top: 50%;
        }
    
        /* MOBILE CIRCLE-IMG-TEXT END */



    /* LINK BUTTON MOBILE START */
    
    .linkButton{
        font-weight:800;
        font-size:13px;
        position: relative;
        

    }

    
    .linkButton a:hover .linkButtonArrow {
        transform: translateX(5px); 
    }


    .linkButton .linkButtonArrow{
        position: relative;
        display: inline-block;

        background-size: cover;
        margin-left:10px;

    }

    /* LINK BUTTON MOBILE END */

        /* GREYBOX CONTACT PAGE DESKTOP START */
    
        .About{
        
            padding-top: 20px;
            padding-bottom: 20px;
    
        }
    
        .contentBox {
            display: flex;
            justify-content: center;
        }
    
        .titleContainer{
            max-width: 1600px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom:20px;
            
    
        }
    
        .boxTitle{
            display:block;
            width: 100%;
            font-size: 30px;
            line-height: 36px;
            font-weight: 800;
            
        }
    
        .columnBox{
            max-width: 1600px;
            padding-left: 20px;
            padding-right: 20px;
            max-width: 1600px;
            align-items: center;
            justify-items: center;
            margin: 0 auto;
        }
    
        .columnBox p{
            font-size: 15px;
        }
    
        .bigText{

            font-size: 18px;

            padding-right: 20px;
            font-weight:800;
            justify-self: start;
            align-self: start;
        }
    
        .columnHead{


            padding-top:20px;
            font-size: 19px;
            font-weight:800;
            padding-bottom: 20px;
        }
    
        .column2{

            justify-self: start;
            align-self: start;
        }
    
    
        .column3{

            justify-self: start;
            align-self: start;
        }
    
        .column4{

            justify-self: start;
            align-self: start;
        }
    
    
    
    
    
        /* GREYBOX CONTACT PAGE DESKTOP END */
    
        
    
        /* COLUMN CONTAINER START */
        
        .columncontainer {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
            max-width: 1600px; /* Set the maximum width for the container */
            justify-content: center; /* Horizontally center the container */
            align-items: flex-start; /* Align items at the top of the container */
            margin: 0 auto; /* Center the container horizontally within the maximum width */
          }
    
        .column{
            flex: 1;
            padding: 10px;
            
    
        }
    
        .lastColumn{
            flex: 1;
            padding: 30px 10px 0px 10px;
            
    
        }
    
        .lastContactColumn{
            width: 100%;
            padding: 30px 10px 10px 10px;
            
        }
    
    
        .column .head{
            padding-left: 10px;
            font-weight: 800;
            font-size: 19px;
        }
    
        .contactInfo{
            padding:10px;
        }
    
        .contactInfo .icon {
            position: absolute;
            width: 20px;
            height: 20px;
    
        }
    
        .contactInfo .large{
            font-size: 19px;
            line-height: 29px;
        }
    
        .contactInfo .medium{
            padding-left:30px;
            font-size: 15px;
            font-weight: 800;
            position: relative;
        }
        .contactInfo .small{
            padding-left:30px;
            font-size: 13px;
            
        }
    
        .employeesTitle{
            padding-top:30px;
            font-size: 30px;
            line-height: 36px;
            font-weight: 800;
        }
    
        .employeesSub{
            padding-bottom:20px;
        }
    
        .employee-container {

            margin: 0 auto;
          }
          
          .employee {
            width: calc(100%); 
            margin-bottom: 30px;
            padding: 10px;

          }
          
          .employee img {
            max-width: 100%;
            height: auto;
            display: block;
            margin-bottom: 10px;
            width: 100%; /* Set the image to occupy the full width of the .employee container */
          }
          
          .employee-name {
            font-size: 19px;
            font-weight: 800;
            line-height: 1;
          }
          
          .employee-title {
            font-size: 19px;
            font-weight: 800;
            margin-bottom: 5px;
          }
          
          .employee-text {
            font-size: 15px;
            width: 100%; 
          }
    
    
        
    
        /* COLUMN CONTAINER END */
    




    /* REGULATION PAGE MOBILE START */
    .greybackground{
        background-color: #f2f2f2;
        padding-top: 10px;
        padding-bottom: 20px;    
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .downloadicon {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-image: url('/images/Download arrow.svg');
        background-size: cover;
        transition: background-image 0.2s ease;
        margin-right: 10px;
    }



    .pdf-links {
        margin-top: 20px;
        padding: 20px;
        
        width: 90%;
        border-radius: 30px;
        background-color: white;
        box-shadow: 0px 3px 6px #00000029;


    }

    .link-container {
        display: grid;

        grid-template-columns: auto 1fr;

        column-gap: 0px;
       
      }
      
      .title {
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        width: 100%;
        
        
        
        
      }


    .pdf-links hr{
        width:100%;
    }
    
    .pdf-links h2 {
        /*font-size: 38px;*/
        color: #3a3a3a;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    

    
    .pdf-links li {
        margin-bottom: 0px;
        padding-left: 20px; /* Add padding to create space for the bullet */
        background-image: url('/images/Download arrow.svg'); /* Add the bullet image as a background image */
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        background-position: left center; /* Position the bullet on the left-center of the list item */
        background-size: 20px; /* Adjust the size of the bullet image */
        line-height: 1.5;
        padding-bottom:7px;
        
        
    }
    
    .pdf-links a {
        display: flex;
        align-items:center;
        padding-top:7px;
        padding-left:5px;
        color: #3a3a3a;
        font-size: 13px;
        text-decoration: none;
    }
    
    .pdf-links a:hover {
        text-decoration: underline;
        color: #005587;
    }

    .pdf-links a:hover .downloadicon {
        background-image: url('/images/Download arrow hover.svg');
    }


    /* REGULATION PAGE MOBILE END */

        /* MOBILE COLUMN CONTAINER START */
    
        .columncontainer {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
           
           
          }
    
        .column{
            

            padding: 0px 10px;
            width: 100%;
    
        }
    
        .lastContactColumn{

            padding: 0px 0px 10px 10px;
            width: 100%;
            
        }

        .lastColumn{

            padding: 10px 30px 10px 30px;
            max-width:100%;
            
        }
    
        .column .head{
            padding-left: 10px;
            font-weight: 800;
            font-size: 19px;
        }
    
        .contactInfo{
            padding:10px;
        }
    
        .contactInfo .icon {
            position: absolute;
            width: 20px;
            height: 20px;
    
        }
    
        .contactInfo .large{
            
            font-size: 19px;
            line-height: 29px;
        }
    
        .contactInfo .medium{
            padding-left:30px;
            font-size: 15px;
            font-weight: 800;
            position: relative;
        }
        .contactInfo .small{
            padding-left:30px;
            font-size: 13px;
            
        }
    
    
        
    
        /* MOBILE COLUMN CONTAINER END */

   /* FOOTER MOBILE START */
    .footerWrapperDesk {
        display: none;
    }
    
    .footerWrapperMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #3a3a3a;
        color: white;
        margin: 0px 20px 20px 20px;

      }
      
      .footerWrapperMobile .footerGridWrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 40px;
      }
      
      .footerWrapperMobile .footerGridWrapper > * {
        flex: 0 0 100%;
        max-width: 100%;
        
      }
      
      .footerWrapperMobile .footerHeading {
        margin-top: 20px;
      }

      .footerWrapperMobile .footerGridWrapper .logobox img {
        margin-top:20px;
        margin-bottom: 20px;
        width: 200px;

      }


      
      .footerWrapperMobile ul {
        list-style-type: none;
        padding: 0;
        margin: 10px 0;
      }
      
      .footerWrapperMobile a {
        color: white;
        text-decoration: none;
      }
      
      .footerWrapperMobile a:hover {
        color: #005587;
      }
      
      .footerWrapperMobile hr {
        border: none;
        border-top: 1px solid white;
        margin: 10px 0;
        width: 100%;
      }
    

    /* FOOTER MOBILE END */
  

    /* FRONTPAGEBOX DESKTOP START */


    /* FRONTPAGEBOX DESKTOP END */

}


/* CLIENTS GRID */

/* Common styles for logo boxes */
.logo-box {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Styles for images inside logo boxes */
  .logo-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  
  /* Media Queries for responsiveness */
  
  /* For screens wider than 1600px */
  @media (min-width: 1600px) {
    .logo-grid {
      padding: 5px;
      max-width: 1600px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 20px;
    }
  }
  
  /* For screens between 1200px and 1599px */
  @media (max-width: 1599px) {
    .logo-grid {
      padding: 5px;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 20px;
    }

    
  }
  
  /* For screens between 800px and 1199px */
  @media (max-width: 1199px) {
    .logo-grid {
      padding: 5px;
      max-width: 800px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px;
    }

    .pdf-links ul {
        list-style: none;
        padding: 0;
        column-count: 2; 
        column-gap: 20px; 
    }
  }
  
  /* For screens between 600px and 799px */
  @media (max-width: 799px) {
    .logo-grid {
      padding: 5px;
      max-width: 600px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
    }

    .pdf-links ul {
        list-style: none;
        padding: 0;
        column-count: 2; 
        column-gap: 20px; 
    }
  }
  
  /* For screens between 400px and 599px */
  @media (max-width: 599px) {
    .logo-grid {
      padding: 5px;
      max-width: 400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
    }

    .pdf-links ul {
        list-style: none;
        padding: 0;
        column-count: 1; 
        column-gap: 20px; 
    }
  }

