/*
Theme Name: Kingster Child
Template: kingster
Version: 1.0
*/

/* Custom CSS below */

.gdlr-core-tab-item .gdlr-core-tab-item-image { 
  display: none; 
}

.gdlr-core-tab-item-image.gdlr-core-active { 
  display: block; 
}

#primary-nav .sub-menu a {
    font-size: 15px;
}

.kingster-animate-fixed-navigation.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation-top {
    top: 5px;
}

.kingster-page-title {
    text-shadow: 2px 2px 5px rgba(51,51,51,0.8);
}

/* Online Resources TablePress Styles */
.custom-online-resources-button {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 2px;
}

.custom-online-resources-button span {
    min-width: 30px;
}

.dataTables_wrapper {
    padding-bottom: 80px;
}

.tablepress thead th {
    background: rgb(0, 79, 134);
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background: rgb(100, 176, 226);
}

.dataTables_wrapper .dataTables_length {
    padding-top: 0.8em;
}

.dataTables_wrapper input {
    background: #e6e6e6;
    border: none;
    color: #a3a3a4;
    font-size: 15px;
    padding: 15px 22px;
    margin-bottom: 1em !important;
}

/* ACE Search Styles */
.ebscohostCustomSearchBox fieldset legend {
    color: #054788;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.ace-search input[type=text],
.ace-search input[type=submit] {
    background: #e6e6e6;
    border: none;
    margin-bottom: 1em !important;
}

.ace-search input[type=submit] {
    background: #f9b233 !important;
    color: white;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-left: -5px;
    margin-top: -2px;
    padding: 16.25px 22px;
    text-transform: uppercase;
}

.ace-search input[type=text] {
    font-size: 15px;
    color: #a3a3a4;
    padding: 15px 22px;
}

.ace-search input[type=submit]:hover {
    background: #f47326 !important;
}

.ace-search input[type=radio] {
    position: relative;
    top: -3px;
}

.ace-search label {
    margin-right: 1em;
}

/* ================================
   GLOBAL LINKS
================================ */

a,
a:link,
a:visited {
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* ================================
   ACCESSIBILITY FIXES
================================ */

html {
  scroll-padding-top: 120px;
}

/* Universal keyboard focus */
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
[tabindex]:focus,
[tabindex]:focus-visible {
  outline: 3px solid #ff671f !important;
  outline-offset: 3px !important;
}

/* Buttons */
button:focus,
button:focus-visible,
.gdlr-core-button:focus,
.gdlr-core-button:focus-visible,
input[type="submit"]:focus,
input[type="submit"]:focus-visible {
  background-color: #004f86 !important;
  color: #ffffff !important;
}

/* Form fields */
input,
textarea,
select {
  border: 2px solid #004f86;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #ff671f;
}

/* ================================
   RESPONSIVE IFRAMES
================================ */

.responsiveCal {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.responsiveCal iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ================================
   THEME TWEAKS
================================ */

.page-id-1049640 .simple-banner {
  display: none;
}

.readmorebtn {
  font-weight: bold;
}

a[rel="author"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

/* Column service links */
body .gdlr-core-column-service-item a.gdlr-core-column-service-read-more {
  color: #ffffff !important;
  text-decoration: underline !important;
}

body .gdlr-core-column-service-item a.gdlr-core-column-service-read-more:hover {
  color: #ffa880 !important;
}

/* Toggle titles */
.gdlr-core-toggle-box-item-title,
.gdlr-core-accordion-item-title {
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
}

/* ================================
   TABLE WRAPPER
================================ */

.table-wrap {
  overflow-x: auto;
  margin-bottom: 14px;
}

.table-wrap table {
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  border: 1px solid #ddd;
  padding: 0.4rem;
}

.table-wrap thead th {
  background: #004f86;
  color: #ffffff;
}

/* ================================
   NAVIGATION
================================ */

.kingster-navigation .sf-mega a:hover,
.kingster-navigation .sf-mega a:focus,
.kingster-navigation .sf-menu .sub-menu a:hover,
.kingster-navigation .sf-menu .sub-menu a:focus {
  color: #004f86 !important;
}

/* ================================
   UTILITY BAR
================================ */

.kingster-top-bar .sf-menu > li > a.util-btn {
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.kingster-top-bar .sf-menu > li > a.util-btn--primary:hover {
  background: #e65d18;
}

.kingster-top-bar .sf-menu > li > a.util-btn--outline:hover {
  background: #004f86;
  color: #ffffff !important;

}
.kingster-top-bar .sf-menu > li > a.util-btn--primary {
  background: #ff671f;
  color: #ffffff;
}

.kingster-top-bar .sf-menu > li > a.util-btn--outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
/* ================================
   UTILITY MENU
================================ */

.ac-utility-list {
  list-style: none;
  display: flex;
  gap: 12px;
}

.ac-util-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.ac-util-link:hover,
.ac-util-link:focus {
  color: #cfe9fc;
  text-decoration: underline;
}

.ac-util-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  background: #ffffff;
  color: #004f86;
  text-decoration: none;
}

.ac-util-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.ac-util-menu.is-open {
  display: block;
}

.ac-util-menu a {
  padding: 10px 12px;
  color: #004f86;
  text-decoration: none;
  font-weight: 600;
}

.ac-util-menu a:hover,
.ac-util-menu a:focus {
  background: rgba(0,79,134,0.08);
}

/* ================================
   MOBILE TOP BAR
================================ */

@media (max-width:768px) {

.kingster-top-bar .kingster-top-bar-left,
.kingster-top-bar .kingster-top-bar-right {
  justify-content:center;
}

}

/* ================================
   NEWS GRID
================================ */

.wpnaw-news-grid-content,
.wpnaw-news-grid-content * {
  text-align:left !important;
}

/* Title */
.wpnaw-news-title a {
  color:#004f86 !important;
  text-decoration:none !important;
  font-weight:600;
}

.wpnaw-news-title a:hover,
.wpnaw-news-title a:focus {
  color:#005eb8 !important;
  text-decoration:underline !important;
}

/* Body text */
.wpnaw-news-date,
.wpnaw-news-short-content,
.wpnaw-news-content {
  color:#000000 !important;
}

/* Links in article */
.wpnaw-news-grid-content a:not(.readmorebtn) {
  color:#004f86 !important;
  text-decoration:underline;
}

.wpnaw-news-grid-content a:not(.readmorebtn):hover,
.wpnaw-news-grid-content a:not(.readmorebtn):focus {
  color:#005eb8 !important;
}

/* Read More button */

.wpnaw-news-grid-content .readmorebtn {
  background:#004f86 !important;
  color:#ffffff !important;
  border:1px solid #004f86 !important;
  padding:6px 14px;
  text-decoration:none !important;
}

.wpnaw-news-grid-content .readmorebtn:hover,
.wpnaw-news-grid-content .readmorebtn:focus {
  background:#003a63 !important;
}

/* ================================
   BLUE CONTENT BLOCK
================================ */

.ac-blue-section {
  background:#004f86;
}

.ac-blue-section,
.ac-blue-section p,
.ac-blue-section h1,
.ac-blue-section h2,
.ac-blue-section h3,
.ac-blue-section h4,
.ac-blue-section h5,
.ac-blue-section h6,
.ac-blue-section li {
  color:#ffffff !important;
}

.ac-blue-section a {
  color:#ffffff !important;
}

/* ================================
   FOOTER
================================ */

.footer-links {
  list-style:none;
  padding-left:0;
}

.footer-highlight a {
  font-size:20px;
  font-weight:700;
}

.ac-social-icons {
  display:flex;
  gap:14px;
  list-style:none;
}

.ac-social-icons a {
  display:inline-flex;
  width:36px;
  height:36px;
}

.ac-social-icons a:hover {
  color:#cfe9fc;
}

/* ================================
   BLOG
================================ */

.gdlr-core-blog-info-wrapper,
.gdlr-core-blog-info-wrapper a,
.gdlr-core-blog-info-date,
.gdlr-core-blog-info-author {
  color:#000000 !important;
}

.gdlr-core-blog-info-wrapper a:hover {
  color:#ff671f !important;
}

.gdlr-core-blog-info-date a,
.gdlr-core-blog-info-author a {
  pointer-events:none;
  text-decoration:none !important;
}

.gdlr-core-social-share-wrap {
  display:none !important;
}

a.gdlr-core-excerpt-read-more {
  display:none !important;
}

/* ================================
   EVENTS
================================ */

.gdlr-core-event-item-title a {
  color:#004f86;
  text-decoration:none;
}

.gdlr-core-event-item-title a:hover,
.gdlr-core-event-item-title a:focus {
  color:#005eb8 !important;
  text-decoration:underline;
}

/* Events calendar focus */

.tribe-events a:focus,
.tribe-common a:focus,
.tribe-events button:focus,
.tribe-common button:focus,
.tribe-events input:focus,
.tribe-common input:focus,
.tribe-events select:focus,
.tribe-common select:focus {
  outline:3px solid #ff671f !important;
  outline-offset:3px !important;
}

.tribe-events-calendar-list__event:focus-within,
.tribe-events-pro-photo__event:focus-within {
  box-shadow:0 0 0 3px #ff671f !important;
}

/* Top bar links: show underline on hover/focus */
.kingster-top-bar a:hover,
.kingster-top-bar a:focus,
.kingster-top-bar a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
}
/* Highlight Smart Slider when keyboard focus enters it */
.n2-section-smartslider:focus-within {
  outline: 3px solid #ff671f !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 4px rgba(255,103,31,0.45) !important;
}
/* Ensure the top bar background is AC blue */
.kingster-top-bar {
  background-color: #004f86 !important;
}

/* Ensure top bar text stays readable */
/* Top bar default text */
.kingster-top-bar a:not(.util-btn),
.kingster-top-bar span,
.kingster-top-bar select {
  color: #ffffff;
}
.kingster-top-bar .sf-menu > li > a.util-btn--primary {
  background: #ff671f;
  color: #ffffff;
}
/* ================================
   SKIP TO CONTENT LINK
================================ */

.skip-link {
  position: fixed !important;
  left: 16px !important;
  top: 16px !important;
  transform: translateY(-300%) !important;
  background: #004f86 !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  z-index: 9999999 !important;
}

.skip-link:focus,
.skip-link:focus-visible,
.skip-link:active {
  transform: translateY(0) !important;
  outline: 3px solid #ff671f !important;
  outline-offset: 3px !important;
  color: #ffffff !important;
}
.news-page-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.auto-generated-h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #004f86;
}

/* ================================
   Accreditation Program Table
================================ */
.table-wrap {
  overflow-x: auto;
}

.program-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: #ffffff;
}

.program-table caption {
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.program-table thead th {
  background: #004f86 !important;
  color: #ffffff !important;
  border: 1px solid #004f86 !important;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.program-table tbody th,
.program-table tbody td {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #d9d9d9 !important;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.program-table tbody th[scope="row"] {
  font-weight: 600;
}

.program-table tbody tr:nth-child(even) th,
.program-table tbody tr:nth-child(even) td {
  background: #f8fafc !important;
}

@media (max-width: 768px) {
  .program-table th,
  .program-table td {
    padding: 8px 10px;
  }
}
/* Fix low-contrast event text */
.tribe-common .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-top-bar__datepicker-time,
.tribe-events .tribe-events-c-top-bar__nav-link,
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag,
.tribe-events .tribe-events-calendar-list__event-time,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    color: #333333 !important;
}
@media (max-width: 768px) {
  .kingster-top-bar-left > div {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
/* Remove Subscribe to Calendar button */
.tribe-events-c-subscribe-dropdown {
  display: none !important;
}

.cmplz-manage-vendors {
  display: none !important;
}
/* Veterans Form - Light Gray Fields with Black Text */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 2px solid #d9d9d9 !important;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 16px;
}

/* Placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #666666 !important;
    opacity: 1;
}

/* Dropdown text color */
.wpcf7 select {
    color: #000000 !important;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #004f86 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,79,134,0.12);
}
/* Veterans form submit button */
.wpcf7 input[type="submit"] {
    border-radius: 8px !important;
}
/* Make textarea shorter */
.wpcf7 textarea {
    height: 90px !important;
    min-height: 90px !important;
}
.page-id-1061987 .simple-banner {
    display: none !important;
}




