/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
.pgt-text-link,
.pgt-email-link {
  color: #CA912E !important;
  transition: color 0.3s all; }
  .pgt-text-link:hover,
  .pgt-email-link:hover {
    color: #e1bd7d !important; }

.pgt-phone-link {
  color: #FFFFFF; }

.txt-pgt-primary {
  color: #CA912E !important; }

.footer-form button,
.footer-form input[type=button],
.footer-form input[type=submit] {
  background: #CA912E;
  color: #FFFFFF;
  border: 1px solid #CA912E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 24px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  letter-spacing: 1.3px;
  width: 100%; }
  .footer-form button:hover,
  .footer-form input[type=button]:hover,
  .footer-form input[type=submit]:hover {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #000; }

.footer-form input[type=text],
.footer-form input[type=password],
.footer-form input[type=email],
.footer-form input[type=tel],
.footer-form input[type=date],
.footer-form input[type=month],
.footer-form input[type=week],
.footer-form input[type=time],
.footer-form input[type=number],
.footer-form input[type=search],
.footer-form input[type=url],
.footer-form textarea {
  width: 100%;
  padding: 20px 28px;
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  background-color: #000;
  border: 1px solid #FFFFFF;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px; }
  .footer-form input[type=text]:focus,
  .footer-form input[type=password]:focus,
  .footer-form input[type=email]:focus,
  .footer-form input[type=tel]:focus,
  .footer-form input[type=date]:focus,
  .footer-form input[type=month]:focus,
  .footer-form input[type=week]:focus,
  .footer-form input[type=time]:focus,
  .footer-form input[type=number]:focus,
  .footer-form input[type=search]:focus,
  .footer-form input[type=url]:focus,
  .footer-form textarea:focus {
    border: 1px solid #1FD16A !important; }

.footer-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.h-newsletter {
  width: 70%;
  display: block;
  margin: 0 auto; }
  .h-newsletter input[type=text],
  .h-newsletter input[type=password],
  .h-newsletter input[type=email],
  .h-newsletter input[type=tel],
  .h-newsletter input[type=date],
  .h-newsletter input[type=month],
  .h-newsletter input[type=week],
  .h-newsletter input[type=time],
  .h-newsletter input[type=number],
  .h-newsletter input[type=search],
  .h-newsletter input[type=url],
  .h-newsletter textarea {
    width: 100%;
    padding: 20px 28px;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
    border: 1px solid #FFFFFF;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px; }
    .h-newsletter input[type=text]:focus,
    .h-newsletter input[type=password]:focus,
    .h-newsletter input[type=email]:focus,
    .h-newsletter input[type=tel]:focus,
    .h-newsletter input[type=date]:focus,
    .h-newsletter input[type=month]:focus,
    .h-newsletter input[type=week]:focus,
    .h-newsletter input[type=time]:focus,
    .h-newsletter input[type=number]:focus,
    .h-newsletter input[type=search]:focus,
    .h-newsletter input[type=url]:focus,
    .h-newsletter textarea:focus {
      border: 1px solid #1FD16A !important; }
  .h-newsletter button,
  .h-newsletter input[type=button],
  .h-newsletter input[type=submit] {
    background: #CA912E;
    color: #FFFFFF;
    border: 1px solid #CA912E;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    padding: 12px 24px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    letter-spacing: 1.3px;
    width: 100%; }
    .h-newsletter button:hover,
    .h-newsletter input[type=button]:hover,
    .h-newsletter input[type=submit]:hover {
      color: #000;
      background-color: #FFFFFF;
      border: 1px solid #000; }
  .h-newsletter ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
    font-weight: 400; }
  .h-newsletter :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
    font-weight: 400; }
  .h-newsletter ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
    font-weight: 400; }
  .h-newsletter :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
    font-weight: 400; }

.h-contact-form input[type=text],
.h-contact-form input[type=password],
.h-contact-form input[type=email],
.h-contact-form input[type=tel],
.h-contact-form input[type=date],
.h-contact-form input[type=month],
.h-contact-form input[type=week],
.h-contact-form input[type=time],
.h-contact-form input[type=number],
.h-contact-form input[type=search],
.h-contact-form input[type=url],
.h-contact-form textarea, .h-contact-form select {
  width: 100%;
  padding: 20px 28px;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  border: 1px solid #000;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .h-contact-form input[type=text]:focus,
  .h-contact-form input[type=password]:focus,
  .h-contact-form input[type=email]:focus,
  .h-contact-form input[type=tel]:focus,
  .h-contact-form input[type=date]:focus,
  .h-contact-form input[type=month]:focus,
  .h-contact-form input[type=week]:focus,
  .h-contact-form input[type=time]:focus,
  .h-contact-form input[type=number]:focus,
  .h-contact-form input[type=search]:focus,
  .h-contact-form input[type=url]:focus,
  .h-contact-form textarea:focus, .h-contact-form select:focus {
    border: 1px solid #1FD16A !important; }

.h-contact-form textarea {
  border-radius: 25px !important; }

.h-contact-form button,
.h-contact-form input[type=button],
.h-contact-form input[type=submit] {
  background: #FFFFFF;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 24px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-top: 20px;
  letter-spacing: 1.3px; }
  .h-contact-form button:hover,
  .h-contact-form input[type=button]:hover,
  .h-contact-form input[type=submit]:hover {
    color: #FFFFFF;
    background-color: #CA912E;
    border: 1px solid #CA912E; }

.h-contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
  font-weight: 400; }

.h-contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
  font-weight: 400; }

.h-contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
  font-weight: 400; }

.h-contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1;
  font-weight: 400; }

.footer-newsletter input[type=text],
.footer-newsletter input[type=password],
.footer-newsletter input[type=email],
.footer-newsletter input[type=tel],
.footer-newsletter input[type=date],
.footer-newsletter input[type=month],
.footer-newsletter input[type=week],
.footer-newsletter input[type=time],
.footer-newsletter input[type=number],
.footer-newsletter input[type=search],
.footer-newsletter input[type=url],
.footer-newsletter textarea {
  width: 100%;
  padding: 20px 28px;
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  background-color: #000;
  border: 1px solid #FFFFFF;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 99px; }
  .footer-newsletter input[type=text]:focus,
  .footer-newsletter input[type=password]:focus,
  .footer-newsletter input[type=email]:focus,
  .footer-newsletter input[type=tel]:focus,
  .footer-newsletter input[type=date]:focus,
  .footer-newsletter input[type=month]:focus,
  .footer-newsletter input[type=week]:focus,
  .footer-newsletter input[type=time]:focus,
  .footer-newsletter input[type=number]:focus,
  .footer-newsletter input[type=search]:focus,
  .footer-newsletter input[type=url]:focus,
  .footer-newsletter textarea:focus {
    border: 1px solid #1FD16A !important; }

.footer-newsletter button,
.footer-newsletter input[type=button],
.footer-newsletter input[type=submit] {
  background: #CA912E;
  color: #FFFFFF;
  border: 1px solid #CA912E;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 24px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 99px;
  letter-spacing: 1.3px;
  width: 100%; }
  .footer-newsletter button:hover,
  .footer-newsletter input[type=button]:hover,
  .footer-newsletter input[type=submit]:hover {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #000; }

.footer-newsletter ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-newsletter :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-newsletter ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.footer-newsletter :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF !important;
  opacity: 1;
  font-weight: 400; }

.form-pholder {
  text-transform: uppercase;
  padding-bottom: 10px; }
  .form-pholder span {
    color: #ff0000; }

.required-asterisk {
  font-size: 14px; }
  .required-asterisk span {
    color: #ff0000; }

input[type="checkbox"] {
  margin: 2px !important; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  font-size: 16px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: red;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  text-align: center; }

.wpcf7-not-valid {
  border: 2px solid #ff0000 !important; }

span.wpcf7-not-valid-tip {
  display: none; }

#responsive-form {
  width: 100%; }

.form-row {
  width: 100%; }

.column-half,
.column-1-4,
.column-3-4,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem 0.65rem 1rem 0.65rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%; }
  .column-1-4 {
    width: 30%; }
  .column-3-4 {
    width: 70%; } }

.event-rental-form .gfield_label {
  text-transform: uppercase; }

.event-rental-form .gform_wrapper .gfield .ginput_container span label {
  font-style: italic;
  text-transform: uppercase; }

.event-rental-form .gform_wrapper .gfield_consent_description {
  font-size: 16px !important;
  line-height: 1.4 !important;
  border: none !important;
  padding: 0 !important; }

.event-rental-form input[type=text], .event-rental-form input[type=password], .event-rental-form input[type=email], .event-rental-form input[type=tel], .event-rental-form input[type=date], .event-rental-form input[type=month], .event-rental-form input[type=week], .event-rental-form input[type=time], .event-rental-form input[type=number], .event-rental-form input[type=search], .event-rental-form input[type=url], .event-rental-form textarea {
  width: 100%;
  padding: 24px 14px !important;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  border: 1px solid #000;
  transition: all ease-in-out .15s;
  box-shadow: none;
  border-radius: 0px; }
  .event-rental-form input[type=text]:focus, .event-rental-form input[type=password]:focus, .event-rental-form input[type=email]:focus, .event-rental-form input[type=tel]:focus, .event-rental-form input[type=date]:focus, .event-rental-form input[type=month]:focus, .event-rental-form input[type=week]:focus, .event-rental-form input[type=time]:focus, .event-rental-form input[type=number]:focus, .event-rental-form input[type=search]:focus, .event-rental-form input[type=url]:focus, .event-rental-form textarea:focus {
    border: 1px solid #1FD16A !important; }

.event-rental-form .gform_wrapper.gf_browser_chrome select {
  padding: 12px; }

.event-rental-form .gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 56px); }

.event-rental-form button,
.event-rental-form input[type=button],
.event-rental-form input[type=submit] {
  background: #FFFFFF;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 24px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-top: 20px;
  letter-spacing: 1.3px; }
  .event-rental-form button:hover,
  .event-rental-form input[type=button]:hover,
  .event-rental-form input[type=submit]:hover {
    color: #FFFFFF;
    background-color: #CA912E;
    border: 1px solid #CA912E; }

.hero-gallery-container .sub-header {
  font-size: 24px;
  color: #CA912E;
  text-transform: uppercase;
  font-family: "Playfair Display", serif; }

.hero-gallery-container h1 {
  font-size: 60px;
  line-height: 1em;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .hero-gallery-container h1 {
      font-size: 48px; } }

.plan-visit {
  display: block;
  font-size: 24px;
  position: relative; }
  .plan-visit a {
    color: #fff; }
    .plan-visit a i {
      padding: 5px; }

.gallery-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 720px) {
    .gallery-container {
      display: block; } }
  .gallery-container .gallery-card {
    display: flex;
    flex-direction: column;
    width: 23%;
    padding-bottom: 60px;
    margin: 10px; }
    .gallery-container .gallery-card .bk-img-1 {
      background-image: url("/wp-content/uploads/2020/01/Mask-Group-9-1.jpg");
      background-repeat: no-repeat;
      background-size: 760px;
      background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-2 {
      background-image: url("/wp-content/uploads/2020/02/Museum_0001.jpg");
      background-repeat: no-repeat;
      background-size: 760px;
      background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-3 {
      background-image: url("/wp-content/uploads/2020/02/Museum_0019.jpg");
      background-repeat: no-repeat;
      background-size: 760px;
      background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-4 {
      background-image: url("/wp-content/uploads/2020/02/Museum_0021.jpg");
      background-repeat: no-repeat;
      background-size: 760px;
      background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-5 {
      background-image: url("/wp-content/uploads/2021/06/B_Civil-War-Crop-Gallery-scaled.jpg");
      background-repeat: no-repeat;
      background-size: 299px;
    background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-6 {
      background-image: url("/wp-content/uploads/2021/06/HM21_HPGallery_Img9_WildBillCrop-2.jpg");
      background-repeat: no-repeat;
      background-size: 671px;
    background-position: left;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-7 {
      background-image: url("/wp-content/uploads/2021/03/50-66-_-Chevy_1920x1080-2.jpg");
      background-repeat: no-repeat;
      background-size: 760px;
      background-position: center;
      height: 390px; }
    .gallery-container .gallery-card .bk-img-8 {
      background-image: url("/wp-content/uploads/2021/06/D_Voices-of-History_gallery-Crop-Teaser-scaled-e1624919259163.jpg");
      background-repeat: no-repeat;
      background-size: 360px;
      background-position: center;
      height: 390px; }
    @media only screen and (max-width: 1024px) {
      .gallery-container .gallery-card {
        display: block;
        width: 30%;
        margin: 10px; } }
    @media only screen and (max-width: 768px) {
      .gallery-container .gallery-card {
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 425px) {
      .gallery-container .gallery-card {
        display: block;
        width: 100%;
        margin: 0; } }
    .gallery-container .gallery-card .gallery-info {
      background-color: #ffffff;
      padding: 10px;
      width: 95%;
      margin-top: -40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
      @media only screen and (max-width: 768px) {
        .gallery-container .gallery-card .gallery-info {
          width: 100%;
          margin-top: 0px; } }
      @media only screen and (max-width: 1024px) {
        .gallery-container .gallery-card .gallery-info {
          width: 100%;
          margin-top: 0px; } }
      .gallery-container .gallery-card .gallery-info img {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .gallery-container .gallery-card .gallery-info .title {
        font-size: 20px;
        font-weight: bold; }
      .gallery-container .gallery-card .gallery-info .desc {
        flex: 1;
        padding-bottom: 20px;
        font-style: italic; }
      .gallery-container .gallery-card .gallery-info a {
        color: #000;
        font-weight: bold;
        position: relative;
        padding-left: 45px; }
        .gallery-container .gallery-card .gallery-info a:before {
          position: absolute;
          content: '';
          left: -5px;
          top: 50%;
          width: 40px;
          height: 3px;
          background-color: #CA912E; }

.hm-blog {
  /* Clear floats after the columns */ }
  .hm-blog .column-left {
    float: left;
    width: 25%;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */ }
  .hm-blog .column-right {
    width: 75%;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */ }
  .hm-blog .row:after {
    content: "";
    display: table;
    clear: both; }

*:focus {
  outline: none !important; }

a {
  text-decoration: none !important; }

.icon-braker {
  margin: 0 auto;
  display: block;
  width: 200px; }

.icon-braker-sm {
  margin: 0 auto;
  display: block;
  width: 150px; }

#hours {
  color: #ffffff; }

.flex-container {
  width: 350px;
  margin: 0 auto; }

.visitor-information {
  border: 1px solid #CA912E; }

.card-shadow {
  box-shadow: 0px -1px 2px rgba(58, 58, 58, 0.1), 1px 1px 2px rgba(58, 58, 58, 0.1); }

.card-shadow-2 {
  box-shadow: 0px -1px 2px rgba(58, 58, 58, 0.1), 1px 1px 2px rgba(58, 58, 58, 0.1); }

.full-width-67 {
  min-height: 200px;
  margin-bottom: 0px;
  background-color: #323233;
  background-image: url("/wp-content/uploads/2020/01/Group-62.svg"); }

li {
  line-height: 1.8em;
  padding-bottom: 15px; }

.max-width {
  max-width: 350px;
  margin: 0 auto;
  display: block; }

.fl-post-more-link-btn {
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 0px;
  width: 150px;
  border: 2px solid #CA912E;
  font-weight: 700;
  margin-top: 30px;
  text-align: center; }

.caret-style {
  color: #CA912E; }

.li-text {
  font-size: 18px; }

@media only screen and (max-width: 720px) {
  .mobile-gone {
    display: none; } }

ul {
  list-style-image: url("/wp-content/uploads/2020/07/li_icon.png"); }

.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
  opacity: 1; }

.fl-accordion-button-icon {
  color: #CA912E !important; }

.fl-icon-group .fl-icon {
  margin: 10px; }

.visit-us ul {
  list-style: none; }
  .visit-us ul li {
    padding: 0; }

.post-container {
  background: #FFFFFF;
  margin: -160px 20px 0 0;
  padding: 10px;
  z-index: 1;
  position: relative; }
  .post-container .fl-post-meta {
    font-size: 20px; }
  .post-container .fl-post-more-link a {
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 45px; }
    .post-container .fl-post-more-link a:before {
      position: absolute;
      content: '';
      left: -5px;
      top: 50%;
      width: 40px;
      height: 3px;
      background-color: #CA912E; }

.fl-post-feed-post {
  border-bottom: none; }

#fl-to-top {
  background-color: #CA912E !important; }

.business-hours td {
  padding-right: 15px; }

.admissions-container {
  margin-left: auto;
  border:2px solid #CA912E;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 720px) {
    .admissions-container {
      width: 100%; } }
  .admissions-container .content {
    padding: 40px; }
    .admissions-container .content .title {
      font-size: 24px;
		color:#CA912E;
      text-transform: uppercase;
      font-weight: bold; }
    .admissions-container .content h5 {
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 10px; }
    .admissions-container .content span {
      font-style: italic;
      color: #fff; }
    .admissions-container .content p {
      color: #FFFFFF;
      margin: 0; }
    .admissions-container .content .row {
      display: flex;
      margin: 0;
      padding-bottom: 20px; }
      .admissions-container .content .row .col-1 {
        padding-right: 40px;
        width: 80%; }
      .admissions-container .content .row .col-2 {
        width: 20%;
        text-align: end; }
    .admissions-container .content .parking-dir {
      font-weight: 100; }
      .admissions-container .content .parking-dir a {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase; }

.card-container {
  display: flex;
  justify-content: space-between; }
  .card-container .col {
    width: 32%;
    margin-bottom: 20px; }

.thirds-wrap {
  margin: 0 auto; }

.flex-grid-thirds {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .flex-grid-thirds .col {
    display: flex;
    flex-direction: row;
    width: 31%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #EDEDEE;
    padding: 40px;
    margin: 10px; }
    .flex-grid-thirds .col .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
      .flex-grid-thirds .col .content p {
        flex: 1;
        margin-bottom: 50px; }
      .flex-grid-thirds .col .content .title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold; }
      .flex-grid-thirds .col .content a {
        color: #000;
        font-weight: bold;
        position: relative;
        padding-left: 45px; }
        .flex-grid-thirds .col .content a:before {
          position: absolute;
          content: '';
          left: -5px;
          top: 50%;
          width: 40px;
          height: 3px;
          background-color: #CA912E; }

@media (max-width: 760px) {
  .flex-grid,
  .flex-grid-thirds {
    display: block; }
    .flex-grid .col,
    .flex-grid-thirds .col {
      width: 100%;
      margin: 0 0 10px 0; } }

.flex-grid {
  margin: 0 0 20px 0; }

.hours-container {
  border: 2px solid #CA912E;
  padding: 25px;
  width: 380px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 812px) {
    .hours-container {
      width: 100%; } }
  .hours-container .content .title {
    font-size: 24px;
	  color:#CA912E;
    text-transform: uppercase;
    font-weight: bold; }
  .hours-container .content .opening-hours {
    color: #FFFFFF; }
  .hours-container .content .opening-hours-two {
    color: #FFFFFF;
    padding-bottom: 20px; }
  .hours-container .content td {
    padding-right: 10px; }
  .hours-container .content h5 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px; }

.pricing-container {
  background-color: #EDEDEE;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  .pricing-container .content {
    padding: 40px; }
    .pricing-container .content a {
      color: #000;
      font-weight: bold;
      position: relative;
      padding-left: 45px; }
      .pricing-container .content a:before {
        position: absolute;
        content: '';
        left: -5px;
        top: 50%;
        width: 40px;
        height: 3px;
        background-color: #CA912E; }
    .pricing-container .content .title {
      font-size: 21px;
      text-transform: uppercase;
      font-weight: bold; }
    .pricing-container .content h5 {
      font-size: 28px;
      margin-top: 0;
      margin-bottom: 20px; }
    .pricing-container .content span {
      font-weight: bold; }
    .pricing-container .content p {
      color: #000;
      margin: 0; }
    .pricing-container .content .row {
      display: flex;
      margin: 0;
      padding-bottom: 20px; }
      .pricing-container .content .row .col-1 {
        width: 80%; }
      .pricing-container .content .row .col-2 {
        width: 20%;
        text-align: end; }
    .pricing-container .content .parking-dir {
      font-weight: 100;
      padding-bottom: 20px; }
      .pricing-container .content .parking-dir a {
        font-weight: bold;
        color: #CA912E;
        text-transform: uppercase;
        padding-left: 0; }
        .pricing-container .content .parking-dir a:before {
          display: none; }

.stay-informed-title {
  text-align: center;
  font-size: 36px;
  color: #FFFFFF;
  text-transform: uppercase; }
  .stay-informed-title span {
    color: #CA912E; }

.fl-node-5e307a7a42526 ul.sub-menu a {
  font-size: 16px; }

.title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold; }

.fas {
  color: #CA912E; }


.covid-info {
  text-align: center;
  text-decoration: underline; }
  .covid-info a {
    color: #FFFFFF;
    font-size: 21px; }

.header-section {
  background-color: #000; }
  .header-section h1 {
    color: #FFFFFF; }

.content-section {
  padding: 20px 0 20px 0; }

.gallery-section {
  padding: 20px 0 20px 0;
  margin-left: auto;
  margin-right: auto; }
  .gallery-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }

.site-logo {
  height: 170px;
  background: url(/wp-content/uploads/2020/01/History_M_logo.svg) no-repeat center center;
  display: block;
  text-indent: -9999px; }

.site-header {
  height: 170px;
  background: url(/wp-content/uploads/2020/01/gold_logo.svg) no-repeat center center;
  display: block;
  text-indent: -9999px; }

.footer-sm-container .fa {
  color: #CA912E !important;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  text-decoration: none; }

.footer-sm-container .fa:hover {
  opacity: 0.7; }

.footer-form-container {
  background-color: #000;
  padding: 10px; }
  .footer-form-container .footer-form h4 {
    margin-bottom: 5px;
    font-family: "Alegreya Sans";
    text-transform: uppercase; }
  .footer-form-container .footer-form p {
    font-size: 14px; }

.footer-copyright {
  color: #FFFFFF;
  text-align: right;
  padding-top: 10px; }
  @media only screen and (max-width: 768px) {
    .footer-copyright {
      text-align: center; } }

.slider-container {
  width: 1000px;
  position: inherit;
  margin: 0 auto;
  -webkit-perspective: 900px;
  perspective: 900px;
  color: #fff; }

.pane {
  width: 150px;
  height: 150px;
  margin: 5px;
  float: left;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.pane img {
  width: 150px; }

.pane .card {
  z-index: -1;
  visibility: hidden;
  background-color: #CCC;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -backface-visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.pane .active {
  z-index: 1;
  visibility: visible;
  background-color: #999;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.pane.one .card {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.pane.two .card {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.pane.three .card {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.pane.four .card {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.pane.five .card {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.pane.six .card {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.testimonials-body {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 18px; }
  @media only screen and (max-width: 790px) {
    .testimonials-body {
      padding-right: 0px; } }

.quote {
  margin: 0 auto;
  color: #AD974F;
  font-size: 120px;
  opacity: 0.60; }
  @media only screen and (max-width: 790px) {
    .quote {
      /*float: left;*/
      font-size: 72px; } }

.testimonials-row {
  max-width: 1140px;
  margin: 0 auto; }
  .testimonials-row-container-quote {
    text-align: center;
    padding: 10px; }
    @media only screen and (max-width: 790px) {
      .testimonials-row-container-quote {
        height: 100px; } }
    @media only screen and (max-width: 790px) {
      .testimonials-row-container-quote {
        width: 100%; } }
  .testimonials-row-container {
    padding: 10px;
    max-width: 698px;
    margin: 0 auto;
    color: #fff; }
    .testimonials-row-container h3 {
      color: #fff; }
    .testimonials-row-container .quote-box {
      display: table;
      margin: 0 auto;
      font-size: 104px;
      color: #CA912E; }
    .testimonials-row-container-company {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 800;
      text-align: right; }
    @media only screen and (max-width: 790px) {
      .testimonials-row-container {
        max-width: 591px; } }
    .testimonials-row-container .fl-separator {
      border-top: 5px solid #CA912E;
      margin-left: 48%;
      margin-right: 48%; }
    .testimonials-row-container-ul {
      display: inline-flex;
      margin: 0 0 -20px 0; }
    .testimonials-row-container li {
      position: relative;
      padding: 5px;
      font-size: 24px;
      color: #CA912E; }
    .testimonials-row-container h3 {
      line-height: 1;
      font-size: 32px;
      margin-top: 10px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 900;
      text-align: center; }

#testimonials {
  /* Slideshow container */
  position: relative;
  /*background: #f1f1f1f1;*/
  /* Slides */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* The dot/bullet/indicator container */
  /* The dots/bullets/indicators */
  /* Add a background color to the active dot/circle */
  /* Add an italic font style to all quotes */
  /* Add a blue color to the author */ }
  #testimonials .mySlides {
    display: none; }
  #testimonials .prev, #testimonials .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -80px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    user-select: none;
    border-radius: 99px; }
    @media (max-width: 768px) {
      #testimonials .prev, #testimonials .next {
        display: none; } }
  #testimonials .next {
    position: absolute;
    right: 0;
    border-radius: 99px;
    padding: 10px 23px 7px 25px; }
  #testimonials .prev {
    padding: 10px 25px 7px 23px; }
  #testimonials .prev:hover, #testimonials .next:hover {
    /*background-color: rgba(0,0,0,0.8);*/
    color: #CA912E; }
  #testimonials .dot-container {
    text-align: center;
    padding: 20px;
    /*background: #ddd;*/ }
  #testimonials .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    display: none; }
  #testimonials .active, #testimonials .dot:hover {
    background-color: #717171; }
  #testimonials q {
    font-style: italic; }
  #testimonials .author {
    color: cornflowerblue; }

.read-more-link {
  text-align: center; }
  .read-more-link a {
    color: #ffffff;
    font-weight: bold;
    font-family: bureau-grot-condensed,sans-serif;
    font-size: 2rem;
    line-height: .909;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 37px;
    margin-right: 37px; }
    .read-more-link a i {
      margin-right: .5em;
      color: #CA912E; }

.header-btn-one {
  display: flex;
  justify-content: flex-end; }

.header-btn-two {
  display: flex;
  justify-content: flex-start; }

.btn-container {
  display: flex;
  justify-content: center; }

.btn-con {
  display: flex; }

.btn-con-2 {
  width: 200px;
  text-align: center;
  margin: 0 auto; }

.primary-button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: .5em 1.5em;
  appearance: none;
  border: 0;
  background-color: transparent;
  color: #CA912E;
  text-transform: uppercase;
  letter-spacing: .25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: background .8s ease; }
  .primary-button:hover {
    background: rgba(100, 0, 0, 0.03); }
  .primary-button__horizontal, .primary-button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform .8s ease;
    will-change: transform; }
    .primary-button__horizontal::before, .primary-button__vertical::before {
      content: '';
      position: absolute;
      border: inherit; }
  .primary-button__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor; }
    .primary-button__horizontal::before {
      top: calc(var(--vertical-offset) - var(--border-size));
      bottom: calc(var(--vertical-offset) - var(--border-size));
      left: calc(var(--vertical-offset) * -1);
      right: calc(var(--vertical-offset) * -1); }
  .primary-button:hover .primary-button__horizontal {
    transform: scaleX(0); }
  .primary-button__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor; }
    .primary-button__vertical::before {
      top: calc(var(--horizontal-offset) * -1);
      bottom: calc(var(--horizontal-offset) * -1);
      left: calc(var(--horizontal-offset) - var(--border-size));
      right: calc(var(--horizontal-offset) - var(--border-size)); }
  .primary-button:hover .primary-button__vertical {
    transform: scaleY(0); }

.directions {
  background: #CA912E;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #CA912E;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0px;
  text-transform: uppercase;
  max-width: 120px; }

.news-post-container {
  padding: 20px; }
  .news-post-container .post-meta {
    padding: 0 0 5px;
    font-family: "Avenir", serif; }
  .news-post-container .post-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 900;
    font-family: "Avenir", serif; }
  .news-post-container .post-more-link {
    text-transform: uppercase;
    font-weight: 900; }

.fl-post-grid-post {
  border: none; }

.team-member-con {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px; }
  .team-member-con p {
    flex: 1; }
  .team-member-con .position {
    color: #ca912e;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }
  .team-member-con .fl-post-title {
    text-transform: uppercase; }
  .team-member-con .employee-email, .team-member-con .employee-phone {
    font-size: 18px; }

.team-blurb .fl-post-grid-post {
  background-color: #EDEDEE;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

.hero-heading {
  width: 80%;
  margin: 0 auto;
  display: block; }
  @media only screen and (max-width: 780px) {
    .hero-heading {
      width: 100%; } }
  .hero-heading h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 780px) {
      .hero-heading h1 {
        font-size: 38px; } }
    .hero-heading h1 span {
      color: #CA912E;
      font-weight: bold; }
  .hero-heading h2 {
    color: #CA912E;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    font-size: 26px; }
    .hero-heading h2 span {
      color: #FFFFFF; }

.hero-slider {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 780px) {
    .hero-slider {
      display: none; } }

.educational-container {
  display: flex; }
  .educational-container .column {
    width: 50%; }

.details-tab {
  margin: 20px 0 0 3px; }

.gallery-container h3 {
  font-size: 21px; }

.gallery-container .btn {
  font-size: 16px;
  font-weight: bold; }
  .gallery-container .btn a {
    color: #000; }

.h-section-two .row {
  display: flex; }
  .h-section-two .row .column {
    width: 50%;
    padding: 20px; }
    @media only screen and (max-width: 720px) {
      .h-section-two .row .column {
        width: 100%; } }

.h-section-two .sub-header {
  text-transform: uppercase;
  color: #CA912E;
  font-size: 21px;
  font-family: "Playfair Display", serif; }

.h-section-two .header {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1em;
  margin-bottom: 40px; }
  @media only screen and (max-width: 780px) {
    .h-section-two .header {
      font-size: 38px; } }

.h-section-two .btn-con {
  margin: 40px 0 20px 0; }

.events-container {
  display: flex; }
  @media only screen and (max-width: 720px) {
    .events-container {
      display: block;
      text-align: center; } }
  .events-container .column {
    flex: 50%; }
    .events-container .column .title-box {
      margin: 0 auto;
      padding: 20px;
      background: #CA912E;
      width: 80%;
      text-align: center;
      z-index: 1;
      position: relative; }
      .events-container .column .title-box .event-title {
        font-size: 21px;
        font-weight: bold;
        color: #222222; }
      .events-container .column .title-box .event-time {
        color: #FFFFFF;
        text-transform: uppercase; }
    .events-container .column .lower-box {
      margin-top: -20px;
      padding: 40px;
      background: #EDEDEE;
      color: #000; }
      .events-container .column .lower-box .button {
        color: #000;
        font-weight: bold;
        position: relative;
        padding-left: 40px; }
        .events-container .column .lower-box .button:before {
          position: absolute;
          content: '';
          left: -5px;
          top: 50%;
          width: 40px;
          height: 3px;
          background-color: #CA912E; }
    .events-container .column .info-box {
      position: relative;
      padding-left: 60px;
      top: 40%; }
      @media only screen and (max-width: 720px) {
        .events-container .column .info-box {
          padding: 20px; } }
      .events-container .column .info-box:before {
        position: absolute;
        content: '';
        left: -35px;
        top: 50%;
        width: 70px;
        height: 1px;
        background-color: #CA912E; }
        @media only screen and (max-width: 720px) {
          .events-container .column .info-box:before {
            display: none; } }
      .events-container .column .info-box .event-date {
        font-weight: bold;
        font-size: 21px;
        text-transform: uppercase; }
