/******************************************************************
COLOR VARIABLES
******************************************************************/
/******************************************************************
TYPOGRAPHY
******************************************************************/
/******************************************************************
GENERAL STYLES
******************************************************************/
body {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 13px;
  padding-bottom: 0;
}

p, li {
  line-height: 26px;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", Arial, sans-serif;
}

a {
  color: #0053a1;
}
a:hover {
  color: #deb406;
  text-decoration: none;
}

a img.alignleft {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  float: none;
}

.alignleft {
  float: none;
  margin: 0 auto 10px auto;
  display: block;
}

@media (min-width: 768px) {
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}
/******************************************************************
HEADER STYLES
******************************************************************/
.announcements {
  background-color: #deb406;
  padding: 13px 0 10px 0;
  margin: 0;
}
.announcements p {
  font-size: 16px;
  text-align: center;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
}
.announcements a:hover {
  color: #fff;
}

.header {
  margin-top: 10px;
}
.header .logo {
  margin: 0 auto;
}

.header-right {
  text-align: center;
  float: right;
  line-height: 0;
}
.header-right p {
  font-size: 13px;
  line-height: 22px;
}
.header-right form .btn-default {
  color: #0053a1;
  background-color: transparent;
  border: none;
}
.header-right form .btn-default:hover {
  color: #deb406;
}
.header-right .form-control {
  font-size: 13px;
}
.header-right .input-group {
  margin-bottom: 10px;
}
.header-right .input-group .form-control, .header-right .input-group #searchform #s, .header-right #searchform .input-group #s {
  float: left;
  border-radius: 4px;
  font-size: 13px;
}
.header-right .btn {
  padding: 6px;
}
.header-right .social .fa {
  padding: 3px;
}

@media (min-width: 768px) {
  .header-right {
    text-align: right;
  }
  .header-right .input-group .form-control, .header-right .input-group #searchform #s, .header-right #searchform .input-group #s {
    float: right;
    width: auto;
  }
  .header .logo {
    margin: 0;
  }
}
/******************************************************************
NAVIGATION STYLES
******************************************************************/
.navbar {
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.17);
  min-height: 40px;
}

.navbar-inverse {
  background-color: #0053a1;
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #deb406;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #deb406;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Splitting sub-menu items into two columns
-------------------------------------------------- */
/* -------------- navigation columns ----------------- */
.dropdown-menu > li {
  list-style: none;
}

.dropdown-menu > li > a {
  padding: 8px 0 8px 4px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  clear: both;
}

/******************************************************************
SIDEBAR STYLES
******************************************************************/
.sidebar {
  background-color: #deb406;
  padding: 15px;
}
.sidebar h3 {
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 22px;
}
.sidebar h4 {
  line-height: 16px;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.sidebar .date {
  font-size: 13px;
}
.sidebar a:hover {
  color: #000;
}
.sidebar .menu-support-chs-container ul {
  list-style-type: none;
  padding: 0;
}
.sidebar .menu-support-chs-container ul li {
  font-weight: 700;
}

.hermione {
  background-color: #0053a1;
  padding: 15px;
  color: #fff;
}
.hermione h3 {
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
}
.hermione ul {
  list-style-type: none;
  padding: 0;
}
.hermione a {
  color: #fff;
}
.hermione a:hover {
  color: #deb406;
}

@media (min-width: 768px) {
  .hermione {
    padding: 0px 15px;
  }
  /* Forcing equal sidebar size columns in content area
  -------------------------------------------------- */
  .row.match {
    overflow: hidden;
  }
  .row.match [class*=col-] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  /* adding nomatching option for cols within content space */
  .row.match [class*=col-] div.nomatch {
    margin-bottom: 0;
    padding: 0;
  }
}
/******************************************************************
FOOTER STYLES
******************************************************************/
.footer {
  padding: 30px 0;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  background-color: #3f6e9b;
  color: #fff;
  margin-top: 10px;
}
.footer .logo img {
  margin: 0 auto;
}
.footer .logo p {
  line-height: 23px;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #deb406;
}
.footer p {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 21px;
}
.footer h4 {
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
.footer h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
}
.footer .contact {
  text-align: center;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
}
.footer .social {
  padding-bottom: 10px;
}
.footer .social .fa {
  padding-left: 5px;
}
.footer .TA_rated {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.footer .tour-app img {
  float: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 80px;
  }
  .footer .logo img {
    margin: 0;
  }
  .footer .logo p {
    text-align: left;
  }
  .footer h4 {
    text-align: left;
  }
  .footer .contact {
    text-align: right;
  }
  .footer .copyright {
    text-align: right;
    font-size: 12px;
  }
  .footer p {
    line-height: 26px;
    margin: 0 0 10px;
  }
  .footer .TA_rated {
    float: right;
    margin: 0;
    padding: 0;
  }
  .footer .tour-app {
    float: right;
    margin-left: 10px;
  }
}
/******************************************************************
HOMEPAGE STYLES
******************************************************************/
.home {
  /* Features
  ------------------------- */
}
.home .metaslider a {
  color: #deb406;
}
.home .metaslider a:hover {
  color: #fff;
}
.home .featurette-divider {
  margin: 30px 0;
}
.home .feature .fpw-page-title {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 30px;
}
.home .feature p {
  font-size: 18px;
}
.home .hp-boxes .fpw-page-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.home .hp-boxes .fpw-excerpt p {
  line-height: 23px;
}

@media (min-width: 768px) {
  .home .featurette-divider {
    margin: 60px 0;
  }
  .home .feature .fpw-page-title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .home .feature .fpw-page-title {
    margin-top: 60px;
  }
  .home .fpw-page-title {
    margin-top: 20px;
  }
}
/******************************************************************
CONTENT STYLES
******************************************************************/
.main p, .main ul {
  margin: 0 0 25px;
}
.main .page-header {
  line-height: 40px;
  margin: 0px 0 20px;
}
.main h3 {
  padding-top: 20px;
  line-height: 34px;
}
.main h4 {
  padding-top: 20px;
}
.main h5 {
  font-weight: 700;
}
.main ul li > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main .page-header {
    margin: 40px 0 20px;
  }
}
/******************************************************************
NEWS / POST STYLES
******************************************************************/
.archive .post-image {
  float: left;
  padding: 0 20px 10px 0;
}

/******************************************************************
FEATURE TEMPLATE STYLES
******************************************************************/
.page-template-page-feature .page-header, .page-template-page-hermione .page-header {
  margin: 20px 0 20px;
}
.page-template-page-feature .feature-area, .page-template-page-hermione .feature-area {
  position: relative;
}
.page-template-page-feature p.feature-caption, .page-template-page-hermione p.feature-caption {
  color: #fff;
  text-align: right;
  background: rgba(51, 49, 49, 0.631373);
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
  margin: 0;
}

/******************************************************************
CALENDAR/EVENTS STYLES
******************************************************************/
.wpfc-calendar-wrapper table table {
  background: transparent;
}

aside.widget_em_widget ul, aside.widget_em_widget li, aside.widget_em_widget ul.events, aside.widget_em_widget ul.events li, aside.widget_text ul, aside.widget_text li, aside.widget_text ul.events, aside.widget_text ul.events li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
aside.widget_em_widget li, aside.widget_text li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  min-height: 85px;
}
aside.widget_em_widget .all-events-link, aside.widget_text .all-events-link {
  border-bottom: 0;
  text-align: right;
}
aside.widget_em_widget img, aside.widget_text img {
  margin: 0 10px 0px 0;
  float: left;
}
aside.widget_em_widget h3.head, aside.widget_text h3.head {
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
aside.widget_em_widget .date, aside.widget_text .date {
  font-size: 11px;
}

/** 2022 **/
.em-events-widget .em-item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Merriweather", Arial, sans-serif;
}
.em-events-widget .em-event-date {
  font-size: 11px;
  margin: 5px 0;
}
.em-events-widget .em-item.em-event {
  min-height: 85px;
  margin-top: 10px;
}

/** Booking forms **/
.em-booking-submit.em-button {
  background: #deb406;
  border: 0;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.em-booking-submit.em-button:hover {
  background: #3f6e9b;
  color: #fff;
}

.postid-7386 p.donate-text, .postid-7393 p.donate-text {
  display: none;
}

/******************************************************************
STYLES FOR CATEGORY-SPECIFIC PAGES
******************************************************************/
.category-11 .subcat-posts {
  border-bottom: 1px solid #eee;
  margin: 20px 0 50px 0;
}
.category-11 h3.category {
  margin-bottom: 20px;
  font-size: 22px;
}
.category-11 .post-image {
  padding: 0 20px 30px 0;
}

/******************************************************************
STYLES FOR PARTICULAR PAGES
******************************************************************/
/* centering header on pages */
.page-id-120 .main .page-header {
  text-align: center;
}

/* removing borders on gallery of flags */
.page-id-561 #gallery-1 img {
  border: none;
}

/* floating iframes left on video pages */
@media (min-width: 768px) {
  .page-id-521 iframe, .page-id-218 iframe {
    float: left;
    margin: 0 30px 50px 0;
  }
  .page-id-521 .main h3, .page-id-218 .main h3 {
    margin-bottom: 20px;
    clear: both;
  }
  .page-id-521 .main h4, .page-id-218 .main h4 {
    font-weight: 700;
    margin-bottom: 0;
    clear: both;
  }
  .page-id-521 .main hr, .page-id-218 .main hr {
    clear: both;
  }
}
/* removing header on 2022 h&g sponsor page and adjusting sizing */
.page-id-6146 h2.page-header {
  display: none;
}
.page-id-6146 table > tbody > tr > td {
  border-top: none;
}
.page-id-6146 select {
  font-size: 20px;
  font-family: Merriweather, Georgia, serif;
  padding: 10px;
}

/* removing title on sculpture trail page */
.page-id-7500 h2.page-header {
  display: none;
}

/******************************************************************
STYLES BOARD AREA
******************************************************************/
.btnsearch, #btnsearch, #widget_btnsearch {
  background-color: #0053a1;
}

.page-id-2054 h2.page-header {
  display: none;
}
.page-id-2054 h2 {
  margin-top: 40px;
}

.wpfd-content-chs {
  font-family: "Open Sans", "Lucida Grande", sans-serif !important;
}

/******************************************************************
PRINT STYLES
******************************************************************/
@media print {
  a[href]:after {
    content: none !important;
  }
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
  * {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  .mega-menu-wrap-main_menu {
    display: block !important;
  }
}
/******************************************************************
STYLES FOR BLOCKS	
******************************************************************/
.mb-0 {
  margin-bottom: 0;
}

/******************************************************************
STYLES FOR CHARITABLE
******************************************************************/
.charitable-form-field.charitable-form-field-radio input[type=radio] {
  height: auto !important;
  display: inline;
}

.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea, .charitable-login-form #user_login, .charitable-login-form #user_pass {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.charitable-form-field label, .charitable-form-fields .charitable-fieldset-field-wrapper .charitable-fieldset-field-header {
  font-weight: normal;
  font-size: 13px;
}

/* Add thicker border around form sections. */
.charitable-form-fields .charitable-fieldset {
  border-width: 4px;
}

#charitable-donor-fields {
  background: #f6f6f6;
}

a.button.charitable-button.donate-button.button-primary:hover {
  color: #000;
}

@media (min-width: 768px) {
  /* Display fields in two columns */
  #charitable-donor-fields .charitable-form-field {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
  #charitable-donor-fields .charitable-form-field.odd {
    margin-left: 0;
    margin-right: 2%;
  }
}
/******************************************************************
STYLES FOR MAILCHIMP
******************************************************************/
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #deb406;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button:hover {
  background-color: #3f6e9b;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
