@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f4f4f4;
}

.container {
  width: 90%;
  max-width: 1600px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 40px 30px 30px 30px;
  box-shadow: 0px 10px 20px #cecece;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
}

.max-width-600 {
  max-width: 600px !important;
}
.max-width-800 {
  max-width: 800px !important;
}
.max-width-1000 {
  max-width: 1000px !important;
}
.max-width-1200 {
  max-width: 1200px !important;
}
.spacer-10 {
  display: block;
  width: 100%;
  height: 10px;
}
.spacer-20 {
  display: block;
  width: 100%;
  height: 20px;
}
.spacer-40 {
  display: block;
  width: 100%;
  height: 40px;
}
.spacer-60 {
  display: block;
  width: 100%;
  height: 60px;
}
.spacer-80 {
  display: block;
  width: 100%;
  height: 80px;
}
.spacer-100 {
  display: block;
  width: 100%;
  height: 100px;
}

/* Header Section */
header {
  display: block;
  height: 140px !important;
}

.header-container {
  display: block;
  align-items: center;
  z-index: 10;
  float: left;
  width: 100%;
}
.header-logo {
  display: block;
  width: 220px;
  margin: auto;
}
.content-wrapper {
  padding: 40px;
}
.buttons {
  background-color: transparent;
  position: relative;
  top: -65px;
}
.prev-next-btn {
  border: none;
  background-color: transparent;
  padding: 5px;
}
.prev-btn {
  display: inline-block;
  position: relative;
  float: left;
}
.next-btn {
  display: inline-block;
  position: relative;
  float: right;
}
.format-table {
  width: 100%;
}
.format-table td,
.format-table th {
  padding: 10px !important;
  vertical-align: top;
}

.format-date-number-container {
  display: block;
  width: 100%;
  text-align: right !important;
  font-size: 0.75em;
  line-height: 0.8em;
  margin-bottom: 8px;
}
.format-date-number {
  margin: 0 !important;
  font-weight: 600;
}
.date-greyed-out {
  color: #a4a4a4;
}

.events-area {
  min-height: 100px !important;
}
.sign-in {
  text-align: center;
}
.wrapper-sign-in {
  flex-direction: column;
}

/* Typography */
h1 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6em;
  padding-bottom: 1rem;
  text-align: center;
}
h2 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h3 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
h4 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
}
p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.8;
}
.format-weekday {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  background-color: #000000;
  color: #fefefe;
}
.width-14-28 {
  width: 14.28%;
}

/* Colouring */
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-blue {
  color: #69a1b8 !important;
}
.text-green {
  color: #a2b878 !important;
}
.text-orange {
  color: #faa761 !important;
}
.text-pink {
  color: #f06374 !important;
}
.text-purple {
  color: #c47fb5 !important;
}
.text-grey {
  color: #c0c0c0 !important;
}
.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #ededed;
}
.bg-blue {
  background-color: #69a1b8 !important;
}
.bg-green {
  background-color: #a2b878 !important;
}
.bg-green-dark {
  background-color: #93a56b !important;
}
.bg-orange {
  background-color: #faa761 !important;
}
.bg-pink {
  background-color: #f06374 !important;
}
.bg-pink-dark {
  background-color: #dc5a69 !important;
}
.bg-purple {
  background-color: #c47fb5 !important;
}

.event-btn {
  display: block;
  width: 70%;
  line-height: 30px;
  margin: 20px auto;
  color: #1e1616;
  background-color: #69a1b8;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.event-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.full {
  opacity: 50%;
}
.full-btn {
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-image: none;
}
.full-btn:hover {
  color: #ffffff;
  border: 2px solid #fff;
  background-image: none;
}

.header-text {
  opacity: 1 !important;
  z-index: 10;
  width: 60%;
  margin: auto;
  color: white;
  text-shadow: 0px 0px 10px #000000;
}
.header-text p {
  margin-bottom: 40px;
}
.header-bg {
  background-image: url("/img/slider-rowantree-01.jpg");
  background-size: cover;
  height: 100%;
  opacity: 0.3;
  z-index: -10;
}
.btn-flat {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 60px;
  color: #ffffff;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.btn-flat:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
}

.btn-flat-blue {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.btn-flat-blue:hover {
  background-image: linear-gradient(#69a1b8, #69a1b8);
  border: 2px solid #69a1b8;
}
.btn-flat-green {
  background-image: linear-gradient(#a2b878, #a2b878);
}
.btn-flat-green:hover {
  background-image: linear-gradient(#a2b878, #a2b878);
  border: 2px solid #a2b878;
}

/* Forms */
.rowantree-form-text {
  display: inline-block;
  line-height: 50px !important;
  text-align: center;
  width: 100%;
}

input.rowantree-form {
  padding: 10px 15px;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 30px;
}
input.rowantree-form:active,
input.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}

select.rowantree-form {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 30px;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}

select.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}
/* Hide the browser's default checkbox */
input[type="checkbox"] {
  position: relative;
  top: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 0;
  margin-right: 5px;
}

/* Values Section */
.value-card {
  padding-bottom: 20px;
}

/* Branches Section */
.branch-icon {
  display: block;
  margin-bottom: 10px;
  width: 140px;
  margin: auto;
  padding: 10px;
}
.branch-card {
  padding-bottom: 30px;
}

/* Footer Section */
.footer-text {
  border-left: 2px solid #404040;
  padding: 20px 0 0 40px;
}
.footer-contact-letter {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 20px;
  color: #f06374;
  opacity: 1 !important;
}
footer a {
  color: #ffffff;
  opacity: 1 !important;
}
footer a:hover {
  color: #f06374;
  opacity: 1 !important;
}
.small {
  display: block;
  margin-top: 20px;
}
.small,
.small a {
  color: #404040 !important;
}

.header-padding {
  margin-bottom: 3rem;
}
.job-title {
  margin-bottom: 1.2rem;
}
.text-right {
  margin-bottom: 1.2rem;
}

.flex-container {
  display: flex;
  align-items: center;
}

.bio-text {
  padding: 0 4rem;
}
.bio-text p {
  line-height: 1.8rem;
}
.bio-img {
  margin-bottom: 2rem;
}

/* Structure */
.full-width-padded-section {
  padding: 4rem 0;
}
.padded-title-bar {
  padding: 4rem 0 3rem 0;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-margins {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 20px;
  font-family: sans-serif;
  font-size: small;
  box-sizing: border-box;
  width: 100%;
}

.table td,
.table th {
  padding: 5px 5px;
  border: 1px solid #ddd;
  text-align: left;
}

.table th {
  background-color: darkblue;
  color: #ffffff;
}
.table tfoot {
  background-color: darkblue;
  color: #ffffff;
}
.table tr:hover {
  color: red;
}
.datagridtr:nth-child(even) {
  background-color: #d6eeee;
}

/* Large - Desktop only */
@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
}
.memeber-info {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.member-info-content {
  position: relative;
  background-color: white;
  border-radius: 0px !important;
  padding: 20px;
  margin: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;

  overflow: hidden;
}
.close-btn {
  float: right;
  color: lightgray;
  font-size: 24px;
  font-weight: bold;
}
.close-btn:hover {
  color: darkgray;
}
textarea {
  width: 95%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.small-btn {
  color: #1e1616;
  background-color: #69b882;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.small-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.ModalInput {
  font-size: 12px;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}

.loader-eod {
  position: relative;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Large - Not on desktop */
@media only screen and (max-width: 991px) {
  .hide-on-desktop {
    display: inline-block;
  }
  .show-on-desktop {
    display: none;
  }
}

ul.icons a {
  color: black;
}

.contact-form {
  max-width: 550px;
}
