/* Rule to make cards take up the full height of the container as all the other cards */
.block-spacing-sm {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
/* Rules for 50% cards with titles only and no border */
.card-grid-title-only-50-percent {
    display: grid;
    grid-template-columns: repeat(1, minmax(280px, 1fr));
    gap: 0.25rem;
}

.card-title-only-50-percent {
    background:#f3f3f3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-image-title-only-50-percent {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-content-title-only-50-percent {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 80px;
}

.card-content-title-only-50-percent .card__content__title {
    font-size: 1.28rem;
}

/* Ensure consistent tile heights */
@media (min-width: 48em) {
    .card-grid-title-only-50-percent {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End rules for 50% cards with titles only and no border */
/* Rules for small icons with rich text on the side */
@media (min-width: 40em) {
    .listing__image-icon-small-side-rich-text {
        width: 13%;
        max-width: 100px;
    }
    .listing__content-icon-small-side-rich-text {
        width: 87%;
    }
}

.listing__item-icon-small-side-rich-text {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 1rem;
}
.listing-icon-small-side-rich-text {
    margin-bottom: 1rem;
}
.listing__content-icon-small-side-rich-text {
    font-size: 1rem;
}
/* End rules for small icons with rich text on the side */
/* Rules for outcome tiles on interior pages */
.exp__block-outcome_interior::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 70, 127, 0.5) !important;
}
.grid__item--2 .exp__block-outcome_interior {
    min-height: 20rem;
}
.grid--narrow .grid__item--outcome_interior_33 {
    width: 100%;
}
@media (min-width: 600px) {
    .grid--narrow .grid__item--outcome_interior_33 {
        width: 49.9%;
    }
}
@media (min-width: 1220px) {
    .grid--narrow .grid__item--outcome_interior_33 {
        width: 32.9%;
    }
}
@media (min-width: 600px) {
    .grid__item--outcome_interior_33 .exp__figure {
        font-size: calc(30px + 10*(100vw - 320px) / 1120);
    }
}
@media screen and (min-width: 320px) {
    .grid__item--outcome_interior_33 .exp__title {
        font-size: calc(16px + 3*(100vw - 320px) / 1120);
    }
}
.has-bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.exp__block-outcome_interior {
    padding: 0;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 15rem;
    padding: 1rem;
    text-align: center;
}

/* Rules for listing videos such as those on the Schingoethe video archive page. */
.video-list-container {
    display: flex;
    flex-direction: column; /* Stack video items vertically */
}
.video-list-item:first-child {
    padding-top: 0;
}
.video-list-item {
    display: flex;
    flex-direction: row; /* Align video and description side by side */
    gap: 2rem; /* Space between video and description */
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-bottom: 1px solid #EBEBEB;
}
.video-list-item iframe {
    width: 400px;
    height: 225px; /* Fixed height */
    aspect-ratio: 16/9; /* Maintains aspect ratio */
}
.video-list-item-text-container {
    flex: 1; /* Description takes up available space */
}
.video-list-item-headline {
    margin-bottom: 0.5rem;
}
.video-list-item .media__image img {
    width: 100%;
    max-width: 400px;
}
@media (min-width: 48em) {
    .video-list-item iframe {
        width: 400px;
        height: 225px;
    }
}
@media (max-width: 768px) {
    .video-list-item {
        flex-direction: column; /* Stack video and description on smaller screens */
    }
    .video-list-item .media__image img {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .video-list-item iframe {
        width: 325px;
        height: 182.8125px; /* Adjust height for smaller screens */
    }
}

/* Rules for listing items with images and text side-by-side like book listings */
.showcase-item-listing-heading-section-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 1.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;    
    -ms-flex-pack: center;    
    -ms-flex-align: center;
    justify-content: flex-start;
}

.showcase-item-listing-container {
  width:100%;
  display:flex;
  padding-top:3rem;
  padding-bottom:3rem;
  border-bottom:1px solid #ebebeb;
}
.showcase-item-listing-container .showcase-item-title {
  margin-top: 0;
}
.showcase-item-listing-container .showcase-item-listing-container-text p {
  margin: 0 0 1rem;
}
.showcase-item-listing-container-image {
  margin: 0 1rem 0 0;
  padding: 0 0.75rem 1rem 1rem;
  width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: flex-start;
}
h2.showcase-item-title {
  margin-top: 20px;
  margin-bottom: 10px;  
  font-size: 25px!important;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .showcase-item-listing-container-image {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .showcase-item-listing-container-image {								  				  
    width:300px!important;
  }				  
}
@media screen and (max-width: 600px) {
  .showcase-item-listing-container {
    flex-direction: column!important;
    display: block!important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;   
    /*margin-top: 40px;*/
  }
  .showcase-item-listing-container-image {
    padding:0;
  }
  
  .showcase-item-listing-container-text {
      margin-top: 2rem;
  }
}

/* Rules for listing items with images and text side-by-side with 150px width */
.item-listing-container-150px {
  width:100%;
  display:flex;
  padding-top:2rem;
}

.item-listing-container-150px .item-listing-container-text-150px p {
  margin: 0 0 1rem;
}
.item-listing-container-image-150px {
  margin: 0 1rem 0 0;
  padding: 0 0.75rem 1rem 0;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: flex-start;
}

@media screen and (max-width: 991px) {
  .item-listing-container-image-150px {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .item-listing-container-image-150px {								  				  
    width:150px!important;
  }				  
}
@media screen and (max-width: 600px) {
  .item-listing-container-150px {
    flex-direction: column!important;
    display: block!important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;   
  }
  .item-listing-container-image-150px {
    padding:0;
  }
  
  .item-listing-container-text-150px {
      margin-top: 2rem;
  }
}

/* Headings over the top homepage featured stories */
.flex-card__category {
    font-size: 1.2rem;
    color: #000;
}
.menu-active .header--collapsed .header__menu--collapsed {
    height: calc(100vh - 4.7rem);
}

.primary__nav--collapsed {
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.34);
}

.nav__list--sub {
    float: left;
    width: 50%;
    list-style: none;    
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.625rem;
    letter-spacing: .75px;
    line-height: 3;    
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left:1rem;
	padding-bottom:5rem;
}

a.nav__link--sub {
    color: #fff;
    font-weight: 700;
}
.story-shift .flickity-button {
    background-color: #47AA42;
}
.newshub-featured-button__multiline {
    display: inline;
    color: #00467F;
    position: relative;
    background: linear-gradient(to right, #FFF, #FFF), linear-gradient(to right, #47AA42, #47AA42);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% calc(100% - 0.1em), 0 calc(100% - 0.1em);
    background-repeat: no-repeat;
    transition: background-size 450ms;
    text-decoration: none;
    line-height: 1.5;
    padding-bottom: 0.25em;
}
.newshub-featured-button__multiline:hover {
    background-size: 0 0.1em, 100% 0.1em;
}
.magazine {
    background-position: center;
}
@media screen and (min-width: 320px) {
    .news__headline h1 {
        font-size: calc(42px + 21 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .news__headline h1 {
        font-size: 63px!important;
    }
}
@media screen and (min-width: 320px) {
    .magazine__content h2.h1 {
        font-size: calc(42px + 21 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .magazine__content h2.h1 {
        font-size: 63px!important;
    }
}
@media screen and (min-width: 320px) {
    .magazine__split__content h2 {
        font-size: calc(30px + 6 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .magazine__split__content h2 {
        font-size: 36px!important;
    }
}
@media screen and (min-width: 320px) {
    .student-success h2.h1 {
        font-size: calc(42px + 21 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .student-success h2.h1 {
        font-size: 63px!important;
    }
}
@media screen and (min-width: 320px) {
    .story__content h3 {
        font-size: calc(24px + 0 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .story__content h3 {
        font-size: 24px!important;
    }
}
@media screen and (min-width: 320px) {
    .article__item h2 {
        font-size: calc(30px + 6 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .article__item h2 {
        font-size: 36px!important;
    }
}
@media screen and (min-width: 320px) {
    .article__item h2.h3 {
        font-size: calc(24px + 0 * (100vw - 320px) / 1120)!important;
    }
}
@media screen and (min-width: 1440px) {
    .article__item h2.h3 {
        font-size: 24px!important;
    }
}
.article__item h3.h6 {
    font-size: 1.5rem!important;
}
.top__nav {
    padding-inline-start: 40px;
}
#slate-embed-form {
	margin-bottom: 20px;
	background-color: #efefef;
	padding: 20px 15px;
	display: block;
	box-sizing: inherit;
	font-size: 1rem;
	color: #455560;
}
#slate-embed-form [type=color], #slate-embed-form [type=date], #slate-embed-form [type=datetime-local], #slate-embed-form [type=datetime], #slate-embed-form [type=email], #slate-embed-form [type=month], #slate-embed-form [type=number], #slate-embed-form [type=password], #slate-embed-form [type=search], #slate-embed-form [type=tel], #slate-embed-form [type=text], #slate-embed-form [type=time], #slate-embed-form [type=url], #slate-embed-form [type=week], #slate-embed-form textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
	box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#slate-embed-form button {
	background-color: #47AA42;
	padding: 10px;
	color: white;
	border: 0;
	cursor: pointer;
	font-family: inherit;
}
.slate-form-header {
	color: #fff;
	background-color: #00467f;
	padding: 10px 15px;
	font-size: 1.5em;
	margin-top: 4rem;
}
@media screen and (max-width: 480px) {
	.slate-form-header {
		 font-size: 1.1em;
	}
}
.anchor-top-margin {
    scroll-margin-top: 5rem;
}

.button, .juicer-button {
    align-items: center;
}

@media screen and (min-width: 320px) {
    h1, .h1 {
        font-size: calc(36px + 12 * (100vw - 320px) / 1120)!important;
    }
    
    h2, .h2 {
        font-size: calc(36px + 4 * (100vw - 320px) / 1120)!important;
    }
    
    h3, .h3 {
        font-size: calc(36px + 4 * (100vw - 320px) / 1120)!important;
    }
    
    .GeckoChatWidget .Message h3 {
	    font-size: 14px!important
    }
}

@media screen and (min-width: 1440px) {
    h1, .h1 {
        font-size: 56px!important;
    }
    
    h2, .h2 {
        font-size: 48px!important;
    }
}
#lhnHelpOutCenter div.lhnWindow-header h2 {
    font-size:1.17em!important;
}
table th {
	 -webkit-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}

.alert__text {
    font-size: 1rem;
}

.alert__text p {
    margin: 0;
}

.alert__text a {
    color: #ffffff!important;
    font-weight: 700!important;
    border-bottom: 2px solid #ffffff!important;
    transition: border 300ms ease!important;
    border-width: 1px!important;
}

/* Start of Rules for LibChat button */
.s-lch-widget-float-btn {box-shadow: none!important;}
.s-lch-widget-float-load {box-shadow: none!important;}
.s-lch-widget-float-load.expanded {flex: 0 1 400px!important;}
/* End of Rules for LibChat button */

/* Start of Rules for Single Slide; this is a version of the Quote Slider used on the homepage, but for allowing a single slide and removing the JavaScript code for the Flickity slider */
.single-slider {
    padding-top: 80px;
    padding-bottom: 80px;
}
.single-slide__item {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 80rem;
}
.single-slide__item::before, .single-slide__item::after {
    content: '';
    display: table;
}
.single-slide__item::after {
    clear: both;
}
.single-slide__image__container {
    width: 100%;
    padding-right: 1rem;
}
.single-slide__image {
    width: 70%;
    margin: 0 auto;
    /*transform: translateX(25%);*/
}
.single-slide__content__container {
    padding-left: 1rem;
    padding-right: 1rem;        
    margin-top: 2rem;
}
.single-slide__content {
    color: #202020;
    width: 100%;
    left: 0 !important;        
    transition: opacity 800ms ease-in-out;        
}
.single-slide__text {
    position: relative;
    font-family: "miller-text", serif;
    padding-left: 1rem;
    display: block;
    font-size: 24px;
    line-height: 1.466;
    max-width: 600px;
}
.single-slide__text::before {
    position: absolute;
    left: 0;
}
.single-slide__author {
    font-weight: 700;
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.380;
    margin-top: 2rem;
    padding-left: 1rem;
}
.single-slide__title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6875;
    padding-left: 1rem;
}
.single-slide__link__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    padding-left: 0;
    list-style: none;
    padding-left: 1rem;
}
.single-slide__link__group a {
    margin-top: 1rem;
    margin-right: 1rem;
}
.single-slide__heading {
    padding-left: 1rem;
    font-size: calc(24px + 4 * (100vw - 320px) / 1120);
    font-weight: 700;
    margin-bottom:1.3rem;
}
@media (min-width: 64em) {
    .single-slider {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 48em) {
    .single-slider {
        white-space: nowrap;
        word-wrap: normal;
    }
}    
@media (max-width: 1300px) {
    .single-slide__item {
        width: 90%;            
    }    
}
@media (min-width: 48em) {
    .single-slide__item {
        display: -ms-flexbox;
        display: flex;
        white-space: normal;
        vertical-align: bottom;
        word-wrap: break-word;
    }
}
@media (min-width: 48em) {
    .single-slide__image__container {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        float: left;
        padding-right: 2rem;
    }
}
@media (min-width: 48em) {
    .single-slide__image {
        width: 80%;
    }
}
@media (min-width: 48em) {
    .single-slide__content__container {
        width: 60%;
        -ms-flex-item-align: end;            
        padding-right: 5rem;
        margin-top: 0;
    }
}
@media screen and (min-width: 320px) {
    .single-slide__text {
        font-size: calc(23px + 4 * (100vw - 320px) / 1120);
    }
}
@media screen and (min-width: 1440px) {
    .single-slide__text {
        font-size: 26px;
    }
}
/* End of Rules for Single Slide */

/* Start of Rules for Card Grid Variable Cards No Border */
.card__group-variable-no-border {
	 position: relative;
	 margin-top: 3rem;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 margin-bottom: 1rem;
}

.card__item-variable-no-border, .card__item-variable-no-border-50 {
	 position: relative;
	 display: block;
	 width: calc(100% - .25rem);
	 margin: 0.25rem 0 0 0.25rem;
}
.card__content.card__content-variable-no-border {
    max-height: 115px;
}
.card__item-variable-no-border .card__image, .card__item-variable-no-border-50 .card__image {
    margin-bottom: 115px;
}
.card__content-variable-no-border .card__content__title {
    font-size: 1.28rem;
}
 @media (min-width: 48em) {
	 .card__item-variable-no-border, .card__item-variable-no-border-50 {
		 width: calc(50% - .25rem);
	}
}
 @media (min-width: 64em) {
	 .card__item-variable-no-border {
		 width: calc(33.333% - .25rem);
	}
	.card__item-variable-no-border-50 {
	    width: calc(50% - .25rem);
	}
}
.card__item-variable-no-border:hover .card__content, .card__item-variable-no-border:focus .card__content, .card__item-variable-no-border-50:hover .card__content, .card__item-variable-no-border-50:focus .card__content {
	 max-height: 300px;
}
.card__item-variable-no-border:hover .card__content p, .card__item-variable-no-border:focus .card__content p, .card__item-variable-no-border-50:hover .card__content p, .card__item-variable-no-border-50:focus .card__content p {
	 opacity: 1;
}
.card__content-variable-no-border {
    background-color: #f3f3f3;
}
/* End of Rules for Card Grid Variable Cards No Border */

/* Start of Rules for Card Grid Basic */
.card__basic {
	background: white;
	margin-bottom: 2em;	
	border: 1px solid black;
}

.card__basic a {
	color: black;
	text-decoration: none;
}

.card__basic a:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 80%);
}

.card__basic-content {
	padding: 1.4em;
}

.card__basic-content h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 18px!important;
}

.card__basic-content p {
	font-size: 80%;
}

/* Flexbox stuff */
.cards__basic {
    display: flex;
    flex-wrap: wrap;
 }

.card__basic {
    /*flex: 1 0 500px;*/
    box-sizing: border-box;
    margin: 1rem .25em;
    width: calc(100% - 1em);
}

@media screen and (min-width: 40em) {
    .card__basic {
       max-width: calc(50% -  1em);
       width: calc(50% -  1em);
    }
}

@media screen and (min-width: 60em) {
    .card__basic {
        max-width: calc(33% - 1em);
	    width: calc(33% - 1em);
    }
}

.cards__basic-centered {
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (min-width: 52em) {
    .centered {
        max-width: 52em;
    }
}

.minimodal__nav {
    display:none;
}
/* End of Rules for Card Grid Basic */

/* Start of Rules for Card Grid Basic 50% */
@media screen and (min-width: 60em) {
    .card__basic-50 {
        max-width: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
    }
}

.card__basic-50 {    
    margin: 0 0 2rem 0;
    width: 100%;
}

.cards__basic-50 {    
    justify-content: space-between;
}

.card__basic-50 .card__basic-content {
    font-weight: 400;
}

.cards__basic-centered-50 {
    padding: initial;
}
/* End of Rules for Card Grid Basic 50% */
/* Start of Rules for Card Grid Basic Variable Cards No Border */
.card__basic.variable-no-border, .card__basic.variable-no-border-25 {    
    box-sizing: border-box;
    margin: 0.25rem 0 0 0.25rem;
    width: calc(100% - 0.25em);
    background-color: #f3f3f3;
    border: none;
}

.card__basic-content.variable-no-border p, .card__basic.variable-no-border-25 p {
    font-size: 0.9375rem;
    font-family: 'miller-text';
    font-weight: 400;
    color: #202020;
}
@media screen and (min-width: 40em) {
    .card__basic.variable-no-border, .card__basic.variable-no-border-25 {
        max-width: calc(50% - 0.25rem);
        width: calc(50% - 0.25rem);
        background-color: #f3f3f3;
    }
}
@media screen and (min-width: 60em) {
    .card__basic.variable-no-border {
        max-width: calc(33% - .25rem);
        width: calc(33% - .25rem);
        background-color: #f3f3f3;
    }
    
    .card__basic.variable-no-border-25 {
        max-width: calc(25% - .25rem);
        width: calc(25% - .25rem);
        background-color: #f3f3f3;
    }
}
/* End of Rules for Card Grid Basic Variable Cards No Border */

/* Start of Rules for Button Grid */
.button-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 2.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px solid red;
}
.btn-wrap {
    padding: 0 1rem;
}

.btn-wrap a button {
    min-width: 15rem !important;
	margin:1em;
	display: block;
    padding: 1rem 1.5rem;
    background-color: #47AA42;
    font-weight: 700;
    font-size: 0.875rem;
    color: #202020;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    transition: background 300ms ease, box-shadow 300ms ease;
    box-shadow: 4px 4px 0px 0px #ebebeb;
}
.btn-wrap a {
	border-bottom: 0;
}
/* End of Rules for Button Grid */

.callout-block {
    margin: 3rem 0;
    padding: 2rem 2rem;
    background-color: #7DD1E1;
    text-align: center;
}

@media (min-width: 48em) {
    .callout-block {
        padding: 4rem 6rem;
    }
}

blockquote {
    padding: 2rem 2rem!important;
}

blockquote q {
    font-size: 1.5rem!important;
}

@media (min-width: 48em) {
    blockquote {
        padding: 4rem 6rem!important;
    }
    blockquote q {
        font-size: 2.25rem!important;
    }
}

.callout-text {
    font-family: "miller-text", serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #202020;
    letter-spacing: 0.26px;
    line-height: 1.388;
}

@media (min-width: 48em) {
    .callout-text {
        font-size: 2.25rem;
    }
}

.callout-source {
    display: block;
    margin-top: 2rem;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875rem;
    color: #202020;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.callout-block .callout-source::before {
    content: '- ';
}

/* Start of Rules for stacking Media Features on homepage instead of using Flickity horizontal scrolling on mobile devices  */
.feed__main:after, .grid:after {
  content: '';
}
@media (min-width: 40em) {
    .grid__item--3 {    
        float: none;
        width: 100%;
    }
}
@media screen and (min-width: 48em) {
    .feed__main:after {
        content: 'flickity';
        display: none; /* hide :after */
    }
    .grid__item--3 {
        float: left;
        width: 33%;
    }
}
/* End of Rules for stacking Media Features on homepage instead of using Flickity horizontal scrolling on mobile devices  */

.grid__item--image {
    margin: 0 auto;
}

@media (min-width: 64em) {
    .grid__item {
        padding: 1rem;
    }
}

.split-panel__item {
    min-height: 30rem !important;
}

@media (min-width: 64em) {
    .program__block__content {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
/*
h1, .h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
*/        
h3, .h3 {
  -webkit-hyphens: none!important;
      -ms-hyphens: none!important;
          hyphens: none!important;
}
.content-listing-description {
    margin-top: 1rem;
}

.content-listing-hr {
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 5px solid #00467f;
}

.story-block {
    margin-top: 3rem;
    margin-bottom: 80px;
}

@media (min-width: 64em) {
    .story-block {
        margin-top: 3rem;
        margin-bottom: 120px;
    }
}

.story__group__item {
    width: 100%;
    padding: 0.5rem;
}

@media (min-width: 32em) {
    .story__group__item {
        width: calc(100% / 2);
    }
}

@media (min-width: 48em) {
    .story__group__item {
        width: calc(100% / 3);
    }
}

.block--blue .exp__title--small,
.block--blue .exp__title--large {
  color: #ffffff; }
  
.feature-image {
    padding-bottom: 2rem;
}

.hero__subheading {
    font-size:18px;
    margin-bottom:2rem;
}

@media screen and (min-width: 320px) {
    .hero__subheading {
        font-size: calc(18px + 4 * (100vw - 320px) / 1120);
    }
}

@media screen and (min-width: 1440px) {
    .hero__subheading {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .hero__headline {
        font-size: calc(32px + 16 * (100vw - 320px) / 1120);
    }
}

@media screen and (min-width: 432px) {
	 .singleInfographic {
		 max-width:400px;
	}
}
  
/*.flickity-slider .image__item {
    display: flex;
    align-items: center;
    justify-content: center; }
*/
    
/* used on sliders where one image is taller than the other images; this will prevent any white space
from appearing because the slider will fill the entire height */
.flickity-slider .image__item img {
    width: initial; }
    
.story-blockquote {
    background-color: #FFF; }
    
.story-p-intro {
    font-weight: 700; }

@media screen and (min-width: 320px) {
    .story-p-intro {
        font-size: calc(18px + 4 * (100vw - 320px) / 1120); }
}

@media screen and (min-width: 1440px) {
    .story-p-intro {
        font-size: 30px; }
}

/* rules for videos on storylists */
.storyvideo-container {
    overflow: hidden;
    position: relative; }
    
.storyvideo-container .storyvideo-program__card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 24px; }
    
.storyvideo-program__card:hover, .storyvideo-program__card:focus {
    color: #fff; }
    
@media (min-width: 32em) {
    .storyvideo-img-container {
        transition: transform 300ms ease;
        position: relative; }
}

.storyvideo-description {
    font-size:1rem;
}

.storylist-video:hover .storyvideo-img-container {
    transform: scale(1.2); }
    
.storyvideo-image {
    display: block; }
    
/* end of rules for videos on storylists */

/* rules for videos on hero images */
.hero__image .media__link {
    width: 13%;    
    z-index: 1;
}

@media (max-width: 1200px) {
    .hero__image .media__link {
        width: 20%;
    }
}

/* end of rules for videos on hero images */

/* CSS Lightbox */
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	display:initial;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
/* End of CSS Lightbox */

/* For AU Calendar */
.footer__link--alt:hover, .footer__link--alt:focus {
    color: #ffffff!important;
}
/* End of AU Calendar */

/* Lazy Loading Images */
.fade-in-image {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in-image.visible {
  opacity: 1;
}
/* Rules for Flickity Slider for Quote and Callout Slides */
.quote-callout-slider-cell {
    height: 500px;
    background: #7DD1E1;
    padding: 2rem 3.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; /* also centers horizontally */
  }

.quote-callout-slider-cell blockquote {
    margin: 1rem 0;
    padding: 1rem !important;
}

@media (min-width: 48em) {
    .quote-callout-slider-cell blockquote {
        padding: 2rem 3rem !important;
    }
}

@media (max-width: 400px) {
    .quote-callout-slider-cell blockquote {
        padding: 1rem 0.75rem !important;
    }
}
/* End of Rules for Flickity Slider for Quote and Callout Slides */
/* Rules for Gecko Chat Widget */
.gecko-chat-widget-header-title {
    font-size: 12px!important;
}
/* End of rules for Gecko Chat Widget*/