body{
    margin: 0;
}
* {
    padding: 0;
    margin: 0;
    box-sizing:border-box;
}
header {
    padding-bottom: 176px;
  }


/* Header Stylings */

.css-header-container{
    background-color: #fff;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 24px;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index:999;
}

.css-header-container .css-header-top, .css-header-container .css-header-bottom{
    max-width: 1200px;
    width: 80%;
    margin: auto;
    overflow-x: hidden;
}
.css-header-container .css-header-top{
    padding-bottom: 8px;
}
.css-header-top .top-row{
    display: flex;
    width: 100%;
}
.css-header-top .top-row .css-logo-section{
    text-align: left;
    flex: 1;
}
.css-logo-section .css-logo img{
    width: 400px;
}
.css-header-top .top-row .css-info-section{
    text-align: right;
    display: flex;
    grid-gap: 12px;
}


/* Social Icons */
.css-info-section .social-contain{
    display: flex;
    grid-gap: 24px;
    padding-top: 3px;
  }
.css-info-section .linkedin-link a:before{
    content: '\f0e1';
    font-family: 'Font Awesome 6 Brands';
    color: #000;
    font-size: 14px;
  }
  .css-info-section .twitter-link a:before{
    content: '\f099';
    font-family: 'Font Awesome 6 Brands';
    color: #000;
    font-size: 14px;
  }
  .css-info-section .youtube-link a:before{
    content: '\f167';
    font-family: 'Font Awesome 6 Brands';
    color: #000;
    font-size: 14px;
  }
  .css-info-section a{
    text-decoration: none!important;
  }

  /* contact us and careers link */
  .css-info-section .contact-link a, .css-info-section .careers-link{
    text-align: left;
  }
  .css-info-section .contact-link span, .css-info-section .careers-link span{
    padding-right: 12px;
  }
  .css-info-section .careers-link span{
    padding-left: 2px;
  }
  .css-info-section .contact-link a, .css-info-section .careers-link a{
    font-family: "Poppins";
    color: #000;
  }

  /* Search Icon */
  .css-info-section .search-link a:before{
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    font-size: 14px;
    font-weight: bold;
  } 
  .css-info-section .search-link{
    padding-top: 3px;
    padding-left: 8px;
  }


  /* Header Bottom Section */
  .bottom-row{
    text-align: right;
  }
  .bottom-row .more-info-container{
    display: flex;
    justify-content: flex-end;
    grid-gap: 48px;
    width: 100%;
  }
  .more-info-container .info-element{
    width: auto;
    padding: 10px 0 10px 0;
  }
  .more-info-container .info-element a{
    text-decoration: none;
    color: #000;
    font-family: 'Poppins';
    position: relative;
    font-size: 16px;
    line-height: 23px;
  }
  .more-info-container .line-b a:after{
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.5s;
  }
  .more-info-container .line-b a:hover:after{
    width: 100%;
  }
  .more-info-container .demo a{
    background-color: #FCA405;
    padding: 10px 24px 10px 24px!important;
    color: #fff;
    font-weight: bold;
  }
  .more-info-container .demo a:hover{
    background-color: #fcb905!important;
  }

  /* Header Responsiveness */
  @media only screen and (min-width: 980px){
    .mobile-header{
        display: none!important;
    }
    .css-header-bottom.desktop-header{
        display: block!important;
    }
  }
  @media only screen and (max-width: 980px){
    .css-header-bottom.desktop-header{
        display: none!important;
    }
    .mobile-header{
        display: block!important;
    }
  }
  @media only screen and (max-width: 980px){
    .css-header-container{
        width: 100%;
    }
    .css-header-container .css-header-top, .css-header-container .css-header-bottom{
        width: 100%;
        padding: 0 45px;
    }
    .css-header-top .top-row{
        display: block;
    }
    .css-logo-section .css-logo{
        text-align: center;
    }
    .css-header-top .top-row .css-info-section{
        justify-content: flex-end;
        padding-top: 24px;
    }

    .burger-contain{
        z-index: 3000000;
        padding: 0 45px;
        width: 100%;
    }
    .burger-contain .burger-menu:after{
        content: '\f0c9';
        font-family: 'Font Awesome 6 Pro';
        position: relative;
        color: #000;
        top: -72px;
    }
    .main-content-area{
       width: 100%;
       padding: 0 45px;
    }
    .main-content-area .main-content-inner{
        position: absolute;
        width: 100%;
        top: 120px;
        background-color: #fff;
    }
    .main-content-inner .main-list{
        margin: 0;
        padding: 0;
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .main-list li{
        list-style: none;
        border-bottom: 1px solid #eaeaea;
    }
    .main-list li:last-of-type{
        border-bottom: none;
    }
    .main-list li a{
        width: 100%;
        display: block;
        padding: 12px 0;
        color: #8d8d8d;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }
    .main-content-inner{
        z-index: 10;
        left: 0;
        right: 0;
      }
      .main-content-inner .main-list{
        padding: 0 45px;
      }
      .css-logo img {
        max-width: 200px;
      }
      .main-content-area.mobile-header {
        display: none!important;
      }
      
      .main-content-area.mobile-header.show {
        display: block!important;
      }
        .css-info-section .contact-link a, .css-info-section .careers-link a {
          font-size: 14px;
        }
  }


/* --- footer syling --- */
.footer-container{
    width: 100%;
    display: block;
}

/* Search Section */
.footer-container .search-container{
    background-color: #282828;
    padding: 20px 0;
    border-bottom: 3px solid #fff;
}
.footer-container .search-container .search-inner{
    max-width: 1200px;
    text-align: center;
    margin: auto;
    width: 30%;
}
.search-container .search-inner .css-search-bar{
    position: relative;
    width: 100%;
}
.css-search-bar .search-display{
    width: 100%;
    display: flex;
}
.search-display .css-search-label{
    width: 100%;
}
.search-display .css-search-label input{
    width: 100%;
    font-size: 16px;
    font-family: Poppins;
    background-color: #fff;
    color: #333;
    padding: 0 12px;
    line-height: 1;
    height: 36px;
    border: solid 1px #ccc!important;
    font-weight: 300;
}
.search-display .css-search-label input:focus-visible{
    outline: none;
    border: solid 3px #e0e0e0!important;
}
.search-display .css-search-submit{
    background-image: url(https://www.confluence.com//wp-content/uploads/2020/05/Search-Icon-Projection-Angle.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    color: transparent;
    background-position: 50% 50%;
    background-color: #ededed;
    cursor: pointer;
    padding-top: 6px!important;
    padding: 0; 
    height: 36px;
    border: 1px solid #eee;
}
.search-display .css-search-submit:hover{
    background-color: #dcdcdc;
}
.search-display .css-search-submit:focus-visible{
    outline: none;
}

/* Main Footer Area */
.footer-main-content{
    background-color: #212223;
    padding-top: 72px;
    padding-bottom: 32px;
}
.footer-container .css-links{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    grid-gap: 24px;
    padding-bottom: 96px;
}

/* First column */
.css-logo-section{
    width: 100%;
}
.css-logo-section .css-image img{
    height: 45px;
}
.css-links ul{
    padding-inline-start: 14px; 
    margin: 0;
    margin-top: 16px; 
}
.css-links li, .css-links ul a{
    color: #a2a2a2;
    font-family: Poppins;
    font-size: 16px!important;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    list-style-type: none;
}
.css-logo-section li{
    padding-left: 8px!important;
}
.css-logo-section .css-address::marker{
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}
.css-logo-section .css-mobile{
    padding: 12px 0;
}
.css-logo-section .css-mobile::marker{
    content: '\f3cd';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}
.css-logo-section .css-email::marker{
    content: '\f0e0';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 14px;
}
.css-logo-section .css-social-title{
    color: #fff;
    margin-bottom: 12px;
    font: 20px/26px Poppins;
    font-weight: 600;
    margin-top: 16px; 
}
.css-logo-section .css-social-icons{
    display: flex;
    width: 100%;
    grid-gap: 24px;
}
.css-logo-section .css-social-icons a{
    text-decoration: none;
}
.css-social-icons .linkedin-icon a:after{
    content: '\f0e1';
    font-family: 'Font Awesome 6 Brands';
    color: #a2a2a2;
    font-size: 16px;
}
.css-social-icons .linkedin-icon a:hover:after{
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-social-icons .twitter-icon a:after{
    content: '\f099';
    font-family: 'Font Awesome 6 Brands';
    color: #a2a2a2;
    font-size: 16px;
}
.css-social-icons .twitter-icon a:hover:after{
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-social-icons .youtube-icon a:after{
    content: '\f167';
    font-family: 'Font Awesome 6 Brands';
    color: #a2a2a2;
    font-size: 16px;
}
.css-social-icons .youtube-icon a:hover:after{
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

/* Platform column */
.css-links .platform-section{
    width: 100%;
}
.css-links .platform-section .platform-title{
    color: #fff;
    margin-bottom: 1rem;
    font: 20px/26px Poppins;
    font-weight: 600;  
}
.css-links .platform-section ul{
    padding: 0;
    margin: 0;
}
.css-links .platform-section a{
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-links .platform-section a:hover{
    color: #fff;
}

/* Services column */
.css-links .services-section{
    width: 100%;
}
.css-links .services-section .services-title{
    color: #fff;
    margin-bottom: 1rem;
    font: 20px/26px Poppins;
    font-weight: 600; 
}
.css-links .services-section ul{
    padding: 0;
    margin: 0;
}
.css-links .services-section a{
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-links .services-section a:hover{
    color: #fff;
}

/* Insights column */
.css-links .insights-section{
    width: 100%;
}
.css-links .insights-section .insights-title{
    color: #fff;
    margin-bottom: 1rem;
    font: 20px/26px Poppins;
    font-weight: 600; 
}
.css-links .insights-section ul{
    padding: 0;
    margin: 0;
}
.css-links .insights-section a{
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-links .insights-section a:hover{
    color: #fff;
}

/* About column */
.css-links .about-section{
    width: 100%;
}
.css-links .about-section .about-title{
    color: #fff;
    margin-bottom: 1rem;
    font: 20px/26px Poppins;
    font-weight: 600; 
}
.css-links .about-section ul{
    padding: 0;
    margin: 0;
}
.css-links .about-section a{
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-links .about-section a:hover{
    color: #fff;
}

/* Legal Section */
.css-legal{
    max-width: 1200px;
    width: 80%;
    margin: auto;
    display: flex;
    grid-gap: 48px;
}
.css-legal .legal-rights{
    width: 100%;
    flex: 1;
    display: inline-block;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    font-family: poppins;
}
.css-legal .legal-rights a{
    text-decoration: none;
    color: #a2a2a2;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.css-legal .legal-rights a:hover{
    color: #fff;
}
.im-logo img{
    height: 28px;
}
.confluence-logo img{
    height: 28px;
}

/* Footer Responsiveness */
footer{
    width: 100%;
}
@media only screen and (max-width: 1340px){
    .css-links .css-logo-section{
        padding-left: 32px;
    }
}
@media only screen and (max-width: 980px){
    .footer-container .search-container .search-inner{
        width: 70%;
    }
    .footer-main-content{
        padding-top: 48px;
        width: 100%;
    }
    .footer-main-content .css-links{
        padding-bottom: 48px;
        width: 95%;
        grid-gap: 32px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .css-links .css-logo-section{
        padding: 0;
    }
    .css-logo-section, .platform-section, .services-section, .insights-section, .about-section{
        width: 100%;
    } 
    .css-legal{
        width: 95%;
        display: block;
    }
    .confluence-logo{
        margin: 24px 0;
    }
    .css-logo-section{
        font-size: 14px!important;
    }
    li.css-address{
        font-size: 16px!important;
    }
    .css-social-title{
        margin-top: 32px!important;
    }
}

 /* Temporary Confluence pop-up banner */
 .confluence-pop {
    width: 100%;
    position: relative;
    background-color: #2D6594 !important;
    height: auto;
    z-index: 1000;
}

.confluence-pop-inner {
    width: 1170px;
    margin: auto;
}

.left {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}

.pop-css-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.pop-css-container .pop-logo {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgb(255 255 255 / 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pop-css-container .pop-logo img {
    width: 90px;
}

.pop-css-container .pop-text {
    display: flex;
    align-items: center;
}

.pop-text .pop-link-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    font-family: 'Poppins';
}

.pop-text .pop-link-icon {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-left: 0.5em;
}

.pop-link-icon svg {
    height: 0.6em;
}

.pop-link-icon svg polygon {
    fill: white;
}

@media only screen and (max-width: 1200px) {
    .confluence-pop-inner {
        width: auto !important;
    }
}

@media only screen and (max-width: 975px) {
    .pop-css-container {
        display: grid;
    }

    .pop-css-container .pop-logo {
        padding-right: 0 !important;
        margin-right: 0 !important;
        border-right: none;
        flex-direction: unset !important;
        justify-content: center;
        padding-bottom: 5px;
    }
}