h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2em;
  padding: .8rem;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

.content_body {
  font-size: 18px;
  padding: 0 2rem 1.8rem 2rem;
}

.filter-menu {
  padding: .8rem;
  color: rgb(66,66,66, .6) !important;
}

.filter-menu:hover {
  cursor: pointer;
  color: rgb(0, 0, 0, .6) !important;
}

.stats-color {
  color: gray !important;
}


#stat-wrapper {
  display: flex;
}

#stat-left {
  flex: 0 0 65%;
}

#stat-right {
  flex: 1;
}

.filter-hover-link {
  display: inline-block;
  color: rgb(0, 0, 0, .6) !important;
  text-decoration: none;
  cursor:pointer;
}

.filter-hover-link::after {
  margin-top: 0.1em;
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: rgb(0, 0, 0, .6) !important;
  transition: width .3s;
}

.filter-hover-link:hover::after {
  width: 100%;
}

/* start search test */
#wrap {
  margin: 0rem 0rem;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

#search {
  height: 60px;
  font-size: 26px;
  display: inline-block;
  font-weight: 300;
  border: none;
  outline: none;
  color: rgb(110, 108, 108);
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search_text {
  font-size: 18px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

#search:focus:hover {
  border-bottom: 3px solid rgb(185, 183, 183);
}

/*
.hover-link-active, .hover-link-active:hover {
  color: rgb(255, 255, 255, .8);
  text-decoration: none;
  cursor: "default";
}

.hover-link-active::after {
  display: inline-block;
  content:"";
  text-decoration: none;
  margin-top: 0.1em;
  display: block;
  width: 100%;
  height: 3px;
  background: rgb(255, 255, 255);
  transition: width .3s;  
}
*/

/* DESKTOP */
@media screen and (min-width: 861px) {

  .content_body_style {
    /*padding-top:140px;*/
    padding-right:132px;
    padding-left:108px;
  }

  .hex_category_title {
    padding: 20px 0px 20px 80px;
    padding-left: 80px;
  }

  .notes_background {
    background-image: url(../images/ccs_block1.png?v=1.1);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 80px;
  }

  .about_background {
    background-image: url(../images/ccs_block2.png?v=1.1);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 80px;
  }

  .ack_background {
    background-image: url(../images/ccs_block3.png?v=1.1);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 80px;
  }

  #section-bar {
    width: "100";
    height: "12";
  }

  #search:focus {
    width: 30rem;
    z-index: 1;
    border-bottom: 3px solid rgb(185, 183, 183, .3);
    cursor: text;
  }

  .category {
    padding-left: 30px;
  }

  .category-title {
    padding-left: 80px;
    padding-top: 30px;
  }

  .main-container {
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 132px;;
  }

  .hover-link-active, .hover-link-active:hover {
    color: rgb(255, 255, 255, .8);
    text-decoration: none;
    cursor: "default";
  }
  
  .hover-link-active::after {
    display: inline-block;
    content:"";
    text-decoration: none;
    margin-top: 0.1em;
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    transition: all .3s ease;
    /*transition: width .3s;  */
  }

  .main-side-image {
    background-image: url(../images/ccs_side_bg.svg?v=1.1);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    background-size: 78px auto;
  }
  
  .main-side-image-2 {
    background-image: url(../images/ccs_side_bg_2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 128px auto;
  }

  .search-category {
    padding-top:20px;
    padding-left:80px;
    padding-right:30px;
  }

  .search_result_body {
    padding-top:20px;
    padding-left:80px;
    padding-right:80px;
    font-size:18px !important;
  }
  
  .search_bar {
    width:86%; 
    margin-left:80px; 
    border-top: 1px solid rgb(58, 55, 55, .1);
  }

  .search_icon {
    margin-right:168px;
  }

  .content_title {
    padding-top: .8rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.8;
  }

}

/* MOBILE */
@media screen and (max-width: 860px) {

  .content_body_style {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;;
  }

  .hex_category_title {
    padding: 8px 0px 10px 0px;
    padding-left: 20px;
  }

  .search_icon {
    margin-right:168px;
  }

  #section-bar {
    width: "50";
    height: "12";
  }

  #search:focus {
    width: 12rem;
    z-index: 1;
    border-bottom: 3px solid rgb(185, 183, 183, .3);
    cursor: text;
  }
  
  .category {
    padding-left: 0px;
  }

  .category-title {
    padding-left: 20px;
    padding-top: 90px;
  }
  .main-container {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;;
  }

  .hover-link-active, .hover-link-active:hover {
    color: rgb(255, 255, 255, .8);
    text-decoration: none;
    cursor: "default";
  }
  
  .hover-link-active::after {
    display: inline-block;
    content:"";
    text-decoration: none;
    margin-top: 0.1em;
    display: block;
    width: 0%;
    height: 3px;
    background: rgb(255, 255, 255);
    /*transition: width .3s;*/  
  }

  .main-side-image {
    background-image: url(../images/ccs_side_bg.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 0px 0px;
  }
  
  .main-side-image-2 {
    background-image: url(../images/ccs_side_bg_2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 0px 0px;
  }

  .search-category {
    padding-top:20px;
    padding-left:20px;
    padding-right:30px;
  }

  .ccs_block2b {
    background-image: url(../images/ccs_block2b.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100px;
    height: 100px;
  }

  .ccs_block1b {
    background-image: url(../images/ccs_block1b.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100px;
    height: 100px;
  }

  .ccs_block3b {
    background-image: url(../images/ccs_block3b.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100px;
    height: 100px;
  }

  .search_result_body {
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    font-size:18px !important;
  }
  .search_bar {
    width:92%; margin:auto; 
    border-top: 1px solid rgb(58, 55, 55, .1);
  }

  .content_title {
    padding-top: .8rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.8;
  }
  
}
/* mobile end */

#search_submit {
  height: 67px;
  width: 63px;
  color:rgb(8, 8, 8);
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#search_submit:hover {
  opacity: 0.8;
}

.match {
  background-color: rgba(250, 225, 83, 0.3); 
  font-weight: normal !important;
}

.not-found {
  font-size: 1.6em;
}

.search-label {
  font-size: 1.6em;
  padding: 1rem;
  text-align: center;
}

.main-page-divider {
  border:none;
  height: 20px;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px; 
}

#mail_wrapper {
  display: flex;
}

#mail_left {
  flex: 0 1 auto;
  padding-right: 6px;
}

#mail_right {
  flex: 1;
}