body {
    font-family: 'Open Sans', sans-serif; 
	font-size: 16px; font-weight:400; color:#555; margin: 0; padding: 0;
	}
	
#pageWrap {
    width: 100%;
    min-height: 100%;
    padding 0;
    z-index: 1;
}

#page {
    width: 100%;
    margin: 0 auto; 
    position: relative;
    background-color: #fff;
}

#headerWrap {
	display: flex;
	flex-direction: column;
}

/* Text */

h1 {margin: 20px 0 20px 0; font-size: 2.5em; font-weight: 400; width: 100%; text-align: center;}
h2 {margin: 0 0 .5em 0; font-size: 2.0em; font-weight: 700; line-height: 1.1em; text-align: center;}
h3 {margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 700; text-align: center;}
h4 {margin: 0 0 1.5em 0; font-size: 1em; font-weight: 700; text-align: center;}

p {margin: 0 0 1em 0; font-size: 1.15em;}


/* Buttons */
a { color: #28286E; text-decoration: none; font-weight: 800;}
a:hover {color: #E1972F;}

a.btn { 
    font-size: 1.2em; 
    text-decoration: none; 
    color:#fff; 
    border: 1px solid #fff; 
    padding: 4px 15px; 
    transition: background-color .5s; }

a.btn:hover { background-color: rgba(0,0,0,.5);}

a.btnBlack { 
    font-size: 1.2em; 
    text-decoration: none; 
    color:#000; 
    border: 1px solid #000; 
    padding: 4px 15px; 
    transition: background-color .5s; }

a.btnBlack:hover { background-color: rgba(0,0,0,.5);}


a.btnWhite:link, a.btnWhite:visited, a.btnWhite:active { 
    font-size: 1.2em; 
    text-decoration: none; 
    color:#fff; 
    border: 1px solid #fff; 
    padding: 4px 15px; 
    transition: background-color .5s; 
	}

a.btnWhite:hover { background-color: rgba(0,0,0,.5);}



a.btn {
	font-size: 1.15em; 
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none; 
    color:#fff; 
    border: 0px solid #000; 
    padding: 4px 15px; 
    transition: background-color .5s;

}

a.btnSM:link, a.btnSM:active, a.btnSM:visited {
	background-color:#ccc;
	color: #555;
	font-weight: 700;
	border-radius: 10px;
	border:0px;
	padding: 2px 8px;
	font-size: 0.85em;
	text-transform: none;
	text-decoration: none;
}

a.btnSM:hover {
	background-color:#555;
	color: #fff;
}




a.btnLG {
	font-size: 1.5em; 
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none; 
    color:#fff; 
    border: 0px solid #000; 
    padding: 4px 15px; 
	margin: 4px 15px; 
    transition: background-color .5s;
	border: 5px #ccc solid;
	width: fit-content;
}



a.btn:hover { background-color: rgba(0,0,0,.5);}

a.btnMore {
    font-size: 1.5em;
    text-decoration: none;
    color: #E1972F;
    padding: 4px 15px;
    transition: background-color .5s;
    margin: 10%;
}
a.btnMore:hover {color: #28286E;}



a.btnLG:hover {color: #fff; background-color: #000;}




/* header*/


header {
    top: 0px; 
    height: auto; 
    background: #fff; 
    position: relative;
    order: 1;
    width: 100%;
    text-align: center;
    align-content: center;
}

header .bar {
    background-color: #000; 
    height: 30px;

}

header .logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	padding: 5px 0px 20px 0px;
}

header .logos img {
    height: 60px; 
    width: auto;
    margin: 0px 45px 0 45px;
}

header .logos a.logo img{
    z-index: 0;
    width: auto; 
    display: flex;
    height: 80px;
    width: auto;
    margin-top: 5px;
    
}
header a.logo span {display: none;}

header div.hero {position: absolute; width: 42%; top: 230px; left: 83%;}
header div.hero h1 { line-height: 1em; margin: 0 0 30px 0; color: #000;}



/* Images */

.imageb {
    border: 5px solid #ccc;
    align-content: center;
}

.imagesmall {
    border: 2px solid #ccc;
}

/* Section - All */


/* optional hidden toolbar 

 .toolbar {
  position: relative;
  width: 400px;
  height: 150px;
  display: flex;
  flex-direction: row;  
  justify-content: space-between;
  align-content:flex-end;
  background: #ccc;
  left: 50px;
  transition: .3s;
  
}
.toolbar .teaser {
    width: 10%;
    background: #582663;
    color: #fff;
    font-size: .8em;
    padding: 50px 2px 0 15px;
}
.toolbar .content {
    width: 90%;
    z-index: -1;
    background: #582663;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.toolbar .content a {
    margin: 5px;
    
}
.toolbar .icon {
    border: solid black;
    border-width: 0 3px 3px 0;
    width: 9px;
    height: 8px;
    margin: 70px 20px 0 8px;
    cursor: pointer;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: sticky;
}

.toolbar.active {
    left: 0px;
    display: content;
    z-index: 1;
    width: 45%;
}
*/

section { padding: 0 20px;}
section::after { content:''; display: block; clear: both;}

/* Section - main*/

section.main { 
    align-content: center; 
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    transition: .5s;
}
section.main h1 a {color: #000; text-decoration: none;}
section.main h1 a:hover {text-decoration: underline;}


section.main h3 a {color: #000; text-decoration: none;}
section.main h3 a:hover {text-decoration: underline;}

section.main .square {
    text-align: center;
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:  60px 60px 60px 60px;
}

section.main .square .text { 
    padding: 0 10px 40px 10px;
    margin: 0 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
}

section.main .square .media1 img {
    width:500px; 
    height:195px; 
    opacity:75%;
}

section.main .square .media2 img {
    width:500px; 
    opacity:75%;   
}

section.main .square2 {
     text-align: center;
     display: flex;
     flex-direction: column;
    justify-content: space-between;
    align-content: center;
    margin: 40px;
    background:  #efefef;
    width: 1085px;
}

section.main .square2 .text { 
    padding: 0 10px 10px 10px;
    margin: 0 10px 10px 10px;
   color: #28286E;
}

section.main .square2 .banner {
    background-color: #9F244D; 
    color: #fff;
    text-align: center;
    padding: 10px;
	width: 25%;
}

section.main .square2 .news_content {
    padding: 80px;
    
}

section.main .square2 .banner h1 {
    margin-top: 20px;
}
/* Navigation */


nav {
    background-color: rgba(0,0,0,.75);
    position: relative;
    top: 0; 
    left: 0;
    padding: 0 0 0 0;
    width: 100%;
    font-size: .9em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 2;
}

nav::after {content:''; display: block; clear: both;}

nav ul {
		list-style: none; 
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

nav ul li:hover {background-color:#000;}
nav ul li:hover > ul {display: block;}

nav ul li a:link, nav ul li a:active {
    display: flex;
    flex-direction: row;
    color: #fff;
    padding: 5px 30px;
    text-decoration: none;
    text-align:left;
}

nav ul li a:visited { color: #fff;}
nav ul li a:hover { background-color: #000;}

nav ul ul { 
		position: absolute; 
		top: 100%; 
		background-color: #2b0306; 
		display: none;
	}

nav ul ul li {position: relative;}

nav ul ul ul {left: 100% top: 0px;}

nav ul ul ul ul {left: 100% top: 0px;}


/* Top-Level*/

nav > ul {padding-left: 10px;}

nav > ul > li {
	float: none; 
	height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
	}

nav > ul > a {width: auto; padding: 10px 20px 15px 20px;}

/*Searchbar*/

nav .search {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;  
  border-radius: 60px;
  transition: 0.5s;
  overflow: hidden;
  align-content: right;
  margin: 5px 0 5px 0;
}

nav .search.active {
    width: 300px;
    margin: 10px 10px 10px 15%;
    background: #582663;
}

nav .search .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    
}

nav .search .icon::before 
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-4px,-4px);
}

nav .search .icon::after 
{
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #fff;
    transform: translate(6px,6px) rotate(315deg);
}

nav .search .input
{
    position: relative;
    width: 300px;
    height: 40px;
    left: 40px;
    display: flex;
    justify-content: left;
    align-items: left;
}
nav .search .input input 
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 10px;
}
nav .search .clear {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

nav .search .clear::before {
position: absolute;
content: '';
width: 1px;
height: 15px;
background: #582663;
transform: rotate(45deg);
}
nav .search .clear::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #582663;
    transform: rotate(315deg);
    }

nav .hamburger {
    display: none;
    margin: 10px 0 5px 5px;
    padding: 0 0 2px 5px;
}

nav .hamburger .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 7px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 1;
    top: 50px;
}

/* News page style*/

article {
    padding: 20px 20px 0 10px;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

article .head p{
    border-bottom: 10px solid #E1972F;
    text-align: left;
    width: 150px;
    padding: 10px;
    font-size: 2.5em;
    font-weight: bold;
    margin: 15px 50px 15px 15px;;
}

article .news {
    padding: 50px 50px 50px 50px;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-left: 5px solid #E1972F;
    margin: 15px 8% 15px 8%;
    align-content: center;
}

article .news p {
    font-size: 1.2em;
    color: #28286E;
}

article .news .smallImageRow {
    width: 210px;
    margin-left: 40px;
    margin-right: 10px;
}

article .news .staffimages {
    width: 200px;
    height: auto;
    border: 5px solid #ccc;
}

article .news .staffinfoblock {
    display: flex;
    flex-direction: row;
    padding: 15px;
}

article .news .stafftext {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    
}

article .foot {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 85%;
    height: 30px;
    display: flex;
    align-self: center;
    margin-top: 0;
    border-left: 5px solid #E1972F;
    border-right: 5px solid #E1972F;
    padding: 10px;
    
}
article .foot a{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

article .news p a.btn { 
    font: 1.2em; 
    text-decoration: none; 
    color:#000; 
    border: 1px solid #000; 
    padding: 4px 15px; 
    transition: background-color .5s; }

article .news a.btn:hover { background-color: rgba(0,0,0,.5);}






/*style for many content pages*/

.blue {
	background-color: #28286E;
}

.purple {
	background-color: #582663;
}

.red {
	background-color: #9F244D;
}

.orange {
	background-color: #e1972f;
}

.yellow {
	background-color: #e4ce84;
}

.darkgrey {
	background-color: #555;
}

.lightgrey {
	background-color: #eee;
}



ul.standard {
	
	margin-bottom: 50px;
}

div.title {
    padding-left: 40px;

	font-size: 1.2em;
	
	
}




section2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0px 25px 0px;
    width: 100%;
}



section2 .page {
    display: flex;
    margin: 0 5% 0 5%;
    flex-direction: column;
    align-content: center;
}  

section2 .page .graybox {
    background: #efefef;
    align-content: center;
    display: flex;
    flex-direction: column;
    color: #28286E;
    padding: 10px 5px 5px 10px;
}

section2 .page .graybox h3 {
    margin: 40px 0 0 40px;
    font-size: 1.8em;
}

section2 .page .graybox iframe {
    align-content: center;
    height: 360px;
    width: 640px;
	margin: 20px auto;
}

section2 .page .graybox .rightText {
    margin: 150px 50px 0 30px;
    font-size: 1.7em; 
}

section2 .page .notice {
    border-left: 5px solid #E1972F;
    color: #000;
    margin: 10px 10px 15px 20px;
    padding: 15px 20px 15px 20px;
    background-color: #EEEEEE;
    border-radius: 10px 10px;
}



/* Summary Boxes */

.boxWrap {
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.boxWrap .summaryBox {
    color: #fff;
    margin: 20px;
    padding: 25px 25px 10px 25px;
    width: 25%;
}
.boxWrap > .summaryBox > h3 {
     font-size: 3.0em;
	 margin:0;
}

.boxWrap img {
	width: 25%;
	margin: 30px 20px 10px 20px;
}

/* Modals */

.modal-header > .close {
	font-size: 2.0em;
}

a.btnResource:link, a.btnResource:visited, a.btnResource:active {
	background-color:#ccc;
	color: #555;
	font-weight: 700;
	border-radius: 10px;
	border:0px;
	padding: 2px 8px;
    margin: 2px 0px 2px 2px;
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

a.btnResource:hover {
	background-color:#555;
	color: #fff;
}

a.btnResourceVideo:link, a.btnResourceVideo:visited, a.btnResourceVideo:active {
	background-color:#28286E;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	border:0px;
	padding: 2px 8px;
    margin: 2px 0px 2px 2px;
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

a.btnResourceVideo:hover {
	background-color:#555;
	color: #fff;
}


.btnModal {
	background-color:#ccc;
	color: #555;
	font-weight: 700;
	border-radius: 10px;
	border:0px;
	padding: 1px 6px;
    margin: 2px 0px 2px 2px;
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

.btnModal:hover {
	background-color:#555;
	color: #fff;
}


.btnModalLG {
	background-color:#ccc;
	color: #555;
	font-weight: 700;
	border-radius: 10px;
	border:0px;
	padding: 2px 8px;
	font-size: 1.50em;
	text-transform: none;
}

.btnModalLG:hover {
	background-color:#555;
	color: #fff;
}


.modal-title {
  text-align:center;
  font-size:20px;
  font-weight:bold;
}

  .modal {
	  background-color: rgba(0,0,0,.25);
  }
  
 
  
  .modal .modal-body {
	  display:flex;
	  flex-direction: row;
	  
  }

 .modal-dialog  {
	 width: 60%;
 }

 .modal-dialog > .modal-content > .modal-body > img {
	  width: fit-content;
	  max-width: 250px;
	  height: fit-content;
	  border: 2px solid #ccc;
	  margin: 0px 20px 0px 0px;
  }



.modal >  .modal-header {
  border-radius: 5px 5px 0 0;
  background-color:#fff;
}
.modal > .modal-content {
  background-color:#fff;
  border-radius: 0;
  padding:20px;
  box-shadow: none;
  background-clip:inherit;
}
.modal-footer {
  background-color:#fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
}



@media screen and (min-width: 768px){
	.modal > .modal-dialog {
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

}

/* Old Banner */


section2 .page .bannerunifier {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
    
}

section2 .page .bannerunifier .banner {
    background: #28286E;
    color: #fff;
    margin: 20px;
    padding: 25px;
    width: 40%;
}
section2 .page .bannerunifier .banner h3 {
     font-size: 3.5em;
	 
}
section2 .page .bannerunifier .banner2 {
    background-color: #582663;
    color: #fff;
    margin: 20px;
    padding: 25px;
    
    width: 25%;
}
section2 .page .bannerunifier .banner2 h3{
    font-size: 3.5em;
}

section2 .page .bannerunifier .banner3 {

    background: #9F244D;
    color: #fff;
    color: #fff;
    margin: 20px;
    padding: 25px;
    width: 25%;
}
section2 .page .bannerunifier .banner3 h3{
     font-size: 3.5em;
}
section2 .page .mediaColumn{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

section2 .page .mediaColumn .media iframe{
    width: 470px; 
    height: 330px;
    border: 5px solid #ccc;
}

section2 .page .studentPrograms {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-around;
    margin: 35px;
}

section2 .page .studentPrograms .programInfo {
    flex-direction: column;
    justify-content: center;
    width: 450px;
    height: auto;
    padding: 0px;
    margin: 0;
}
section2 .page .studentPrograms .programInfo .title {
    text-align: center;
    border-radius: 50px 50px 0 0;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 1.6em;
    padding: 7px 0px;
	margin: 0;
   
}
section2 .page .studentPrograms .programInfo .program {
    width: 450px;
    height: auto;
    background-color: #000;
    position: relative;
    text-align: center;
}

/* New styles added by russ */

section2 .page .studentPrograms .programInfo a.program {
    width: auto;
    height: 400px;
    background-color: #000;
    position: relative;
    text-align: center;
	display: block;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

section2 .page .studentPrograms .programInfo a.program p {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 2.5em;
    background: rgba(0,0,0,0.7);
	padding: 10px 5px;
	border-radius: 10px;
	
    
}


div.wrapper {
	width: 80%;
	margin: auto;
}

section2 .page .studentPrograms .programInfo a.program:hover {color: #E1972F;}


iframe.video_lg {
	border: #ccc solid 5px;
	width: 80%;
}


/* * * * * * * * * * */



section2 .page .studentPrograms .programInfo .program a:hover {color: #14AFBF;}

section2 .page .programInfo .program img {
    opacity: 0.7;
    width: 100%;
}

section3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

section3 .title {
    margin: 50px 50px 30px 0;
    font-size: 2em;
    font-weight: bold;
    color: #E1972F;
    width: 20%;    
}

section3 .title h3 {
    border-bottom: 10px solid #E1972F;
    margin-left: 20%;
    width: 250px;
}

section3 .testimonial {
    width: 66%;
    font-size: .9em; 
    padding: 45px;
    background: #fff;
    margin-top: 20px;
    bottom: 0;
}

section3 .testimonial p {
    font-style: italic;
    margin-right: 10%;
}




/* Grey Full Width Wrapper */

.wrapperFullGrey {
    align-items: center;
	background-color: #efefef;
    border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: 30px;
	padding: 30px;
}

/* Hand Outs for Heritage Lang Program */

.hlsHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
	background: url("https://depts.washington.edu/startalk/images/2023/hls/hls-2023-background_LG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.hlsHeader .barWrap {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	padding: 20px 0px 0px 0px;
	width:100%;
}

.hlsHeader div.barWrap div.bar {
	width: -webkit-fill-available;
	width: 100%;
	height: 12px;
	border-radius: 0px 0px 0px 0px;
	background-color: #d2b786;
	clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
	padding: 0px 8px 8px 0px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.hlsHeader h1  {
	font-size: 2.25em;
	font-weight: 300;
	color: #fff;
	text-align: right;
	padding: 0px 10% 0px 0px;
	margin: 0px;
}

.hlsHeader div.barWrap h1.year {
	font-size: 3.00em;
	font-weight: 800;
	width: fit-content;
	margin: 0;
	padding: 0px 10% 0px 0px;
}

.hlsHeader h2  {
	font-size: 2.50em;
	font-style: italic;
	font-weight: 600;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 20px 0px 10px 10%;
	margin: 0;
}

.hlsHeader h2 span {
	color: #d2b786;
}

.hlsHeader h3 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 0px 0px 30px 10%;
	margin: 0;
}



.handout {
    padding: 30px;
    background-color: #efefef;
    border-radius: 10px;
    margin: 30px;
    align-content: left;
    text-align: left;
}

.handout h2 {
	margin-top: 40px;
}

.handout h3 {
    background-color: transparent;
	font-style: italic;
    color: #555;
    font-size: 1.0em;
    border-radius: 0px;
    padding: 0px;
}



    

.handout p {
    font-size: .7em;
}

.handout > .sessionWrap {
    display: flex;
    flex-direction: row;
    color: #000;
    padding: 0px;
    margin: 20px;
    flex-grow: 0;
    justify-content: left;
    align-content: left;
}

.handout .sessionWrap .time {
    order: 1;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    padding: 5px 10px;
    height: fit-content;
    width: 120px;
    border-right: 0px #555 solid;
    border-radius: 0px 0px 0px 10px;
    
}

.handout .sessionWrap .session {
    order: 2;
    width: 100%;

}
.handout .sessionWrap .session h2{
    background-color: #582663;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
    border-radius: 0px 0px 10px 0px;
    font-size: 1.5em;
}

.handout .sessionWrap .session h3 {
    background-color: #555;
    color: #fff;
    padding: 12px 12px;
    margin: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 10px;
    font-size: 1.25em;
	font-style: normal;
	text-align: left;
}

.handout .sessionWrap .session h3.break {
    background-color: #999;
    color: #fff;
    padding: 8px 10px;
    margin: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    font-size: 1.0em;
}

.handout .sessionWrap .session h4 {
	margin:20px 0px 10px 0px; 
	text-align:left;
}




.handout .sessionWrap .session div.names {
    margin: 0px 0px 5px 0px;
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.handout .sessionWrap .session div.names div.individual {
    margin: 0px 10px 5px 10px;
	padding: 10px 20px 10px 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
	background-color: #ddd;
}

.handout .sessionWrap .session div.names div.individual p {
	margin: 0px;
}

.handout .sessionWrap .session div.names div.individual p a {
	font-weight: 600;
	font-size: 0.85em;
}

.handout .sessionWrap .session div.names div.individual p a:hover {
	text-decoration: none;
}

.handout .sessionWrap .session div.names div.individual p span.pronouns {
	font-size: 0.7em;
}

.handout .sessionWrap .session div.names div.individual img {
    margin: 0px 5px 0px 0px;
	border: 2px #ccc solid;
	width: 70px;
}


.handout .sessionWrap .session p.description {
    margin: 0px 0px 0px 0px;
	padding: 0px 20px;
}

.handout .sessionWrap .session p.description i {
	font-weight: 700;
	color: #582663;
}


.handout .sessionWrap .session p{
   font-size: 1em;
}

a.hbtn {
    font-size: 1.2em;
    border: 1px solid #000;
    padding: 5px;
    align-content: center;
    text-align: center;
    color: #000;
}
 a.hbtn:hover {
     transition: .3s;
     background: rgba(0,0,0,.5);
     color: #E1972F;
}

.handout .sessionWrap .links {
    background-color: #E1972F;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: .9em;
    font-weight: bold;
    text-align: left;
}

a.video {
    font-size: 1em;
    text-align: left;
    margin-left: 0;
}


/* Footer */

footer {
    font-size: .8em; 
    display: flex;
    flex-direction:column;
    color: #999;
    margin-top: 100px;
    border-top: 2px solid #efefef;
    width: 100%;
}

footer .content {
   text-align: center;
}

footer a {color: #777;}
footer a:visited {color: #777;}
footer a:hover {color: #000;}

 footer .content p {
        max-width: 1300px;
        margin-top: 15px;
    }

footer .content a.footerLogo img{
    max-width: 300px; 
    height: auto;
    z-index: 2;
}






/* Media Queries */


/*Large screen */
@media screen and (min-width: 1700px) and (max-width: 2600px) {

 .title {
    padding-left: 40px;
    font-size: larger;
     margin: 40px 0 0 60px;
}
    
section.main .square {
        width: 700px;
        height: 700px;
        display: flex;
        justify-content: space-between;
        font-size: larger;
    }
section.main .square .text { 
    padding: 0 10px 80px 10px;
    margin: 0 10px 10px 10px;
}
    
section.main .square .media1 img {
    width:700px; 
    height:273px; 
    opacity:75%;
}

section.main .square .media2 img {
    width:700px; 
    opacity:75%;   
}

section.main .square2 {
    width: 1500px;
}
    
section2 .page .graybox iframe {
    
   
}    

section2 .page .mediaColumn .media iframe{
    width: 620px; 
    height: 480px;
    border: 5px solid #ccc;
}    

section3 .title h3 {
    margin-left: 40%;
    width: 250px;
}  

section2 .page .studentPrograms {
    flex-wrap:nowrap;    
    }
    
section2 .page .studentPrograms .programInfo {
    width: 650px;
    
}
section2 .page .studentPrograms .programInfo .title {
    font-weight: 400;
    font-size: 1.6em;
    width: 650px;
    
}
section2 .page .studentPrograms .programInfo .program {
    width: 650px;   
}
}

@media screen and (min-width: 1021px) and (max-width: 1300px) {
    h1 {font-size: 1.4em;}
    /* Header */
    header div.hero {left: 50%;}
    header div.hero h1 {margin-bottom: 20px;}
 
    header a.logo {
    }

    /* Section - News */
    section.main {
        justify-content: center;
        width: 100%
    }
section.main .square {
        width: 400px;
        height: 400px;
        display: flex;
        justify-content: space-between;
    }
section.main .square .media1 img {
    width:400px;
    height: 156px;
}
section.main .square .media2 img {
    width:400px; 
    }
    section.main .square2 {
        width: 83%;
    }
nav .search {
    margin: 10px 10px 0 20px;
    }
       
}



/* Medium-screen Media */



@media screen and (min-width: 701px) and (max-width: 1020px) {
     h1 {font-size: 1.5em;}
     a.btn {font-size: .7em;}
    
    /* Header */
    header { height: auto; background-image:url(#)}
    header div.hero {top: 120px; left: 48%;}
    
    header .logos a.logo img{
        height: 90px;
        width: auto;
    }
    header .logos img{
        height: 40px;
        width: auto;
    }
    
   /* toolbar */


.toolbar.active {
    width: 70%;    
    }    
    
     /* Section - Main */
   
/* Section2 */

    section2 .page {
        flex-wrap: wrap;
        margin: 20px;
        transition: .5s;
    }    
    
section2 .page .graybox {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 0 0 5px;
}
   

    
    /* squares */


    
    section.main h1 {margin-bottom: 0;}
    section.main p {font-size: 1.1em; margin: 0;}
    section.main a {font-size: 1em;}
    
section.main .square .news_content {
    padding-bottom: 70px;
    }
   
/*Banners*/
    section2 .page .bannerunifier .banner {
        width: 75%;
        transition: .5s;
    }
    section2 .page .bannerunifier .banner2 {
        width: 75%;
        transition: .5s;
    }    
    section2 .page .bannerunifier .banner3 {
        width: 75%;
        transition: .5s;
    }    
    

/*Navigation*/    
    
nav {
        
        display: flex;
        flex-direction: row;
        justify-content: space-between;
       transition: .5s;
        top: 0px;
    }
    
 nav ul {
        position: fixed;
         z-index: 1;
        left: -250%;
        top: 180px;
        display: flex;
        flex-direction: column;
        background-color:#000;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        color: #fff;
       
    }
    
    nav ul li {
        padding: 5px 0 5px 0px;
		height: auto;
		width: 80%;
        
    }
    
    nav ul li a {
        margin: 10px auto 5px auto;
        padding: 10px 0 10px 10px;
        border: 1px solid rgba(255, 255, 255,.25);
        text-align: center;
		font-size: 1.5em;
		width: 100%;
    }
    nav ul li a:hover {background-color:rgba(255, 255, 255,.2)}

    nav a [aria-haspopup="true"]::after { display: none;}
    
    nav ul.active {
        left: 0;
        overflow-y: hidden;
        width: 100%;
		justify-content: flex-start;
		border-radius: 0px;
    }
    
    nav .hamburger {
        display: block;
        cursor: pointer;
        
    }
    nav .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    nav .hamburger.active .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    nav .hamburger.active .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    
    nav .search {
        margin: 10px 10px 0 85%;
    } 
    nav .search.active {
        margin: 10px 10px 0 60%;
        width: 250px;
        margin-top: 300px;
    }
	
	.handout .sessionWrap .session div.names div.individual {
		width: 100%;
	}
	
	.handout .sessionWrap .session div.names {
		flex-direction: column;
	}
	
	.boxWrap {
		flex-direction: column;
	}
	
	.boxWrap .summaryBox {
		width: 100%;
		margin: 10px 0px;
	}
	
	.rowSwitch {
		flex-direction: row;
	}

}

/* Small Screen Media Queries */


	
	@media screen and (min-width : 1px) and (max-width : 701px) {

		.rowSwitch {
			flex-direction: column;
		}
		
		header {
			display: flex;
			flex-direction: column;
			height: auto;
			order:2;
			margin-top: 10px;
		}
		
		nav {
			order:1;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		   transition: .5s;
			top: 0px;
		}
    
		nav ul {
        position: fixed;
         z-index: 1;
        left: -250%;
        top: 50px;
        display: flex;
        flex-direction: column;
        background-color:#000;
        width: 100%;
        height: fit-content;
        border-radius: 0px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        color: #fff;
		overflow: hidden !important;
    }
	
		.logos .logo {
			margin: 20px 0px;
		}
    
    nav ul li {
        padding: 5px 0 5px 0px;
		height: auto;
		width: 100%;
        text-align: center;
    }
    
    nav ul li a {
        margin: 5px;
        padding: 10px 0 10px 0px;
        border: 1px solid rgba(255, 255, 255,.25);
        text-align: center;
		font-size: 1.5em;
		width: 100%;
    }
    nav ul li a:hover {background-color:rgba(255, 255, 255,.2)}

    nav a [aria-haspopup="true"]::after { display: none;}
    
    nav ul.active {
        left: 0;
        overflow-y: scroll;
        width: 100%;
		justify-content: flex-start;
		padding:0;
		margin:0;
    }
    
    nav .hamburger {
        display: block;
        cursor: pointer;
        
    }
    nav .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    nav .hamburger.active .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    nav .hamburger.active .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    
    nav .search {
        margin: 10px 10px 0 85%;
    } 
    nav .search.active {
        margin: 10px 10px 0 60%;
        width: 250px;
        margin-top: 300px;
    }

		
		.boxWrap {
			flex-direction: column;
		}
		
		.summaryBox {
			width: 100% !Important;
			margin: 20px 0px !Important;
		}
		
		.bannerunifier {
			flex-direction: column !Important;
		    align-items: center;
		}
		
		.bannerunifier .banner {
				width: 100%;
		}
		
		.logos {
			flex-direction: column !important; 
			justify-content: center !important;
			align-items: center !important;
		}
		
		.logos img {
			width: 150px !important;
			height: auto !important;
		}
		
		 a.logo {
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		 }
		
		.logos a.logo img {
			width: 90% !important;
			height: auto !important;
			margin: 0 !important;
		}
		
		#page {
			padding: 0px;
			
		}

		.page {
			padding: 5px 0px !important;
			margin: 5px 0px !important;
		}
		
		section2 {
			padding: 5px 0px !important;
			margin: 5px 0px !important;
		}
		
		article .handout {
			padding: 10px 5px !important;
			margin: 10px 5px !important;
			
		}
		
		article .handout h2 {
			margin-left: 10px !important;
			
		}
		
		article .handout .sessionWrap {
			flex-direction: column;
		}
		
		article .handout .sessionWrap .time {
			border-radius: 10px 10px 0px 0px;
		}
		
		article .handout .sessionWrap .session h3 {
			border-radius: 0px 10px 10px 10px;
		}
		
		.wrapperFullGrey {
			margin: 30px 0px;
			padding: 30px 0px;
		}
		
		.wrapperFullGrey p {
			font-size: 0.85em;
			padding: 20px 10px;
		}
		
		
		
		
		.handout {
			padding: 10px 5px;
			margin: 0px;
			box-radius: 0px;
		}
		
		.handout > .sessionWrap {
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		
		.handout > .sessionWrap > .time {
			border-radius: 10px 10px 0px 0px;
			text-align: center;
			width: fit-content;
		}
		
		.handout > .sessionWrap > .session > h3 {
			border-radius: 10px 10px 10px 10px;
			text-align: center;
			padding: 10px 15px 15px 15px;
		}
		
		.handout > .sessionWrap > .session > h3.break {
			border-radius: 10px 10px 10px 10px;
			text-align: center;
			
		}
		
		.handout > .sessionWrap > .session > div.names {
			flex-direction: column;
			padding: 0px;
		}
		
		.handout > .sessionWrap > .session > div.names > div.individual {
			width: 100%;
		}
		
		a.btnLG {
		font-size: 1.15em;
		line-height: 1.15em;
		}

		.modal .modal-body {
		flex-direction: column;
		}

		.modal-dialog  {
		width: 93%;
		}

		.modal-dialog > .modal-content > .modal-body > img { 
		margin-bottom: 20px;
		width: 200px;
		height: auto;
		}
		
		.modal-dialog > .modal-content > .modal-body > p {
		font-size: 1.0em;
		}
		
		.cosponsors {
			padding: 10px 10px;
		}
		
		footer .content {
			padding: 0px 10px;
		}
		
		footer .content a.footerLogo img{
			max-width: 250px; 
			height: auto;
			z-index: 2;
		}
		
		section.main .square {
			text-align: center;
			width: 100%;
			height: fit-content;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			margin:  20px auto;
			overflow: hidden;
		}

		section.main .square .text { 
			padding: 0 10px 40px 10px;
			margin: 0 10px 10px 10px;
			flex-direction: column;
			justify-content: center;
			
		}

		section.main .square .media1 img {
			width:auto; 
			height:195px; 
			overflow: hidden;
			opacity:75%;
		}

		section.main .square .media2 img {
			width:500px; 
			opacity:75%;   
		}
		
		article .news {
			padding: 20px 15px;
			margin: 10px auto;
			width: 100%;
		}
		
		article .news h2 {
			font-size: 1.5em;
		}
		
		article .news p {
			text-align: center;
		}

		article .news p a.btn {
			width: 100%;
			white-space: inherit;
		}
		
		section2 .page .studentPrograms .programInfo a.program {
			width: auto;
			height: 400px;
			background-color: #000;
			position: relative;
			text-align: center;
			display: block;
			color: #fff;
			margin-bottom: 20px;
			padding: 20px;
		}

		section2 .page .studentPrograms .programInfo a.program p {
			position: relative;
			color: #fff;
			font-weight: 500;
			font-size: 1.5em;
			background: rgba(0,0,0,0.7);
			padding: 10px 5px;
			border-radius: 10px;
		}
		
		section2 .page .graybox iframe {
			align-content: center;
			margin: 25px auto;
			height: auto;
			width: auto;
		}
		
		.hlsHeader {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: fit-content;
			background: url("https://depts.washington.edu/startalk/images/2023/hls/hls-2023-background_SM.jpg");
			background-repeat: no-repeat;
			background-size: cover;
		}

		.hlsHeader .barWrap {
			display: flex;
			flex-direction: row;
			align-items: flex-end;
			justify-content: center;
			margin: 0px;
			padding: 10px;
			width:100%;
		}

		.hlsHeader div.barWrap div.bar {
			width: -webkit-fill-available;
			width: 100%;
			height: 12px;
			border-radius: 0px 0px 0px 0px;
			background-color: #d2b786;
			clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
			margin: 0px 8px 8px 0px;
		}

		.hlsHeader h1  {
			font-size: 1.75em;
			font-weight: 300;
			color: #fff;
			text-align: right;
			padding: 0px 20px 0px 0px;
			margin: 0px;
		}

		.hlsHeader div.barWrap h1.year {
			font-size: 2.25em;
			font-weight: 800;
			width: fit-content;
			margin: 0;
		}

		.hlsHeader h2  {
			font-size: 2.00em;
			font-style: italic;
			font-weight: 600;
			color: #fff;
			text-align: left;
			width: 100%;
			padding: 15px 0px 10px 20px;
			margin: 0px;
		}

		.hlsHeader h2 span {
			color: #d2b786;
		}

		.hlsHeader h3 {
			font-size: 1.15em;
			font-style: italic;
			font-weight: 400;
			color: #fff;
			text-align: left;
			width: 100%;
			padding: 0px 0px 20px 20px;
			margin: 0px;
			}

		.boxWrap img {
			display: none;
		}
		
		section2 .page .mediaColumn{
			margin-right: 50px;
			display: flex;
			flex-direction: column;
		}
				
	}			
		

