/*
	Theme Name: i+ Business Basic 2020
	Theme URI: innovatingBD.com
	Description: i+ Business Basic WordPress Theme (2020)
	Version: 1.2
	Author: i+ Holdings Inc (i+)
	Author URI: innovatingBD.com
	Tags: i+ Business Basic, i+ Holdings Inc (i+)

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
:root{
    --body-text: #192958;
    --secondary: #C0233C;
    --uhn-blue: #192958;
    --uhn-red: #C0233C;
    --neutral: #E4E4E4;
    --lilac: #C58BBD;
    --colbalt: #255CAA;
    --chartreuse: #75AF55;
    --white: #FFF;
    --light-grey: #F3F4F6;
    --form-border: rgba(25,41,88,0.5);
    --footer-bg: #192958;
    --border-radius:14px;
    --border-radius-small: 6px;

  }
/*------------------------------------*\
    MAIN
\*------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
    font-size:18px;
}
body {
    font-family: 'Poppins', sans-serif;
    color:var(--body-text);
    font-size:18px;
    line-height:1.5;
    font-weight:400;
    position:relative;
      -webkit-font-smoothing:antialiased;   
}
body.logged-in.admin-bar{
    padding-top:30px
}
section {
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
    margin:0 0 0.75rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}
h1 {    
    font-size:46px;
    margin: 0 0 0.75rem;
}
.category-contributors h1 {
    margin-left:0
}
.h2, h2 {
    font-size:40px;
}
body.single-post article h2 {
    font-size:40px
}
.post h2, .post h3 {
    text-transform:none;
}
h2, h3 {
    margin:0.5rem 0;
}
h3 {
    font-size:28px;
    margin:0.5rem 0 0.75rem;
}
h3.widget-title {    
    text-align:left;
}
h4, h5, h6,
.fellowship-program h3  {    
    font-size:24px;
    margin:0.5rem 0 0.75rem;
}
h6  {    
    font-weight:400;
    font-size:20px;
}
ul,
ol {
    padding-left:20px;
}
li {
    margin-bottom: 0.5rem;;
}
table {
    max-width:100%;
}
table td {
    padding:5px 10px 5px 0;
    vertical-align:0;
}
.float-right {
    float:right;
}
.txt-blue {
    color:var(--body-text);
}
.flex {
    display: flex;
}
.flex-between {
    justify-content: space-between;
}
.flex-even {
    justify-content: space-evenly;
}
.flex-center {
    justify-content: center;
}
.flex-start {
    justify-content: flex-start;
}
.sidebar h1, .sidebar h2, .sidebar h3 {
    font-size: 22px;
    margin: 30px 0 10px;
    font-weight: 500;
}
.sidebar h3:first-child {
    margin-top:0;
}
.sidebar h4, .sidebar h5, .sidebar h6 {
    font-size:100%;
}
.sidebar .widget {
    margin-bottom:30px;
}
.sidebar .widget:last-child {
    margin-bottom:0
}
.sidebar .widget-odd, .sidebar .widget-even {
    margin-bottom:30px;
}

p {
    margin:0 0 20px;
}
a {
    color:var(--body-text);
    transition: all 0.3s linear;
    text-decoration: none;
}
a:hover {
    text-shadow: 0 0 0.5px currentColor;
}
main a {
    font-weight:500;
}
main a:hover {
    text-decoration: underline;
    color:var(--colbalt)
}
em, code {
    font-style:italic
}
strong {    
    font-weight:500;
}
small {
    font-style:italic;
}
hr {
    margin: 2rem 0;
    height: 0;
    clear: both;
    border: solid #ddd;
    border-width: 1px 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid var(--white);
}
button, input, optgroup, select, textarea {
    color: inherit;
    margin: 0;
}
fieldset {
    border-radius: var(--border-radius-small);
    border:1px solid var(--body-text);
    padding:0.5rem 1.5rem 1.5rem;
    margin-bottom:1.5rem;
}
fieldset fieldset {
    border-radius: 0;
    border:0;
    padding:0.5rem 0;
    margin-bottom:0;
}
legend {
    text-transform: uppercase;
    font-weight: 500;
    padding:3px 5px;
    background-color: var(--white);
}
fieldset fieldset legend {
    padding-left:0;
    text-transform: none;
    padding-top:1rem;
}
fieldset.fields-inline,
fieldset.fields-list {
    border: 0;
    padding: 0;
    margin: 0 0 0.5rem;
    min-width: 0; 
}
fieldset.fields-inline > legend,
fieldset.fields-list > legend,
fieldset.fields-list a {
    float: none;       
    padding: 10px 0 0;
    margin: 0;
    font-weight: 400; 
}  
fieldset.fields-list a,
fieldset.fields-list .form-note {
    font-size:16px;
    margin-bottom:0.5rem;
}
fieldset.fields-list a {
    font-weight: 500;
}
fieldset.fields-inline .wpcf7-form-control,
fieldset.fields-list .wpcf7-form-control{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}  
fieldset.fields-inline .wpcf7-list-item,
fieldset.fields-list .wpcf7-list-item{
    margin: 0;
}
fieldset.fields-inline .wpcf7-list-item label, 
fieldset.fields-list .wpcf7-list-item label {
    display: flex;
    gap:0.5rem;
}
fieldset.fields-inline .wpcf7-list-item input,
fieldset.fields-list .wpcf7-list-item input  {
    height: 20px;
    width: 20px;
    position: relative;
    top: -3px;
}
fieldset.fields-inline .wpcf7-list-item input[type="checkbox"],
fieldset.fields-inline .wpcf7-list-item input[type="radio"],
fieldset.fields-list .wpcf7-list-item input[type="checkbox"],
fieldset.fields-list .wpcf7-list-item input[type="radio"] {
  accent-color: var(--body-text);
}

fieldset.fields-list .wpcf7-form-control {
    flex-direction: column;
}
.resource-filter-panel fieldset {
    border-radius: 0;
    border:0;
    padding:0;
    margin-bottom:0;
}
label {
    font-size: 16px;
}
input, textarea, select {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    font-size:14px;
    color:var(--body-text);
    background: var(--light-grey);
    padding:0.5rem 0.75rem;
    outline: none;
    margin: 5px 0 20px;
    border-radius: var(--border-radius-small);
    border:1px solid var(--form-border);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
textarea {
    height:100px;
}
input:focus, 
input:active,
textarea:focus,
textarea:active {
    border:1px solid var(--chartreuse);
    outline: 1px solid var(--chartreuse);
    outline-offset: 0;
}

input[type="submit"] {
    color: var(--white);
    padding: 0 24px;
    width: auto;
    font-weight:400;
    line-height:100%;
    line-height:40px;
    text-transform:uppercase;
    font-size:1.25em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-column{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem; 
    align-items: start;
}

.wpcf7-form br {
    display:none;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
    text-align: center;
}
.mc4wp-form-fields input {display:inline-block;width:100%;margin-bottom:10px; }
.wpcf7-form input {margin-bottom:10px !important;}
.wpcf7-form input[type="submit"], .mc4wp-form-fields input[type="submit"] {
    line-height:1;
    position:relative;
    top:1px;
    width:99.4%;
}
.wpcf7-form p, .mc4wp-form-fields p {
    text-align:left;
    margin:0
}
.wpcf7-form .form-summary p {
    font-size: 14px;
    margin-bottom:0.5rem;
}
input, textarea, form p {
    position:relative;
    z-index:1;
}
.required,
.wpcf7-not-valid-tip {
    color: var(--uhn-red);
    font-weight: 400;
    font-size: 0.7rem;
    position: relative;
    top: -5px;
}
.fields-list .wpcf7-not-valid-tip {
    top:0
}
.red, .post-edit-link {
    color:var(--uhn-red);
}
.grey {color:#AEB0B2}
.small {
    font-size:60%;
}
.home #primary .widget .wpcf7-form p.note, .mc4wp-response p,
.note {
    color:var(--uhn-red);
}
.mc4wp-response p {
    font-style:italic;
    font-size:80%;
    padding-left:7px;
}
.form-section  {
    max-width:80%;
    margin:auto;
}
.wpcf7-form p.note, .home .so-widget-sow-editor p.note {font-size:14px !important;}
.home #primary .widget .wpcf7-form p.note {
    font-size:0.9em;
    margin-top:-20px;
}
::-webkit-input-placeholder {
  color: var(--body-text);
  opacity: 1 !important;
}

:-moz-placeholder { 
  color: var(--body-text);   
  opacity: 1 !important;
}

::-moz-placeholder { 
  color: var(--body-text);
  opacity: 1 !important;
}

:-ms-input-placeholder { 
  color: var(--body-text);
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: var(--body-text);
  opacity: 1 !important;
}

:placeholder-shown {
  color: var(--body-text);
  opacity: 1 !important;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    text-decoration:none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
a:hover,
a:active {
	outline:0;
}
.wpcf7-form input[type="submit"],
input[type="submit"],
.button a, a.button,
div[class^="so-widget-sow-button"] .ow-button-base a, 
div[class*=" so-widget-sow-button"] .ow-button-base a,
div[class^="so-widget-sow-button-wire-"] .ow-button-base a, 
div[class*=" so-widget-sow-button-wire-"] .ow-button-base a {
    border:0 !important;
    display: inline-block;
    background-color:var(--body-text) !important;
    color:var(--white) !important;
    padding:0.75rem 1.5rem !important;
    text-decoration:none !important;
    font-weight:500 !important;
    border-radius:30px !important;
    font-size:18px !important;
    text-transform: uppercase;
}
.wpcf7-form input[type="submit"]:active,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button a:hover, a.button:hover,
div[class^="so-widget-sow-button"] .ow-button-base a:hover, 
div[class*=" so-widget-sow-button"] .ow-button-base a:hover,
div[class^="so-widget-sow-button-wire-"] a:hover, 
div[class*=" so-widget-sow-button-wire-"] a:hover {
    background-color:var(--colbalt) !important;
    color:var(--white) !important;
    text-decoration:none !important;
}
.wpcf7-form input[type="submit"],
input[type="submit"] {
    width: fit-content;
    margin: auto;
    display: block;
}
.sow-buttons-grid {
    align-items: stretch;
} 
.sow-buttons-grid .ow-button-base {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.sow-buttons-grid .so-widget-sow-button,
.sow-buttons-grid .ow-button-base {
    height: 100%;
}
.sow-buttons-grid .ow-button-base .sowb-button {
    padding:1.5rem 1rem !important;
    margin:0;
    border-radius: var(--border-radius-small) !important;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    background-color: var(--white) !important;
    border: 1px solid var(--body-text) !important;
    color: var(--body-text) !important;
    text-transform: none !important;
}
.sow-buttons-grid .ow-button-base .sowb-button {
    line-height: 1.4;
}
.sow-buttons-grid .ow-button-base .sowb-button .sow-icon-image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height:40px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.hide {
    display:none;
}

.panel-grid-cell {
    position:relative;
}

main {
    padding:60px 0;
}
.homepage main {
    padding: 0;
}


.panel-row-style-fullscreen h1 {
    margin-bottom:0;
}
.panel-row-style-fullscreen iframe {
    margin-top:0.15em;
}
.social .fa {
    display:block;
    padding:0;
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    font-size:1.25em;
    background-color:#afafb0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
}
.social a:hover .fa {
     background-color:#333;
     text-decoration:none;
}
.social a:hover {
    text-decoration:none;
}
.social .fa, .social a, .social a span, .social a i {
    color:var(--white) !important
}
.wpcf7-form .social, .mc4wp-form-fields .social {
    float:right;
    margin-top:-30px;
    width:auto;
}
.wpcf7-form .social a, .mc4wp-form-fields .social a {
    float:right;
    
    margin-left:10px
}
#header .logo {
    padding:1rem 0;
    position: relative;
    z-index:99999;
}
#header .logo img {
    height:auto;
    width:auto;
    max-width:none;
    height:50px;
    position:relative;
}
#header .col-2-12 img {
    max-height:76px;
}
.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left:30px;
    padding-right: 30px;
    overflow: hidden;
}
.page-template-page-fullwidth .wrapper {
    overflow:visible;
} 
.home .wrapper {
    overflow:visible;
}

.wrapper.w-sidebar{
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    overflow: visible;
} 
.wrapper.w-sidebar section{
    flex: 1 1 0;
    min-width: 0;
    width: auto; 
}
.wrapper.w-sidebar .sidebar{
    flex: 0 0 320px;
    margin-left: auto;
    background: var(--light-grey);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: sticky;
    top: 140px;
}
.wrapper.w-sidebar .sidebar.resource-aside,
.wrapper.w-sidebar .sidebar.fellowship-aside {
    padding:0;
    background:transparent;
    border-radius:0;
    overflow: visible;
}
.wrapper.w-sidebar .sidebar.resource-aside .resource-aside-panel,
.wrapper.w-sidebar .sidebar.fellowship-aside .fellowship-aside-card {
    background: var(--light-grey);
    padding: 1.5rem 1.5rem 1.75rem;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.wrapper.w-sidebar .sidebar.resource-aside .resource-readfull,
.fellowship-aside-cta {
    display: block;
    text-transform: uppercase;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
    width: 100%;
    border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
    padding:1rem 1.5rem !important;
    position:relative;
    top:-10px;
    font-size:16px !important;
}
.w-sidebar.search article,
.w-sidebar.category article,
.w-sidebar.author article {
    margin:30px 0 0;
    border:0;
}
.post-img {
    width:100%;
    height:400px; 
    display:flex;
    flex-direction: column;
    justify-content: center;
    color:var(--white);
    background-position:top center !important;
    background-size:cover !important;
    background-attachment:fixed !important;
    position:relative;
    z-index:1;
    padding:2rem 0;
    overflow:hidden;
}
.post-img:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.13) 75%, rgba(0, 0, 0, 0) 100%);
}
.post-img .wrapper {
    position: relative;
    z-index: 1;
}
.post-img .post-img-content {
    max-width:840px;
}
.post-img .post-img-content .banner-text,
.post-img .post-img-content p,
.post-img.faculty-banner .post-img-content .faculty-banner-title,
.post-img.faculty-banner .post-img-content .faculty-banner-org  {
    max-width:700px;
}
.post-img.faculty-banner .post-img-content {
    max-width:100%;
}
.post-img .post-img-content .banner-kicker {
    font-size:52px;
}
.post-img .post-img-content .banner-kicker.faculty-banner-name,
.post-img .post-img-content .banner-kicker {
    font-size: 48px;
    font-weight: 400;
}
.post-img .post-img-content .banner-text {
    font-size:24px;
    margin-top:0.5rem;
}
@keyframes fadeIn { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
} 
.breadcrumb {
    background-color: var(--light-grey);
    padding:10px 0;
    text-transform: capitalize;
    font-size:14px;
}
.breadcrumb span {
    font-size:12px;
    padding:0 5px
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
        transform: scale(0);
    } 
    100% { 
        opacity: 1; 
        transform: scale(1);
     } 
} 
.sidebar button.search-submit {display:none;}
.meta {
    margin-bottom:0;
}
.meta.post-date {
    margin-bottom:20px;
    display:inline-block;
    position:relative;
    color:#444;
    font-size:16px;
    display:none;
}
.meta.post-date:before {
    content:"";
    height:1px;
    width:60px;
    background-color:#444;
    position:absolute;;
    bottom:-5px;
    left:0
    
}
.meta .comments {
    text-transform:lowercase;
}
.archive-header {
    padding-bottom: 1.5rem;
}
.archive-label {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--chartreuse);
}
.archive-header h1 {
    margin: 0 0 1rem;
}
.category-post-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    align-items: start;
}
.category-post-image {
    display: block;
    border-radius: var(--border-radius-small);
    overflow: hidden;
    width: 100%;
}
.category-post-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
}
.category-post-content .meta {
    margin: 0.75rem 0 0.5rem;
    font-size: 0.95rem;
    opacity: 0.9;
}
.category-post-content .title {
    margin: 0;
    font-size: 28px;
}
.entry-summary {
    font-size: 16px;
}
.entry-summary p {
    margin: 0;
}
.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.25rem 0 0.75rem;
}
.post-tags.single {
    border-top:1px solid var(--light-grey);
    border-bottom:1px solid var(--light-grey);
    padding:0.3rem 
}
.post-tags a,
.post-tags .tag-label {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 14px;
    text-decoration: none;
    color:var(--body-text);
    font-weight: 300;
}
.post-tags .tag-label {
    font-weight: 500;
}
.post-tags span {
    font-size: 12px;
}
.category article.post h3, .archive article.post h3, .search article.post h3, .search article.post h3,
.search .w-sidebar  h2, .search .w-sidebar  h3, .search .w-sidebar h4 {
    font-size: 1.5em;
    font-weight: 400;
}
.search article.post h3, .search article.post h3,
.search .w-sidebar  h2, .search .w-sidebar  h3, .search .w-sidebar h4 {
    text-transform:none;
}
.search article.post h3 a, .search article.post h3 a,
.search .w-sidebar  h2 a, .search .w-sidebar  h3 a, .search .w-sidebar h4 a {
    text-decoration:none;
}
.wrapper .rpwe-block li,
.content-area .rpwe-block li  {
    width:33.33%;
    float:left;
    height:245px;
    overflow:hidden;
    margin-bottom:0;
    padding:0 1px 1px 0;
    position:relative;
    border:0;
}
.rpwe-ul {margin-left:0;padding-left:0;}
.wrapper .rpwe-thumb,
.content-area .rpwe-thumb  {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
    position:relative;
    z-index:1;
    opacity: 0.25;
    height:244px;
}
.wrapper .rpwe-title a,
.content-area .rpwe-title a {
    text-decoration:none;
}
.wrapper .rpwe-block h3,
.content-area .rpwe-block h3  {
    background: none!important;
    clear: none;
    font-weight: 600;
    line-height: 1.5;
    position:absolute;
    top:44px;
    left:20px;
    max-width:90%;
    z-index:2;
    font-size: 1.5em !important;
    text-transform:none;
    text-shadow: 0 0 0 var(--white);
    line-height:1.25;
    margin-top:0;
}
.cat-block .category-item .title,
.cat-block .category-item .date {
    font-weight: 600;
}

/* sidebar */
.panel-row-style-fullscreen p.read {
    text-align:right;
    font-size:0.9em
}
.panel-row-style-fullscreen .read a {
    color:#000;
}
.panel-row-style-fullscreen .read a:hover {
    color:#000;
    text-decoration:underline;
}
.sidebar .widget {
    margin-bottom: 2rem;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget a {
    font-weight:400
}
.sidebar  ul {
    padding:0;
    margin:0;
    list-style:circle;
}
.sidebar ul li   {
    margin-bottom:0.5rem;
    display:block;
    position:relative;
    padding-left:14px;
}
.sidebar ul li:before {
    content: "- ";
    position: absolute;
    left: 0;
    top: 0px;
    font-size:14px;
}
.sidebar ul.resource-share li:before {
    display: none;
}
.sidebar ul li a {
    text-decoration:none;
    font-weight: 400;
}
.sidebar  li, .sidebar p {
    font-size:16px
}
.sidebar table {
    width:100%;
}
.pagination ul.page-numbers {
    margin:2.5rem 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.75rem
}
.pagination ul.page-numbers li {
    padding:5px;
    list-style:none;
    margin: 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
#header .wrapper {
    position:relative;
    overflow:visible;
    display:flex;
    gap:1rem;
    align-items: center;
    justify-content: space-between;
}
#header {
    background: var(--white);
    line-height: 100%;    
     -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);   
    z-index:5000;
    position: sticky;
    top:0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14); 
}
#header,
#navbar ul.menu, 
#navbar ul,
#navbar .header-search .search-toggle  {
    height:86px;
}
body.logged-in.admin-bar #header,
body.logged-in .wrapper.w-sidebar .sidebar {
    top:30px
}

.crl_overlay {
    background-color:rgba(0,0,0,0.9);
}
#topbar {
    background-color: var(--body-text);
    color:var(--white);
    font-size: 16px;
}
#topbar a {
    color:var(--white);
    text-decoration: none !important;
}
#topbar a:hover {
    color:var(--chartreuse);
}

#topbar i {
    font-size:12px;
}
#topbar .topbar-news-inner{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.topbar-news-label{
    white-space: nowrap;
    font-weight: 600;
}
.topbar-news-item{
    color: inherit;
    text-decoration: none;
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.topbar-news-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    transition: opacity 200ms ease;
    opacity: 1;
}
.topbar-news-text.is-switching{
    opacity: 0;
}
#banner {margin-top:-36px;}

#navbar {
    display: flex;
    gap:0rem;
    align-items: center;
}
#navbar ul.menu,
#navbar ul {
  list-style: none;
  padding:0;
  margin: 0;
  display: flex;
  align-items: center
}
#navbar li {
    position: relative;
    display: flex;
    text-align: center;
    margin-bottom: 0;
    padding: 0.25rem 0.75rem;
    height: 100%;
    align-items: center;    
}
#navbar li.button {
    padding:0
}
#navbar li.button a  {
    padding: 0.35rem 1.5rem !important;
  }
#navbar li > ul.sub-menu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  text-align: left;
  background: var(--white);
  border-top: 3px solid var(--body-text);;
  border-radius: 0 0  var(--border-radius-small) var(--border-radius-small);     
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  padding: 0.75rem;
  z-index: 9000;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
  transition:
    max-height 260ms ease,
    opacity 200ms ease,
    transform 200ms ease,
    visibility 0s linear 260ms;
}
#navbar li > ul.sub-menu > li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;;
}
#navbar li > ul.sub-menu > li > a {
  display: block;
  padding: 0.5rem;
  line-height: 1.3;
  font-size: 16px;
}
#navbar li.menu-item-has-children > a::after {
    font-family:"Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    font-size: 0.75em;
    margin-left: 8px;
    position:relative;
    top:-1px
  }
#navbar li:hover > ul.sub-menu,
#navbar li:focus-within > ul.sub-menu {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition:
    max-height 300ms ease,
    opacity 200ms ease,
    transform 200ms ease,
    visibility 0s;
}
#navbar li > ul.sub-menu li {
  position: relative;
}
#navbar li > ul.sub-menu li > ul.sub-menu {
  top: 0;
  right: 100%;
  transform: translateY(0) translateX(-6px);
}
#navbar li > ul.sub-menu li:hover > ul.sub-menu,
#navbar li > ul.sub-menu li:focus-within > ul.sub-menu {
  max-height: 800px;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
#navbar .nav > ul > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
#navbar .nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 3px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 220ms ease, opacity 220ms ease;
    border-radius: 999px;
    background: currentColor;
}
#navbar .nav > ul > li > a:hover::before,
#navbar .nav > ul > li > a:focus-visible::before {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
#navbar .nav > ul > li.current-menu-item > a::before,
#navbar .nav > ul > li.current_page_item > a::before {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}  
#navbar .nav > ul > li.current-menu-parent > a::before,
#navbar .nav > ul > li.current-menu-ancestor > a::before,
#navbar .nav > ul > li.current-page-ancestor > a::before {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
#navbar .nav .sub-menu a::before {
    display: none;
}
blockquote {
    line-height:120%;
    width: 92%;
    margin: 20px auto 0;
    padding: 0 20px;
    margin-bottom:30px;
    border-left: 3px solid #afafb0;
    font-style:italic;
}
table caption {
    font-weight:700;
}

.content-block:after { 
    clear:both;
} 
.ow-button-base a {
    margin-bottom:20px;
}
.item-page .button a {
    margin-left:0;
}

#footer h3, #footer h4, #footer h5, #footer h6 {
    color:var(--white);
    font-size:0.95em;
    text-transform:none;
}
#footer p {
    margin-bottom:0;
}
#footer a {
    color:var(--white);
}
#footer .button a {
    font-size:1.2em;
}

#footer-top ul,
#footer-bottom ul {
    margin-left:0;
    padding-left:0
}
#footer-top,
#footer-middle,
#footer-bottom {
    padding:2rem 0;
}
#footer-top,
#footer-bottom {
    background:var(--body-text);
    color:var(--white);
}
#footer-top .wrapper {
    gap:3rem;
}
#footer-top img {
    max-height: 50px !important;
    width: auto;
}
#footer-middle {
    background-color:var(--light-grey);
}
#footer-middle .flex {
    align-items: center
}
#footer-middle .footer-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}
#footer-middle .footer-right .widget{
    margin: 0;
}
#footer-middle .footer-right .social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin: 0;
    padding: 0;
}
#footer-middle .footer-right .social-links-list {
    display: flex;
    align-items: center;
    gap: 1rem; 
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-middle .footer-right .social-links-list li {
    margin: 0;
    padding: 0;
}
#footer-middle .footer-right .social-links-item{
    color: var(--body-text);
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer-middle .footer-right .social-links-item .fa-facebook-f,
#footer-middle .footer-right .social-links-item .fa-x-twitter {
    font-size: 26px;
}
#footer-middle .footer-right .social-links-item:hover{
    opacity: .75;
}
#footer-middle .footer-right .social-links-item:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 4px;
}
#footer-middle .footer-right .widget_nav_menu{
    width: 100%;
}
#footer-middle .footer-right .menu{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 1rem 0 0;
    border-top: 3px solid var(--neutral);
}
#footer-middle .footer-right .menu > li{
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}
#footer-middle .footer-right .menu > li + li::before{
    content: "/";
    color: var(--body-text);
    margin: 0 14px;
}
#footer-middle .footer-right .menu a{
    color: var(--body-text);
    text-decoration: none;
    line-height: 1.2;
}
#footer-middle .footer-right .menu a:hover{
    text-decoration: underline;
}
#footer-middle .footer-right .menu li.button a{
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: currentColor !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-left: 0 !important;
    text-transform: none !important;
}
#footer-middle .footer-right .menu li.button a:hover {
    text-decoration: underline !important;
}
#footer-middle .footer-right .menu ul {
    display:none;
}
#footer-bottom {
    font-size: 14px;
}
#footer-bottom p {
    line-height: 1.75;
}
#footer-bottom b,
#footer-bottom strong {
    font-size:16px;
    display:inline-block
}
#copyright {
    background-color: #15224A;
    color: var(--white);
    text-align: center;
    font-size:14px;
    padding:0.75rem;
}
#footer .logo-iplus a {
    color: var(--white);
    font-size: 90%;
    font-weight: 400;
    margin-top:10px;
    padding-left:17px;
}
#footer .logo-iplus a:hover {
    color:var(--white)
    
}
#footnote {
    padding:30px 0;
}
#footnote .widget {
    display:inline-block;
    text-align:center;
    width:33.33%;
    padding:0 42px 22px;
}
#footnote img {
    max-height:70px;
    width:auto;
    text-align:center;
    margin:auto;
}
#header .widget.widget-right {
    float:right;
    margin-top:12px;
}
.sidebar input,
.sidebar textarea {
    height: auto;
    max-width: 92% !important;
    padding:10px;
    border-color: var(--body-text);
    margin: 0;
}
.sidebar input:focus, .sidebar textarea:focus, .sidebar input:active, .sidebar textarea:active {
    border-color: var(--chartreuse);
}
.wpcu_block_title {display:none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 0.7em; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size:0.6em; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid var(--white); text-align: center; padding:8px;font-size:18px; }
#wp-calendar tbody td:hover { background: var(--white); }
#wp-calendar tbody .pad { background: none;}
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px;font-size:0.7em; }

.sidebar a:hover,
.wrapper .page a:hover,
.wrapper .post a:hover,
#footer a:hover{
    text-decoration:underline;
    cursor:pointer;
}
.wrapper .page .ow-button-base a {
    text-decoration:none;
}

.float-right, .float-right[class*='col-'] {
    float:right;
}

.home-intro,
.home-feature-grid,
.home-academic-highlights,
.home-training {
  padding: 0 0 60px 0;
}
.home-resources {
    margin-bottom: 60px;
}
.home-intro {
    padding-top:60px
}
.home-section-intro {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
.home-section-intro p {
    margin: 0;
  }
.home-intro {
  text-align: center;
}
.home-intro-title {
  margin: 0;
}
.home-intro-text {
  font-size:20px;
  margin: 1rem auto 2rem;
}
.home-intro-cta {
  display: block;
}
.home-feature-grid-inner {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 1.5rem;
  align-items: stretch;
}
.home-feature-grid-left {
  border-radius:var(--border-radius);
  background: var(--light-grey);
  background-size: cover;
  background-position: center;
  min-height: 360px;
}
.home-feature-grid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.home-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  background: var(--light-grey);
  overflow: hidden;
  text-decoration: none !important;
  min-height: 170px;
  transition: transform 180ms ease;
}
.home-card::before,
.home-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}
.home-card::before {
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
}
.home-card::after {
  background: rgba(7, 34, 74, 0.65);
}
.home-card:hover {
  color: #fff;
}
.home-card:hover::before,
.home-card:hover::after {
  opacity: 1;
}
.home-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-card-title {
  margin: 0 0 0.5rem;
  font-size: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-card-text {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-card-link {
  font-weight: 500;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top:auto
}
.home-card-arrow {
  font-size: 16px;
  line-height: 1;
}
.home-card:hover .home-card-title,
.home-card:hover .home-card-text,
.home-card:hover .home-card-link {
  color: #fff;
}
.home-academic-highlights {
  text-align: center;
}
.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.home-metric {
  background: var(--light-grey);
  border-radius: 14px;
  padding: 1rem;
}

.home-metric-value {
  font-size: 56px;
  font-weight:600;
  line-height: 1.1;
  margin-bottom: 6px;
  color: var(--colbalt);
}
.home-metric-label {
  font-size: 16px;
  line-height: 1.35;
  color: var(--body-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-resources-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.home-resources-text {
  flex: 1;
}
.home-resources-cta {
  flex: 0 0 auto;
  padding-top: 12px;
}
.home-resources-cta a {
  display: inline-block;
}
.home-resources-feed {
  min-height: 140px;
}
.home-training-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.home-training-card {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  min-height: 150px;
  padding: 1.5rem 1.25rem 0.5rem;
  text-decoration: none;
  color: var(--white);
  background: var(--body-text);
  display: flex;
  align-items: flex-end;
  transition: transform 180ms ease;
}
.home-training-card:hover {
    text-decoration: none;
}
.home-training-card::before,
.home-training-card::after {
  content: "";
  position: absolute;
  inset: 0;
}
.home-training-card::before {
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.home-training-card::after {
  background: rgba(25, 41, 88, 0.65);
  opacity: 1;
  transition: background 220ms ease;
}
.home-training-card:hover::after {
    background-color: rgba(25, 41, 88, 0.25);
}
.home-training-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(30px);
  transition: transform 220ms ease;
}
.home-training-card *,
.home-training-card-content * {
    text-decoration: none !important;
}
.home-training-card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-training-card:hover .home-training-card-title {
    color:var(--white);
}
.home-training-card-link {
  margin-top: 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  letter-spacing:1px;
  border-radius: 999px;
  border: var(--body-text);
  background: var(--body-text);
  opacity: 0;
  transform: translateY(10px);
  color:var(--white);
  transition: opacity 200ms ease, transform 220ms ease, background 200ms ease, border-color 200ms ease;
}
.home-training-card:hover .home-training-card-content,
.home-training-card:focus-visible .home-training-card-content {
  transform: translateY(0);
}
.home-training-card:hover .home-training-card-link,
.home-training-card:focus-visible .home-training-card-link {
  opacity: 1;
  transform: translateY(0);
}
.home-training-card:hover .home-training-card-link {
  background: var(--body-text);
  border-color: var(--body-text);
  color:var(--white)
}
.home-resources {
    background: var(--light-grey);
    border-radius: 14px;
    padding: 1.5rem 2rem 2.5rem;
}
.home-resources-carousel-top{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-bottom: 12px;
}  
.home-resources-carousel-nav{
    display:flex;
    gap:0.5rem;
}
.home-carousel-btn{
    width:44px;
    height:44px;
    border:1px solid var(--neutral);
    border-radius:var(--border-radius);
    background:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
}
.home-carousel-btn:disabled{
    cursor:default;
    opacity:.4;
}
.home-carousel-viewport{
    overflow:hidden;
    border-radius: var(--border-radius);
} 
.home-carousel-track{
    display:flex;
    gap:1rem;
    will-change: transform;
    transform: translate3d(0,0,0);
    transition: transform 360ms ease;
}
.home-resource-card{
    flex: 0 0 calc((100% - (20px * 3)) / 4);
}
.research-profiles h1 {
    text-align:center;
    border-bottom: 1px solid var(--neutral); 
    padding-bottom:20px;
    margin-bottom:40px;
}
.category-description {
    border-bottom: 1px solid var(--neutral); 
    padding-bottom:20px;
    margin-bottom:40px;
}
.research-profiles .list h3 {
    font-weight:400;
    text-transform:none;
}
.research-profiles .list ul, .research-profiles .list li,
.research-profiles .categories ul, .research-profiles .categories li {
    padding-left:0;
    margin-left:0;
}
.research-profiles .list li {
    display:block;
    clear:both;
    list-style:none;
    border-bottom: 1px solid var(--neutral); 
    padding-bottom:30px;
    margin-bottom:30px;
}
.research-profiles .list li:last-child {
    border-bottom:0
}
.research-profiles .list li:after {
  content: "";
  display: table;
  clear: both;
}
.research-profiles .list li img.pict {
    border:7px solid var(--neutral); 
    float:right;
    box-shadow:0 0 1px #999
}
.research-profiles .categories .cat-item a {
    text-transform:uppercase;
    padding:20px;
    border:2px solid var(--neutral); 
    display:block;    
    font-weight:600;
    font-size:1.25em;
    margin-bottom:10px;
}
.research-profiles .categories .cat-item a:hover {
    text-decoration:none;
    background:var(--body-text);
    color:var(--white);
}
.research-profiles .categories li {
    list-style:none;
    line-height:1;
}
.research-profiles li.cat-item-none {
    display:none;
}
.research-profiles-wrapper .faculty-intro {
    font-size:22px;
    text-align: center;
    max-width: 800px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.profile-image img {
    border:7px solid var(--neutral); 
    float:right;
    box-shadow:0 0 1px #999;
    float:right;
    margin:30px 0 30px 30px;
    max-width:30%;
}
.faculty-main .faculty-tabs{
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 2px solid var(--neutral); 
  margin: 0 0 24px;
  padding: 0;
}
.faculty-main .faculty-tabs-btn{
  appearance: none;
  background: none;
  border: 0;
  padding: 0 0 14px;
  margin: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  letter-spacing: .03em;
  color: var(--body-text);
  opacity:0.6;
  position: relative;
  line-height: 1.1;
}
.faculty-main .faculty-tabs-btn.is-active{
  color: var(--body-text);
  opacity: 1;
}
.faculty-main .faculty-tabs-btn::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px; 
  width: 0;
  background:var(--colbalt);
  transition: width 160ms ease;
}
.faculty-main .faculty-tabs-btn.is-active::after{
  width: 100%;
}
.faculty-main .faculty-tabs-btn:hover{
  color: var(--body-text);
}
.faculty-main .faculty-tabs-btn.is-active:hover{
  color: var(--colbalt);
}
.faculty-main .faculty-tabs-btn:focus-visible{
  outline: 2px solid var(--body-text);
  outline-offset: 6px;
  border-radius: 4px;
}
.faculty-main .faculty-tabpanel ul,
.faculty-main .faculty-tabpanel ol {
    padding-left:20px
}
.faculty-banner-kicker,
.banner-subtitle {
    display: flex;
    gap:0.5rem;
    align-items: center;
    margin-bottom:5px
}
.faculty-banner-kicker .sep {
    font-size: 14px;
}
.faculty-banner-kicker .faculty-banner-tag,
.resource-banner-tag,
.banner-subtitle {
    text-transform: uppercase;
    font-weight: 600;
}
.faculty-banner .faculty-banner-title,
.faculty-banner .faculty-banner-org {
    font-weight: 600;
    font-size:22px;
}
.faculty-banner .faculty-banner-title {
    margin-top: 30px;
}
.faculty-banner .faculty-banner-org {
    margin-top:5px;
}
.wrapper.w-sidebar .sidebar.faculty-aside,
.wrapper.w-sidebar .sidebar.fellowship-aside {
    padding:0
}
.wrapper.w-sidebar .sidebar.faculty-aside .faculty-card,
.wrapper.w-sidebar .sidebar.fellowship-aside .fellowship-aside-card  {
    padding:1.5rem;
}
.wrapper.w-sidebar .sidebar.faculty-aside .faculty-card h2,
.wrapper.w-sidebar .sidebar.fellowship-aside h2 {
    margin-top:0;
}
.fellowship-accordion {
    margin:0.75rem 0 1rem
}
.fellowship-accordion-item {
    border-bottom:1px solid var(--body-text);
    margin-bottom:0.25rem;
}
.fellowship-accordion-item button {
    border:0;
    padding:0.5rem 0.5rem 0.5rem 0;
    background: transparent;
    font-size: 16px;    
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
    text-align: left;
}
.fellowship-accordion-item button.is-open {
    font-weight:600
}
.fellowship-accordion-panel{
    overflow: hidden;
    transition: height 220ms ease;
}
.fellowship-aside-cta {
    background-color: var(--body-text);
    color: var(--white);
    padding:0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
}
.fellowship-aside-cta:hover {
    background-color: var(--colbalt);
    color: var(--white);
}
.fellowship-accordion-content,
.fellowship-accordion-content p,
.fellowship-accordion-content li {
    font-size: 14px;
}

#header form.search {
    position:absolute;
    top:100%;
    right:0px;
    z-index:5000;
}
#header .header-search button {
    display: flex;
    align-items: center;
    border:0;
    background-color: transparent;
}
#header form.search input.search-input {
    width:280px;
    height:46px;
    line-height:46px;
    padding:0.25rem 1rem ;
    background:var(--white);
    border-color:var(--body-text);
    font-size:14px;
    margin: 0;    
}
#site-search-form {
    display: none;
}
#header .search-submit {
    display:none;
}
#header .header-search {
    position:relative;
}
#header .header-search i.fa, #header .header-search span.fa {    
    color:var(--body-text);
    background:transparent;
    border-radius:0;
    font-size: 20px;
    margin: 3px 0 0 10px;
    height:auto;
    line-height:1;
    width:24px;
    
    border:0 !important
}
.post-img .post-img-content .banner-kicker.resource-banner-title {
    margin:0
}
.resource-banner-summary {
    margin-top:30px;
    font-size:22px;
}
.resource-search-row{
    display:flex;
    align-items:flex-end;
    gap:10px;
    padding: 2px 0;
    justify-content: space-between;
}
ul.resource-share,
ul.resource-share li {
    margin-left:0;
    padding-left:0;
    list-style: none;
    font-size: 24px;
}
ul.resource-share {
    display:flex;
    flex-wrap: wrap;
    gap:1rem;
}
.resource-search {
    margin-bottom:2rem;
}
.resource-search-row input[type="search"]{
    flex:1;
    border:0;
    margin:0;
    outline:0;
    background:transparent;
    padding: 10px 5px 8px;
    font-size: 18px;
    line-height: 1.2;
    color:var(--body-text);
    border:0;
    border-radius: 0;
    border-bottom:1px solid var(--body-text);

    -webkit-appearance: none;
    appearance: none;
}
.resource-search-row input[type="search"]:focus{
    border-bottom:1px solid var(--colbalt);
}
.resource-search-row input[type="search"]::placeholder{
    color:var(--body-text);
    opacity: 0.75;
}
.resource-search-row input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.resource-search-row button{
    border:0;
    background:transparent;
    padding: 8px 2px 8px;
    cursor:pointer;
    line-height: 1;
    display:flex;
    align-items:center;
    justify-content:center;
}
.resource-search-row button span{
    font-size: 20px;
    opacity: 0.9;
}
.resource-search-row:focus-within{
    border-bottom-color: rgba(20, 40, 80, 0.7);
}
.resource-search-row button:hover span,
.resource-search-row button:focus-visible span{
    opacity: 1;
}
.resource-search-row button:focus-visible{
    outline: 2px solid rgba(20, 40, 80, 0.45);
    outline-offset: 3px;
    border-radius: 6px;
}
.resource-search-row button i{ 
    font-size:20px; 
    opacity:.9; 
}
.resource-pdf {
    text-transform: uppercase;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
    width: fit-content;
    margin-top:2rem;
    font-size:20px;
}
.resource-media--images,
.resource-media--video {
    margin-top:2rem
}
.resource-gallery-grid{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.resource-gallery-item{
    display:block;
    position:relative;
    overflow:hidden;
    border-radius: 10px;
    background: var(--light-grey);
}
.resource-gallery-item::before{
    content:"";
    display:block;
    padding-top:100%;
}
.resource-gallery-item img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
.uhn-lightbox{
    position:fixed;
    inset:0;
    z-index:9999;  
    display:flex;
    align-items:center;
    justify-content:center;  
    padding:1rem;
    background: rgba(0,0,0,0.72);  
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease, visibility 0s linear 200ms;
}
.uhn-lightbox.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 200ms ease, visibility 0s;
}
.uhn-lightbox-stage{
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.uhn-lightbox-img{
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    width:auto;
    height:auto;  
    border-radius: var(--border-radius);
    background: var(--white);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    opacity: 0;
    transform: scale(0.985);
    transition: opacity 200ms ease, transform 200ms ease;
    will-change: opacity, transform;
} 
.uhn-lightbox.is-open .uhn-lightbox-img{
    opacity: 1;
    transform: scale(1);
}
.uhn-lightbox-nav{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 34px;
    background-color: transparent;
    line-height: 44px;
    color:var(--white);
    z-index: 2;
} 
.uhn-lightbox-prev{ left: 14px; }
.uhn-lightbox-next{ right: 14px; }
  
.uhn-lightbox-close:hover,
.uhn-lightbox-nav:hover{
    color: var(--lilac);
}
html.uhn-lightbox-open,
html.uhn-lightbox-open body{
    overflow:hidden;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.resources-grid .resource-card-link {
    position: relative;
    display: block;
}
.resources-grid .resource-card-item {
    min-width: 0;
}
.resources-grid .resource-card-item .resource-card-link,
.home-resource-card-link {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid var(--neutral);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition:all 0.25s ease-in-out;
}
.home-resource-card-link:hover .home-resource-card-body {
    background-color: var(--body-text);
}
.home-resource-card-link:hover * {
    color:var(--white) !important;
    text-decoration: none;
}
.resources-grid .resource-card-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    flex: 0 0 auto;
}
.resources-grid .resource-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.resources-grid .resource-card-kicker {
    position: absolute;
    top: 120px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
    background-color: var(--white);
    padding: 0.2rem 0.5rem;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s linear, transform 0.2s linear;
    z-index: 4;
    transition: background-color 0.2s linear, color 0.2s linear;
}
.resources-grid .resource-card-body,
.home-resource-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.75rem 0.75rem 0.75rem;
    text-align: center;
    flex: 1 1 auto;
    min-height: 130px; 
}
.resources-grid .resource-card-title,
.home-resource-card-title {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}
.resources-grid .resource-card-date,
.home-resource-card-date {
    opacity: .75;
    font-size: 14px;
}
.resources-grid .resource-card-kicker {
    position: absolute;
    top:120px;
    left:10px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
    background-color: var(--white);
    padding:0.2rem 0.5rem;
    font-size: 13px;
    text-transform: uppercase;
    width: fit-content;
    transition:all 0.2s linear;
}
.resources-grid .resource-card-summary {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    background: var(--body-text);
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s linear, transform 0.2s linear, visibility 0s linear 0.2s;
    z-index: 2;
} 
.resources-grid .resource-card-item .resource-card-link:hover .resource-card-summary,
.resources-grid .resource-card-item .resource-card-link:focus-visible .resource-card-summary {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s linear, transform 0.2s linear, visibility 0s linear 0s;
} 
.resources-grid .resource-card-item .resource-card-link:hover .resource-card-title,
.resources-grid .resource-card-item .resource-card-link:hover .resource-card-date,
.resources-grid .resource-card-item .resource-card-link:focus-visible .resource-card-kicker,
.resources-grid .resource-card-item .resource-card-link:focus-visible .resource-card-title,
.resources-grid .resource-card-item .resource-card-link:focus-visible .resource-card-date {
    opacity: 0.15;
    transition: opacity 0.2s ease;
}
.resources-grid .resource-card-item .resource-card-link:hover .resource-card-kicker,
.resources-grid .resource-card-item .resource-card-link:focus-visible .resource-card-kicker {
    transform: translateY(-2px);
    background: var(--body-text);
    color:var(--white);
}
.resources-grid .resource-card-thumb,
.home-resource-card-thumb {
    height:140px;
    overflow:hidden;
    background:var(--light-grey);
}
.resources-grid .resource-card-thumb,
.home-resource-card-thumb img {    
    object-fit:cover;
    display:block;
}


.resources-grid--fade {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 220ms ease, transform 220ms ease;
} 
.resources-grid--fade.is-ready {
    opacity: 1;
    transform: translateY(0);
}  
.resources-grid.is-leaving {
    opacity: 0.65;
    transition: opacity 140ms ease;
}
.resource-filter-card { padding: 1rem 0; }
.resource-filter-card:first-child {padding-top:0}
.resource-filter-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
}
.resource-filter-title{
  font-size: 20px;
  font-weight: 500;
}
.resource-filter-chevron{
  font-size: 18px;
  transform: rotate(180deg); 
  transition: transform 160ms ease;
}
.resource-filter-toggle.is-collapsed .resource-filter-chevron{
  transform: rotate(0deg);
}
.resource-filter-panel{ margin-top: 12px; }
.resource-filter-panel[hidden]{ display:none; }
.resource-filter-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap: 0.5rem;
}
.resource-filter-list li.resource-filter-item {
    padding:0;
    margin:0
}
.resource-filter-list li.resource-filter-item:before {
    display: none;
}
.resource-filter-label{
  display:flex;
  align-items:center;
  gap: 0.5rem;
  cursor:pointer;
  margin: 0;
}
.resource-filter-checkbox{
  width: 16px;
  height: 16px;
  accent-color: currentColor;
  margin: 0;
}
.resource-filter-text{
  font-size: 18px;
}
.resource-filter-clear {
    border: 1px solid var(--body-text);
    background-color: transparent;
    color: var(--body-text);
    padding: 0.25rem 1.5rem;
    margin-top:0.5rem;
    text-decoration: none  !important;
    font-weight: 500;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.resource-filter-clear:hover {
    border: 1px solid var(--colbalt);
    background-color: var(--colbalt);
    color: var(--white);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
label.hidden-label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--colbalt);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
.skip-link {
    z-index:999999;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); 
    clip: rect(1px, 1px, 1px, 1px);
}
.research-profiles-wrapper h1 {text-align:center;}
.research-profiles-wrapper h3.accordion-header {
    position:relative; 
    font-size:24px;    
    outline:none !important;
    clear:both !important;    
    padding:5px 10px;
    overflow:hidden;
    margin-top:2rem;
}
.research-profiles-wrapper h3.accordion-header:after{
  content:'';
  display:inline-block;
  width:100%; 
  height:100%;
  margin-right:-100%;
  margin-left:20px;
  position:relative;
  top:-5px;
  left:-5px;
  border-bottom:1px solid var(--body-text);
}
.research-profiles-wrapper h3.accordion-header .fa {
    font-size:14px;
    border:0 !important;
    width:auto;
    height:auto;
    padding:5px 5px 5px 0;
    position:relative;
    top:-3px;
}
.research-profiles-wrapper h3.accordion-header .fa:hover {
    background:transparent;
    color:#000
}
.research-profiles-wrapper h3.accordion-header .fa-chevron-down,
.research-profiles-wrapper h3.accordion-header.closed .fa-chevron-down,
.research-profiles-wrapper h3.accordion-header .fa-chevron-up,
.research-profiles-wrapper h3.accordion-header.open .fa-chevron-up {display:none}


.research-profiles-wrapper h3.accordion-header.open .fa-chevron-down {display:inline-block;}
.research-profiles-wrapper h3.accordion-header.closed .fa-chevron-up {display:inline-block}

.research-profiles-wrapper h3.accordion-header.accordion-header-collapsed .fa-chevron-up {display:inline-block}
.research-profiles-wrapper .col-1-4 {
    text-align:center;
    padding:10px;
    margin-bottom:20px;
}
.research-profiles-wrapper .wrapper {    
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
    padding-right:0
}
.research-profiles-wrapper .research-profile-block{
    flex: 1 1 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
}
.research-profiles-wrapper .research-profile {
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--neutral);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.research-profiles-wrapper .research-profile:hover {
    text-decoration: none !important;
    background-color: var(--body-text);
}
.research-profiles-wrapper .research-profile:hover * {
    color:var(--white);
    text-shadow: none;
}
.research-profiles-wrapper .research-profile-thumbnail,
.research-profiles-wrapper .research-profile-details {    
    cursor:pointer;
}
.research-profiles-wrapper .research-profile-details {
    padding:1rem;
    cursor:pointer;
    font-size: 14px;
    height: 100%;
    transition: all 0.2s linear;
}
.research-profiles-wrapper .research-profile-thumbnail{
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
}  
.research-profiles-wrapper .research-profile-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;      
}
.research-profiles-wrapper .research-profile-name {
    font-weight:500;
    margin-bottom:0.25rem;
    font-size:16px;
}
.search-results-header {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--neutral);
}
.search-label {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--chartreuse);
}
.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.search-result-item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--neutral);
}
.search-result-item:first-child {
    padding-top: 0;
}
.search-result-item .title {
    margin: 0 0 0.5rem;
}
.search-result-item .meta {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    opacity:0.9
}
.search-result-item .search-result-excerpt span,
.entry-summary span {
    padding:0 0.5rem 0 0.25rem;
}
.search-no-results {
    padding: 2rem;
    border: 1px solid var(--neutral);
    border-radius: 14px;
    background: 1px solid var(--neutral);
}
.error-404-content p.error-code {
    font-size:28px;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.error-404-content h1 {
    font-size:48px;
    margin: 0;
}
.error-intro {
    margin: 1.5rem 0 2.5rem;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.mobile-nav, .mobile-only {display:none;}
.desktop-only {display:block}
@media (min-width:992px) {
    .sidebar-trigger, .sidebar-backdrop, .positions-name {
        display: none;
    }
}
@media (min-width:1025px) and (max-width:1110px) {
    #header .logo img {
        width: 180px;
        height: auto;
    }
}
@media (max-width:1160px) {
    .resources-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:1024px) {
    #header {height: auto;}
    #header .main-menu {display:none;}
    #banner {margin:0}
    .post-img {height:auto;min-height: 300px;}
    #footer .logo-ie {float:none;margin:30px 0 0;}
    #footer {font-size:1em;text-align:center;}
    #footer h3 {text-align:center;}
    #footer [class*="col-"] {width:100%;}
    .mobile-nav { 
        display:block; 
        width:auto;          
        max-width:90%;
        display: block;        
        text-align: center;
        position:absolute;
        top:16px;
        right:0;
        z-index:9999;
    }
    .mobile-only {display:block;}
    .desktop-only {display:none;}
    .mobile-nav .menu-btn, .mobile-nav .close-btn {
	    position: relative;       
	    line-height: 1.2;
	    vertical-align: middle;
	    z-index: 99;
    }
    .mobile-nav .menu-btn div .fa, .mobile-nav .close-btn div .fa {
        border: 1px solid #333;
        padding:10px 20px;
        cursor: pointer;
        float:right;
        color: #333;
        z-index:999999;
        border-radius:0;
        height:auto;
        line-height:1;
        width:auto;
        background:var(--white);
        margin-top:0;
        font-size: 26px;
        border-radius: var(--border-radius-small);
    }
    .mobile-nav .menu-btn div .fa {
        margin-right: 10px;
    }
    .mobile-nav .close-btn div .fa {
        border-color: transparent !important;
        background: transparent;
        color: var(--white);
        font-size: 30px;
    }
    .btn-none {
        display:none;
    }
    .responsive-menu {
        clear: both;
        position: relative;
        top: -68px;
        padding-top: 50px;
        background: var(--body-text);    
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            transform 0.25s ease;
    }
    
    .responsive-menu.expand {
        max-height: 1000px; 
        opacity: 1;
        transform: translateY(0);
        height:100vh;
        max-height: 100vh;
        overflow-y: auto;
    }
    .responsive-menu ul {
        padding:0;
        margin:0;
        background:var(--body-text);
    }
    #header .responsive-menu li {
        list-style:none;
        display:block;
        font-size:18px;
        font-weight:600;
        border-top:1px solid rgba(255,255,255,0.25);
        clear:both;
        margin:0;
    }    
    #header .responsive-menu li:first-child{border-top:0}
    #header .responsive-menu .menu > li:last-child {
        padding-bottom:40px;
    }
    .responsive-menu li a {
        color:var(--white);
        line-height:100%;
        display:block;
        width:100%;
        padding:20px;
    }
    .responsive-menu li a:hover {
        color: var(--neutral);
    }
    .responsive-menu li.button a {
        padding:20px 30px !important;
        text-transform: none;
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .responsive-menu li.button a:hover {
        background-color: transparent !important;
        color: var(--neutral) !important;
    }
    .responsive-menu .menu-item-has-children {
        position: relative;
    }
    .responsive-menu .menu-item-has-children > a {
        padding-right: 50px;
    }
    .responsive-menu .submenu-toggle {
        position: absolute;
        top: 30px;
        right: 1rem;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        color: var(--white);
        font-size: 1.25rem;
        line-height: 1;
        cursor: pointer;
        padding: 0.25rem 0.5rem;
    }
    .responsive-menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.25s ease;
        margin: 0;
        padding: 0;
        background: rgba(255,255,255,0.1);
    }
    .responsive-menu .menu-item-has-children.open > .sub-menu {
        max-height: 600px;
        opacity: 1;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .responsive-menu .sub-menu li {
        border-top: 1px solid rgba(255,255,255,0.15);
        padding: 0;
        font-size: 0.95em;
    }
    .responsive-menu .menu-item-has-children.open > .submenu-toggle {
        transform: translateY(-50%) rotate(45deg);
    }
    .home-training-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-training-card {
        flex: 1 1 calc(33.33% - 1rem);
        flex-direction: row;
    }
    #navbar {display:none !important} 
    #header {overflow:visible;}
    #header li br {display:none;}
    #header .widget.widget-right {float:left;}
    #header .responsive-menu li.menu-item-language {display:none;}
    .research-profiles .categories, .research-profiles .list {width:100%;}
    .research-profiles .categories li {display:inline-block;}
    #footer .sow-image-container {text-align:center !important}
    #header .site-name {padding-top:7px;}
}
@media (max-width:991px) {    
    .sidebar-trigger {display:block}
    main {padding:40px 0}
    #header .logo img {width:260px;height:auto}    
    .wrapper.w-sidebar {
        display: block;
    }    
    h1,
    .post-img .post-img-content .banner-kicker.faculty-banner-name, .post-img .post-img-content .banner-kicker {    
        font-size: 40px;
    }
    .post-img .post-img-content .banner-text {
        font-size:22px;
    }
    .wrapper.w-sidebar .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        width: min(90vw, 360px);
        max-width: 100%;
        height: 100vh;
        overflow-y: auto;
        z-index: 99001;
        margin: 0;
        border-radius: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }   
    .resources-grid .resource-card-body, .home-resource-card-body {
        min-height: 80px;
    }
    .wrapper.w-sidebar .sidebar.is-open {
        transform: translateX(0);
    }    
    .sidebar-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 1000;
        width:100%;
        height: 100%;
        top:0;
        right:0;
        left:0;
        bottom: 0;
    }    
    .sidebar-trigger {
        position: fixed;
        right: 20px;
        top: 160px;
        z-index: 1002;
        border: 0;
        border-radius: var(--border-radius-small);
        border:1px solid var(--white);
        box-shadow: 0 0 2px var(--white);
        padding: 5px 10px;
        cursor: pointer;
        background-color: var(--body-text);
        color:var(--white);
        font-size:22px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(10px);
        transition: opacity .25s ease, transform .25s ease;
    }
    .sidebar-trigger.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    body.sidebar-open {
        overflow: hidden;
    }
    .wrapper.w-sidebar .sidebar.resource-aside:not(.resource-aside-archive) .resource-aside-panel,
    .wrapper.w-sidebar .sidebar.fellowship-aside .fellowship-aside-card,
    .wrapper.w-sidebar .sidebar.resource-aside:not(.resource-aside-archive) .resource-readfull {
        border-top-left-radius: 0;
        border-top-right-radius: 0s;
    }
    .wrapper.w-sidebar .sidebar.resource-aside:not(.resource-aside-archive) .resource-aside-panel {
        height:100%;
        overflow-y: auto;
        border-radius: 0;
    }
    .wrapper.w-sidebar .sidebar.resource-aside:not(.resource-aside-archive) .resource-aside-panel.has-readfull {
        height:calc(100% - 100px);
        overflow-y: auto;
    }
    .wrapper.w-sidebar .sidebar.fellowship-aside .fellowship-aside-card {
        height:calc(100% - 64px);
        overflow-y: auto;
    }
    .wrapper.w-sidebar .sidebar.resource-aside .resource-readfull {        
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wrapper.w-sidebar.resources-layout {
        display: flex;
        flex-direction: column;
        height:auto;
        gap:1rem;
    }
    .wrapper.w-sidebar #sidebar.sidebar.resource-aside-archive,
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside {
        position: static;
        width: 100%;
        height:auto;
        transform: none;
        z-index:1;
        flex:unset;
    }
    .wrapper.w-sidebar .sidebar.resource-aside-archive .resource-aside-panel {
        padding:1rem
    }
    .wrapper.w-sidebar #sidebar.sidebar.resource-aside-archive ul,
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside ul {
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .wrapper.w-sidebar #sidebar.sidebar.resource-aside-archive .resource-filter-card {
        padding:0.5rem 0
    }
    .resource-filter-title {
        font-size: 18px;
    }
    .wrapper.w-sidebar #sidebar.sidebar.resource-aside-archive .resource-filter-actions {
        text-align: center;

    }
    .wrapper.w-sidebar #sidebar.sidebar.resource-aside-archive .resource-filter-clear {
        width:100%;
    }    
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside {
        display:flex;
        margin-bottom:2rem;
        background:transparent
    }
    .wrapper.w-sidebar .sidebar.faculty-aside .faculty-card {
        padding:0.25rem 1.5rem
    }
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-photo{
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        position: relative;
        max-width:180px;
    }  
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;      
        border-radius: var(--border-radius);
    }    
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-card-heading {display:none;}
    .wrapper.w-sidebar #sidebar.sidebar ul li.faculty-positions-item {}
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-positions-title, 
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-positions-org {
        display:inline;
        position: relative
    }
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside .faculty-positions-org:before {
        content:" / ";font-size:12px;
    }
    .home-resource-card{
        flex: 0 0 calc((100% - (0px * 3)) / 3);
    }
    .home-feature-grid-inner {
        display: flex;
        flex-direction: column;
    }
    .home-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
    .research-profiles-wrapper .research-profile-block{
        flex: 1 1 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
    }
    .research-profiles .categories, .research-profiles .list {width:100%;}
    .research-profiles .categories ul {display:inline-block;}
    .research-profiles .categories li.cat-item ul li {display:inline-block;}
    .research-profiles .categories li.cat-item a {font-size: 0.9em;padding: 5px;border-width:1px;margin:0 5px 10px 0;}
    #footer-middle .flex {
        flex-direction: column;
        gap:2rem;
    }
    #footer-middle .footer-right,
    #footer-middle .footer-right .menu {
        align-items: center;
        justify-content:center;
        width:100%
    }
}
@media (max-width:767px) {
    .button {display:block;clear:both;}
    h1,
    .post-img .post-img-content .banner-kicker.faculty-banner-name, .post-img .post-img-content .banner-kicker  {
        font-size: 36px;
    }
    .post-img .post-img-content .banner-text {
        font-size:20px;
    }
    #header .wrapper {padding:0 20px} 
    #footnote .widget {clear:both !important; display:block !important; margin:auto; padding:0 0 20px !important}
    .button a {margin:5px auto;}
    .wpcf7-form .social, .mc4wp-form-fields .social {
        float: none;
        clear:both;
        margin:0 0 10px;
        width: 100%;
        text-align:center
    }
    .wpcf7-form .social a, .mc4wp-form-fields .social a {
        display: inline-block;
        margin-left: 10px;
        float:none;
    }
    .home-resource-card{
        flex: 0 0 calc((100% - (0px * 3)) / 2);
    }    
    .research-profiles-wrapper .research-profile-block{
        flex: 1 1 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside {
        margin-bottom:0
    }
    .faculty-main .faculty-tabs {
        gap:0.5rem;
    }
    .faculty-main .faculty-tabs-btn {
        border:1px solid var(--neutral);
        padding:1rem
    }
    .faculty-main .faculty-tabs,
    .wrapper.w-sidebar #sidebar.sidebar.faculty-aside {
        flex-direction: column;
    }
    .wrapper.w-sidebar .sidebar.faculty-aside .faculty-card {
        padding:1rem 0
    }
    #footer-middle .footer-right .menu > li + li::before {
        display: none;
    }
    #footer-middle .footer-right, #footer-middle .footer-right .menu {
        gap:0.5rem 2rem
    }
    #footer-middle .footer-right .menu > li {
        flex:0 0 auto;
        justify-content: center;
        white-space: nowrap;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        display: none;
    }
    body.logged-in.admin-bar{
        padding-top:0
    }
    body.logged-in.admin-bar #header, body.logged-in .wrapper.w-sidebar .sidebar {
        top:0;
    }
    .resources-grid {
        grid-template-columns: 1fr;
    }
    .resources-grid .resource-card-thumb {
        height:auto;
        aspect-ratio: 3 / 2;
    }
    .resources-grid .resource-card-body, .home-resource-card-body {
        min-height: 50px;
    }
    .resource-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .form-column {
        grid-template-columns: 1fr;
        gap:0;
    }
    .sidebar-trigger {
        right: 10px;
        top: 120px;
    }
    .home-resources-carousel-top {
        justify-content: space-between
    }
    .home-resources-carousel-nav {
        width:100%;
        justify-content: space-between
    }
    .home-resources-head {
        flex-direction: column;
        align-items: center;
        gap:0;
    }
    .home-resources-text,
    .home-section-title,
    .home-section-intro {
        text-align: center;
    }
    .home-resource-card{
        flex: 0 0 calc((100% - (0px * 3)) / 1);
    }
    .home-feature-grid-cards {
        grid-template-columns: 1fr;
    }
    .home-training-card {
        flex: 1 1 calc(50% - 1rem);
    }
    .research-profiles-wrapper .research-profile-block{
        flex: 1 1 100%;
        max-width: 100%;
    }
    #footer-top .wrapper {
        flex-direction: column;
        gap:1rem;
    }
    #footer-middle .footer-right, #footer-middle .footer-right .menu {
        max-width:420px;
    }
}
@media (max-width:420px) {
    #header .logo img {width:180px;height:auto}  
    .mobile-nav {top:16px;}
    .mobile-nav .menu-btn div .fa {
        padding: 5px 10px;
    }    
    .home-training-card {
        flex: 1 1 100%
    }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:var(--body-text);
	color:var(--white);
	text-shadow:none;
}
::-webkit-selection {
	background:var(--body-text);
	color:var(--white);
	text-shadow:none;
}
::-moz-selection {
	background:var(--body-text);
	color:var(--white);
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:var(--white);
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



@media (prefers-reduced-motion: reduce) {
    .btn,
    .home-training-card,
    .home-training-card::after,
    .home-training-card-content,
    .home-training-card-link,
    .uhn-lightbox,
    .uhn-lightbox-img {
      transition: none !important;
    }
    .home-training-card-content {
      transform: none !important;
    }
    .home-training-card-link {
      opacity: 1;
      transform: none;
    }
  }