* { padding: 0; margin: 0; box-sizing: border-box; }
:root {
--font-serif: ;
--font-sans-serif: "Open Sans", system-ui, sans-serif;
--font-display: Ubuntu, system-ui, sans-serif;
--color0: #000000; /*black*/
--color1: #FFFFFF; /*white*/
--color2: #002234; /*blue black*/
--color3: #008288; /*blue*/
--color4: #014C61; /*dark blue*/
--color5: #3AC2F0; /*aqua*/
--color6: #DCDCDC; /*mid grey*/
--color7: #E60078; /*pink*/
--color8: #F5F5F5; /*light grey*/
--color9: #FFC101; /*yellow*/
--text-xs: 0.75rem; /*12px*/
--text-sm: 0.875rem; /*14px*/
--text-base: 1rem; /*16px*/
--text-lg: 1.063rem; /*17px*/
--text-xl: 1.125rem; /*18px*/
--text-2xl: 1.125rem; /*18px*/
--text-3xl: 1.125rem; /*18px*/
--text-4xl: 1.375rem; /*22px*/
--text-5xl: 1.875rem; /*30px*/
--gap-xs: 5px;
--gap-sm: 10px;
--gap-md: 15px;
--gap-base: 20px;
--gap-lg: 25px;
--gap-xl: 30px;
--gap-2xl: 40px;
--gap-3xl: 60px;
--gap-4xl: 80px;
--gap-5xl: 100px;
--gap-6xl: 120px;
--width-narrow: 100%;
--width-page: 1120px;
--width-default: 1200px;
}

@media only screen and (min-width: 1024px) {
:root {
--text-xs: 0.75rem; /*12px*/
--text-sm: 0.875rem; /*14px*/
--text-base: 1rem; /*16px*/
--text-lg: 1.125rem; /*18px*/
--text-xl: 1.25rem; /*20px*/
--text-2xl: 1.375rem; /*22px*/
--text-3xl: 1.563rem; /*25px*/
--text-4xl: 1.875rem; /*30px*/
--text-5xl: 3rem; /*48px*/
}
}
@media only screen and (min-width: 768px) {
:root {
--width-narrow: 618px;
}
}
@media only screen and (min-width: 1024px) {
:root {
--width-narrow: 768px;
}
}

/*BASE*/
html { overflow-x: hidden; }
body { font-family: var(--font-sans-serif); font-size: var(--text-base); color: var(--color0); line-height: 1.5; background: var(--color1); overflow-x: hidden; -webkit-text-size-adjust: 100%;}
.skiplink { position: absolute; top: -999em; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 700; color: var(--color4); line-height: 1.125; margin-bottom: var(--gap-sm); }
h1 { font-size: var(--text-5xl); font-weight: 500; letter-spacing: -0.03em; }
h2 { font-size: var(--text-4xl); font-weight: 700; }
h3 { font-size: var(--text-3xl); font-weight: 500; }
h4 { font-family: var(--font-sans-serif); font-size: var(--text-2xl); font-weight: 400; }
h5 { font-family: var(--font-sans-serif); font-size: var(--text-lg); font-weight: 600; }
h6 { font-family: var(--font-sans-serif); font-size: var(--text-lg); font-weight: 600; }

p,ol,ul,dl,table,details,table,figure,blockquote { margin-bottom: var(--gap-sm); }
ul,ol { margin-left: var(--gap-lg); }
ul ul, ol ol { margin-top: var(--gap-sm); }
ul li, ol li { margin-bottom: var(--gap-xs); }
dt { font-weight: 700; }
hr { margin: var(--gap-lg) 0;}
blockquote { }
figure { text-align: center; }
figcaption { font-size: var(--text-base); }
figure.table { text-align: left; }
table { width: 100%; border-top: 1px solid silver; border-collapse: collapse; }
th { text-align: left; padding: 10px 5px 10px 0; border-bottom: 1px solid silver; }
td { text-align: left; padding: 10px 5px 10px 0; border-bottom: 1px solid silver; }
figure.table { overflow-x: scroll; }
iframe { border: 0; }
img { max-width: 100%; height: auto; }
a { color: var(--color2); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px;  }
a:hover, a:focus, a.visited { color: var(--color4); }

/*FORMS*/
fieldset { border: 0; margin-bottom: var(--gap-base); }
legend { font-size: var(--text-3xl); margin-bottom: var(--gap-base); }
input,textarea {font-family: var(--font-display); font-size: var(--text-base); color: var(--color0);}
input { height: 40px; width: 100%; border: 1px solid var(--color0); text-indent: var(--gap-xs); outline: none; }
input[type=file] { height: 40px; width: 100%; border: 0; text-indent: 0; outline: none; }
textarea { min-height: 160px; width: 100%; border: 1px solid var(--color0); padding: var(--gap-xs); outline: none; }
input[type=checkbox],input[type=radio] { width: 18px; height: 18px; outline: initial; }
input[type=checkbox]:focus,input[type=radio]:focus { outline: 1px dotted black; }
input[disabled] { opacity: 0.5; }
select { max-width: 100%; height: 40px; border: 1px solid var(--color0); text-indent: var(--gap-xs);}
select option { padding: 0 var(--gap-sm); }
button { height: 40px; font-family: var(--font-display); font-size: var(--text-sm); font-weight: 700; color: var(--color1); padding: 0 10px; background: var(--color7); border: 0px solid var(--color7); }
button:hover { color: var(--color0); background: var(--color5); }

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {display: none;}

.contact-form { max-width: 640px; }
.login-form { max-width: 360px; padding: var(--gap-2xl) 0 0 0; margin: 0 auto; }
.login-form h1 { font-size: var(--text-4xl); }
.login-form h2 { font-size: var(--text-2xl); }
.form-item { margin-bottom: var(--gap-md); }
.form-item label { display: block; margin-bottom: var(--gap-xs); }
.form-item input {  }
.form-item textarea {  }
.form-item button {font-size: var(--text-sm); font-weight: 700; padding: 0 var(--gap-md); }

/*CONTENT ROWS*/
.row { padding: var(--gap-base); }
.row-nav { padding: var(--gap-sm) var(--gap-base) var(--gap-sm) var(--gap-base); background: var(--color2); }
.row-hero { padding: 0; background: var(--color8); }
.row-header { padding: var(--gap-lg) var(--gap-base) var(--gap-md) var(--gap-base); }
@media only screen and (min-width: 768px) {
.row-header { padding-bottom: var(--gap-base); }
}
@media only screen and (min-width: 1025px) {
.row-header { padding-bottom: var(--gap-lg); }
}
.row-header-search { padding-bottom: 0; }
.row-content { padding: 0 var(--gap-base) var(--gap-sm) var(--gap-base); }
.row-content-search { padding: 0 var(--gap-base) 0 var(--gap-base); }
.row-news { padding: var(--gap-xl) var(--gap-base); background: var(--color8); }
.row-bottom-stories { padding: var(--gap-xl) var(--gap-base); background: var(--color8); margin-bottom: var(--gap-base); }
.row-bottom { background: var(--color2); }
.row-footer { }
.row-alt { background: var(--color6); }
.row-nav-sticky { position: sticky; top: 0; z-index: 1000; }

@media only screen and (min-width: 768px) {
.row-nav { padding: var(--gap-md) var(--gap-base) var(--gap-md) var(--gap-base); background: var(--color2); }
}
@media only screen and (min-width: 1025px) {
.row-nav { padding: var(--gap-base) var(--gap-base) var(--gap-base) var(--gap-base); background: var(--color2); }
}

.row-nav-sticky.scrolled { position: fixed; top: 0; right: 0; left: 0; padding-top: var(--gap-sm); padding-bottom: var(--gap-sm); }
.row-nav-sticky.scrolled .nav .nav-logo-shorthand { display: block; }
.row-nav-sticky.scrolled .nav .nav-logo { display: none; }

.header { position: relative; }
.content { max-width: var(--width-page); margin: 0 auto; }
.content.hero { max-width: var(--width-default); }
.content.header { max-width: var(--width-page); }
@media only screen and (min-width: 768px) {
.content.header {  }
}
.content.news { width: var(--width-narrow); }
@media only screen and (min-width: 768px) {
.content.news { padding: 0 var(--gap-5xl); }
}

/*NAV*/
.nav { display: flex; align-items: flex-end; column-gap: var(--gap-2xl); }
.nav-logo-shorthand { display: none; }
.nav-logo-shorthand img { display: block; }
.nav-logo { display: block; }
.logo-mobile { display: block; }
.logo-desktop { display: none; }
.logo-mobile img { display: block; width: auto; height: 60px; }
.logo-desktop img { display: block; width: auto; height: 65px; }
@media only screen and (min-width: 768px) {
.logo-mobile { display: none; }
.logo-desktop { display: block; }
}

.nav-menu { position: relative; margin-left: auto; }
button.menu-toggle { width: 40px; height: 40px; padding: 0; background: transparent; border: 0; margin: 0; }
.menu-toggle img { display: block; width: 40px; height: 40px; }
.menu-close-container { text-align: right; margin-bottom: var(--gap-sm); }
button.menu-close { width: 40px; height: 40px; padding: 0; background: transparent; border: 0; }
.menu-close img { display: block; width: 40px; height: 40px; }
.menu-container { position: absolute; top: -40px; right: -400em; width: 360px; height: 680px; padding: 40px 20px var(--gap-base) 20px; background: var(--color1); border: 1px solid var(--color6); transition: 0.5s ease-out; z-index: 9998; overflow-y: scroll; }
.menu-container.visible { right: -40px; }
.menu-inner { height: 1000px; overflow-y: scroll; z-index: 9999; }
.menu-links { list-style: none; padding-top: 5px; margin: 0; }
.menu-links li { position: relative; font-weight: 600; margin-bottom: var(--gap-lg); }
.menu-links li ul { list-style: none; margin: var(--gap-sm) 0; }
.menu-links li ul li::before { content: "- "; }
.menu-links a { color: var(--color2); text-decoration: none; padding: var(--gap-xs) 0; }
.menu-links a:hover, .menu-links a:focus { color: var(--color4); text-decoration: underline; }
.menu-links a:visited { color: var(--color4); }
.menu-links a:active { color: var(--color7); }
.menu-links li ul li a { font-weight: 400; }
.menu-links-icon { position: absolute; top: 0; left: 0; width: 18px; }
.menu-links-icon img { width: 20px; height: 20px; }
.menu-links-padding { padding: 0 10px 0 24px; }
@media only screen and (min-width: 600px) {
.menu-container { height: 100vh; }
.menu-links-icon { position: absolute; top: -4px; left: 0; width: 28px; }
.menu-links-icon img { width: 30px; height: 30px; }
.menu-links-padding { padding: 0 0 0 34px; }
}

/*BREADCRUMBS*/
.crumbs { display: flex; gap: var(--gap-sm); flex-wrap: wrap; font-size: var(--text-sm); list-style: none; margin: 0 0 var(--gap-sm) 0; }
.crumbs li { margin-bottom: 0; }
.crumbs li::after { content: ' \203A '; }

/*HERO*/
.hero { position: relative; }
.hero img { display: block; }
button.hero-slider-button { position: absolute; top: calc(50% - 20px); width: 40px; height: 40px; color: var(--color0); padding: 0; background: transparent; border: 0; transition: 0.25s; }
button-hero-slider-button img { display: block; width: 40px; height: 40px; }
.hero-slider-prev { left: 20px; }
.hero-slider-next { right: 20px; }

/*HEADER*/
.header-home { text-align: center; }
.home-intro { max-width: 768px; margin: 0 auto; }
.home-intro-tagline { max-width: 768px; font-size: var(--text-lg); color: var(--color0); font-weight: 700; margin: var(--gap-base) auto 0 auto; }
.header-item { position: relative; width: var(--width-narrow); margin: 0 auto; }
.header-item h1 { margin: 0; }
.header-item.has-link { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: var(--gap-sm); }
@media only screen and (min-width: 1024px) {
.header-item.has-link { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: var(--gap-sm); }
}

.header-item h1.has-icon { position: relative; min-height: 36px; padding-left: 46px; background-repeat: no-repeat; background-size: 36px; background-position: 0 0; }
@media only screen and (min-width: 768px) {
.home-intro { max-width: 618px; margin: 0 auto; }
.header-item h1.has-icon { padding-left: 46px; background-repeat: no-repeat; background-size: 36px; background-position: 0 0; }
}
@media only screen and (min-width: 1024px) {
.home-intro { max-width: 890px; margin: 0 auto; }
}
@media only screen and (min-width: 1024px) {
.header-item h1.has-icon { min-height: 50px; padding-left: 60px; background-size: 50px; margin-left: -60px; }
}

/*VIDEO*/
.video-container { position: relative; padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; width: 100%; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-container-voxpop { width: 100%; height: 100%; }
.video-wrapper video { display: block; width: 100%; height: auto; object-fit: cover; }
.video-wrapper.mobile { display: block; }
.video-wrapper.desktop { display: none; }
@media only screen and (min-width: 577px) {
.video-wrapper.mobile { display: none; }
.video-wrapper.desktop { display: block; }
}

/*GRIDS*/
.grid2-container { margin-bottom: var(--gap-base); }
.grid2 { display: grid; gap: var(--gap-base); grid-template-columns: 1fr; }
@media only screen and (min-width: 376px) {
.grid2 { grid-template-columns: 1fr 1fr; }
}

.home2col-item { position: relative; background: var(--color8); aspect-ratio: 1 / 1; }
.home2col-heading { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 500; color: var(--color1); text-align: center; line-height: 1.2; margin: 0; }
.home2col-partners-item { padding: var(--gap-base); text-align: center; aspect-ratio: 1 / 1; }
.home2col-partners-item-logo img { max-width: 240px; }
.home2col-item a:hover .home2col-heading { text-decoration: underline; }

.grid4-container { margin-bottom: var(--gap-base); }
.grid4 { display: grid; gap: var(--gap-base); grid-template-columns: 1fr; }
.grid4-flexi { display: grid; gap: var(--gap-base); grid-template-columns: 1fr; align-content: center; margin-bottom: var(--gap-lg); }

.grid4-item {display: flex; align-items: center;  text-align: center; padding: var(--gap-xl) var(--gap-sm); }
.grid4-item a { color: inherit; text-decoration: none; }
.grid4-item a:hover h3, .grid4-item a:focus h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.grid4-item img { width: 68px; margin-bottom: var(--gap-xs); }
.grid4-item h3 { font-size: var(--text-2xl); line-height: 1.2; margin: 0; }
.grid4-item p { display: none; margin: var(--gap-xs) 0 0 0; }
@media only screen and (min-width: 370px) {
.grid4 { grid-template-columns: 1fr 1fr; }
.grid4-flexi { grid-template-columns: 1fr 1fr; }
}
@media only screen and (min-width: 768px) {
.grid4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid4-flexi { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.grid4-item { aspect-ratio: 1 / 1; }
}
@media only screen and (min-width: 1120px) {
}
@media only screen and (min-width: 1120px) {
.grid4-item p { display: block; }
}

.stats-container { display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 0; justify-content: center; padding: var(--gap-base) var(--gap-md); background: var(--color8); margin-bottom: var(--gap-base); }
.stats-container .stat-item { width: 50%; }

@media only screen and (min-width: 768px) {
.stats-container .stat-item { width: 25%; }
}
.stat-item { text-align: center; padding: var(--gap-lg) var(--gap-md); background: var(--color8); }
.stat-item-centered { display: flex; flex-flow: column wrap; align-items: center; justify-content: center; height: 100%; }
.stat-heading { font-family: var(--font-display); font-size: var(--text-5xl); font-weight: 700; color: var(--color7); line-height: 1; margin-bottom: var(--gap-xs); }
.Xstat-heading-stats-features { margin-top: 5px; }
.stat-description { font-family: var(--font-display); font-size: var(--text-xl); font-weight: 500; color: var(--color4); line-height: 1.2; margin: 0; }

@media only screen and (min-width: 1024px) {
.Xstat-heading-stats-features { margin-top: 25px; }
}

/*SEARCH BLOCK*/
.search-container { margin-bottom: var(--gap-base); }
.search-block { padding: var(--gap-base) var(--gap-base) var(--gap-base) var(--gap-4xl); background: var(--color4) url(/assets/images/GL-search-icon.svg) no-repeat 20px 20px; background-size: 36px; }
.search-block-details { margin: 0; }

/*replace summary tag*/
.search-block-heading { position: relative; font-family: var(--font-sans-serif); font-size: var(--text-2xl); font-weight: 600; color: var(--color1); list-style: none; padding-right: var(--gap-2xl); background: var(--color4); margin: 0; }

/*old style to remove */
.Xsearch-block-details summary { position: relative; font-size: var(--text-2xl); font-weight: 600; color: var(--color1); list-style: none; padding-right: var(--gap-2xl); background: var(--color4) url(/assets/images/GL-search-bar-arrow.svg) no-repeat right bottom; background-size: 24px; }
.Xsearch-block-details summary::-webkit-details-marker { display:none; }
.Xsearch-block-details[open] summary { background-image: url(/assets/images/GL-search-bar-cross.svg); }
/*/old style*/

.form-search { padding: var(--gap-base) 0 0 0; margin: 0; }
.search-fields { display: flex; gap: var(--gap-sm); }
.search-input { width: 100%; color: var(--color0); background: var(--color1); border: 1px solid var(--color4); }
.search-button { width: 12.5%; font-family: var(--font-display); font-size: var(--text-sm); font-weight: 700; color: var(--color1); background: var(--color7); border: 0px solid var(--color4); }
.search-button:hover { color: var(--color0); background: var(--color5); }
.search-popular { display: flex; flex-wrap:wrap; gap: var(--gap-sm); color: var(--color1); margin: var(--gap-base) 0 0 0; }
.search-popular a { color: var(--color1); }
.search-more-toggle { display: block; width: 100%; max-width: var(--width-narrow); font-size: var(--text-base); font-weight: 400; color: var(--color0); text-align: center; text-decoration: underline; padding: 0; background: transparent; border: 0; margin: 0 auto; }
.search-more-toggle:hover, .search-more-toggle:focus { background: transparent; }
.search-more { height: 0; overflow: hidden; }
.search-more.search-more-visible { height: auto; }
.content.search-result .courses-container { margin-bottom: var(--gap-base); }

/*FLUID*/
.fluid-content { width: var(--width-narrow); padding-bottom: var(--gap-md); margin: 0 auto; }
.header .fluid-content { padding-bottom: 0; }
.fluid-content h2 { margin-top: 15px; }
.fluid-content h3 { margin-top: 20px; }
.fluid-content h4 { margin-top: 20px; }
.content .fluid-content p + h2, .content .fluid-content ul + h2 { margin-top: 30px; }
.Xcontent .fluid-content:first-of-type h2 { margin-top: 0; }

.image-text-block-image img { width: 100%; height: auto; }
.image-text-block-intro-text { font-size: var(--text-lg); } 

.fluid-link-container { display: grid; row-gap: 15px; padding-top: var(--gap-md); padding-bottom: var(--gap-md); }
.fluid-link-block { display: grid; grid-template-columns: 1fr; background: var(--color8); margin-bottom: var(--gap-sm); }
.fluid-link-block-image { order: 2; }
.fluid-link-block-image img { display: block; object-fit: cover; width: 100%;
  height: 100%; }
.fluid-link-block-text { padding: var(--gap-base); order: 1; }
@media only screen and (min-width: 576px) {
.fluid-link-block { grid-template-columns: 1fr 2fr; }
.fluid-link-block-image { order: 1; }
.fluid-link-block-text { order: 2; }
}

/*COURSES*/
.courses-container { display: grid; gap: var(--gap-base); grid-template-columns: 1fr; margin-bottom: var(--gap-xl); }
.courses-item { text-align: center; padding: var(--gap-lg); background: var(--color2); }
.courses-item-link { display: block; width: 100%; text-decoration: none; }
.courses-item-link:hover .courses-item-heading, .courses-item-link:focus .courses-item-heading { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.courses-item-icon { margin-bottom: 0; }
.courses-item-icon img { width: 40px; height: 40px; }
.courses-item-heading { font-size: var(--text-2xl); font-weight: 500; margin: 0 0 var(--gap-xs) 0; }
.courses-item-summary { margin: 0; }
.courses-item-description { max-width: var(--width-narrow); margin: 0 auto;}

@media only screen and (min-width: 576px) {
.courses-container { grid-template-columns: 1fr 1fr; }
.courses-container .courses-item.last { grid-column: span 2; }
}
@media only screen and (min-width: 960px) {
.courses-item-icon img { width: 50px; height: 50px; }
}


/*BOTTOM BLOCK*/
.block-heading { display: flex; flex-wrap: wrap; gap: var(--gap-md); align-items: center; padding: 10px 0 10px 50px; background-size: 40px; background-repeat: no-repeat; background-position: left; }
.block-heading-link { font-size: var(--text-sm); color: var(--color0); }
.block-text { padding-left: 50px; }
.news-block-heading { background-image: url(/assets/images/GL-News-icon.svg); }
.stories-block-heading { background-image: url(/assets/images/GL-Pages-Student-Stories-icon.svg); }

/*NEWS LIST ITEMS*/
.news-container { display: grid; gap: var(--gap-base); grid-template-columns: 1fr; margin-bottom: var(--gap-lg); }
@media only screen and (min-width: 576px) {
.news-container { grid-template-columns: 1fr 1fr; }
}

.news-item { background: var(--color1); border: 1px solid var(--color6); border-radius: 5px 5px 0 0; }
.news-date { display: block; font-size: var(--text-sm); font-weight: 700; color: var(--color0); padding: var(--gap-sm) var(--gap-md); background: var(--color5); border-radius: 5px 5px 0 0; }
.news-title { font-family: var(--font-sans-serif); font-size: var(--text-lg); font-weight: 600; padding: var(--gap-md); margin: 0; }
.news-title a { color: var(--color2); text-decoration: none; }
.news-title a:hover, .news-title a:focus { color: var(--color4); text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--color4); }
.newsflash {margin-bottom: var(--gap-base);}
.newsflash a::before { content: "News highlight:  "; text-transform: uppercase; letter-spacing: 1px; }
.newsflash a { display: block; font-weight: 600; color: var(--color1); text-decoration: none; padding: var(--gap-sm); background: var(--color7); }
.news-story-date { display: block; font-size: var(--text-sm); font-weight: 700; margin-top: var(--gap-sm); }
.news-entry-date { display: block; font-size: var(--text-sm); font-weight: 700; margin-top: var(--gap-sm); }

.news-search { display: flex; gap: var(--gap-xs); align-items: center; margin-bottom: var(--gap-sm); }
.news-search label { color: var(--color3); }

/*PARTNERS ITEMS*/
.partners-container { margin-bottom: var(--gap-xl); }
.partners-item { display: grid; column-gap: var(--gap-xl); grid-template-columns: 1fr; padding: var(--gap-base); background: var(--color8); margin-bottom: var(--gap-md); }
.partners-item-logo { text-align: center; align-content: center; order: 2; }
.partners-item-logo img { height: 100px; }
.partners-item-description { margin-bottom: var(--gap-sm); order: 1; }
.partners-item-heading { font-family: var(--font-sans-serif); font-size: var(--text-2xl); font-weight: 600; margin-bottom: var(--gap-sm); }
.partners-item-link { color: var(--color2); }
.partners-item-link:hover { color: var(--color4); }
.partners-contact-links { list-style: none; margin-left: 0; }
.partner-courses-link { text-align: right;}
@media only screen and (min-width: 576px) {
.partners-item { grid-template-columns: 1fr 2fr; }
.partners-item-logo { order: 1; }
.partners-item-description { margin-bottom: 0; order: 2; }
}

/*TOPICS ITEMS*/
.topics-container { display: grid; gap: var(--gap-md); grid-template-columns: 1fr; margin-bottom: var(--gap-xl); }
.topics-item { display: grid; grid-column-gap: var(--gap-base); grid-template-columns: 1fr; padding: var(--gap-base); background: var(--color8); }
.topics-item-icon { text-align: center; margin-bottom: var(--gap-sm); align-content: center;}
.topics-item-icon img { width: 50px; height: 50px; }
.topics-item-heading { font-size: var(--text-xl); margin-bottom: var(--gap-sm); }
@media only screen and (min-width: 576px) {
.topics-item { grid-template-columns: 1fr 2fr; }
}

@media only screen and (min-width: 1024px) {
}


/*QUOTES*/
.quotes-container { position: relative; width: 100%; padding: var(--gap-base); background: var(--color8); margin-bottom: var(--gap-base);  }
.quotes-wrapper { position: relative; max-width: var(--width-narrow); margin: 0 auto; }
.quote-slide { padding: var(--gap-base) 0; margin: 0 auto; }

.quotes-controls { text-align: center;}
button.quotes-slider-button { width: 40px; height: 40px; color: var(--color0); padding: 0; background: var(--color6); border: 0; transition: 0.25s; }
.quotes-slider-prev { margin-right: var(--gap-xs); }
.quotes-slider-next { margin-left: var(--gap-xs); }
.quote { text-align: center; margin: 0; }
.quote-text { font-size: var(--text-lg); font-style: italic; color: var(--color4); }
.quote-author { font-size: var(--text-base); font-style: normal; }

/*STORIES*/
.stories-filter-wrapper { padding: var(--gap-sm); background: var(--color5); border-radius: var(--gap-xs); margin-bottom: var(--gap-base); }
.stories-filter-form { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--gap-xs); }
.stories-filter-label { font-size: var(--text-lg); font-weight: 600; color: #FFF; }
.stories-filter-select { min-width: 240px; padding: 0 0; background: #FFF; border: 0; border-right: 10px solid white; }

.s1 { grid-area: s1; }
.s2 { grid-area: s2; }
.s3 { grid-area: s3; }
.s4 { grid-area: s4; }
.s5 { grid-area: s5; }
.s6 { grid-area: s6; }
.s7 { grid-area: s7; }
.s8 { grid-area: s8; }
.s9 { grid-area: s9; }
.s10 { grid-area: s10; }
.s11 { grid-area: s11; }
.s12 { grid-area: s12; }
.s13 { grid-area: s13; }
.s14 { grid-area: s14; }
.s15 { grid-area: s15; }

.stories-container { display: grid; width: 100%; display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-bottom: var(--gap-base); 
grid-template-areas:
    "s1 s1"
    "s2 s3"
    "s4 s5"
    "s6 s7"
    "s8 s9"
    "s10 s10"
    "s11 s11"
    "s12 s13"
    "s14 s15";
}
@media only screen and (min-width: 768px)  {
.stories-container { width: 100%;  
	display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
    "s1 s1 s2 s3"
    "s1 s1 s4 s5"
    "s6 s7 s10 s10"
    "s8 s9 s10 s10"
    "s11 s11 s12 s13"
    "s11 s11 s14 s15"; }
}
.stories-item { position: relative; color: var(--color1); aspect-ratio: 1 / 1; }
.stories-item img { width: 100%; display: block; }
.stories-label { position: absolute; top: 0; left: 0; display: inline-block; font-family: var(--font-display); font-size: var(--text-sm); font-weight: 600; color: var(--color1); padding: var(--gap-xs) var(--gap-sm); background: var(--color5); }
.stories-label-star { background: var(--color7); }
.stories-label-star::before { content: "\2605  "; }
.stories-item-info { position: absolute; right: 0; bottom: 0; left: 0; height: auto; color: var(--color1); padding: var(--gap-md); background: rgba(0,0,0,0.5); }
.stories-item-heading { font-size: var(--text-sm); font-weight: 600; color: var(--color1); margin: 0; }
.stories-item-description { display: none; }
.stories-item-course-title { margin: var(--gap-xs) 0 0 0; }
.stories-item-text { font-size: var(--text-sm); margin: var(--gap-xs) 0 0 0; }
.stories-item-watch { font-size: var(--text-sm); text-decoration: underline; margin-top: var(--gap-xs); }
@media only screen and (min-width: 960px) {
.stories-item-description { height: 0; overflow: hidden; transition: height 0.5s; }
.stories-item:hover .stories-item-description { display: block; height: auto; }
}
.story-overview { font-size: var(--text-xl); font-weight: 300; color: var(--color4); margin: 0 0 var(--gap-md) 0; }

/*BOTTOM*/
.bottom { display: flex; flex-wrap: wrap; gap: var(--gap-base); }
.bottom-social-container { height: 40px; color: var(--color2); padding: 0 var(--gap-sm); background: var(--color1); }
.bottom-social-links { display: flex; column-gap: var(--gap-xs); align-items: center; flex-wrap: nowrap; font-size: var(--text-sm); font-weight: 700; line-height: 28px; padding: 6px 0; margin: 0; }

.bottom-social-link { display: block; width: 28px; height: 28px; text-align: center; padding: 3px; margin-left: var(--gap-xs); border: 1px solid black; }
.bottom-social-link svg { display: block; width: 20px; height: 20px; }
.bottom-social-link:hover {}

.vimeo { fill: white; background: black; }
.facebook { fill: white; background: black; }
.twitter { fill: white; background: black; }
.vimeo:hover { fill: black; background: white; }
.facebook:hover { fill: black; background: white; }
.twitter:hover { fill: black; background: white; }

.bottom-link-container { height: 40px; font-size: var(--text-sm); font-weight: 700; }
.bottom-link { display: block; color: var(--color2); line-height: 40px; text-decoration: none; padding: 0 var(--gap-base) var(--gap-xs) var(--gap-sm); background: var(--color1); }
.bottom-link:hover, .bottom-link:focus { color: var(--color0); background: var(--color5); }

/*FOOTER*/
.footer-links { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: var(--gap-sm) var(--gap-sm); font-size: var(--text-sm); margin-left: 0; }
.footer-links li { margin: 0; }
.footer-links a { color: var(--color2); text-decoration: none; }
.footer-links a:hover, .footer-links a:focus, .footer-links a:visited { color: var(--color4); text-decoration: underline; }
.footer-logos { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: var(--gap-base); margin-top: var(--gap-2xl); margin-left: 0; }
.footer-logos img {width: auto; height: 80px; }
.credit a { color: var(--color2); line-height: 44px; text-decoration: none; }
.credit a:hover, .credit a:focus, .credit a:visited { color: var(--color4); text-decoration: underline; }

/*PAGINATION*/
.pagination-links { display: flex; gap: var(--gap-sm); justify-content: flex-end; list-style: none; margin-left: 0; }
.pagination-links a { display: block; min-width: 40px; color: var(--color1); text-decoration: none; text-align: center; padding: var(--gap-sm); background: var(--color7); }
.pagination-links a:hover, .pagination-links a:focus { background: var(--color4); }

/*LINKS*/
.link { display: inline-block; text-decoration: none; border-radius: var(--gap-xs); white-space: nowrap; }
.link-pri { color: var(--color1); background: var(--color7); }
.link-pri:hover, .link-pri:focus { color: var(--color0); background: var(--color5); }
.link-m { height: 36px; line-height: 36px; font-size: var(--text-sm); font-weight: 700; padding: 0 var(--gap-base); }

/*HOME 5 ITEM GRID*/
.hf0 { grid-area: hf0; }
.hf1 { grid-area: hf1; }
.hf2 { grid-area: hf2; }
.hf3 { grid-area: hf3; }
.hf4 { grid-area: hf4; }
.home-features { width: 100%;  
	display: grid;
    gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    "hf0 hf0"
    "hf1 hf2"
    "hf3 hf4"; }
.features-item { color: var(--color1); background: var(--color2); }
.features-item-a { position: relative; aspect-ratio: 1 / 1; }
.features-item-a-link { display: block; background: var(--color5); }
.features-item-a-link:hover .features-item-a-heading,
.features-item-a-link:focus .features-item-a-heading,
.features-item-a-link:hover .home2col-heading, .features-item-a-link:focus .home2col-heading
{ color: var(--color1); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px;}
.features-item.a img { display: block; width: 100%; }
.features-item-a-info { position: absolute; right: 0; bottom: 0; left: 0; padding: var(--gap-md); background: rgba(0,0,0,0.5); }
.features-item-a-heading { font-size: var(--text-2xl); font-weight: 500; color: var(--color1); text-align: center; margin: 0; }
.features-item-b { display: flex; align-items: center; width: 100%; height: 100%; color: var(--color1); text-align: center; padding: var(--gap-base); }
.features-item-b-centered { width: 100%; }
.features-item-b-link { display: block; width: 100%; height: 100%; color: var(--color1); text-decoration: none; }
.features-item-b-link:hover, .features-item-b-link:focus { color: var(--color1); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.features-icon { width: 100%; margin-bottom: 0; }
.features-icon img { width: 30px; height: 30px; }
.features-heading { font-size: var(--text-2xl); font-weight: 500; color: var(--color1); line-height: 1.2; margin: 0; }
.features-text { font-family: var(--font-display); font-size: var(--text-xl); font-weight: 500; margin: 0; }
@media only screen and (min-width: 768px)  {
.home-features { width: 100%;  
	display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
    "hf0 hf0 hf1 hf2"
    "hf0 hf0 hf3 hf4"; }
}
@media only screen and (min-width: 960px)  {
.features-icon img { width: 50px; height: 50px; }
.features-text { font-size: var(--text-2xl); }
}

/*BITS*/
.sr-only { position: absolute; left: -999em; }
.uppercase { text-transform: uppercase; letter-spacing: 1px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.border-radius-xs { border-radius: var(--gap-xs); overflow: hidden; }

/*read more*/
.more { height: 0; overflow: hidden; transition: height 0.5s ease-in-out; }
.more.more-visible { height: auto; }
.btn-read-more { display: block; width: 100%; height: 44px; font-family: var(--font-display); font-size: var(--text-base); font-weight: 400; color: var(--color2); text-align: right; text-decoration: underline; background: transparent; border: 0; margin-bottom: var(--gap-xs); }
.btn-read-more:hover, .btn-read-more:focus { color: var(--color4); background: transparent; }
div.readmore { display: none; }
.excerpt-excerpt { font-size: var(--text-lg); }
.excerpt-all { font-size: var(--text-lg); }
.extended-default { font-size: var(--text-base); }
.extended-excerpt { font-size: var(--text-base); }
.extended-all { font-size: var(--text-lg); }

/*infinite scroll bits*/
.page-load-status { display: none; /* hidden by default */ font-style: italic; text-align: center;}


/*dev note*/
.note { font-size: var(--text-sm); color: #555; padding: 10px; border: 1px dotted #757575; }
.note::before { content: "DEV NOTE: "; font-weight:700; }

.alert { margin-bottom: var(--gap-lg); }
.alert p { padding: 10px; border-radius: var(--gap-xs); margin: 0; }
.alert.success p { color: var(--color0); background: #00FF00; }
.alert.success p::before { content: "\2713  "; }
.alert.error p { color: var(--color1); background: red; }
.alert.error p::before { content: "\2718  "; }


/*TEXT SIZES IF NEEDED*/
.text-xs { font-size: var(--text-xs); }
.text-sm { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg { font-size: var(--text-lg); }
.text-xl { font-size: var(--text-xl); }
.text-2xl { font-size: var(--text-2xl); }
.text-3xl { font-size: var(--text-3xl); }
.text-4xl { font-size: var(--text-4xl); }
.text-5xl { font-size: var(--text-5xl); }

/*TEMP can delete at go live - also html in layout template*/
.textsizes { line-height: 1.125; margin-bottom: var(--gap-base); }
.textsizes div { margin-bottom: var(--gap-base); }
.swatch { display: flex; flex-grow: 1; width: 100%; font-size: var(--text-sm); }
.swatch div { padding: 5px 10px; }
.color0 { color: var(--color1); background: var(--color0); }
.color1 { color: var(--color0); background: var(--color1); }
.color2 { color: var(--color1); background: var(--color2); }
.color3 { color: var(--color1); background: var(--color3); }
.color4 { color: var(--color1); background: var(--color4); }
.color5 { color: var(--color0); background: var(--color5); }
.color6 { color: var(--color0); background: var(--color6); }
.color7 { color: var(--color0); background: var(--color7); }
.color8 { color: var(--color0); background: var(--color8); }
.color9 { color: var(--color0); background: var(--color9); }

.admin-bar {position:fixed;bottom:0;right:0;padding:10px 20px;background:linear-gradient(#006,#000);color:#EEE;font-size:12px;border-radius:7px 0 0 0;}
