.btn-ctc {
  position: relative;
  width: 200px;
  padding: 6px 12px 6px 60px;
  text-align: left;
}

.btn-ctc-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

/* tooltip */

.tip {
  background-color: #263646;
  padding: 0 14px;
  line-height: 27px;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  animation: tip 0.6s both;
}

.tip::before {
  content: "";
  background-color: #263646;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  bottom: -4px;
  left: 17px;
}

#tooltip_copied {
  animation: come_and_leave 1s both;
  top: -35px;
  left: 2px;
}

.btn-ctc {
  position: relative;
  width: 200px;
  padding: 6px 12px 6px 60px;
  text-align: left;
}

.btn-ctc-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.header-container {
  padding: 2rem 0;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
  margin-bottom: 1rem;
}

.header-container img {
  max-width: 260px;
}

.header-container h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.header-anchor {
  
}

.header-anchor a {
  text-decoration: none !important;
  color: #ffffff; 
}

.header-anchor a:hover {
  color: #ca9e45 !important; 
}

.share-container {
  padding: 3rem 1rem 1rem 1rem;
  text-align: right;
}

.share-button {
  position: relative;
  width: 140px;
  padding: 6px 12px 6px 60px;
  text-align: left;
  text-transform: uppercase;
}

.share-button-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.file-pdf a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.file-pdf a:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 1rem;
  content: "\f15b";
  top: 0;
  left: 0;
  color: darkorange !important;
}

.file-pdf a:hover {
  color: darkorange !important;
  text-decoration: none !important;
}

/* navbar f-sub */

.navbar-sub-01-01 {
  background-color: #00855b;
  text-transform: uppercase;
  white-space: normal;
}

#footerNavBottom {
  border-top: 2px solid #ffffff !important;
}

.navbar-sub-01-01 li.nav-item a {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  padding: 4px 10px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.14);
}	
	
.navbar-sub-01-01 li.nav-item a:hover {
  color: rgba(255, 255, 255, 1.0);	
}	

.navbar-sub-01-01 .disabled {
  position: relative;
  color: #ca9e45 !important;
  padding-right: 6px !important;
  padding-left: 16px !important;
}

.navbar-sub-01-01 .disabled::before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 11px;
  content: "\f3c5" !important;
  top: 9px;
  left: 0;
  color: #ca9e45 !important;
}


.entry-content-block-01-01 {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2rem;
}

.entry-content-block-02-01 {
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}

.entry-content-drinas-02-01 h2 {
  margin: .5rem 0 1rem 0 !important;
  padding: 1rem 0 !important;
  border-top: 1px solid #e1e2e2 !important;
  border-bottom: 1px solid #e1e2e2 !important;
}

.footer-source-01-01 {
  margin: 1 0 2rem 0; 
}

.footer-source-01-01 h2 {
  margin: .5rem 0 1rem 0 !important;
  padding: 1rem 0 !important;
  border-top: 1px solid #e1e2e2 !important;
  border-bottom: 1px solid #e1e2e2 !important;
}

.footer-source-01-01 p {
  text-indent: -2em;
  margin-left: 2em;	
}

.footer-source-01-01 ul li {
  margin-bottom: 6px !important; 
}