::-moz-selection {
  color: #fff;
  background: #0c6fb7;
}

::selection {
  color: #fff;
  background: #0c6fb7;
}

footer {
	padding-top: 75px;
	padding-bottom: 30px;
}
footer .wp-block-heading {
	margin:0 !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
footer p {
	font-size: 16px;
	margin-bottom: 0 !important;
}
footer p a {
	color: #111;
}
footer p a:hover {
	color: #0c6fb7;
}
footer hr {
	border-top: 1px solid rgba(14,63,101,0.25) !important;
}
.footer-logo .wp-block-gallery {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo .wp-block-image {
	width: auto !important;
    display: inline-block !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    flex-grow: initial !important;
    filter: grayscale(100);
    transition: all .5s ease;
}
.footer-logo .wp-block-image:hover {
	filter: grayscale(0);
}
.footer-logo .wp-block-image img {
  object-fit: initial !important;
  width: auto !important;
  height: 65px !important;
}

.footer-menu ul {
	display: inline-block !important;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-menu ul li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block !important;
}
.footer-menu ul li a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footer-menu ul li a:hover {
	color: #0c6fb7 !important;
}
.copyright-text .wp-block-column {
	font-size: 16px;
	color: #111;
  	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  	font-weight: 400;
}
.inner-banner-bg .entry-header {
	margin-bottom: 0;
	padding: 55px 16px 55px;
	position: relative;
	background-color: #0e3f65;
}
.inner-banner-bg .entry-header:before,
.archive-description:before {
	background: url(../icons/patterns/honeycomb-pattern-opacity-05.svg) 0 0 repeat;
	background-size: 80px;
	background-color: #0e3f65;
	content: "";
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.entry-header .breadcrumb,
.entry-header h1 {
	position: relative;
	z-index: 9;
	color:#fff;
}
.inner-banner-bg .site-inner .entry-content {
	padding-top: 100px;
	padding-bottom: 140px;
}
.site-container {
	display: flex;
  flex-direction: column;
  min-height: 100dvh;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.site-container .site-inner {
  flex-grow: 1;
  padding-top: 101px;
}
input:focus, select:focus, textarea:focus {
	border-color: #0e3f65;
}
select:focus {
	outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #fff url('../images/arrow-btn.png') no-repeat 97% 53%;
  padding: 12px 30px 12px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
select.wpforms-field-large {
	background: #fff url('../images/arrow-btn.png') no-repeat 98.5% 53%;
}

.sticky-header header.site-header {
	background: #fff;
	position: fixed;
	z-index: 999999;
	transition: 0.3s ease all;
	-webkit-animation: sticky-menu 0.8s forwards;
	-ms-animation: sticky-menu 0.8s forwards;
	-o-animation: sticky-menu 0.8s forwards;
	animation: sticky-menu 0.8s forwards;
	top: 0;
	box-shadow: 0 15px 10px -15px #eee;
	width: 100%;
}

@-webkit-keyframes sticky-menu {
	from {
		top: -50%
	}

	to {
		top: 0
	}
}

@keyframes sticky-menu {
	from {
		top: -50%
	}

	to {
		top: 0
	}
}

 .course-section .single-professional-section h3 a,
 .filter-bottom .post-summary.post-summary--resource .post-summary__title a,
 .bottom-resource-hub .post-summary.post-summary--resource .post-summary__title a,
 .post-summary.post-summary--tertiary .post-summary__title a,
 .top-article-filter .post-summary__title a {
 	line-height: 1.5;
 }
   .course-section article .post-summary__content .post-summary__title {
   	margin-top: 15px;
 	font-size: 20px;
   }
   .post-summary.post-summary--tertiary .post-summary__title {
   	margin-top: 5px;
 	font-size: 20px;
   }
   .filter-bottom .post-summary.post-summary--resource .post-summary__title,
   .bottom-resource-hub .post-summary.post-summary--resource .post-summary__title,
   .top-article-filter .post-summary__title {
 	font-size: 20px;
 }

article[aria-label="Resource Hub"] .block-faceted-focus-areas__results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

footer.entry-footer:empty,
.after-entry:empty {
	display: none;
}

.page-default-page .site-main blockquote {
	margin-left: 0;
	margin-right: 0;
}

ol {
	list-style: none;
	counter-reset: li;
}

ol > li {
	counter-increment: li;
}

ol > li::before {
	content: counter(li);
	color: #0c6fb7;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
  	font-weight: 700;
}

.search.search-no-results .breadcrumb,
.search.search-results .breadcrumb {
	display: none;
}

.search.search-results .archive-post-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-default-page .site-main .wp-block-heading {
	color: #0c6fb7 !important;
}

.search.search-no-results .site-inner,
.search.search-results .site-inner {
	padding-bottom: 100px;
  	/*padding-top: 140px;*/
}
.archive-description {
  margin-bottom: 100px;
  padding: 55px 16px 65px;
  position: relative;
}
.archive-description h1 {
	position: relative;
  z-index: 9;
  color: #fff;
}
.search.search-no-results .entry p {
	text-align: center;
  	margin-bottom: 0;
  	font-weight: 600;
}
.search.search-results .post-summary.post-summary--resource {
  border-top-width: 1px;
}
.search.search-results .post-summary__title {
	font-size: 20px;
}
.search.search-results .post-summary__title a {
	line-height: 1.5;
}
.pagination ul li {
	padding-left: 0;
}
.pagination ul li:before {
	background: none;
}

.error404 .site-inner {
	padding-top: 180px !important;
  	padding-bottom: 140px;
}
.error404 .site-inner .content-area {
	text-align: center;
}
.error404 .site-inner h1 {
	color: #0e3f65;
	margin-bottom: 20px;
}
.error404 .site-inner .wp-block-button__link {
	width: auto;
}
.error404 .site-inner p {
	font-size: 22px;
}

.wpforms-confirmation-container {
	color: green !important;
}
.facetwp-checkbox.checked {
  background-image: url('../images/active-checked.png') !important;
}
.facetwp-checkbox {
  background-image: url('../images/checked.png') !important;
}

.course-section .post-summary__content p,
.facet-resource-hub .post-summary__excerpt p,
.facet-focus-areas .post-summary__excerpt p,
.archive-post-listing .post-summary__excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.site-inner ol {
	padding: 0;
}
.site-inner ol li {
	position: relative;
	padding-left: 26px;
}
.site-inner ol li::before {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
footer ul.wp-block-navigation li.current-menu-item {
	color: #085c9c;
}

.subscribe-form div.wpforms-container.one-line .wpforms-submit-container {
	margin-bottom: 12px;
}
.subscribe-form .wpforms-field.wpforms-field-content,
.subscribe-form .wpforms-field.wpforms-field-content p {
	margin-bottom: 0;
	clear: both;
	font-size: 12px;
	display: inline-block;
  	width: 100%;
}
.subscribe-form .wpforms-field.wpforms-field-content a {
	color:#fff;
	text-decoration: underline;
}
.subscribe-form .wpforms-field.wpforms-field-content a:hover {
	text-decoration: none;
}

.skip-link {
  height: auto !important;
  width: auto !important;
  overflow: initial !important;
  left: 5px;
  z-index: 9999999999;
  color: #fff;
  padding: 6px 14px !important;
  font-size: 16px;
  top: -50px;
  clip: initial !important;
  border: 2px solid #0d71b9 !important;
  background: #0d71b9;
  clip-path: inset(0%) !important;
}
.skip-link:hover {
	background: none;
	color: #0d71b9;
}
.full-width {
	clear: both;
}

.backToTop {
  display:inline-block;
  background-color:#0d71b9;
  width:35px;
  height:35px;
  text-align:center;
  border-radius:5px;
  position:fixed;
  bottom:50px;
  right:20px;
  transition:background-color 0.3s,opacity 0.5s,visibility 0.5s;
  opacity:0;
  visibility:hidden;
  cursor:pointer;
  z-index:9999
}
.backToTop:after {
  content:"";
  position:absolute;
  top:15px;
  left:calc(50% - 7px);
  display:inline-block;
  width:13px;
  height:13px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg)
}
.backToTop.active {
  opacity:1;
  visibility:visible
}
.backToTop:hover {
  background:#111;
}
.hide-object {
	font-size: 15px;
  display: none;
}
.rll-youtube-player .play:hover {
	background-image: url(../images/hover-youtube.png);
}
.wpforms-container .wpforms-required-label {
	color: #cc0000 !important;
}
.wpforms-confirmation-container.wpforms-confirmation-scroll p {
	margin-bottom: 0;
	color:#24ce24 !important;
	text-align: center;
}
.block-subscribe .wpforms-submit-spinner {
	display: none !important;
}
.cat-nodata p {
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
}
.choose-publication-cat .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 0;
	padding-bottom: 0;
}
.d-none,
.inline-edit-event .inline-edit-col-center.inline-edit-categories {
	display: none !important;
}



.staff-modal {
	display: flex;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	align-items: center;
}

.staff-modal-header {
	position: relative;
	padding: 20px;
}

.staff-modal-content {
	background-color: white;
	padding: 0;
	margin: 0 auto;
	border-radius: 0;
	width: 800px;
	position: relative;
}

.staff-modal .staff-close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	transform: translateY(0%);
	right: 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0e3f65;
	border: none;
	cursor: pointer;
	transition: all .5s ease;
}

.staff-modal .staff-close-btn:hover {
	background: #0d71b9;
}
.staff-modal .staff-modal-header p {
	margin-bottom: 0;
	margin-top: 10px;
}

.staff-modal .staff-close-btn::after,
.staff-modal .staff-close-btn::before {
	width: 24px;
	height: 2px;
	background: #fff;
	display: inline-block;
	content: "";
	position: absolute;
	left: 8px;
	top: 18px;
	transition: all .5s ease;
}

.staff-modal .staff-close-btn::before {
	transform: rotate(41deg)
}

.staff-modal .staff-close-btn::after {
	transform: rotate(135deg)
}

.staff-modal-center {
	/* max-height: 500px; */
	overflow: auto;
	padding: 0 20px 20px 20px;
}

.staff-modal-center p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

.staff-modal-center p:last-child {
	margin-bottom: 0;
}

.staff-modal .staff-modal-content {
	transition: all .5s ease;
	transform: translateY(-50px);
}

.staff-open-modal-html .staff-modal .staff-modal-content {
	transform: translateY(0);
  	max-height: 80vh !important;
  	overflow: auto;
}

.tstaffa-open-modal-html {
	overflow: hidden;
}
.staff-modal .entry-content h2 {
	width:90%;
}
.staff-open-modal {
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
}

.wpa-content-summary {
	background: #e6ebef;
	padding: 30px;
	margin-bottom: 30px;
}
@media(max-width:1365px){
	.footer-logo .wp-block-image img {
	  	height: 55px !important;
	}
	.inner-banner-bg .site-inner .entry-content {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.archive-description {
  		margin-bottom: 70px;
	}
}

@media(max-width:1199px){
	.search.search-no-results .site-inner,
	.search.search-results .site-inner {
	  padding-bottom: 80px;
	}
	.archive-post-listing .post-summary {
    margin-bottom: 20px;
  }
	 .search.search-results .archive-post-listing {
	 	display: grid;
	 	grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 20px;
  }
	  .archive-description {
    padding: 35px 16px 35px;
  }
	.footer-top .wp-block-column {
		padding-right: 20px !important;
	}
	footer {
	  padding-top: 60px;
	  padding-bottom: 20px;
	}
	.footer-menu ul {
	  padding-top: 25px;
	  padding-bottom: 25px;
	}
		.inner-banner-bg .site-inner .entry-content {
	padding-top: 60px;
	padding-bottom: 90px;
}
.inner-banner-bg .entry-header {
  padding: 35px 16px 35px;
  }
   
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  top: 11px;
}
.filter-bottom .post-summary.post-summary--resource .post-summary__title,
.bottom-resource-hub .post-summary.post-summary--resource .post-summary__title,
.top-article-filter .post-summary__title {
  font-size: 17px;
}
.site-inner ol li {
  padding-left: 22px;
}
.wpa-content-summary {
	background: #e6ebef;
	padding: 20px;
	margin-bottom: 20px;
}
}
@media(max-width:1100px){
	.site-header .wrap {
    padding: 10px 48px 0px 48px;
  }
  .site-container .site-inner {
	  padding-top: 71px;
	}
	.error404 .site-inner {
	  padding-top: 140px !important;
	  padding-bottom: 110px;
	}
	.error404 .site-inner h1 {
  margin-bottom: 15px;
}
.nav-menu .nav-primary {
  overflow: auto;
  height: 350px;
}
}
@media(max-width:991px){
	select {
  background: #fff url(../images/arrow-btn.png) no-repeat 95% 50%;
}
select.wpforms-field-large {
  background: #fff url(../images/arrow-btn.png) no-repeat 97.5% 50%;
}
footer .wp-block-heading,
footer p,
.copyright-text .wp-block-column,
.footer-menu ul li a {
  font-size: 14px;
  }
  .footer-logo .wp-block-image img {
    height: 50px !important;
  }
  .footer-logo .wp-block-image {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.wp-block-columns.footer-top .wp-block-column {
	flex-basis: calc(25% - 30px) !important;
    padding-right: 16px !important;
}
.copyright-text,
.wp-block-columns.footer-top {
 gap: 0;
}
.wp-block-columns.copyright-text .wp-block-column {
    flex-basis: 50% !important;
  }
  .inner-banner-bg .site-inner .entry-content {
    /*padding-top: 40px;
    padding-bottom: 70px;*/
  }
  .error404 .site-inner p {
  font-size: 20px;
}
.error404 .site-inner {
  padding-top: 130px !important;
  padding-bottom: 90px;
}

.backToTop {
  bottom: 95px;
  }
  .nav-menu .nav-primary {
  height: 285px;
}

.staff-modal-content {
  width: 90%;
}
}
@media(max-width:991px){
	.footer-menu ul li {
  margin-left: 6px;
  margin-right: 6px;
}
}
@media(max-width:767px){
	.search.search-results .post-summary__title {
  font-size: 18px;
}
	.archive-description {
    margin-bottom: 50px;
  }
  .search.search-no-results .site-inner,
  .search.search-results .site-inner {
    padding-bottom: 60px;
  }
  .archive-pagination.pagination {
  text-align: center;
  padding-top: 10px;
}
	.search.search-results .archive-post-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
	.wp-block-columns.footer-top .wp-block-column {
	flex-basis: calc(50% - 30px) !important;
	padding-bottom: 20px;
}
.wp-block-columns.footer-top {
	margin-bottom: 10px !important;
}
 .footer-menu ul {
    padding-top: 20px;
    }
    .inner-banner-bg .site-inner .entry-content {
    padding-bottom: 70px;
  }
  .error404 .site-inner p {
  font-size: 18px;
  line-height: 1.4;
}
}

@media(max-width:575px){
	select.wpforms-field-large {
  background: #fff url(../images/arrow-btn.png) no-repeat 97.5% 50%;
}
	select {
  background: #fff url(../images/arrow-btn.png) no-repeat 95% 50%;
}
	 .inner-banner-bg .site-inner .entry-content {
    padding-top: 40px;
}
	.wp-block-columns.copyright-text .wp-block-column {
    flex-basis: 100% !important;
    display: flex;
    justify-content: center;
  }
  .footer-logo .wp-block-image img {
    /* height: 46px !important; */
    margin-bottom: 10px;
  }
   /* .footer-menu ul li {
    margin-left: 12px;
    margin-right: 12px;
  } */
  .backToTop {
  bottom: 75px;
  }
   .nav-menu .nav-primary {
  height: 380px;
}
.staff-modal-content {
  width: 95%;
}
}
@media(max-width:479px){
	 .footer-logo .wp-block-image img {
    height: 46px !important;
  }
	.backToTop {
  /* bottom: 75px; */
  }
	select,
	select.wpforms-field-large {
	  background: #fff url(../images/arrow-btn.png) no-repeat 96% 50%;
	}
		.wp-block-columns.footer-top .wp-block-column {
		flex-basis: 100% !important;
		padding-right: 0 !important;
	}
}

@media(max-width:392px){
	.backToTop {
  bottom: 75px;
  }
}