html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  line-height: 1.33;
}

.btn-circle.btn-what-community {
  width: 175px;
  height: 175px;
  padding: 10px 16px;
  border-radius: 87.5px;
  font-size: 16px;
  line-height: 1.33;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}

.btn-what-community {
  color: #fff;
  background-color: #a5a332;
  border-color: #a5a332;
}
.btn-what-community:hover {
  color: #fff;
  background-color: #a5a332;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.btn-circle.btn-existing-community {
  width: 175px;
  height: 175px;
  padding: 10px 16px;
  border-radius: 87.5px;
  font-size: 16px;
  line-height: 1.33;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}
.btn-existing-community {
  color: #fff;
  background-color: #690303;
  border-color: #690303;
}
.btn-existing-community:hover {
  color: #fff;
  background-color: #690303;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.btn-circle.btn-join-community {
  width: 175px;
  height: 175px;
  padding: 10px 16px;
  border-radius: 87.5px;
  font-size: 16px;
  line-height: 1.33;
  position:absolute;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}
.btn-join-community {
  color: #fff;
  background-color: #767522;
  border-color: #767522;
}
.btn-join-community:hover {
  color: #fff;
  background-color: #767522;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.btn-circle.btn-create-community {
  width: 175px;
  height: 175px;
  padding: 10px 16px;
  border-radius: 87.5px;
  font-size: 16px;
  line-height: 1.33;
  position: absolute;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}
.btn-create-community {
  color: #fff;
  background-color: #cb1e00;
  border-color: #cb1e00;
}
.btn-create-community:hover {
  color: #fff;
  background-color: #cb1e00;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.btn-circle.btn-faq {
  width: 150px;
  height: 150px;
  padding: 10px 16px;
  border-radius: 75px;
  font-size: 18px;
  line-height: 1.33;
  position: absolute;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}

.btn-faq {
  color: #fff;
  background-color: #eebc3a;
  border-color: #eebc3a;
}
.btn-faq:hover {
  color: #fff;
  background-color: #eebc3a;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.btn-circle.btn-knowledge-base {
  width: 200px;
  height: 200px;
  padding: 10px 16px;
  border-radius: 100px;
  font-size: 25px;
  line-height: 1.33;
  z-index: 2;
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition:  -ms-transform 0.1s;
  transition:  transform 0.1s;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
}

.btn-knowledge-base {
  color: #fff;
  background-color: #ec644c;
  border-color: #ec644c;
}
.btn-knowledge-base:hover {
  color: #fff;
  background-color: #ec644c;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition:  -ms-transform 0.25s;
  transition:  transform 0.25s;
  z-index: 3;
}

.index-menu {
  margin: auto;
  position: relative;
}

.partners-menu {
  height: 60px; 
  width: auto; 
  padding: 5px;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin-bottom: 200px;
  font-family: 'Mulish';
}

.div-content {
  animation: fadeInAnimation normal 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode:forwards;
}

@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

.column1 {
  word-break: break-word; 
  width: 33%;
  overflow:wrap;
  height:140px;
  max-width: 140px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.btn-circle.btn-knowledge-types {
  width: 150px;
  height: 150px;
  padding: 10px 16px;
  border-radius: 75px;
  font-size: 70px;
  line-height: 1.33;
  box-shadow: 5px 5px 4px 1px rgba(0,0,0,.30);
  position: absolute;
  z-index: 1;
}

.btn-knowledge-types {
  color: #fff;
  background-color: #ec644c;
  border-color: #ec644c;
}

.btn-knowledge-types:hover {
  color: #fff;
  background-color: #ec644c;
  border-color: #ec644c;
}

.div-knowledge-description {
  width:90%;
  margin-left:50px;
  background-color:#ebebeb;
  border-color:#ebebeb;
  height:150px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.knowledge-types-div {
  text-align:start;
  width:60%;
  margin:auto;
  padding-top:10px;
}

.knowledge-video {
  width:50%;
  margin: auto;
  font-size:250px;
  text-align: center;
}

.knowledge-button-description {
  position:relative;
  height:170px;
  margin-top:20px;
  transition: 0.5s;
}

.knowledge-button-description:hover {
  opacity: 0.7;
}

a.knowledge-link {
  color:black;
  text-decoration: none;
}

.btn-circle.btn-leave-comment {
  width:400px;
  height:40px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.33;
}

.btn-leave-comment {
  color: #fff;
  background-color: #ec644c;
  border-color: #ec644c;
  transition: 0.5s;
}

.btn-leave-comment:hover {
  opacity: 0.7;
  color: #fff;
}

.search-wrapper {
  width: 50%;
  margin-top: 15px;
  text-align: center;
  float:left;
  position: relative;
}

.search-bar {
  border: 1px solid black;
  background-color: transparent;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 10px;
}

.search-bar:focus {
  outline: none;
}

#div-search button {
  border: 0px;
  background-color: white;
  transition: 0.5s;
  position: absolute;
  right: 8px;
  bottom: 26px;
}

#div-search button:hover {
  opacity: 0.5;
}

#div-search a {
  color: black;
  text-decoration: none;
  text-align: end;
  font-size: 13px;
  float: right;
  margin-right: 10px;
  transition: 0.5s;
}

#div-search a:hover {
  opacity: 0.5;
}

#comments a,
#returnTopKnowledge a {
  text-decoration: none;
  color: black;
  transition: 0.5s;
}

#comments a:hover,
#returnTopKnowledge a:hover {
  opacity: 0.5;
}

#table-comment-form {
  text-align: center;
}

.label-table {
  width:10%;
  text-align: end;
  font-weight: bold;
}

#input-table {
  width: 90%;
}

.comment-text {
  background-color:#ebebeb;
  border: 0px;
  width: 90%;
  height: 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px;
}
.comment-text:focus {
  outline: none;
}

#comments-form textarea {
  resize: none;
  width: 90%;
  height: 300px;
  background-color: #ebebeb;
  border: 0px;
  padding: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#comments-form textarea:focus {
  outline: none;
}

.table-row {
  height:50px;
}

.sidediv {
  float: left;
  width: 25%;
  margin-top: 15px;
  height:140px;
}

.sidediv a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: 0.5s;
}

.sidediv a:hover {
  opacity: 0.5;
}

select {
  appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
  background:url('../images/chevron-double-down.svg');
	background-repeat:no-repeat;
  background-size: 20px 20px;
  background-position:right 11px bottom 9px;
}

select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #ec644c inset !important;
    color:#fff;
}

select:focus > option:checked { 
  background: #ec644c !important;
  color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border: 0px;
  outline: 0;
}

.accordion-button:not(.collapsed) {
  color: #000;
  font-weight: bold;
  background-color: #f1dac4;
  border: 0px;
}

.accordion-button:not(.collapsed)::after {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#faqReturnTop a,
#topDiv a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  font-size: 13px;
  font-weight: bold;
}

#faqReturnTop a:hover,
#topDiv a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.5;
}

#leaveCommentIcon {
  color: #ec644c;
  font-size: 40px;
}

#leaveCommentText {
  font-size: 13px;
  width:100px;
  background-color: #ebebeb;
  margin: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

knowledge-button-description-no-hover {
  position:relative;
  height:170px;
  margin-top:20px;
}

.just-padding {
  padding: 10px;
  padding-left: 5%;
  width: 90%;
}

.list-group.list-group-root {
  padding-left:15px;
  overflow: hidden;
  border-left: 2px solid #000;
  width: 100%;
  min-height: 200px;
  border-radius: 0px;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 0px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .bi {
  margin-right: 5px;
}

#keywordsDiv {
  text-align: start;
  padding:15px;
  background-color: #f0c0aa;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width:20%;
  height:20%;
  max-height:50%;
}

#knowledgeDetailsDiv {
  padding:50px;
  height: auto;
  width: 100%;
}

.list-group-item-details {
  background-color: #ebebeb;
  width: 90%;
  text-align: start;
  margin-left: 40px;
  border-radius: 10px;
}

.list-group-details {
  background-color: #ebebeb;
  width: 90%;
  text-align: start;
  margin-left: 40px;
  border-radius: 10px;
}

.stakeholder-div {
  width:90%;
  margin:auto;
}

.stakeholder-column {
  background-color: #ebebeb;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-sizing:border-box;
  border:20px solid #fff;
}

.stakeholders {
  transition: 0.5s;
}

.stakeholders:hover {
  opacity:0.5;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

 #buttonTooltip + .tooltip > .tooltip-inner {
  background-color: #ec644c;
}

#buttonTooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #ec644c;
}

.tooltip > .tooltip-inner {
  background-color:#690303 !important;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #690303;
}

#advancedSearch:target {
  display: block !important;
}

#advancedSearch {
  width:60%;
  margin:auto;
  margin-bottom:30px;
  display: none;
}

.wrapperSearch {
  border: 5px solid #ebebeb;
  padding: 10px;
}

.subCheckbox {
  display:none;
  padding-left: 20px;
}

.footer-links {
  font-size: medium;
  font-weight: bold;
  color: #690303;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links:hover {
  opacity: 0.5;
  color: #690303;
}