.prorgram-page{
	padding-top: 43px;
}
	/* @media (min-width: 980px) {
.prorgram-page{
	padding-top: 90px;
}
} */
.text-center {
	text-align: center
}
ul.impact-list {
	list-style: disc;
	padding-left: 20px;
}
.colored-box {
	padding: 20px;
	font-weight: bold;
}
.colored-box > footer {
	margin: 10px -20px -20px;
	padding: 10px;
	color: white;
	text-align: center
}
.colored-box > footer a {
	color: #fff;
	text-decoration: none;
}
hr.dashed-seperator {
	border: none;
	max-width: 1000px;
	margin: 20px auto;
	border-top: 2px dashed #c2c3c6;
}
header.prorgram-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
nav.dept-navs{
	padding: 10px 40px 10px;
	background-color: #222;
	color: white;
	text-transform: uppercase;
}
nav.dept-navs--purple{
	background-color: #6c53a3;
}
nav.dept-navs--yellow{

	background-color: #fcb913;
}
nav.dept-navs a:hover{
			    text-decoration: none;
		}
	@media (max-width: 480px) {
nav.dept-navs{
		padding: 10px;
}
a.dept-back{
	margin-bottom: 10px;
}
	}
.nav-breaker{
	padding: 0px 10px;
}
.dept-nav--gray{
	color:#d1d4ea;
}
nav.dept-navs.dept-navs--bottom{
	display: none;
	background-color: rgb(18, 30, 143, 0.8);
		padding: 10px 40px 10px;
}
	@media (min-width: 980px) {
nav.dept-navs.dept-navs--bottom{
	display: block;
}

	}
.navs-conatiner{
	margin: 0 auto;
		display: flex;
	flex-flow:wrap;
	justify-content: flex-end;
	align-items: center;
}


	a.dept-back{
		font-weight: 600;
		color: white;
    display: flex;
    letter-spacing: 1px;
		align-items: center;
}
a.dept-back i{
    font-size: 23px;
}
	ul.dept-breadcrumbs{
		display: flex;
		align-items: center;
		margin: 0;

	}
		ul.dept-breadcrumbs	li{
			display: block;
		}

			ul.dept-breadcrumbs a{
      color: white;
      font-size: 14px;
      font-weight: 100;
      /* padding: 0px 10px; */
			letter-spacing: 1px;
}

ul.dept-breadcrumbs i{
font-size: 16px;
}
ul.dept-breadcrumbs a.dept-breadcrumb--strong{
	      font-weight: 500;
}
header.program-header__title {
    display: flex;
		align-items: center;
    justify-content: space-between;
		    flex-flow: wrap;
}
header.program-header__title  > div span{
		display: block;
}
.program-header__title {
	padding: 15px 10px 15px;
	background: #00478a;
	color: white;
	letter-spacing: 1px;
	font-size: 22px;
	position: relative;
}
	@media (max-width: 760px) {
		.program-header__title > .logo {
    max-width: 192px;
    padding: 15px 0px 10px;

		}
	}
	@media (min-width: 760px) {
		.program-header__title {
	padding: 15px 40px 15px;
	background: #00478a;
	color: white;
	letter-spacing: 1px;
	font-size: 26px;
	position: relative;
}
		.program-header__title > .logo {
			/* position: absolute;
				height: 70%;
				top: 15%;
				right: 40px; */
				padding: 0 20px;
		}
	}
.program-header__title > .program-name {	
	font-weight: 600;
	max-width: 60%;
}
.program-header__title > .program-tagline {
	font-family: serif;
	display: block;
	max-width: 60%;
	font-size: .7em;
}
main.program-header{
	overflow: hidden;
}
main.program-header.program-header--press{
	display: flex;
	flex-flow: column-reverse;
}

@media (min-width: 980px) {
	main.program-header{
		display: flex;
		padding: 0 20px;
		max-width: 1200px;
    	margin: 0 auto;
	}
	main.program-header--full{
		flex-flow:column;
	}
	main.program-header.program-header--press{
		align-items: center;
		flex-flow: row;
	}
}

h1.program-info__title{
	font-weight: 400;
	line-height:normal;
	font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 25px;	
		margin-bottom: 10px;
}
@media (min-width: 720px) {
	h1.program-info__title{
		font-size: 45px;
		margin-bottom: 20px;
	}
}


@media (max-width: 980px) {
	.program-img{			
		height: 0px;
	}
}
@media (min-width: 980px) {
	.program-img{
		max-width: 40%;
		flex: 1;
	}		
}

.program-info{
	padding: 20px 10px;
}

.program__img{
	flex: 0 1 54%;
    background-size: cover;
    background-position: 50%;
	min-height: 200px;
}
		@media (min-width: 980px) {
	.program-info{
				flex: 3;
			padding:20px 0px 20px 45px;
		}
		.program-info--big{
			max-width: 45%;
		}
		}
		@media (max-width: 980px) {
	.program-info{
margin: 0 auto;
	}
		}

	.program__box{
		margin: 40px 0px 0px;
		max-width: 715px;
    padding: 10px;
		background: white;
	}
		@media (min-width: 480px) {
	.program__box{
    padding: 20px 35px 35px;
	}
		}
		@media (max-width: 480px) {
	.program-info__img{
    width: 100px;
		margin-right: 10px;
    float: left;
    display: block;
	}
		}
	.program__box.program__box--purple{
		border: 5px solid #824075;
		color:#824075;
	}
	.program__box.program__box--red{
		border: 5px solid #a7232d;
		color:#a7232d;
	}
	.program__box.program__box--gold{
		border: 5px solid #e8ba58;
		color:#e8ba58;
	}
	.program__box.program__box--kblue{
		border: 5px solid #2064b0;
		color:#2064b0;
	}
	.program__box.program__box--tq{
		border: 5px solid #207e9f;
		color:#207e9f;
	}
	.program__box.program__box--orange{
		border: 5px solid #ec8f42;
		color:#ec8f42;
	}
	.program__headers{
		display: flex;
		margin-bottom: 25px;
		justify-content: space-between;
		align-items: center;
		flex-flow:wrap;
	}


		a.program__headers__btn{
			margin-top: 26px;
			padding:8px 12px;
			color: white;
			font-family: sans-serif;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
		a.program__headers__btn.program__headers__btn--purple{
			background-color:#824075;
		}
		a.program__headers__btn.program__headers__btn--red{
			background-color:#a7232d;
		}
		a.program__headers__btn.program__headers__btn--gold{
			background-color:#e8ba58;
		}
		a.program__headers__btn.program__headers__btn--kblue{
			background-color:#2064b0;
		}
		a.program__headers__btn.program__headers__btn--tq{
			background-color:#207e9f;
		}
		a.program__headers__btn.program__headers__btn--orange{
			background-color:#ec8f42;
		}
			@media (max-width: 720px) {
		a.program__logo{
			margin-top: 15px;
		}	

			}
		a.program__logo img{
				max-width: 250px;
			}
		
	.program-info__desc{
		    max-width: 1000px;
    	overflow: hidden;
    	margin: 50px auto;
    	padding: 0px 10px;
		color: black;
		font-size: 25px;
	}	
	.program__headers__captions{
		color: #a6a6a6;
		font-size: 14px;
		font-style: italic;
		margin-top: 10px;
	}	
	a.program-header__visit{
		font-size: 18px;
		text-align: center;
		display: block;
	}

			@media (min-width: 720px) {
	.program__headers__captions{
			margin-top:50px;
		}

			}
	.program-info__img{
		max-width:100%;
			border-radius: 50%;

	}
		@media (min-width: 720px) {
	.program-info__img{
			shape-outside: ellipse(185px 200px at 185px 200px);
			margin-left: 2rem;
			margin-top: 2rem;
			shape-image-threshold: 0.5;
			float: right;
			width: 300px;
			height: 300px;
			margin-right: -150px;
			max-width: 300px;		
		}
	.program-info__img.program-info--ad{
    margin-top: 115px;
    margin-right: -20%;	
		}
	.program-info__img.program-info--high{
    margin-top: 0px;
		}
	.program-info__img.program-info--israel{
    margin-top: 15px;
		}

		}
div.quote {
	max-width: 1000px;
    margin: 50px auto;
    padding: 0px 10px;
    font-size: 24px;
    position: relative;
    text-indent: 80px;
    font-style: italic;
}
div.quote > img {
	position: absolute;
    left: -15px;
    top: -55px;
    width: 100px;
}
span.quote__author {
    font-size: 18px;
}
.shape-circle{
    float: right;
    width: 300px;
    height: 300px;
		shape-outside: ellipse(185px 200px at 185px 200px);
		margin-right: -150px;

		max-width:280px;
}

img.shape-circle__inner{
		margin-top: 40px;
}
	section.dept-two-column{
	max-width: 1000px;
	overflow: hidden;
	margin: 50px auto;
	padding: 0px 10px;

	}
	@media (min-width: 720px) {
	section.dept-two-column{
		font-size: 16px;
	}
	}



	h2.title{
		text-transform: none;
		color: #00478a;
    	line-height: normal;
    	font-size: 22px;
		margin-bottom: 25px;	
		font-weight: 600;
		letter-spacing: 1px;
	}
	h2.title.title--kosher{
		    color: white !important;
    line-height: normal;
    padding: 6px 0px 9px 12px;
		background: #00478a;
    	font-size: 22px;
		margin-bottom: 25px;	
		font-weight: 600;
		letter-spacing: 1px;
	}
	h2.title.title--teachcoalition{
		    color: white !important;
    line-height: normal;
    padding: 6px 0px 9px 12px;
		background: #2c4144;
    	font-size: 22px;
		margin-bottom: 25px;	
		font-weight: 600;
		letter-spacing: 1px;
	}
	h2.title.title--advocacy{
		    color: white !important;
    line-height: normal;
    padding: 6px 0px 9px 12px;
		background: #d52329;
    	font-size: 22px;
		margin-bottom: 25px;	
		font-weight: 600;
		letter-spacing: 1px;
	}
	@media (min-width: 720px) {
		h2.title{
    		font-size: 28px;
		    padding-bottom: 10px;
    		margin-bottom: 35px;
		}
	}

	h2.title.title--purple{
		color: #824075;
	}
	h2.title.title--red{
		color: #a7232d;
	}
	h2.title.title--gold{
		color: #e8ba58;
	}
	h2.title.title--kblue{
		color: #1f378c;
	}
	h2.title.title--tq{
		color: #207e9f;
	}
	h2.title.title--orange{
		color: #ec8f42;
	}
	h3{
		text-transform: none;
		margin-bottom: 10px;
		color: #121e8f;
		font-size: 22px;
    line-height: 30px;
	}
	p{
		margin-bottom: 20px;
	}
		h4{
			font-size: 18px;
			font-style: italic;
		}
	.dept__columns img{
		width: 100%;
		margin-bottom: 10px;
	}
	h1.leadership__hebrew{
		line-height: normal;
		margin-bottom: 20px;
	}
		@media (min-width: 720px) {
			h1.leadership__hebrew{
					line-height: normal;
					font-size: 65px;
					margin-bottom: 7px;
					font-weight: 300;
			}			
		}
	h2.leadership__title{
		line-height: normal;
		margin-bottom: 20px;
	}
		@media (min-width: 720px) {
	.dept__columns{
			display: flex;
			justify-content: space-between;
		}		
	}
		@media (min-width: 720px) {
	.dept__column--left{
			width: 48%;
			margin-right: 8%;
		}			
	}
			@media (min-width: 720px) {
	.dept__column--right{
		width: 48%;
		}
			}
		.dept__column--right.dept__column--callout{
			background: #faf1de;
			padding: 45px;
			color: #121e8f;
		}
		.dept__column--right.dept__column--callout.dept__column--tq{
    background: #207e9f;
    padding: 45px;
    color: white;
		}
		.dept__column--right.dept__column--callout.dept__column--jlic{
    background-color: #edf9f8;
    padding: 45px;
		font-style: italic;
		}
		.dept__column--right.dept__column--callout.dept__column--kblue{
			background: #121e8f;
			padding: 45px;
			color: white;
		}
.dept__column--torah{
			background: #f2edf1;
			padding: 25px;
			color: #121e8f;
		}
		.simcha-list{
			display:flex;
			flex-flow:wrap;
		}
		.simcha__col{
			width: 48%;
			margin-right:2%;
		}
		.dept__column--torah ul{
			margin-bottom: 10px;
			font-size: 14px;
			font-style: italic;
		}
		.dept__column--torah li{
			padding-bottom:5px;
			margin-right: 2%;
		}
		.dept__column--torah li.dept__strong{
			margin-top:5px;
			font-weight: 600;
		}
		.dept__column--right.dept__column--callout.dept__column--kblue h3{
			color: white;
		}
		.dept__column--right.dept__column--callout.dept__column--kblue p{
			font-style: italic;
		}
		.dept__column--callout	h3{
				font-size: 16px;
    		margin-bottom: 0px;
			}
		.dept__column--callout	h2{
	    margin-top: 15px;
			}
		.dept__column--callout	.dept__callout{
				text-transform: uppercase;
				font-weight: 600;
				letter-spacing: 1px;
				font-size: 20px;
				margin-bottom: 15px;
			}
ul.flex-list{
	display: flex;
	flex-flow:wrap;
}
ul.flex-list li{
	width: 48%;
	margin-right: 2%;
}
.torah-programs{
			display: flex;
			flex-flow:wrap;
}
.torah-programs img{
		width: auto;
}
.torah-col{
	width: 48%;
	margin-right: 2%;
}

	.single-image{
		margin: 25px 0px;
	}
		.single-image__big{
				width: 100%;
				height: 200px;
				background-position: center;
				background-size: cover;
		}
			@media (min-width: 720px) {
		.single-image__big{
				height: 500px;
		}

			}
		.single-image__captions{
			color: #a6a6a6;
			font-size: 14px;
			margin-top: 5px;
			font-style: italic;
		}

		section.dept-stats{
	overflow: hidden;
		background-color: #121e8f;
		margin: 0px auto 25px;
		padding:35px 20px;
		align-items: center;
		justify-content: space-between;
		color: white;
		}

		.torah-stats{
			overflow: hidden;
    background-color: #121e8f;
    margin: 0px auto 25px;
    padding: 35px 20px;
    align-items: center;
    justify-content: space-between;
    color: white;
		}
		.torah-stats h3{
			color: white;
			text-align: center;
		}
		.torah-stats ul{
display: flex;
    flex-flow: wrap;
    color: white;
    font-style: italic;
    align-items: center;
		}
		.torah-stats li{
		min-width: 230px;
    max-width: 230px;
		}
.dept-stats--accelerator .stat__col{
	flex-flow: column;
					display: flex;
						justify-content: space-between;
				align-items: center;
				text-align:center;
}
.dept-stats--accelerator .stat__col img {
      flex: auto;
}

@media (min-width: 720px) {
			section.dept-stats,
			.stats-container{
				display: flex;
						justify-content: space-between;
				align-items: center;
			}				
			.stats-container--lg{
				display: flex;
						justify-content: space-between;
				align-items: center;
			}				
	}
		.stats__title {
			font-size: 54px;
			font-weight: 900;
			color: #0b2858;
		}
		.stats__title.stats__title--serif {
			font-size: 42px;
    		font-weight: 900;
    		font-family: serif;
		}
					@media (min-width: 720px) {
		.stats__title.stats__title--serif {
		    font-size: 54px;
		}
					}
		.stats__desc {
			font-size: 16px;
			color: #222;
			font-weight: 600;
		}
		.stat__col{
			display: flex;
			width: 100%;
			align-items: center;
			margin: 10px auto;
		}

			@media (min-width: 720px) {
		.stat__col{
						margin: 10px 25px;
				width: 33%;
		}
		.stats-container--four .stat__col{
						margin: 10px 25px;
				width: 25%;
			}

		.stats-container--fifth .stat__col{
						margin: 10px 25px;
				width: 20%;
			}
	}
		.stat__col	img{
			    display: none;
				max-width: 100px;
				    padding-right: 10px;
			}
		.stat__col	.stats__info{
				flex: 3;

			}
		.stat__col	.stats__desc{
				font-size: 12px;
				font-style: italic;
			}

			.stats-container{
				max-width: 1000px;
				margin: 0 auto;
			}
			.stats-container.stats-container--four{
				max-width: 1200px;
			}
			.stats-container.stats-container--fifth {
				max-width: 100%;
			}



section.dept-donate{
	background-color: #121e8f;
	margin: 25px auto 3px;
	padding: 35px 15px;
	color: white;
}
	@media (min-width: 720px) {
section.dept-donate{
		padding: 90px 15px;
	}

	}
section.dept-donate	h2{
		color: white;
		
	}
	.donate-info{
		max-width: 1000px;
		margin: 0 auto;
	}
	.donate-info	h2{
		font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 0px;
		}

	.donate-flex{
		margin-top: 10px;

	}
		@media (min-width: 720px) {
	.donate-flex{
			display: flex;
			align-items: center;
		}
	}
	.donate__desc{
		flex: 3;
		color: white;
		padding-right: 50px;
	}
	a.donate__link{
		    min-width: 165px;
    text-align: center;
    padding: 15px 20px;
    color: white;
    display: block;
    font-weight: 600;
    max-width: 185px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	}	
	a.donate__link.donate__link--red{
		background-color: #a7232d;
	}
	a.donate__link.donate__link--gold{
		background-color: #e8ba58;
	}
	a.donate__link.donate__link--kblue{
		background-color: #2064b0;
	}
	a.donate__link.donate__link--tq{
		background-color: #207e9f;

	}
	a.donate__link.donate__link--purple{
		background-color: #824075;

	}
	a.donate__link.donate__link--orange{
		background-color: #ec8f42;

	}
		@media (max-width: 720px) {
	a.donate__link{
		margin-top: 10px;
	}
		}
	section.dept-nav__bottom{
	background-color: #121e8f;
	width: 100%;
	padding: 25px 10px;
	z-index: 2;
	}
	.bottom-nav{
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items:center;

	}
	.bottom-nav	a{
			color: white;
			letter-spacing: 1px;
			font-weight: 600;
			display:flex;
			text-transform: uppercase;
			align-items: center;		
		}

		.bottom-nav i{
							font-size: 25px;

		}
		.bottom-nav a.next{
			margin-left: auto;
		}
		.bottom-nav a:hover{
			    text-decoration: none;
		}




	.site-footer {
		font-size: 14px;
    line-height: 1.42857143;
    background: url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto/v1443108948/OU/logos/black_linen.jpg");
    min-height: 200px;
    padding: 30px 0 30px;
    color: #f6f6f6;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-container__flex{
	padding: 0px 15px;
	    margin-right: auto;
		margin-left: auto;
		max-width: 1170px;
}
	@media (min-width: 770px){
.footer-container__flex{
		    display: flex;
}
	}
.footer-logo-container {
		margin-bottom: 30px;
	

}
.footer-logo-container	.logo {
    margin-bottom: 8px;
	}
	@media (min-width: 770px){
.footer-logo-container {
		   flex: 1;

}
	}	


.site-footer a, .site-footer .gc-cs-link{

    color: #f6f6f6;
	}

.site-footer small{
	font-size: 14px;
    color: #ccc;
}
.footer-links {
    flex: 3;
}
.footer-site-links, .footer-department-links {
    font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
		margin-bottom: 10px;
}
.footer-site-links a, .footer-department-links a{
				padding: 0 5px;


}	
.footer-site-links a:first-child, .footer-department-links a:first-child {
    			padding-left: 0;
		}
	.footer-site-links	strong {
    color: #ccc;
    font-weight: normal;
	}
.footer__addresses {
    display: flex;
    flex-wrap: wrap;
}
.footer__address {
    border-top: 1px solid #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
    padding: 15px 10px;
    min-width: 31.33%;
    margin: 0 1%;
}



.program-books{
	    padding: 25px;
	flex: 1;
		display: flex;
		flex-flow: column;
		background-color: #edf9f8;
}
.program-books img{
width: 18%;
		box-shadow: 0 0 6px rgba(2,20,31,.1);
		}

		@media (min-width: 980px) {
.program-books{
			width: 45%;
		  padding: 50px 50px 50px 75px;
}
		}

a.book__link{
	padding: 15px 10px;
	border-bottom: 1px solid  #121e8f;
	display: flex;
		align-items: center;
}
		a.book__link:last-of-type{
			border-bottom: none;
		}
		a.book__link:hover{
			box-shadow: 1px 1px 8px #999;
			text-decoration:none;
		}
		a.book__link:hover	.book__desc{
					color: #121e8f;
			}

.book-header{
width: 80%;
    font-size: 14px;
    margin-right: 40px;
}
.book__title{
color: #121e8f;
font-size: 20px;
    line-height: normal;
    font-weight: 600;
}
.book__sub{
color: #121e8f;
font-style:italic;
margin-bottom: 10px;
}
.book__desc{
color: black;
}

.program-info__img--women{
				max-width:100%;      
}

				@media (min-width: 720px) {
.program-info__img--women{
								float: right;
								margin-top: 40px;
								margin-right: -150px;
				} 
}

h3.leadership-title{
	padding-bottom: 10px;
	border-bottom: 4px solid #121e8f;
	margin-bottom: 20px;
}

ul.ncsy-list{
	line-height: 17px;
	column-count: 2;
}
ul.ncsy-list li{
		padding-bottom:10px;
}

.dept-slideshow--ncsy p{
	margin-bottom: 10px;
}

section.ncsy-cities{
	background: #172952;
		color: white;
		    padding-bottom: 10px;
}

h2.ncsy-cities__title{
    font-size: 35px;
    padding-top: 10px;
    border-top: 2px solid #EE3422;
    margin-top: 35px;
    font-weight: 400;
    text-align: center;
}
section.ncsy-cities h3{
	color: white;
	font-weight: 400;
	    margin-bottom: 15px;
    margin-top: 15px;
}
.ncsy-cities__list{
	padding: 20px 0px;
}
section.ncsy-cities h4{
color: #4FA1BA;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 15px;
			margin-bottom: 7px;
}
section.ncsy-cities h4.cities__upper{
	margin-top: 15px;
}

section.ncsy-cities ul{
    font-style: italic;
		font-size: 14px;
}
section.ncsy-cities li{
		padding-bottom: 3px;
}

		.ncsy-cities__flex{
			display: flex;
			flex-flow:wrap;
		}
		.ncsy-cities__col{
				width:50%;
		}
@media (min-width: 720px) {
		.ncsy-cities__col{
				width:25%;
		}
}
/* 
	@media (min-width: 720px) {
.stats-container.stats-container--yachad .stat__col {
					margin: 10px 15px 10px 0px;
					width: 33%;
			}
} */

section.jlic-callout {

}
	@media (min-width: 720px) {

.jlic-callout__flex {
    display: flex;
    align-items: center;
}
	}
.jlic-callout__container {
    max-width: 1000px;
    margin: 0px auto;
    color: white;
    background: #4ea1b9;
    padding: 40px 25px;
    overflow: hidden;
}
.jlic-callout__container h2{
letter-spacing: 2px;
    font-size: 38px;
    margin-bottom: 10px;
}
.jlic-callout__container h3{
    color: white;
		font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
}

.jlic-c-img{
    width: 300px;
    margin-right: 20px;
}

.nextdor-list{
    display: flex;
    list-style: inherit;
		flex-flow:wrap;
    list-style-position: inside;
    justify-content: space-between;
}

.stat__col--img img{
	margin-bottom: 10px;
}
.stats-container.stats-container--long{
	flex-flow:column;

}
.stats-container.stats-container--long .stat__col{
	width: 100%;
	margin-bottom: 25px;
}
.stats-container.stats-container--long .stats__desc{
font-size: 16px;
}

.stats-container.stats-container--long .stats__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


section.dept__quote{
	  border: 4px solid #6c53a3;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 40px 15px 25px;
    position: relative;
}
.dept__quote img{
  position: absolute;
    top: -40px;
    max-width: 90px;
}
	@media (min-width: 720px) {
section.dept__quote{
	  border: 4px solid #6c53a3;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 50px 15px;
    position: relative;
}
.dept__quote img{
    position: absolute;
    top: -66px;
		max-width: 100%;
}
	}

.dept__quote__inner{
line-height: normal;
    display: block;
    font-size: 26px;
    max-width: 800px;
    margin: 0 auto;
}


.president__staff {
	    max-width: 1000px;
    overflow: hidden;
    margin: 50px auto;
    padding: 0px 10px;
}
.president__group {
	display: flex;
	gap: 5%;
}
.president__group.president__group--mini {
	display: flex;
	margin-bottom: 25px;
	gap: 2%;
}
	@media (max-width: 720px) {
.president__group {
	display: flex;
	gap: 0;
	
	flex-flow:column;
}
.president__col {
margin-bottom: 20px;
}
	}
.president__col {
	flex: 1;
		background-color: #6c53a3;
}
.president__img {
		height: 400px;
		background-size: cover;
		background-position: 50%;
		width: 100%;
}
.president__img.president__img--mini {
		height: 275px;
    background-size: cover;
    background-position: top;
    width: 100%;
}
.president__content {

	padding: 10px 15px;
	color: white;
}
.president__title {
	font-weight: bold;
}
.president__desc {
}

ul.programlisted{
	    margin-top: 0;
    margin-bottom: 10px;
		    display: block;
    list-style-type: disc;
padding-left: 0px;
    margin-left: 20px;
    list-style-position: outside;
}
ul.programlisted li{
	display: list-item;
	    padding-left: 10px;
	margin-bottom: 10px;
}



section.dept__yellowquote{
	  border: 4px solid #fcb913;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 40px 15px 25px;
    position: relative;
}
section.dept__bluequote{
	  border: 4px solid #1f378c;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 40px 15px 25px;
    position: relative;
}
.dept__yellowquote img{
  position: absolute;
    top: -38px;
}
	@media (min-width: 720px) {
section.dept__yellowquote{
	  border: 4px solid #fcb913;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 50px 50px 25px;
    position: relative;
}
section.dept__bluequote{
	  border: 4px solid #1f378c;
		position:relative;
    max-width: 1000px;
    margin: 25px auto;
    text-align: left;
    padding: 50px 50px 25px;
    position: relative;
}
.dept__yellowquote img{
    position: absolute;
    top: -38px;
		max-width: 100%;
}
.dept__quote__flex{
	display: flex;
	gap: 2%;
	margin-bottom: 24px;
}
	}
.dept__quote__flex{
	margin-bottom: 24px;
}
.dept__quote__col{
	flex: 1;
line-height: normal;
    display: block;
    font-size: 23px;
    margin: 0 auto;
}
.programs__number--lg {
    font-size: 50px;
    font-family: "serif";
    text-align: center;
}

.whatsnext__group {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;	
	gap: 40px;
}
.whatsnext__img {
    display: block;
    min-height: 180px;
    background-position: center;
    background-size: cover;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}
.whatsnext__title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #00478a;
}
.whatsnext__desc {
    font-size: 1rem;
    margin-bottom: 10px;
    font-style: italic;
    color: #999;
}
.whatsnext__col {	
	margin-bottom: 20px
}
.btn {
	background: #00478a;
	color: white;
	padding: 10px 20px;
	text-align: center;
}
@media (min-width: 980px) {
	.whatsnext__group {
		display: flex;
	}
	.whatsnext__col {
		max-width: 31.333%;
	}
}

a.logolink {
	text-transform: uppercase;
    background: white;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
		transition:.3s all ease-in-out;
}
a.logolink:hover {
    background: #fafafa;
		color:black;
}

	main.program-header--full{
	        padding-bottom: 19px;
	}

	ol.kosherorder__list{list-style: auto;list-style-position: inside;}

	ol.kosherorder__list li{
		padding-bottom: 15px;
		display: list-item;
	}
	ol.kosherorder__list span{
		padding-left: 10px;
	}

	ul.advocacy__list{
		    list-style-type: none;
    padding: 0;
	}
	ul.advocacy__list li{
    font-size: 18px;
    display: list-item;
    padding: 12px;
    margin-bottom: 4px;
    list-style: inside;
	}

	a.impact__headline {
    background: #183b78;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px 12px;
		    box-shadow: -10px 12px 0px #898eb6;
    margin-bottom: 10px;
}

.impact__headline__title {
    font-size: 34px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    line-height: 1.2;
    color: white;
}
	@media (max-width: 720px) {
		.impact__headline__title {
				font-size: 16px;
				font-weight: 600;
				display: flex;
				flex-flow: column;
				line-height: 1.2;
				color: white;
		}
	}
.impact__headline__title span {
    font-weight: 700;
    letter-spacing: 0.2px;
}



.jlicfellow__col {
    display: flex;
		    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}
	@media (max-width: 720px) {
		.jlicfellow__col,
		.jlicfellow__col.jlicfellow__col--reversed {
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
		}
	}

.jlicfellow__info h3 {
    color: #e13222;
    font-size: 30px;
    margin-bottom: 7px;
}

.jlicfellow__info h4 {
    color: #e13222;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
}

.jlicfellow__col.jlicfellow__col--reversed {
    flex-flow: row-reverse;
}