/*[fmt]1A40-1A0A-1*/
/*
Theme Name: wpstp4
Theme URI: http://tidythemes.com/blankslate/
Description: Based on blankslate 3.0
Author: Geoff Dawson and TidyThemes
License: GNU General Public License | This theme is completely free and open source to use as you like for both personal and commercial projects without any limitations.

Default CSS
*/
BODY
{
    line-height: 1.2;
    padding: 0;
    border: 0;
    margin: 0;
    /*Prevent IPhone from automatically scaling up the content font*/
    -webkit-text-size-adjust: 100%;
}
TABLE
{
    border-collapse: collapse;
    border-spacing: 0;
}
.clear
{
    clear: both;
}
/* Image Alignment */
IMG.alignleft
{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
IMG.alignright
{
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}
IMG.aligncenter
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Theme specific CSS */
/* Raleway variable font */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200 900;
    src: url('fonts/Raleway-VariableFont_wght.woff2') format('woff2');
}
BODY
{
    font-family: verdana, helvetica, sans-serif;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
IMG
{
    max-width: 100%;
    height: auto;
}
.hidden
{
    display: none;
}
P
{
    line-height: 1.3;
}
UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
H1, H2, H3, H4
{
    font-family: 'Raleway', sans-serif;
}
#wrapper
{
    color: #5C5555;
    flex-grow: 1;
}
#header
{
    background-color: #FFFFFF;
    border-bottom: 11px solid #E9EAEE;
}
#header HEADER
{
    max-width: 920px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 17px;
    width: 90%;
}
#header-content
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#site-title
{
/*    display: block;
    float: left;*/
}
#site-title img
{
    min-width: 180px;
}
#site-strapline
{
    float: right;
    font-size: 18px;
    font-style: italic;
    color: #0002BF;
    font-family: 'Fjalla One', serif;
}
#nav-container
{
    
}
#navigation
{
    margin-left: 20px;
    display: block;
    clear: both;
}
#navigation.hidenav
{
    visibility: hidden;
}
#navigation UL
{
    margin: 0;
    padding: 0;
}
/*#navigation LI
{
	float: left;
}*/
#navigation A
{
    text-decoration: none;
    color: #5C5555;
    padding: 5px 10px;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid transparent;
}
#navigation A:hover
{
    /*border-bottom: 1px solid black;*/
    /*font-weight: bold;*/
    color: #000000;
}
#navigation:after
{
    content: " ";
    display: block;
    clear: both;
}
#menutoggle
{
    background-image: url(images/menu.png);
    height: 26px;
    width: 26px;
    cursor: pointer;
    display: none;
    float: right;
}
#navigation .menu-main-container
{
    clear: both;
}
/*#navigation.rm-show #menutoggle
{
	display: none;
}*/
#navigation #menu-main
{
    display: flex;
    flex-wrap: wrap;
}
/*#navigation.rm-mob
{
	border: none;
}*/
#navigation.rm-mobexpand UL
{
    /*position: absolute;*/
    z-index: 1000;
    margin-top: 14px;
}
#navigation.rm-mobexpand LI
{
    float: none;
    width: 100%;
}
#navigation.rm-mobexpand LI
{
    border-top: 1px solid #393939;
    border-bottom: 1px solid #636363;
}
#navigation .sub-menu
{
    display: none;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition: all 0.6s ease-in-out 0.15s;*/
    text-align: left;
    position: absolute;
    top: 24px;
    left: 0;
    white-space: nowrap;
    /*height: 0;*/
}
#navigation .open .sub-menu
{
    display: block;
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*height: auto;*/
}
#navigation SPAN.menuarrow
{
    position: relative;
    top: -1px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: #525252;
    display: inline-block;
    border-width: 7px 5px 0;
    padding-top: 1px;
    left: 4px;
}
#navigation #menu-main > LI
{
    position: relative;
}
#navigation .sub-menu
{
    background-color: #FFFFFF;
    padding-top: 6px;
}
#navigation.rm-mobexpand .sub-menu
{
    padding-top: 0;
    position: relative;
    top: 0;
    margin-top: 0;
}
#navigation.rm-mobexpand .open .sub-menu
{
    position: relative;
}
#navigation.rm-mobexpand .sub-menu A
{
    margin-left: 25px;
}
@media only screen and (max-width: 560px)
{
    #header-content
    {
        display: block;
    }
    #site-title
    {
        text-align: center;
    }
    #navigation.rm-mobclosed #menutoggle, #navigation.rm-mobexpand #menutoggle
    {
        display: block;
    }
    #navigation.rm-mobclosed #menu-main
    {
        display: none;
    }
}
#content
{
    width: 85%;
    margin: 38px auto;
    max-width: 920px;
    min-height: 400px;
}
#footer
{
    background-color: #7D7D80;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 11px;
    border-top: 8px solid #D3D3D3;
}
#footer :after
{
    content: " ";
    display: block;
    clear: both;
}
#footer-content
{
    max-width: 920px;
    margin: 0 auto;
    display: flex;
}
#footer-sidebar1
{
    padding-left: 44px;
}
#footer-sidebar1 LI
{
    list-style: none;
}
#footer-sidebar1 H2
{
    font-size: 1em;
    font-family: verdana, helvetica, sans-serif;
}
#footer-sidebar1 P
{
    font-size: 0.8em;
}
#copyright
{
    font-size: 0.7em;
    align-self: flex-end;
    flex: 1;
    text-align: right;
    padding-right: 33px;
}
@media only screen and (max-width: 700px)
{
    #footer-content
    {
        display: block;
    }
    #copyright
    {
        text-align: center;
        padding-right: 0;
    }
}

body .is-layout-grid.nav-panels
{
    column-gap: 20px;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.events-table TR TD:nth-child(1)
{
    width: 27%;
    font-weight: bold;
}
.events-table TR TD:nth-child(2)
{
    width: 27%;
}
@media only screen and (max-width: 800px)
{
    #content
    {
        margin: 10px auto;
        width: 90%;
    }
    .events-table
    {
        width: 100%;
    }
    .events-table TR TD:nth-child(1)
    {
        width: 99%;
        float: left;
    }
    .events-table TR TD:nth-child(2)
    {
        float: left;
        width: 140px;
    }
    .events-table TR TD:nth-child(3)
    {
        float: left;
        width: calc(98% - 140px);
    }
}
@media only screen and (max-width: 400px)
{
    .events-table
    {
        font-size: 14px;
    }
    .events-table TR TD:nth-child(2)
    {
        width: 120px;
    }
    .events-table TR TD:nth-child(3)
    {
        width: calc(98% - 120px);
    }
}
.galleryitem
{
    display: inline-block;
    padding: 0;
    margin: 0 0 38px 0;
    vertical-align: top;
}
.galleryimage
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 18px solid white;
    border-right: 18px solid white;
    border-left: 18px solid white;
    box-shadow: 3px 4px 5px 6px rgba(0, 0, 0, 0.1);
}
.gallerycaption
{
    display: block;
    margin: 0;
    padding: 20px 18px 20px 0px;
    background: white;
    width: 100%;
}
@media only screen and (max-width: 400px)
{
    .galleryimage
    {
        border-top: 8px solid white;
        border-right: 8px solid white;
        border-left: 8px solid white;
    }
    .gallerycaption
    {
        padding: 10px 8px 10px 0px;
    }
}
/* The Testimonial Card */
.testimonial-card {
  background-color: #cccccc;
  border-radius: 16px; /* Smooth, rounded corners */
  padding: 12px;
  max-width: 400px;
  position: relative;
  
  /* Modern, soft drop shadow */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); 
  
  /* Gemini-style subtle gradient border/highlight */
  border: 1px solid transparent;
  
  /* Smooth transition for hover effects */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for a little extra polish */
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(138, 180, 248, 0.2);
}

/* Testimonial Quote Text */
.testimonial-text {
  color: #70757a;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 16px 0;
  font-style: italic;
}
.testimonial-text p {
    margin: 0;
    font-size: 0.9em;
}
/* Author Section Wrapper */
.testimonial-author {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f1f3f4; /* Subtle divider line */
  padding-top: 12px;
}

/* Person's Name */
.author-name {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0;
}

/* Person's Job Title */
.author-title {
  color: #70757a; /* Muted gray for secondary info */
  font-size: 0.85rem;
  margin-top: 2px;
  margin-bottom: 0;
}