/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 /*@import url('https://cdn.lineicons.com/3.0/lineicons.css')*/
 /*@font-face {
    font-family: 'work-sans';
    font-style: normal;
    font-weight: 400;
    src: url(../font/static/WorkSans-Regular.ttf) format('truetype');
}*/


/* @font-face {*/
/*    font-family: 'Work Sans';*/
/*    font-style: normal;*/
/*    src: url(../font/WorkSans-VariableFont_wght.ttf) format('truetype');*/
/*}*/



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{font-family: "Work Sans", sans-serif;}


body,html{overflow-y: hidden;}


 body.path-node,
 body.path-frontpage,
 body.page-node-type-page{
     margin-top: 0;
     font-family: 'Work Sans','sans-serif';
 }
 
 .padding-right { padding-right: 15px; }
 .heading-color { color: #7030a1; }
 .font-bold { font-weight: 700; }
 
 /*Header CSS*/
 .region.region-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 
 .region.region-header .form-no-label.form-group { margin-bottom: 0; }
 
 .region-header .logo img {
    /*width: 100%;*/
    height: 51px;
    margin-right: 10px;
 }
 
 a.logo{pointer-events: none;}
 
 .name.navbar-brand { 
    font-size: 25px;
    margin-left: 20px;
    color: #7030a1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    pointer-events: none;
 }
 
 .page-heading {
    width: 100%;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    background: #fff;
    left: 0;
 }
 
 /*Content section*/
  .main-content img { max-width: 100%; }
  
 .main-page-container {
     margin-top: 70px;
 }
 
  .main-container.container,
  .footer.container{
     width: 100%;
     margin: 0 auto;
 }
 
 .main-container.container aside { padding: 0; } 
 
  .main-content {
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fbfcfc;
}
  
  .headingtitle{
      color: #7030a1;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
  }
 
 /*Left Sidebar section*/
 .left-sidebar {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    height: calc(100vh - 70px);
 }
 
 .left-sidebar .nav > a {
    color: #000;
 }
 
  .left-sidebar .open > a { background-color: #fafafa; }
  .left-sidebar .open.parent-nav > a {
    padding-left: 8px;
    background-color: #a073c8;
    color: #fff;
    padding:13px 20px !important;
  }
  
  .left-sidebar .parent-nav > a { padding-left: 8px; }
  /*.left-sidebar .dropdown-menu .parent-nav > a*/
  
  .left-sidebar .parent-nav > a {
    background-color: #dcc8e8;
    color: #333;
  }
  
  .left-sidebar .parent-nav .dropdown-menu a{font-family: sans-serif;padding:11px 20px;}
  
  .left-sidebar .dropdown-menu>li>a { white-space: normal; }
  .left-sidebar .parent-nav .dropdown-menu a {
    background-color: #fafafa;
    color: #333;
    padding-left: 20px;
    padding:13px 20px;
    font-family: 'Work Sans', sans-serif;
    font-size:14px;
  }
  
  .left-sidebar .parent-nav .dropdown-menu a:hover{
      color: #7030a1;
    font-weight: 600;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
       font-family: 'Work Sans', sans-serif !important;
  }
  li.first{border-bottom: solid 2px #DCC8E8;}
  li.parent-nav{border-bottom: solid 1px #ddd;}
  .dropdown-menu li.last{border-bottom: none;}
  .menu--left-side-bar .expanded .dropdown-menu .open ul li a{padding-left: 35px; background-color: #FFFFFF;color:#337ab7;} 
  .menu--left-side-bar .expanded .dropdown-menu .open ul li{border-bottom: solid 1px #DCC8E8;}
  .menu--left-side-bar .expanded .dropdown-menu .open ul li .is-active{background-color: #DCC8E8;color:#333;}
  .menu--left-side-bar .expanded .dropdown-menu .open ul .first{border-top: solid 1px #DCC8E8;}
  .menu--left-side-bar .expanded .dropdown-menu .open ul .last{border-bottom: solid 2px #FAFAFA;}
  .menu--ncd-roadmap-menu li{border-bottom: solid 2px #DCC8E8;}
  .menu--ncd-roadmap-menu last{border-bottom: none;}
   .menu--integration li{border-bottom: solid 2px #DCC8E8;}
 .left-sidebar nav .dropdown-menu {
    position: static;
    display: block;
    border: none;
    background-color: #fbfcfc;
    box-shadow: none;
    float: none;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
 }
 
 /*.left-sidebar .open.parent-nav > a{pointer-events: none;}*/
 .menu--left-side-bar .parent-nav .dropdown-menu .expanded a{pointer-events: auto;} 
 .menu--left-side-bar .active-trail .dropdown-menu .is-active{background-color: #DCC8E8;}
 /*.menu--left-side-bar .dropdown a{font-weight: 550;}*/
 
 .menu--left-side-bar li.last  a{
     background-color: #a073c8;
     color: #fff;
 }
 
 /*.menu--left-side-bar li.parent-nav:nth-child(5) a{
     background-color: #a073c8;
     color: #fff;
 }*/
 
 
 
 .menu--left-side-bar li.parent-nav a.adapt_old {
background-color: #bfa6cf;
    color: #fff;
    padding: 13px 20px !important;
}

.menu--left-side-bar li.expanded:nth-child(2)>a.sustainmenu{pointer-events: auto;}
.menu--left-side-bar li.expanded:nth-child(4)>a.acceleratemenu{pointer-events: auto;}



 .account_menu{padding: 13px 20px !important;}
 
 
 /*a.integrationchild {list-style-type: square;}*/
 
 /*Right Sidebar section*/
 .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
}

#block-relatedlinks-menu{color:#7030a1;}

.rightSidebar {
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    /*border-right: 1px solid #eee;*/
    height: 100vh;
}

.rightSidebar .well {
    padding: 25px 0px;
    background-color: #fff;
    border: none;
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.rightSidebar .nav > li > a {
    padding: 3px 4px;
    color: #000;
}

.rightSidebar .nav > li {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.rightSidebar .nav>li>a:hover{
    background-color:transparent;
    color:#7030a1;
    font-weight:600;
}

.rightSidebar .well h2 {
    margin: 0;
    color: #428bca;
    font-size: 1.85rem;
    font-weight: 700;
    padding-left:15px;
    padding-right:15px;
}

.rightSidebar .well .menu li a{
    padding-left:15px;
    padding-right:15px;
}

/*.menu--related-links- .first{
    border-bottom: transparent;
}*/

.menu--related-links- li{border-bottom: solid 1px #ddd;}
 
 /*Footer*/
 
 
 /*.menu--left-side-bar  .parent-nav.expanded.dropdown.open .dropdown-menu .parent-nav.expanded.dropdown.open > a{
     background-color: #337ab7;
    color: #fff;
 }*/
 
 h5.mb-1.colorblue{
     
 }
 
 @media only screen and (max-width: 1023px) {
  .left-sidebar , .right-sidebar , #search-block-form {
    display:none;
  }
}

.rightlinksbtn{
    background: #337ab7;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
   
}

#block-linkbuttonright{
     display:none;
}

.leftlinksbtn, #block-linkbuttonleft{
    display:none;
}

@media only screen and (max-width: 1023px) {
  #block-linkbuttonright ,.leftlinksbtn, #block-linkbuttonleft{
     display:block;
}

.show-sidebar{
    display:block;
}
}

@media only screen and (max-width: 767px) {
.region-header .logo img{
    height:30px;
    margin-left:10px;
}

.name.navbar-brand{
    font-size:15px;
    padding:5px 10px;
    margin-left:0px;
    letter-spacing:1px;
}
}

 /*NCD Toolkit*/
 
 * {
    box-sizing: border-box;
}

.links span {
    font-weight: 600;
}

/*.btn1links {
    overflow-y: auto;
    height: 28vh;
}*/

.tabscontainers {
    /*height: 40vh;*/
    height:auto;
    margin-bottom:20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* border: solid 1px black; */
}

@media only screen and (max-width: 767px) {
    .tabscontainers{
    flex-direction: column;
}

.tab1, .tab2, .tab3, .tab4{
    width:100% !important;
    margin-right:0px !important;
    margin-bottom:15px;
    height:auto !important;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .tab1, .tab2, .tab3, .tab4{
        min-height:180px;
    }
    
    .tab1 h3, .tab2 h3, .tab3 h3, .tab4 h3{
        font-size:14px;
    }
}



#arrowholder {
    margin-bottom: 0px;
    position: absolute;
    right: -18px;
    bottom: 10px;
    font-size: 30px;
    color: purple;
}

.tab1,
.tab2,
.tab3,
.tab4 {
    /*width: 12vw;*/
    /*height: 35vh;*/
    width:25%;
    height:170px;
    text-align: center;
    padding: 10px;
    top: 0;
    /* transition: top ease 0.5s; */
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%);
    cursor: pointer;
    position: relative;
    background-color: #FFFFFF;
    margin-right:20px;
}

.tab1 h3,
.tab2 h3,
.tab3 h3,
.tab4 h3{
    margin-top:10px;
    margin-bottom:10px;
}

.tab4{
    margin-right:0px;
}

.tab1:hover,
.tab2:hover,
.tab3:hover,
.tab4:hover {
    transform: translateY(-3px);
}

.active1 {
        color: purple;
    background-color: #E5DFEF;
}

.active2 {
        color: purple;
    background-color: #DDFFEC;
}

.active3 {
        color: purple;
    background-color: #d5c5e8;
    
}

.active4 {
        color: purple;
    background-color: #DDD6EB;
    
}

.text-center {
    text-align: center;
font-size: large;
}

h3 {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 600;
}


/*.linkcontainer {
    height: 50vh;
    border: solid 1px black;
    overflow-y: auto;
}*/

.linkcontainer .btn1links ul {
    list-style-type: none;
}

.linkcontainer .btn1links ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.link1card {
    background-color: #b09cd9;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    color: #FFFFFF;
}

.link2card {
    background-color: #72C59D;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
   
}

.link3card {
    background-color: #8362A9;
    color: #FFFFFF;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
}

.link4card {
    background-color: #b09cd9;
    color: #FFFFFF;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
}

.linkicon1 {
    background-color: #b09cd9;
}

.linkicon1 a {
    color: #FFFFFF;
}

.linkicon2 {
    background-color: #72C59D;
}

.linkicon2 a {
    color: black;
}

.linkicon3 {
    background-color: #8362A9;
    color: #FFFFFF;
}

.linkicon3 a {
    color: #FFFFFF;
}

.linkicon4 {
    background-color: #b09cd9;
    color: #FFFFFF;
}

.linkicon4 a {
    color: #FFFFFF;
}

#link4 {
    background-color: #E5DFEF;
}

#link3 {
    background-color: #DDD6EB;
}

#link2 {
    background-color: #DDFFEC;
}

#link1 {
    background-color: #E5DFEF;
}

.linkicon {
   /* width: 2em;
    height: 2.1em;*/
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.lni {
    font-size: 1em;
    margin-top: 4px;
}

.linklist li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        padding: 1em;
    padding-left: 0em;
    padding-right: 0.5em;
}

.linklist {
    list-style-type: none;
}

/*pencil image*/

.pencil {
    border: solid 1px transparent;
    width: 10em;
    height: 10em;
}

.pen5 {
    background-image: url(/whoroad/sites/default/files/inline-images/bluerec.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pen4 {
    background-image: url(/whoroad/sites/default/files/inline-images/blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pen3 {
    background-image: url(/whoroad/sites/default/files/inline-images/green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -25px;
}

.pen2 {
    background-image: url(/whoroad/sites/default/files/inline-images/orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -25px;
}

.pen1 {
    background-image: url(/whoroad/sites/default/files/inline-images/pencil.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -25px;
}


.pen4:hover{transform: translateY(-3px);}
.pen3:hover{transform: translateY(-3px);}
.pen2:hover{transform: translateY(-3px);}

.pencilbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.divinnericon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 80px !important;
    width: 100%;
    margin-left: -10px;
    font-size: xx-large;
    color: #fff !important;
}

.pointinfo {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.vl {
    border-left: 2px solid #008ccd;
    height: 100px;
    border-top: 2px solid #008ccd;
    width: 10px;
    position: relative;
    top: 60px;
}

.pointinfodown {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.vlyellow {
    border-left: 2px solid #ffc107;
    height: 100px;
    border-top: 2px solid #ffc107;
    width: 60px;
    position: relative;
    top: 61px;
}

.vlgreen {
    border-left: 2px solid #206923;
    height: 100px;
    border-bottom: 2px solid #206923;
    width: 30px;
    position: relative;
    top: -31px;
    top: -30px;
    left: -70px;
}

.circle {
    background: url(/whoroad/sites/default/files/inline-images/twocircle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10em;
    height: 9em;
}

.sdgcircle {
    color: #49bc93;
}

.ncdcircle {
    color: #288692;
}

a {
    text-decoration: none;
}
 
/*scope of roadmap*/


.circleimg{
  padding: 5px; /* JUST TO LOOK COOL */
 /* border: 1px solid #eee;   JUST TO LOOK COOL */
 /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;*/
  /*transition: all .3s ease-in-out;*/
}

/*.circleimg:hover {
  box-shadow: rgba(0, 0, 0, 0);
  transform: translate3d(0px, -6px, 0px);

}*/

.circle:hover{transform: translateY(-3px);}

.circlediv{
    display: flex;
    justify-content: space-evenly;
    /*width: 53em;*/
    margin-top: -29em;
    margin-bottom: 26em;
   /* margin-left: 4em;*/
}

/*swot analysis table*/

.listdiv{padding: 5px;}
 
/*website scrollbar style starts*/
 
 /* width */
::-webkit-scrollbar {
  width: 10px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #f4f4f4; 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*website scrollbar style ends*/

.pencilboxmobile{
    display:none;
}

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

.name.navbar-brand{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top:13px;
}

.left-sidebar{
    margin-top: 0px;
    height: calc(100vh - 50px);
    top:50px;
}

.rightSidebar .well{
    margin-top: 0px;
    height: calc(100vh - 50px);
}

.rightSidebar{
    top:50px;
}

.pencilcontainer{
    display:none;
}

.pencilboxmobile{
    display:block;
}

.region-header{
    height:50px;
}

#arrowholder{
    display:none;
}








