/* 

Template 2110 Character
http://www.tooplate.com/view/2110-character


COLORS 

Primary Dark:       #996666
Primary Light:      #cc9999
Secondary:          #9999cc
Dark Background:    #333333
Dark Gray Text:     #666666
Light Gray Text:    #999999
Footer Gray Text:   #cccccc

*/

:root {
  --tm-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tm-body-leading: 1.65;
  --tm-heading-leading: 1.12;
}

body {
  font-family: var(--tm-font-sans);
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: var(--tm-body-leading);
  font-weight: 400;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 40px;
  overflow-x: hidden;
}

textarea {
  font-family: var(--tm-font-sans);
}

a {
	color: #FF0;
  text-decoration: none;
}

button {
  border: none;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

h2 {
  margin-top: 0;
}

h2,
h3 {
  line-height: var(--tm-heading-leading);
  font-weight: 700;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

h3 {
  margin: 0 0 20px;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

p {
  line-height: inherit;
  margin: 0;
}

strong,
b {
  font-weight: 700;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7;
  padding-left: 20px;
}

li + li {
  margin-top: 0.28em;
}

.tm-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* http://w3bits.com/css-masonry/ */
.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.tm-relative {
  position: relative;
}

.tm-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
}

.tm-block-wider {
  max-width: 640px;
  width: calc(100% + 40px);
}

.tm-block-left {
  right: 20px;
  bottom: 20px;
}

.tm-block-left-2 {
  right: 60px;
  top: 15px;
}

.tm-block-right {
  padding: 15px 0 20px 20px;
}

.tm-img-left {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.tm-img-frame {
  --tm-img-frame-margin-top: 50px;
  --tm-img-frame-margin-bottom: 50px;
  margin-top: var(--tm-img-frame-margin-top);
  margin-bottom: var(--tm-img-frame-margin-bottom);
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tm-photo {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
}

.tm-photo-caption {
  --tm-photo-caption-bg: transparent;
  --tm-photo-caption-color: #000000;
  --tm-photo-caption-font-size: 12px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 6px 12px;
  font-size: var(--tm-photo-caption-font-size);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tm-photo-caption-color);
  background-color: var(--tm-photo-caption-bg);
}

.tm-photo-caption-right {
  right: 0;
  left: auto;
}

.tm-photo-caption-left {
  left: 0;
  right: auto;
}

.tm-photo-caption-white {
  --tm-photo-caption-color: #ffffff;
}

.tm-meadowvale {
  padding-left: 25px;
}

.tm-kilshanny {
  padding-bottom: 15px;
}

.tm-ennistymon {
  padding-bottom: 20px;
}

.tm-riai-logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: auto;
}

.tm-hero-text {
  padding: 140px 85px 0;
  font-size: clamp(1.05rem, 1.55vw, 1.2rem);
  line-height: 1.75;
  letter-spacing: -0.015em;
}

.tm-hero-subtext {
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-top: 30px;
  padding-left: 85px;
  padding-right: 85px;
  font-size: 16px;
}

.tm-block-pad {
  padding: 40px 40px;
}

.tm-block-icon {
  text-align: center;
  display: block;
  margin: 0 30px 30px;
}

.tm-block-brand {
  position: relative;
  margin-top: 40px;
  margin-bottom: 27px;
}

.tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-block-brand-inner img {
  max-width: 400px;   /* or whatever fits your design */
  width: 100%;
  height: auto;
  display: block;
}


.tm-brand-name {
  margin: 0 40px 0;
  font-size: 2.5rem;
  font-weight: 400;
}

.tm-bg-dark {
  background-color: #444444;
}

.tm-bg-white {
  background-color: #ffffff;
}

.tm-btn {
  padding: 15px 25px;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tm-btn-small {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 35px;
}

.tm-btn-pad-big {
  padding: 17px 45px;
}

.tm-btn-primary {
  color: #9999cc;
  background-color: #ffffff;
}

.tm-btn-primary:hover {
  background-color: #c5c5e6;
}

.tm-btn-secondary {
  color: #63662A;
  background-color: #ffffff;
}


.tm-btn-secondary:hover {
  color: #ffffff;
  background-color: #63662A;
}

.tm-text-white {
  color: #ffffff;
}

.tm-text-gray-light {
  color: #999999;
}

.tm-bg-primary-light {
  background-color: #BEB354;
}

.tm-bg-primary-dark {
  background-color: #63662A;
}

.tm-bg-secondary {
  background-color: #63662A;
}

.tm-mt {
  margin-top: 30px;
}

.tm-mt-big {
  margin-top: 50px;
}

.tm-mb {
  margin-bottom: 45px;
}

.tm-mb-small {
  margin-bottom: 20px;
}

.tm-text-right {
  text-align: right;
}

.tm-text-center {
  text-align: center;
}

.tm-text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tm-hidden {
  display: none;
}

.tm-form-group {
  margin-bottom: 25px;
}

input,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #958ec0;
  padding: 18px 20px;
  font-family: var(--tm-font-sans);
  font-size: 0.95em;
  line-height: 1.45;
}

.tm-contact-form {
  width: calc(100% - 40px);
}

.tm-form-section {
  margin-top: -10px;
}

.tm-form-section-tag {
  position: relative;
}

.tm-form-section-tag h2 {
  font-size: 1.55rem;
}

.tm-form-section-tag-inner {
  position: relative;
  left: 40px;
  right: -40px;
  bottom: -40px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 55px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.tm-headshot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tm-pb-0 {
  padding-bottom: 0 !important;
}

.tm-img-qr {
  width: 150px;
  height: 150px;
  margin: 30px 20px 30px 0;
}

.tm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}

.tm-footer,
.tm-footer a {
  color: #cbcbcb;
}

.tm-footer a:hover {
  color: #63662A;
}

.tm-footer p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.tm-social-links {
  display: flex;
  gap: 1rem;
}

.tm-social-links a {
  font-size: 1.8rem;
}



@media (max-width: 1232px) {
  body {
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .masonry {
    /* Masonry container */
    -webkit-column-count: 1;
    column-count: 1;
  }

  .tm-container {
    max-width: 600px;
  }
}

@media (max-width: 540px) {
  .tm-block-brand-inner {
    flex-direction: column;
    padding: 35px;
    /* right: 30px; */
  }

  .tm-brand-name {
    margin-top: 20px;
  }

  .tm-contact-form {
    width: calc(100% - 20px);
  }

  input,
  textarea {
    padding: 12px 16px;
  }

  .tm-form-section .tm-block-pad {
    padding: 28px 28px;
  }

  .tm-form-section-tag-inner {
    left: 25px;
    right: -25px;
    bottom: -25px;
    padding: 35px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .tm-headshot {
    width: 100px;
    height: 100px;
  }
}

.tm-qualifications {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.no-break {
  white-space: nowrap;
}

@media (max-width: 520px) {  
  body {
    padding: 30px;
  }

  .tm-block-pad {
    padding: 45px;
  }

  .tm-hero-text {
    padding: 90px 45px 0;
  }

  .tm-hero-subtext {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tm-riai-logo {
    top: 20px;
    right: 20px;
    max-width: 55px;
  }
  .text-small-mobile {
    font-size: 14px;
  }
}

@media (max-width: 417px) {
  .tm-block-left,
  .tm-block-left-2 {
    right: 0;
  }

  .tm-block-wider {
    width: 100%;
  }

  .tm-footer {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  body {
    padding: 20px 20px 10px;
  }


}
