@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:ital,wght@0,400;0,600;1,400;1,600&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Roboto-Regular", "Roboto", sans-serif;
}

#header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #fab816;

}

#main {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: calc(100vh - 290px);
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  margin-top: 10px;
  height: 130px;
  border-top: 1px solid #d7d7d7;
  background-color: #ffffff;
}

.cdl_logo {
  max-width: 230px;
  height: auto;
  padding: 16px 24px 16px 0px;
}

.journal-open-access {
  font-family: "SourceSansPro-Light", "Source Sans Pro Light", "Source Sans Pro", sans-serif;
  color: #231f20;
  font-weight: 300;
  font-size: 32px;
  text-align: left;
  line-height: 1.25em;
}

.tool_in_dev {
  padding: 12px 12px 12px 12px;
  background-color: #eff4f6;
  font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
  color: #555555;
  text-align: left;

}

.title_text {
  font-weight: 400;
  font-size: 36px;
  color: #555555;
  text-align: left;
  line-height: normal;
  font-family: "Roboto-Bold", "Roboto Bold", "Roboto", sans-serif;
}

.link_text {
  font-family: "Roboto-Regular", "Roboto", sans-serif;
  color: #016fa0 !important;
  text-decoration: underline;
}

.form-control-label {
  height: 29px;
  padding: 0px 0px 10px 10px;
  font-family: "Roboto-Bold", "Roboto Bold", "Roboto", sans-serif;
  font-weight: 700;
  color: #333333;
  text-align: left;
  line-height: normal;
}

.form-control, 
.form-control:active {
  background-color: #f7fafd !important;
  border: 1px solid #0e5794;
  border-right: none;
  border-radius: 0;
  height: 50px;
  color: #637483;
  padding: 2px 10px 2px 10px;
  font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
}

.form-control:hover,
.form-control:focus {
  background-color: #fefefd !important;
  border: 2px solid #e98a2a;
  border-right: none;
  border-radius: 0;
  box-shadow: 0 0 2px !important;
  padding: 2px 11px 2px 9px;
}

.form-control::placeholder { 
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f8aa8;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { 
  /* Internet Explorer 10-11 */
  color: #4f8aa8;
}

.form-control::-ms-input-placeholder { 
  /* Microsoft Edge */
  color: #4f8aa8;
}

.search-icon-box {
  width: 50px;
  height: 50px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #005581;
  border-left: none;
  background-color: #005581;
  box-sizing: border-box;
}

.search-icon-box:focus, 
.search-icon-box:hover {
  background-color: #e98a2a;
  box-sizing: border-box;
}

.search-icon {
  width: 24px;
  height: 24px;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
}

.search_result_text {
  font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 28px;
}

.item_title {
  border: 1px solid rgba(121, 121, 121, 0);
  box-sizing: border-box;
  background-color: #e2edf8;
  border-radius: 0;
  text-align: left;
  padding: 24px 12px 24px 12px;
}

.item_title:hover {
  background-color: #bde3f6;
}

.item_title:focus-visible {
  border: 1px solid #bde3f6;
  border-radius: 0;
}

.arrow_col {
  width: 40px;
  margin-left: 10px;
}

.arrow_shape {
  width: 23px;
  height: 13px;
  box-sizing: border-box;
}

.item_title_text {
  font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #3d3d3d;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}

.support_shape {
  width: 24px;
  height: 24px;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
}

.support_text {
  font-family: "SourceSansPro-Regular", "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 18px;
  text-decoration: none;
}

.accordion_body {
  padding: 2px 66px 30px 66px;
}

.detail_title_text {
  font-family: "SourceSansPro-Semibold", "Source Sans Pro Semibold", "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 2em;
  text-decoration: none;
}

.info_link_icon {
  width: 18px;
  height: 18px;
}

.footer_link_text {
  font-size: 16px;
  text-decoration: underline;
  color: #1e73be;
}
