/* For mobile phones: */
[class*="Profile"] {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

#cn-card{
  position: relative;
  height: 100%;
}

#cn-list .cn-alphaindex{
  float: left;
}

.cn-entry {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.cn-entry a{
  color: #8e6f3e !important;
}


#cn-list-body {
  float: none;
  width: auto;
}

.page-template-page-faculty #cn-list-body {
  position: absolute;
  top: 40px;
}

#cn-entry-actions {
  margin-left: 0px;
}

.cn-entry-action-item {
  font-family: "United Sans";
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #000;
  border: 2px solid #000;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  min-width: 250px;
  letter-spacing: 0.9px;
}

.cn-entry-action-item a {
  color: #ceb991;
  text-decoration: none;
}

span {
  margin-bottom: 0px;
  line-height: normal;
}

.descr {
  display: none;
}

#cnw_search-2 {
  /*display:none;*/
  width: 95%;
  margin-bottom: 10px;
  float: right;
}

#cn-search-input {
  width: 75%;
}

.cn-cat-tree {
  float: right;
  border: 2px solid #ededed;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 28px;
  background-color: #fff;
  width: 25%;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  display: none;
}

.cn-cat-tree::before {
  content: "Categories";
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  line-height: 1.125;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
}

.widgettitle {
  display: none;
}

#cn-search-messages {
  width: 65%;
}

.ProfileRight .title {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0 !important;
  color: #000;
  font-weight: 600;
  line-height: 1.125;
}
.cn-left .title {
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  font-size: 1em;
  margin-bottom: 0 !important;
  color: #000;
  font-weight: 400;
  line-height: 1;
}

.cn-left {
  float: none;
  width: auto;
}

.cn-right {
  text-align: initial;
  line-height: 80%;
}

p.cn-list-no-results {
  margin-left: 2.75em;
  margin-top: 2em;
}

ul.cn-cat-tree a:focus {
  outline: 2px solid #000;
  border-radius: 2px;
}

i[class^='cn-brandicon']{
  background-color: #555960;
}

i[class^='cn-brandicon']:hover, i[class^='cn-brandicon']:focus{
  background-color: #000000;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .ProfileLeft {
    width: 30%;
    margin-right: 15px;
  }
  .ProfileRight {
    width: 66%;
  }
  .cn-cat-tree {
    display: block;
  }
  .cn-right {
    text-align: right;
  }
  .cn-left {
    float: left;
    width: 49%;
  }
  #cn-list-body {
    float: left;
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .ProfileLeft {
    width: 25%;
    margin-right: 15px;
  }
  .ProfileRight {
    width: 72%;
  }
  .cn-cat-tree {
    display: block;
  }
  #cn-list-body {
    float: left;
    width: 70%;
  }
  .cn-left {
    float: left;
    width: 65%;
  }
  .cn-right {
    text-align: right;
  }
  #cnw_search-2 {
    width: 25%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  #cn-search-messages {
    width: 100%;
  }
  
}

