/* Custom CSS */
/* Flexbox for Department Structure - Marcus */
.flex-container-head {
  display: flex;
  /* flex-direction: column; */
  background-color: #ffffff;
  justify-content: center;
}

.flex-container {
  display: flex;
  background-color: #ffffff;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-container-head > div {
  background-color: #D3D3D3;
  margin: 10px;
  padding: 10px;
  text-align: left; 
  width: 350px;
  border-radius: 10px;
}

.flex-container > div {
  background-color: #D3D3D3;
  margin: 10px;
  padding: 10px;
  text-align: left; 
  width: 350px;
  border-radius: 10px;
}

@media (min-width: 960px) {
    .uk-article-title {
        font-size: 40px;
    }
}

.h3, .uk-h3, h3 {
    font-size: 22px;
}

.uk-nav-default>li>a {
    color: #4C4C51;
    letter-spacing: 1px;
    font-size: 16px;
}

 .uk-link, a {
    /* color: #2E25B4; */
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
} 
*/

.uk-link, a:visited {
    color: #5D18B1;
  }

.uk-link, a:hover {
    text-decoration-thickness: max(1px, .1rem);
}

/* .uk-breadcrumb { */
    .uk-breadcrumb>*>* {
    text-decoration: none;
}

.uk-accordion-title {
    color: #2d2e33;
    text-decoration: none;
}

.uk-accordion-title {
    color: #2d2e33;
    text-decoration: none;
}

/* 
.uk-accordion-title, a:visited {
    color: #2d2e33;
}  
*/

/* HALT table CSS imported from old J3 site by Kyle 04/21/25 */

.comm-dir-table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

  .comm-dir-table th {
    background: #0d5fb5;
    color: #fff;
    padding: 15px 8px;
    text-align: center;
      }

.comm-dir-table caption {
	margin: .5em 0 .75em;
}

.comm-dir-table tr {
	padding: .35em;
}

.comm-dir-table tr:hover {
	background: #0d5fb5;
	color: white;
}

.comm-dir-table-blank {
	background: #0d5fb5;
}

.comm-dir-table th,
.comm-dir-table td {
	padding: .625em;
	text-align: center;
	vertical-align: middle;
}

.comm-dir-table th,
.comm-dir-table.category th,
.comm-dir-table td,
.comm-dir-table.category td {
	border-top: none !important;
}

@media screen and (max-width: 600px) {
	.comm-dir-table {
		border: 0;
	}

	.comm-dir-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.comm-dir-table tr:hover {
		background: white;
		color: black;
	}

	.comm-dir-table tr {
		display: block;
		margin-bottom: .625em;
		border-bottom: 1px solid #0d5fb5;
	}

	.comm-dir-table td {
		display: block;
		text-align: left;
	}

	.comm-dir-table td::before {
		content: attr(data-label) !important;
		float: left !important;
		font-weight: bold !important;
		padding-right: 40px !important;
		width: 100%;
	}

	.comm-dir-table td:last-child {
		border-bottom: 0;
	}
}
/* X (close) icon hover color for offcanvas menu - Jenn */
.tm-toolbar-default .uk-close:hover,.uk-card-primary.uk-card-body .uk-close:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-close:hover,.uk-card-secondary.uk-card-body .uk-close:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-close:hover,.uk-light .uk-close:hover,.uk-notification-message-danger .uk-close:hover,.uk-notification-message-primary .uk-close:hover,.uk-notification-message-success .uk-close:hover,.uk-notification-message-warning .uk-close:hover,.uk-offcanvas-bar .uk-close:hover,.uk-overlay-primary .uk-close:hover,.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
color: #811749;
}

.uk-nav-sub a:hover {
	color: #811749 !important;
}

/* Top (general) main menu items */
.main_site_link {
  color: #41675D !important;
}

 .main_site_link:hover {
  /*color: #20433A !important; */
  color: #811749 !important; 
} 

.department_site_link {
  font-weight: bold;
  color: #000000;
}

.department_site_link:hover {
  /* color: #20433A !important; */
  color: #811749 !important;
} 

/* Adds left margin to WCNY logo for mobile - Marcus */
.uk-navbar-item>:last-child {
    margin-bottom: 0;
    margin-left: 20px;
}

/* Dims placeholder text in form field (included search box) - Marcus */
input::placeholder {
  color: #BCBCBC;
  /* opacity: .7; */
}

/* heading 1 - Note that this is 56px in other sites, it effects the banner title text*/
.uk-margin-remove-bottom, uk-article-title {
  font-size: 46px;
}

@media screen and (max-width: 600px) {
   /* Resize Header for mobile - Marcus */  
    .uk-margin-remove-bottom, uk-article-title {
        font-size: 32px;
    }
}

.uk-panel>:last-child {
    margin-bottom: 5px;
}

/* For search field with black background */
.uk-search-default .uk-search-input {
    color: #000000;
}