/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 17:17:57 */
html.fontsize * {
  font-size: 19px !important;
}
* {
  box-sizing: border-box;
}
.s-lch-widget-float-btn {
	box-shadow:none !important;
}
.continue span {
  display: none !important;
}
a.btn.btn-secondary.understrap-read-more-link {
  background: #c25c5c !important;
  color: #fff !important;
  border-radius: 25px;
  border: 0px;
}
div.sidebar h4 {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #c0c0c0;
  font: 700 1.25rem Axiforma, Roboto, Arial, "Open Sans", sans-serif;
}
div.sidebar {
  padding: 25px 30px 0 0;
}

div.sidebar ol li {
  list-style-type: none;
  margin-left: -15%;
  padding: 8.5px;
  vertical-align: middle;
  font-size: 1rem;
}
div.sidebar ol li:first-child {
  padding-top: 10%;
}

.continue span {
  display: none !important;
}

time.updated,
a.continue {
  display: none !important;
}

h2.entry-header {
  font: 600 1.5em "Axiforma", "Open Sans", sans-serif;
  margin: 2.5% auto;
}
/* Newsfeed for Post Slider */
.psacp-rdmr-btn {
  position: relative;
  color: #000;
  border: 1px solid #888;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}
.psacp-post-slider-wrap.psacp-design-10 .psacp-post-cats a {
  border-width: 1px;
  font-weight: bold;
  color: white !important;
  padding: 5px 10px;
}
.psacp-post-cat-link a {
  background: #0000a3;
  font-weight: bold;
}
.psacp-post-cat-440 {
  background: #0000a3;
}
.psacp-post-cat-479 {
  background: #0b5b4b;
}
.psacp-post-cat-481 {
  background: #880000;
}
.psacp-post-slider-wrap.psacp-design-10 .psacp-col-left .psacp-featured-meta {
  padding: 20px;
}
@media only screen and (min-width: 40.0625em) {
  .psacp-col-xl-4 {
    width: 35%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .psacp-column,
  .psacp-columns {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
.donation_button:hover {
  background-color: #ccccff;
  color: black;
}

table.table tbody tr:nth-child(even) td {
  background: #fff;
}

#sp-wp-tabs-wrapper_12443.sp-tab__lay-default
  > .sp-tab__tab-content
  .sp-tab__tab-pane
  ul
  li
  a,
#sp-wp-tabs-wrapper_12443.sp-tab__lay-default
  .sp-tab__tab-content
  .sp-tab__tab-pane
  ol
  li
  a {
  color: #0000e0;
}

.header_alert {
  color: #8b0000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  background-color: #f5dadf;
}

button.wireless {
  background-color: #880000;
  border: none;
  margin: auto;
  display: block;
  padding: 4% 5% 2% 5%;
  text-align: center;
  text-decoration: none;
  font: small-caps bold 1em/30px Arial, serif;
}

button.wireless.a {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px #000000;
}

.wireless_print {
  display: block;
}

.wireless_print > * {
  padding: 1rem;
}

.wireless_print > .wireless_column {
  padding-top: 25%;
}

/* Create two equal columns that sits next to each other */
.print_left_column,
.print_right_column {
  flex: 50%;
  padding: 5px;
}

h1.entry-title {
  font: 600 1.75em "Axiforma", "Open Sans", sans-serif;
  margin: 2.5% auto;
}

.entry-title a {
  font: 600 1em "Axiforma", "Open Sans", sans-serif;
  color: #0000e0;
}

.fkex-container * {
  box-sizing: border-box;
}

.flex-container {
  padding: 25px 25px 0 35px;
  display: flex;
  flex-direction: row;
  text-align: left;
  font-size: 1.25em;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 991px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-container span {
  display: block;
  font-size: 0.95rem;
  padding-bottom: 10px;
}

.flex-container ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.gift_button {
  background-color: #880000;
  border-radius: 20px;
  border: 1px solid white;
  color: white;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.gift_button:hover {
  background-color: #f7d0d7c9;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-item {
  padding: 5px;
}

aside {
  width: 40%;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  float: right;
}

.interlibrary h2 {
  color: #009999;
  font: 600 1.625rem "Axiforma", "Open Sans", sans-serif;
  margin-top: 30px;
}

.form-control,
select,
input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ff-message-success {
  border: 0px;
  box-shadow: none;
  margin-top: 10px;
  overflow-wrap: break-word;
  padding: 15px;
  position: relative;
}

.fluentform .text-danger {
  font-weight: bold;
}

.reservation h2 {
  clear: both;
}

#sitemap-left ol li,
#sitemap-right ol li,
#sitemap2-left ol li,
#sitemap2-right ol li {
  list-style-type: square;
}

div.suggest ol li {
  list-style-type: disc;
  padding-bottom: 12px;
}

div.suggest span {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.suggestion {
  width: 85%;
  padding-left: 5%;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

/* for all window widths */
#sitemap-left,
#sitemap2-left {
  float: left;
  color: #4a4a4a;
  width: 50%;
  padding-right: 10%;
}

#sitemap-right {
  float: right;
  width: 50%;
}

#sitemap2-right {
  float: right;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #sitemap-left,
  #sitemap2-left,
  #sitemap-right,
  #sitemap2-right {
    float: none;
    color: #4a4a4a;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  a.help {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 725px) {
  .reserve {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wireless_print > .wireless_column {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .wireless_print {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media (min-width: 800px) and (max-width: 899px) {
  .wireless_print > .wireless_column {
    padding-top: 55%;
  }

  button.wireless {
    margin: -25% auto auto auto;
    padding: 4% 5% 4% 5%;
  }
}

@media screen and (min-width: 901px) {
  a.help {
    display: none;
  }
}

/*Space and Amenities*/

.space-container,
.space-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  padding: 20px 0 35px 0;
}

.space-container div img,
.space-container2 div img {
  margin: 20px 0 0 0;
}

.space-container > div span.title,
.space-container2 > div span.title {
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}

.space-container > div,
.space-container2 > div {
  text-align: left;
  max-width: 360px;
  font-size: 0.95em;
}

.space-container > div {
  padding: 20px 0;
}

.space-container2 > div {
  padding: 5px 0;
}

span.room_desc a {
  font-weight: bold;
}

/* Create three equal columns that floats next to each other, used in blog posts */
.column-post {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.ppma-page-header .ppma-page-title {
  font: 600 2em "Axiforma", "Open Sans", sans-serif;
}

.ppma-page-content.list .article-title a {
  font: 600 0.8em "Axiforma", "Open Sans", sans-serif;
  color: #0000e0;
}

.ppma-page-content.list .article-image img {
  height: auto;
  padding: 2%;
  max-width: 100%;
  max-height: 100%;
}

svg.svg-inline--fa {
  color: #17191c;
  font-size: 1.25rem;
}

svg.fa-magnifying-glass {
  color: #ffffff;
}

div.entry-content p,
ul li {
  font: 400 1rem / 26px Roboto, Arial, "Open Sans", sans-serif;
}

#sp-wp-tabs-wrapper_12443.sp-tab__lay-default
  > .sp-tab__tab-content
  .sp-tab__tab-pane
  ul
  li
  a,
#sp-wp-tabs-wrapper_12443.sp-tab__lay-default
  .sp-tab__tab-content
  .sp-tab__tab-pane
  ol
  li
  a {
  color: #000080;
}
#sp-wp-tabs-wrapper_12443.sp-tab__lay-default>.sp-tab__tab-content .sp-tab__tab-pane ul li a,
#sp-wp-tabs-wrapper_12443.sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane ol li a {
  color: #0000E0;
}

.tmc_footer .social_list li a {
  background-color: #87bdd8;
}

svg.svg-inline--fa {
  color: #17191c;
  font-size: 1.25rem;
}

svg.fa-magnifying-glass {
  color: #ffffff
}

/* Post Slider */

.wprpsp-post-slides .wprpsp-post-cats-wrap ul.post-categories li:nth-child(4n+1) a {
  background: #0B5B4B;
  color: white !important;
  font-weight: bold;
}

.wprpsp-post-slides .wprpsp-post-cats-wrap ul.post-categories li:nth-child(4n+2) a {
  background: #0000A3;
  color: white !important; 
}

.wprpsp-post-slides .wprpsp-post-cats-wrap ul.post-categories li:nth-child(4n+3) a {
  background: #880000;
  color: white !important;
	 font-weight: bold;
 }

.wprpsp-read-more-btn {
  color: #383838;
  font-weight: bold;
}

.wprpsp-post-slides .wprpsp-post-cats-wrap ul.post-categories li a {
  font-size: 12px;
}
.wppsac-post-slider .wppsac-post-image-bg img {
  object-fit: contain;
}