@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap');

/**
       * @package		Evangelical Training Database
       * @subpackage	Template
       * @copyright	Copyright (C) 2009 The Missionary Training Service. All rights reserved.
       * @license		GNU/GPL, see GPL-2.0.txt
       */


/* Generic styles */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font: 14px/20px "Manrope", sans-serif;
  background-color: #fffefc;
  color: #232728;
  padding-top: 102px;
}
input, textarea, select {
  font: 14px/20px "Manrope", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-bottom: 12px;
}
h1 {
  font-size: 2em
}
h2 {
  font-size: 1.5em
}
h3 {
  font-size: 1.17em
}
h4 {
  font-size: 1em
}
h5 {
  font-size: 0.83em
}
h6 {
  font-size: 0.67em
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 24px;
}
.item-page a {
  color: #d94f1d;
}
.item-page a:hover {
  text-decoration: none;
}
p.buttonheading {
  float: right;
}

/* Structural elements */

#outer {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 1000;
  padding: 12px 24px;
  background-color: hsla(0, 0%, 100%, .56);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerlink {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-decoration: none;
}
#headerlink span::before {
  content: "Evangelical Training Directory";
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#headerlink span::after {
  content: "endorsed by the World Evangelical Alliance";
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  letter-spacing: 1.3px;
}
#banner {
  background: url(https://worldea.org/wp-content/uploads/2023/03/learning-progress.png) center / contain no-repeat;
  padding-top: 40%;
  margin-top:24px;
  margin-bottom:24px;
}
#footer {
  background-color: white;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: .8rem;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
}

/* Module styles */

input[type="password"], input[type="email"], input[type="text"], textarea, fieldset.etd-main legend, select {
  border: 1px solid #d0dadd;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: white;
}
select#PrvRgn {
  min-width: 259.45px
}
.popover, .moduletable_menu {
  border: 1px solid #d0dadd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.popover {
  background-color: hsla(0, 0%, 100%, .56);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  max-width:260px;
  text-align:center;
}
.moduletable_menu h3 {
  margin-bottom: 0;
}
input[type="radio"] {
  margin-left: 5px;
}
.SrchText.input input {
  margin-right: 20px;
}

/* Menu styles */

ul.menu li {
  padding-top: 0.8em
}
ul.menu a:link, ul.menu a:visited {
  text-decoration: none;
}
ul.menu a:hover, ul.menu .active {
  color: #d94f1d;
}

/* Form styles */

ul.etd-provider label {
  line-height: 1.4;
}
fieldset.etd-main {
  background: transparent;
  border: 1px solid #d0dadd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
#etd-course-search h3.pane-toggler {
  height: auto;
  cursor: pointer;
  padding: 15px 24px 16px;
  border: 1px solid #d94f1d;
  border-radius: 100px;
  background: none;
  transition: .3s;
  color: #d94f1d;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.btn:hover, .etd-buttons .button:hover, #etd-course-search h3.pane-toggler:hover {
  background: #d94f1d;
  color: white;
}
.control-label {
  margin-bottom: 6px;
}
.btn, .etd-buttons .button {
  position: relative;
  padding: 9px 16px;
  border: 1px solid #d94f1d;
  border-radius: 40px;
  font-family: Manrope, sans-serif;
  background-color: transparent;
  color: #d94f1d;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  transition: 0.3s;
  margin-right: 9px;
  cursor: pointer;
  text-decoration: none;
}
fieldset.etd-main legend {
  color: #514848;
  font-weight: 700;
}
ul.etd-search label {
  margin: 10px 20px;
}
input[type="checkbox"] {
  margin-top: 14px;
}
table.etd-main tr {
  border-bottom: 0;
}
table, table.etd-main {
  border-spacing: 0;
  margin-bottom: 24px;
}
td, th, table.etd-main td, table.etd-main th {
  border-color: #d0dadd;
  padding: 12px 24px;
  border-width: 0;
}
table.etd-main thead tr:hover, table.etd-main th {
  background: transparent;
}
tr.odd, table.etd-main .odd {
  background: #f3f3f3;
}
table.etd-main .even {
  background: transparent;
}
table.etd-main tr {
  transition: 0.3s;
}
tbody tr:hover, table.etd-main tbody tr:hover {
  background-color: #d94f1d;
  color: white;
}

/* Pagination styles */

.etd-pagination {
  border: 1px solid #d0dadd;
  border-radius: 8px;
  padding: 24px 24px 12px;
  margin-bottom: 12px;
}
.pagination {
  color: #514848;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pagination ul::after {
  content: "";
  display: table;
  clear: both;
}
.pagination li {
  padding-right: 12px;
}
.pagenav {
  color: #d94f1d;
  font-weight: bold;
}
.pagination a:link, .pagination a:visited, .pagination a:hover {
  text-decoration: none;
}
.pagination a:visited {
  color: #999;
}
.pagination a:hover {
  color: #d94f1d;
}

/* Logout form overrides */


/* Provider Courses overrides */

fieldset.etd-providercourses .PrvWebsite {
  margin-left: 15px;
}
fieldset.etd-providercourses .PrvEmail2 {
  margin-left: 15px;
}

/* Regular article styles */
.item-page table {
  overflow-x:auto;
}
.item-page ul {
  margin-bottom: 24px;
}
.item-page ul li {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 8px;
}

/* Language switcher */

.mod-languages select {
  border: 1px solid #ccc;
}

/* Phrase module */

.etd-disclaimer, .phrase-small {
  color: #514848;
  font-size: .7rem;
  text-align: justify;
  margin-bottom: 24px;
}

/* System message overrides */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0 0 .5em;
}
.alert .close {
  position: relative;
  top: -2px;
  line-height: 18px;
  cursor: pointer;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
  margin-bottom: 0;
}
.alert-block p+p {
  margin-top: 5px;
}
/*#up {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border:1px solid #d94f1d;
  border-radius:50%;
  transition:0.3s;
  cursor:pointer;
}
#up:hover {
  background-color:#d94f1d;
}*/
@media (min-width:768px) {
  body {
    padding-top: 80px;
  }
  #leftcolumn {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    width: 30%;
  }
  #maincolumn {
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    width: 70%;
  }
  #outer::after {
    content: "";
    display: table;
    clear: both;
  }
  #footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width:992px) {
  #leftcolumn {
    width: 20%
  }
  #maincolumn {
    width: 80%
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 24px;
    padding-right: 24px;
  }
  ul.etd-provider label {
    margin-top:10px;
    margin-bottom:10px;
  }
  ul.etd-provider label,
  ul.etd-search label {
    float: none;
    text-align: left;
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: inherit;
  }
  ul.etd-search .SrchAccred label, ul.etd-search .SrchIncIntl label {
    display: inline-block;
    margin-right: 5px;
  }
  .etd-provider input,
  select, .SrchText.input input {
    width: 100%;
  }
}