﻿table.no-style {
  margin-bottom: 1.5em;
}

  table.no-style tr > td:first-child {
    padding: 5px;
    background-color: transparent;
  }

  table.no-style tr > th:first-child {
    padding: 5px;
    background-color: transparent;
  }

  table.no-style tr th {
    padding: 5px;
    border: currentColor;
    border-image: none;
  }

  table.no-style tr td {
    padding: 5px;
    border: currentColor;
    border-image: none;
  }

table.search-results tr td {
  padding: 15px;
  border-right-color: currentColor;
  border-left-color: currentColor;
  border-right-width: medium;
  border-left-width: medium;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
}

table.search-results tr th {
  padding: 15px;
  border-right-color: currentColor;
  border-left-color: currentColor;
  border-right-width: medium;
  border-left-width: medium;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
}

table.search-results tr td:first-child {
  padding-left: 0px;
}

table.search-results tr th:first-child {
  padding-left: 0px;
}

table.search-results tr td:last-child {
  padding-right: 0px;
}

table.search-results tr th:last-child {
  padding-right: 0px;
}

ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.visuallyhidden {
  margin: -1px;
  padding: 0px;
  border: 0px currentColor;
  border-image: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}

.hide {
  margin: -1px;
  padding: 0px;
  border: 0px currentColor;
  border-image: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}

.none {
  display: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 0.9em;
}

.uppercase {
  text-transform: uppercase;
}

.red {
  color: rgb(220, 62, 40);
}

.floatleft {
  margin: 0px 10px 10px 0px;
  float: left;
}

.floatright {
  margin: 0px 0px 10px 10px;
  float: right;
}

.error {
  padding: 0px 0px 5px 15px;
  color: rgb(220, 62, 40);
  font-weight: bold;
  display: inline-block;
}

.no-style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.page-col {
  margin: auto;
  width: 1200px;
}

.searchInputBg {
  display: inline-block;
  position: relative;
}

  .searchInputBg input {
    padding-right: 35px;
  }

  .searchInputBg button[type='submit'] {
    background: none;
    padding: 0px;
    border: currentColor;
    border-image: none;
    top: 50%;
    width: 20px;
    height: 20px;
    right: 10px;
    text-transform: none;
    line-height: 1;
    font-family: "icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: -10px;
    position: absolute;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

    .searchInputBg button[type='submit']::before {
      height: 100%;
      color: rgb(255, 255, 255);
      line-height: 1;
      font-size: 20px;
      display: block;
      content: "\21";
    }

    .searchInputBg button[type='submit']:active {
      margin-top: -9px;
    }

.button {
  padding: 0px 25px;
  border-radius: 5px;
  border: currentColor;
  border-image: none;
  height: 44px;
  color: rgb(255, 255, 255);
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
  background-color: rgb(220, 62, 40);
}

a.button {
  text-decoration: none;
}

.box {
  background: rgb(224, 220, 220);
  margin: 20px 0px;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.93rem;
}

.breadcrumbs {
  color: rgb(100, 100, 100);
  font-size: 0.92em;
}

  .breadcrumbs a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
  }

  .breadcrumbs span {
    padding: 0px 5px;
  }

  .breadcrumbs strong {
    font-weight: normal;
  }

.pager {
  background: rgb(83, 191, 166);
  padding: 10px 30px;
  border-radius: 7px;
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  position: relative;
}

  .pager strong {
    line-height: 26px;
  }

  .pager .prev {
    line-height: 26px;
  }

  .pager .next {
    line-height: 26px;
  }

  .pager strong {
    padding: 0px 4px;
    border-radius: 13px;
    display: inline-block;
    min-width: 18px;
    background-color: rgb(255, 255, 255);
  }

  .pager a {
    margin: 0px 5px;
    color: rgb(255, 255, 255);
  }

  .pager .prev {
    margin: 0px;
    padding: 0px 5px;
    top: 7px;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
  }

  .pager .next {
    margin: 0px;
    padding: 0px 5px;
    top: 7px;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
  }

  .pager .prev {
    left: 7px;
  }

  .pager .next {
    right: 7px;
  }


.filter-wrapper {
  background: rgb(83, 191, 166);
  padding: 13px 25px;
  border-radius: 7px;
  clear: both;
  margin-bottom: 1em;
}

  .filter-wrapper h2 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 1em;
  }

  .filter-wrapper legend {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 1em;
  }

  .filter-wrapper h2 {
    margin-top: -5px;
    margin-bottom: 2px;
  }

  .filter-wrapper table {
    color: rgb(255, 255, 255);
  }

    .filter-wrapper table tr td {
      background: none;
      padding: 3px 5px;
      border: currentColor;
      border-image: none;
      vertical-align: bottom;
      min-width: 115px;
    }

    .filter-wrapper table tr th {
      background: none;
      padding: 3px 5px;
      border: currentColor;
      border-image: none;
      vertical-align: bottom;
      min-width: 115px;
    }

    .filter-wrapper table tr th {
      text-align: right;
      vertical-align: bottom;
    }

      .filter-wrapper table tr th label {
        margin-bottom: 8px;
        display: inline-block;
      }

      .filter-wrapper table tr th.top {
        padding-top: 10px;
        vertical-align: top;
      }

    .filter-wrapper table tr input[type='text'] {
      width: 250px;
    }

    .filter-wrapper table tr input[type='password'] {
      width: 250px;
    }

    .filter-wrapper table tr input[type='email'] {
      width: 250px;
    }

    .filter-wrapper table tr input[type='number'] {
      width: 250px;
    }

    .filter-wrapper table tr select {
      width: 250px;
    }

    .filter-wrapper table tr textarea {
      width: 250px;
    }

.pp-people form table {
  margin-bottom: 0px;
}

  .pp-people form table th {
    min-width: 105px;
  }
