/** Tuesday, April 4, 11:04 am **/
/** RESET **/
.main-content-nav > h2 > a{
	line-height: 1.1;
	font-size:25px;
	}
	
.bannerImage{
    position: absolute;
    top: 195px;
    left: 15%;
    width: 25%;
    z-index: 0;
}
	
.h2, h1, h2,.jumbotron h1, .jumbotron h2,.jumbotron h1 {
    font-family: Roboto,sans-serif;
	}
.jumbotron h2 {
	font-size:2em;
	line-height: 1.1;
	}
.jumbotron-callout-image-small-inset .panel {
    border-radius: 0 !important;
	}
	
	
.side-image-white img {
    border-radius: 0;
    margin:0;
	}	
.side-image-white h2 {
	color: #000;
	color: #fff;
	}	
	
.col-md-6 > h2{
	color: #000;
	}
	
.jumbotron-news {
	background: #fff !important;
	}	
.jumbotron-news .panel.panel-default img {
    border-radius: 0;
	}
	
.jumbotron-news .panel.panel-default:hover img{
	transform:scale(1) !important;
	}	
	
.jumbotron-news .panel.panel-default .panel-news-title  a{
	color:#016691 !important;
	}	
	
.jumbotron-news .panel.panel-default:hover h3{
	text-decoration:none;
	}	
	.jumbotron .btn-default, .btn-group-lg>.btn, .btn-lg  {
	border-radius: 0;
	}
.text-indent > h2 {
	color:#fff !important;
	}
.jumbotron-callout-content-two .panel.panel-primary {
    border-radius: 0!important;
	}
.drawer-wrapper .drawer.light-theme h2 a:hover{
	background-color:#e8e8e8;
	border-radius:0;
	}
	
	
.drawer-wrapper .drawer.light-theme>div{
	background-color:#fdfcfc;
	}	
	
.drawer-wrapper {
    margin-top: 45px;
	}
		
h2{
	font-size:30px !important;
	}	
	
.drawer-wrapper .drawer.light-theme h2 {
    font-size: 18px !important;
    }
	
/** END RESET **/


.circleLevels{
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px 15px;
    text-align: left;
    background-color: #fff;
    margin: 35px 0 0 0;
}

.circleStamp{
	background-color: #d2e7f3;
	border-radius:8px;
	text-align:center;
	padding:20px;
}

.circleName{
	font-size: 1.6em;
	font-weight: bold;
}
.circleValue{

}
.astrisk{
font-size:.5em;
vertical-align: super;
}









.BAP-pages-inner {
  width: 100%;
}
.BAP-pages-sidebar {
  width: 100%;
}
.BAP-pages-sidebar-box {
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding:10px;
	}
	
.pgs-top h3 {font-weight:bold; }
.logo-twentieth-badge{
    margin: -5px 20px 0;
    width: 275px;
    }
.intro-banner .cr-item-container {
    margin: 25% 0 0 0;
    text-align: right !important;
	}
	
h1.intro-banner-heading{
	text-align: right !important;
	font-size: 2.6em;
	}	
.container-threeHoriz{
	margin-left:40px;
	}
.imageZoom {
	cursor: zoom-in;
	width:100%;
	}
.image-zoom-in {
	display: block;
	margin-right: auto;
	margin-left:auto;
	margin-top:5%;
	max-height: 100%;
	border-radius:25px;
	cursor: pointer;
	position: fixed;
	z-index: 999;
	top: 0;
	left:2%;
	width: 95%;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: zoom-out;
	}
.consulting_stamp{
	padding:8px;
	}
.stamp_clicked{
	border: 4px double #eaeaea;
	border-radius: 15px;
	
	background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
	}
	
.consulting_stamp:hover:not(.stamp_clicked){
	cursor: pointer;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 38%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
	border: 1px solid #eaeaea;
    border-radius: 15px;
	}
	
	
	
table.courseThumb{
	margin-bottom: 20px;
	background-color:#f7f7f7;
	padding:8px;
	}	
	
table.courseThumb td{ 	 padding:10px; }	
#coursesContainer, #coursesContainer-3{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	gap: 15px 15px;
	}
#coursesContainer-4{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
	gap: 0;
	}		
ul.consultingList, ul.fourAcross{
	list-style-type: none; 
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
	gap: 15px 15px;
	padding: 0;
	margin-bottom:0;
	clear:both;
	}	
a.consultingTitle, a.fourAcrossTitle{
	font-size:18px;
	line-height:1;
	}	
	
ul.fourAcross > li > h3{
	line-height:1 !important;
	}		
#coursesContainer-2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 15px;
	background-color: #f7f7f7;
	border: 13px solid #f7f7f7;
	}	
	
a.b-yellow-cta {
	margin: 0 auto;
	display: block;
	width: fit-content;
	}
	
.classDetails{
	background-color:#f4f4f4;
	border-radius:10px;
	margin-top:40px;
	}
	
.classDetailItem{
	padding:15px 10px 10px 0;
	border-right:2px solid #fff;
	}
	
.classDetailItem:last-child {
	border-right: 0;
	}
	
.classDetailItem h3{
	margin:0;
	}	
	
.classDetailIcon{
	float:left;
	width:80%;
	margin:0 auto;
	}
	
.superscript{ position: relative; top: -0.5em; font-size: 80%; }
.moreScript{ color:#888;}
.smaller{ font-size:.8em;}	
.beyster_class_headline{ }
.beyster_class_dates{ 	font-weight:bold; text-transform: uppercase; color:#999;}
.esop, .cg-esop, .ad-esop, .other_engagements,  .equity_compensation, .sustainability, .esop_feasiblity { display:none; 	}
h3.beyster{margin:10px 0 0 0; }
h3.beyster a{ color:#009adb; }
h3.beyster a:link, h3.beyster  a:visited, h3.beyster a:hover, h3.beyster a:active { text-decoration:none;  }	
.beyster_class_information{ border:1px solid #ccc; padding: 0 30px; margin:30px 0; border-radius: 8px;}
.beyster_hideThis{
	display:block;
	float:right;
	width:40px;
	height:40px;
	font-size:2em;
	color:#3285EC;
	position: relative;
	right: -42px;
	cursor:pointer;
	}
.beyster_hideThis:hover{
	color:#000;
	}
.jumbotron-hero p.rt-text-light {  width: 27em; }
.embedVideo{
	height:auto;
	aspect-ratio: 560 / 315;
	width:100%;
	display: inline;
	margin:0;
	}
* { line-height:1.5; }
h1{ font-size:3em; line-height:1.15;}
.navbar-default{ background-color: #005a8e; }
.companyStart{ font-size:1.1em; color:#5e5e5e; font-weight:800; }
/* Undergraduate courses */
.summer2024-1, .summer2024-2, .fall2024, .winter2025, .spring2025{
	text-align:center;
	}
body, h2, h3, .jumbotron-callout-image-small-inset h2, .main-content-nav>ul li a { color:#000; }
	
a.toggleSlides, .moreLink{ text-decoration:none !important; font-weight:bold; }
.insetParagraph{
	margin:40px 0 0 40px;
	width:100%;
	}
.pdfImageLink img{
	width:95%;
	border:1px solid #ccc;
	padding:0 0 10px 0;
	display:block;
	transition: 0.25s ease-in-out;
	}	
.pdfImageLink img:hover{
	width:100%;
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 30%);
	}
	
#resourceGroups, .resourceContainer{ display:none; }
#mc_embed_signup .mc-field-group.input-group input {
    width: auto !important;
    }    
    
.resourceLink{
    height: 100%;
    }
    
.resourceLink:hover{ border-radius:4px !important; }
#moveToRightSide img, #moveToRightSide img a{
	width:50%;
	border:none;
	box-shadow:none;
	border-radius:0;
	}
	
ul.cta-two-three{
	padding-left: 20px;
	}
	
ul.cta-two-three li	{
	color:#fff;
	margin: 0 0 15px 0;
	}
.rady-resourcelist{ 
	list-style: none; 
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: stretch;
	align-items: stretch;
	}	
#resourceGroups > .panel-default > .panel-heading {		
	border-bottom:0;
	}
	
#resourceGroups > div.resourceBlock {
	margin-bottom: 75px;
	}	
		
.sullivanProgram{
	background-color: #f8f8f8;
	margin:0 0 3em 0;
	padding: 1em;
	border-radius: 0 0 5px 5px;
	max-width: 1000px;
	width:100%;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
	border:2px solid #e8e8e8;
	}
.whitebg{
	background-color: #fff;
	}
.sullivanBanner{
	height:125px;
	max-width: 1000px;
	padding:20px;
	border-radius: 5px 5px 0 0 ;
	position: relative;
	width:100%;
	margin:0;
	max-width: 1000px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sullivanBanner > h3{
	color:#fff;
	font-size:2.5em;
	position: absolute;
	bottom: -17px;
	left: .5em;
	margin:0 ;
	padding:0;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	}	
	
.LLS{ background: url('/_images/textures/2-lt.jpg') no-repeat center center;  }
.NETw{ background: url('/_images/textures/8-lt.jpg') no-repeat center center;  }
.EAT{ background: url('/_images/textures/4-lt.jpg') no-repeat center center;  }
.VF{ background: url('/_images/textures/5-lt.jpg') no-repeat center center;  }
.STARTR{ background: url('/_images/textures/6-lt.jpg') no-repeat center center;  }
.STARTBL{ background: url('/_images/textures/8-lt.jpg') no-repeat center center;  }
.TIC{ background: url('/_images/textures/2-lt.jpg') no-repeat center center;  }
.CF{ background: url('/_images/textures/8-lt.jpg') no-repeat center center;  }
.IS{ background: url('/_images/textures/4-lt.jpg') no-repeat center center;  }
.SAS2{ background: url('/_images/textures/5-lt.jpg') no-repeat center center;  }
.RVF{ background: url('/_images/textures/6-lt.jpg') no-repeat center center;  }
 .ecosystemIcon{
	float:right;
	width:200px;
	margin: 0 0 20px 20px;
	transition: 0.25s ease-in-out;
	cursor:pointer;
	border:1px solid #ccc;
	border-radius:4px;
	padding:5px;
	}
.ecosystemIcon img{
	width:100%;
	
	}
.ecosystemIcon:hover{
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 30%);
	}
.ecosystemIconLG{
	width:500px;
	margin:30px;
	}
 
 
.intro-banner img { max-height:300px; }
.ProfileCards-MainContainer, .ProfileCards-SmallContainer {
	width:100%;
	text-align:center;
	background-color:#E0EEFA;
	background-color:#fff;
	border: 1px solid #b3b3b3 !important;
	display: grid;
	place-items: center;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	}
 .ProfileCards-SmallContainer {
	 display: block;
	 }	
.ProfileCards-stamps{ width:auto;
	padding:5px;
	}
.ProfileCards-text{ 
	padding:20px 45px; 
	text-align:left; 
	}
.ProfileCards-text h2 {
	font-size: 2.2em !important;
	}	
.SmallProfileCards-text{ 
	padding:0 35px; 
	text-align:left; 
	}
.ProfileCardContainer{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 5px 0 0 5px;
	}
.SmallerProfileCardContainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 5px 0 0 5px;
	}
.RadyProfileCard{
	width: 32vw;
	height: 34vw;
	}
	
.SmallerRadyProfileCard{
	width: 98%;
	}	
	
	
.RadyProfileCard img, .SmallerRadyProfileCard img{
	width:100%;
	transform: scale(.95, .95);
	z-index:auto;
	position:relative;
	}	
	
.RadyProfileCard img:hover, .SmallerRadyProfileCard img:hover{	
	transform: scale(1, 1);
	transition: 0.1s ease-in-out;
	box-shadow: 12px 7px 15px 0px rgb(0 0 0 / 40%);
	z-index:999;
	border-radius:8px;
	}
	
.ProfileCards-right p{
	text-align:left;
	margin: 0 20px;
	}
table.newStudentDates{
	background-color:#fff;
	border:1px solid #ccc;
	margin: 0 auto;
	width: 50%;
	text-align:center;
	}
	
table.newStudentDates th{
	text-align:center;
	color:#fff;
	background-color:#8f8f8f;
	font-size:1.2em;
	}	
tr.programDate{	
	background-color:#e5e5e5;
	font-weight: bold;
	}
	
a.menuToggle{
	display:inline-table;
	text-align:center;
	padding: 5px;
	border-radius:4px;
	color:#fff;
	text-decoration:none;
	} 
 
a.menuToggle:nth-child(2), a.menuToggle:nth-child(3), a.menuToggle:nth-child(4){
	background:#00629B;
	}  
	
a.menuToggle:nth-child(5){
	background:#C69214;
	} 
 
a.menuToggle:nth-child(6){
	background:#00C6D7;
	} 
a.menuToggle:nth-child(7){
	background:#6E963B;
	} 	
	
a.menuToggle:hover, a.menuToggle:active{
	color:#fff;
	text-decoration:underline;
	}	
	
a.menuToggle:focus, a.menuToggle:active{	
	color:yellow;
	font-weight: bold;
	text-decoration:none;
	}
	
.headerWithContent{
	cursor:pointer;
	padding:5px;
	margin: 5px 0 0 0;
	transition-duration: .5s !important;
	}
	
.clickedH3{
	background:#e0e0e0 !important;
	}	
.headerWithContent:hover{
	background-color:#f2f2f2;
	}	

	
.drawer-toggle, .drawer-toggle a{
	transition-duration: .5s !important;
	}

		
.blueH3{
	color:#00629b;
	}	
	
.topCurves{
	border-radius: 10px 10px 0 0;
	}	
	
.bottomCurves{
	border-radius: 0  0 10px 10px;
	}		
	
.hiddenContent{
	background-color:#f2f2f2;
	padding:20px;
	margin-bottom:15px;
	display:none;
	}	
img.caretAfter{
	rotate:90deg;
	width:18px;
	margin: 5px 8px 8px;
	opacity: 0.3;
	filter: grayscale(100%);
	display:inline-block;
	transition-duration: .5s;
	}	
.rotateup{
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
	}	
.rotatedown{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	opacity: 1 !important;
	filter: grayscale(0)  !important;
	}	
img.checkboxBefore{
	width:60px;
	margin: 5px 20px 8px;
	padding:5px;
	border-radius:35px;
	background: rgb(0,97,164);
	background: -moz-linear-gradient(311deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	background: -webkit-linear-gradient(311deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	background: linear-gradient(311deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0061a4",endColorstr="#87edff",GradientType=1);
	transition-duration: .5s   !important;
	
	}	
	
img.checkboxBefore:hover, img.checkboxHover{
	background: -moz-linear-gradient(125deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	background: linear-gradient(125deg, rgba(0,97,164,1) 0%, rgba(135,237,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0061a4",endColorstr="#87edff",GradientType=1);
	box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.40);
	-webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.40);
	-moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.40);
	border: 1px solid #b5b5b5;
	
	border-radius:5px;
	}	
	
.hiddenBlock{
	display:none;
	margin: 40px 0 0 0;
	}	
	
.beyster-articles{
	clear:both;
	}
	
ul.articles-and-publications{
	list-style: none;
	}
	
.article_sub{
	margin: 0 20px 20px 0;
	font-size: .9em;
	color: #807f7f;
	}
.edi-watermark{
	 position: relative;
	 top: 55px;
	 right: -54px;
	 opacity: 0.5;
	 z-index: 99;
	 color: #fff;
	 float: right;
	 rotate: -90deg;
	 font-weight: bold;
	 font-size: 1.4em;
	 letter-spacing: .2rem;
	 background-color: #ccc;
	 width: 145px;
	 text-align: right;
	 padding: 0 9px 0 0;
	 background: -moz-linear-gradient(left,  rgba(0,0,0,0) 34%, rgba(0,0,0,0.40) 100%);
	 background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.40) 100%);
	 background: linear-gradient(to right,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.40) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=1 );
	}
.five-blocks-grid-horiz{  display: grid;
	//grid-template-columns: repeat(auto-fill, minmax(18%, 130px));
	//grid-template-rows: 1fr;
	//gap: 10px 10px;
	//grid-auto-flow: row;
	padding-bottom: 0;
	display: block;
	width: 100%;
	position: relative;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding-inline-start: 0;
	}
ul.five-blocks-grid-horiz li .logo {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 180px;
	display: block;
	position: relative;
	margin-bottom: 0px;
	border: 1px solid #eeecec;
	}
ul.five-blocks-grid-horiz li .logo:hover{
	border: 1px solid #ddd;
	box-shadow: -2px 0px 42px -3px rgba(153,184,255,0.14) inset;
	-webkit-box-shadow: -2px 0px 42px -3px rgba(153,184,255,0.14) inset;
	-moz-box-shadow: -2px 0px 42px -3px rgba(153,184,255,0.14) inset;
	}
.startRteam{
	//text-align:center;
	//padding:20px;
	background-color:#fff;
	//border-radius:0;
	//font-size: 1em;
	//vertical-align: center;
	//border:1px solid #d0e0e7;
	float: left;
	width: calc(20% - 5px);
	height: 180px;
	margin: 2.5px;
	text-align: center;
	}
.startRteam a img{
	width:100%;
	vertical-align: middle;
	margin-top:10px;
	height: auto;
	vertical-align: middle;
	border: 0;
	max-width: 85%;
	max-height: 135px;
	}
.CB-Therapeutics a img{
	margin-top:0;
	}	
 .Mpact a img{
	margin-top:-10px;
	width:80%;
	}
.REV a img{
}	
#pushAfter{display:block; text-align:right; margin: 0 20px;}
.smallHash{ font-size:.6em;  vertical-align: top;}
img.clublogo{ max-height:75px; margin-right:20px; float: left;}
.clublist{background:none !important}
.club{ padding:20px; margin: 0 20px; cursor:pointer; }
.club:hover{ border:1px solid #ddd; -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1); box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1);  border-radius:10px; }
.clubInfo{ text-align:left; display:none; clear: both; margin-top:35px;}
p.hiddenDescription{ display:none; }
.toggleLink{color:#016691; text-decoration: underline; cursor:pointer; }
.toggleLink:hover{ color:#000; }
p.blogByLine, p.photocaption{ text-align:right; font-size: .8em; color:#999; margin:0; padding:0; }
aside.ful{ margin:20px; padding:20px; border:1px solid #999; font-size:.85em;}	
table td, table td * { vertical-align: top; }
.profile-section-contact .profile-contact-list li.personal-website { background-position:0 -556px; }
.rady-logo-small{ width:160px; }
.sr-only{  clip: rect(1px, 1px, 1px, 1px); clip-path:inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } 
.header-logo{ display:none; }
#sandwichContent{ margin-top:25px; position: relative; z-index: 1; width:40%;}
.profile-section-contact ul li.email { overflow:hidden; }
#lowerMenuBlock{ margin: 0 auto 0 auto; max-width:1300px; padding: 0 2.5em 3em 5.5em; line-height: 1.5; }
#lowerMenuBug{ margin: 0 auto 0 auto; padding: 2em 0 1em 3em; max-width:1300px; clear:both; }
.viewerArea__brand, .ng-scope{ display:none !important; }
.subhead { font-weight:bold; color:#999; width: 90%; margin: -10px 0 30px 5px; }
#RSM_applyNow{ float: right; padding: 0; margin: 0.3em -2em 0 0; }
#RSM_applyNow a.yellow-cta{ padding: .5em 1em; margin-right: 1em; border: 2px solid #bacad3; background-color:#fff; }
a.clearCTA,a.altCTA{ transition: all 0.2s; -webkit-transition: all 0.2s; text-decoration: none; text-transform: uppercase; font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: .08em; min-width: 200px; padding: .5em 1em; margin: 0 1em 1em 0; border-radius:20px; } 
a.clearCTA{ color: #484949; box-shadow: 0 0 0 0 #ffcd00 inset; border: 2px solid #bacad3; background-color:#fff; } 
a.altCTA{ color: #fff; box-shadow: 0 0 0 0 #ffcd00 inset; border: 2px solid #bacad3; background-color:#0485d1; } 
a.clearCTA:hover, a.altCTA:hover{ color:#484949; background-color: #182b49; background-color: #ffcd00; box-shadow: 600px 0 0 0 #ffcd00 inset; } 
input, textarea{ border-radius:8px; }
.resp-tabs-list li{ font-size:1.1em; padding:0; margin: 0 10px; color: #00629b; }
.resp-tab-active { border-bottom: 5px solid #ccc; } 
.resp-tabs-container { border-top: 3px solid #ccc; padding:0 1.2em; font-size:1.2em; }
.resource_links{ 
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2px;
	grid-row-gap: 0px;
	background-image: url('../../_images/textures/5-lt.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
#cvLink{ background-image: url('../../_images/common/cv-icon.png'); background-repeat: no-repeat; margin: 0 0 1em; padding-left: 35px; background-size: 15px; background-position: 2%; } 
.rsm-news-item:nth-child(n+4){ display:none; }
.linkItem{ height:100%; }
.clearfix{ overflow:visible; }
ul.news-list{ margin-top:40px; list-style-type: none; }
ul.news-list li{ margin-bottom:15px; }
ul.news-list li a{ font-size: 1.2em; text-decoration:none; font-weight:bold; }
ul.news-list li .newsdate, .pubdate{ color:#666; font-size:.8em; display:block; }
.resource_links_2{ display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 13px; grid-row-gap: 13px; grid-auto-flow: column; }
.resource_links_c_r{ 
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	grid-column-gap: 13px;
	grid-row-gap: 13px;
	grid-auto-flow: column;
    }
.resource_links_3{ display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 13px; grid-row-gap: 13px;}
.ug_resource_box{ padding:1em; background-color:#12254d;  color:#fff; border:1px solid #ccc; margin:8px 0; }
.resource_box{ padding:.5em; background-color: #12254d52; color:#fff;  border:0; margin:0; }
h4.panel-news-title, h3.panel-news-title{ font-size: 1.1em; font-weight: 700; line-height:1.5; margin-top: 15px !important; min-height:auto !important; }
h4.panel-news-title a{ text-decoration:none !important; }
h5.rady-authors, .rady-authors{ font-size:.9em; font-weight: normal; color:#000; line-height: 1.5;}
.resource-heading p.resource-date{ margin:0; padding:0; color:#ccc; font-size:.85em; display:none; }
p.panel-news-date{ text-transform:none !important; color:#666 !important; }
.resource_box:hover, .ug_resource_box:hover{ cursor:pointer; background-color:rgba(158,158,158,0.4); color:#fff !important; }
.uc_blue{ color:#00629b; }
h2.uc_blue, h3.uc_blue{ font-weight:bold; }
.resource-bottom-info a{ float:right; color:#fff; text-decoration:none; font-weight:bold; display:none; }
img.partner_logo-230{ max-width:230px; max-height:90px; }
.main-section h1, .main-section h2{ font-weight:bold; }
.jumbotron .text-indent-h1 h1 { text-transform: none !important; }
.stickytitle { position: fixed; left: 0; top: 0; width: 100%; }
.pull-quote img{ height:175px; margin-left:30px; margin-bottom:0; display:none; }
.homePageBlueBox{ width: 200px; float: none; background-color: #1d3357; padding: 1px; margin: 0px 0px 0 0; text-align: center; height: 130px; } 
.footer-links>li:first-child{ border-right:0;}
.homePageCommencementBox{ width: auto;  float: none; 
background-color: #015A8E; 
padding: 5px 37px 15px; margin: 0px 0px 0 0; height: auto;  border: 3px solid #e6e6e6; } 
.homePageCommencementBox{ margin: 0 30px; padding:0; width:auto; }
.homePageCommencementBox > a.btn-default{ font-size: 11px;  padding:5px; margin-top:10px; }	 
.resource-heading h4{ line-height:1 !important; }
homePageCommencementBox > h1.rt-text-light{
	margin:initial;
	}
.jumbotron-hero .text-indent h1.rt-text-dark { width:100%;  font-size: 30px !important;}	
.jumbotron-hero .text-indent p.rt-text-dark { display:none; }
.carousel .cr-item-container h1 { margin: 0; padding: 10px 0 0 25px; width:90%; } 
#heroslider > a{ margin-top:15px; }
.homePageBlueBox h1.rt-text-light{ text-transform: uppercase !important; width: 84%; } 
.homePageBlueBox p.rt-text-light{ width:auto ; margin-left:0 ; }
.homePageBlueBox p + a{  box-shadow: 0 0 0 0 #0485d1 inset !important; }
.homePageBlueBox p + a:hover{ box-shadow: 600px 0 0 0 #0485d1 inset !important; } 
p.panel-text + p { text-align:right; } 
table{ background-color:#fff; }
.layout-title { padding: 1em 0; }
.layout-container{ overflow:visible; }
.main-content-nav>h2 { text-transform:none; }
.pull-quote,.pull-quote-lp{ margin:40px 0 -10px; min-height:175px; font-size:1.2em; }
.pull-quote blockquote, .pull-quote-lp blockquote{ border-left:none; font-size:1.3em; font-style: italic; color:#00629B; padding:15px 45px 0 45px; margin-top:10px; }
.pull-quote2{ color:#00629B; padding: 0 45px;  }
span.quote-attribution{ display:block; text-align:right; font-size:.65em; font-style: normal; font-weight: normal; }
.jumbotron .btn-default{ transition: all 0.2s; -webkit-transition: all 0.2s; font-weight: 700; box-shadow: 0 0 0 0 #0485d1 inset; }
.jumbotron .btn-default:hover{ color:#fff; background-color: #182b49; box-shadow: 600px 0 0 0 #0485d1 inset; }
.jumbotron-news h2 { margin-bottom: 0; font-size:1.5em; font-weight: normal; margin-left: -10px; }
.jumbotron-news h2:nth-of-type(1) { margin-left: 10px; }
.jumbotron h2{ text-transform:none; }
.jumbotron .text-link { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color:#00619A; border-bottom:0; transition:none; }
.jumbotron .text-link:hover { color:#000; border-bottom: 2px solid #000; }
section.jumbotron-news{ margin:0; }
section.jumbotron-news:nth-of-type(1) { margin-bottom: -5px; }
section.jumbotron-news:nth-of-type(2) { margin-top: -5px; }
.sidebar-section{ margin-top:20px; }
figure { margin-left: -15px; margin-right: -15px; }
.panel.panel-default { border: 1px solid #e4e4e4 !important; background-color: #fff !important; margin:6px; }
.panel-default>.panel-heading { background-color:#fff !important; }
.side-image-white, .jumbotron-callout-image-small-inset{ max-width:1170px; margin-left:auto; margin-right:auto;}
.side-image-white img, .jumbotron-callout-image-small-inset img{ width:100%; }
.side-image-white{ background-color:#e3f2fe !important; border:1px solid #fff; transition: all 0.2s; -webkit-transition: all 0.2s; }
.side-image-white .col-md-6 h2, .side-image-white .col-md-6 p{ margin-left:15px; }
.jumbotron-callout-content-two { padding: 20px 0!important; }
.title-header-large img{ 
	/*width:250px !important; */
	width:215px; 
	/* margin-left:15px; */
	}
.logo-twentieth-badge{
    margin: 0;
    width:315px; 
	}
.drawer.light-theme h2 { background-color:#f2f2f2 !important; }
.drawer.light-theme>div { padding-bottom:30px !important; }
.profile-listing li.profile-listing-card{ margin:0 0 0 1em; padding:0; background-color:#fff; border:0; width:97%; }
li.profile-listing-card { margin-bottom:30px;}
.profile-listing-data h3{margin:10px 0 0 0;}
.profile-listing li.profile-listing-card a {  text-decoration:none; } 
.profile-listing li.profile-listing-card img { margin:5px 20px 20px 0; border-radius:5px; } 
.profile-listing-data { width:80%; padding:0; margin: 0 0 25px 0; }
.profile-section-contact img{ border:1px solid #fff; border-radius:10px; width:250px; -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1); box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1);  }
.resp-tabs-container{ margin-bottom:150px; }
h2 span.headlineBlue, h2.headlineBlue{ display:block; color: #00629b; letter-spacing: .5px; font-size: 42px !important; font-weight: 600; line-height: 1.5; margin: 0.67em 0; margin-top: 20px; margin-bottom: 10px; }
a.p-website{font-size:16px !important; }
.drawer-toggle{ text-align:right; margin-top:-35px; }
.dark-theme + .drawer-toggle, .light-theme + .drawer-toggle{ display:none; }
table.brandes-files{ border: 1px solid #e6e6e6; border-radius:8px; width:100%; }
table.brandes-files th{ text-align:center; padding:15px; }
table.brandes-files td{ padding:10px; }
table.brandes-files tr:nth-child(even) { background-color: #f3f2f1; }
table.brandes-files caption{ font-size:1.5em; color:#000; margin-top:25px; }
.sortDocs{ text-align:center; background-color:#ABDCEB; padding:10px; color:#000; margin:5px; text-transform: uppercase; cursor:pointer; transition: all 0.2s; -webkit-transition: all 0.2s; box-shadow: 0 0 0 0 #0485d1 inset; 
    width: 100%;
    display: block;
}
.sortDocs:hover{ background-color:#0094c1; color:#fff; box-shadow: 600px 0 0 0 #0485d1 inset; }
img.pdfIcon{ margin:5px; width:21px; height:25px; }
a.yellow-cta{ 
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	background-color: #ffcd00;
	color: #484949;
	text-decoration: none;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .08em;
	border: 0;
	padding: 0.8em 1.5em;
	min-width: 200px;
	margin-bottom: 1em;
	box-shadow: 0 0 0 0 #0485d1 inset;
	word-wrap: break-word;
	display: inline-block;
	}
a.yellow-cta:hover{ color:#fff; background-color: #182b49; box-shadow: 600px 0 0 0 #0485d1 inset; }
.three-column-table, .four-column-table, .five-column-table{ padding:0; margin: 0 -5px; background-color:#fff; border-radius:8px; background: rgba(242, 247, 252, 1); border: 5px solid #fff; background-image: -moz-linear-gradient(331deg, rgba(164,201,238,1) 0%, rgba(233,244,255,1) 50%); background-image: -webkit-linear-gradient(331deg, rgba(164,201,238,1) 0%, rgba(233,244,255,1) 50%); background-image: linear-gradient(331deg, rgba(164,201,238,1) 0%, rgba(233,244,255,1) 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f7fc",endColorstr="#ffffff",GradientType=1); background-size: cover; }
.three-column-table, .four-column-table-col, .five-column-table-col{ height: 1fr; padding:15px; }
.four-column-table-col > p:nth-child(1), .five-column-table-col > p:nth-child(1){ margin-bottom: 9px; border-bottom:2px solid rgba(116, 169, 223,1); }
.four-column-table-col:nth-child(even) {  /* background-color: #e9f4ff; */ }
.stats{ margin:0 20px 0 20px; }
.stats-block, .stats-block-grid{ background-color:#fff; border: 1px solid #ddd; border-radius:25px 0; padding:20px; background: rgb(242,247,252); background: -moz-linear-gradient(331deg, rgba(242,247,252,1) 0%, rgba(255,255,255,1) 50%); background: -webkit-linear-gradient(331deg, rgba(242,247,252,1) 0%, rgba(255,255,255,1) 50%); background: linear-gradient(331deg, rgba(242,247,252,1) 0%, rgba(255,255,255,1) 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f7fc",endColorstr="#ffffff",GradientType=1); }
.stats-block-grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px 15px;
	}
.callout-stat-gridItem{ text-align:center; }
.stats-block-bis{ 
	padding:20px;
}
 
 .stats-block-bis > table{ 
 margin: 0 20px;
 width: 96%;
 background-color:transparent !important;
 }
 
 
 
.callout-stat, .callout-stat-rsm{ text-align:center; }
.callout-stat-number, .callout-stat-number-only{ font-size:7em; text-align:center; font-weight:bold; line-height:1.5; color:#00629B; 
    margin-left: -0.2em; }
.callout-stat-number-only{ font-size:5em; }
.callout-link{ margin-top:15px; }
.callout-stat-support{ font-weight:bold; }
.callout-organization{ font-weight:bold; color: #808080; font-size: .9em; }
.commonLowerMenu { display:none; }
ul.gsa-stafflist, ul.rady-stafflist , ul.rady-lecturelist{ list-style: none; padding: 10px; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 15px 15px; text-align:left; background-color:#fff; border-radius:8px; }
ul.rady-stafflist li, ul.rady-lecturelist li{ padding:10px; border:1px solid #fff; text-align:center; max-width:400px; }
ul.rady-stafflist li p, ul.rady-stafflist li h3, ul.rady-lecturelist li p, ul.rady-lecturelist li h3 { text-align:left; margin-left:10px; }
ul.rady-stafflist li{ background-color:#fff;}
ul.rady-stafflist li h3{ color:#00619A; }
ul.rady-stafflist img.rady-headhsot, ul.rady-lecturelist img.rady-headhsot{ height:225px; width:225px; margin-top:10px; border-radius:5px; }
ul.rady-stafflist span.profile-listing-data, ul.rady-lecturelist span.profile-listing-data  { font-weight:bold; text-align:left; font-size:1.1em; }
ul.rady-stafflist span.programTitle, ul.rady-stafflist span.subTitle, ul.rady-lecturelist span.programTitle, ul.rady-lecturelist span.subTitle{ font-weight:normal; text-align:left; display:block; font-size:.95em; }
ul.rady-stafflist a, ul.rady-lecturelist a{ display:block; font-weight:normal; color:#00619A; text-decoration:none !important; text-align:left; }
ul.rady-stafflist a:hover, ul.rady-lecturelist a:hover { color:#000; text-decoration:underline !important; }
ul.rady-stafflist li.linkItem, ul.rady-lecturelist li.linkItem, div.linkItem{ transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; cursor:pointer; }
ul.rady-stafflist li.linkItem:hover, ul.rady-lecturelist li.linkItem:hover, div.linkItem:hover{ 
	border:1px solid #ddd !important; 
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2) !important; 
	box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2) !important;  
	border-radius:15px; 
	}
 .photoWithLink{transition: 0.1s ease-in-out; border-radius:4px;}
 .photoWithLink:hover{ border:1px solid #ddd; -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2); }
.profile-section-contact { padding:10px !important; background-color:#fff; border-radius:8px; }
.prgmChosr{ cursor:pointer; display:inline-block; background-color:#fff; color:#004268; padding:0 8px; border-radius:5px; text-align:center; border:1px solid #00629B;}
.prgmChosr:hover{  background-color:#00629B; color:#fff; }
.prgmSelected{ display:inline-block;  background-color:#00629B; color:#fff; padding:0 8px; border-radius:5px; text-align:center; border:1px solid #00629B;}
h4.resource-title a{ margin:0; padding:0; color:#fff; text-decoration:none; font-weight:bold; font-size:12px; }
/* background textures for modules */
.bg2-light{ background-image: url('../../_images/textures/2-lt.jpg') !important; }
.bg3-light{ background-image: url('../../_images/textures/3-lt.jpg') !important; }
.bg4-light{ background-image: url('../../_images/textures/4-lt.jpg') !important; }
.bg5-light{ background-image: url('../../_images/textures/5-lt.jpg') !important; }
.bg6-light{ background-image: url('../../_images/textures/6-lt.jpg') !important; }
.bg8-light{ background-image: url('../../_images/textures/8-lt.jpg') !important; }
.bg2-dark{ background-image: url('../../_images/textures/2-dk.jpg') !important; }
.bg3-dark{ background-image: url('../../_images/textures/3-dk.jpg') !important; }
.bg4-dark{ background-image: url('../../_images/textures/4-dk.jpg') !important; }
.bg5-dark{ background-image: url('../../_images/textures/5-dk.jpg') !important; }
.bg6-dark{ background-image: url('../../_images/textures/6-dk.jpg') !important; }
.bg8-dark{ background-image: url('../../_images/textures/8-dk.jpg') !important; }
/* apply now menu bar at bottom of page */
#static-base-note{ background-color:#80bc00; position:fixed; width:100vw; left:0; right:0; bottom:0; z-index:999; text-align:center; display:none; }
#static-base-note > ul{ list-style-type: none; margin: 15px; padding: 0; overflow: hidden; }
#static-base-note > ul > li { display:inline; margin:20px; margin-top:15px; margin-bottom:15px; }
#static-base-note > ul > li> a{ color:#fff; font-weight:bold; text-decoration:none; }
.drawer div { background-color:#fff; border: 1px solid #ccc; margin-top:-2px; margin-bottom:15px; border-radius:0 0 8px 8px; -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1); box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1); }
.drawer h2 a { border-radius:8px; }
.drawer h2.expand a { color:#F3E500; border-radius:8px 8px 0 0; }
.multi-column-div{ display:grid; padding: 25px 0 25px 60px; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(11,1fr); text-align : left; grid-gap : 15px 15px; grid-auto-flow: column   }
.gridName{ display:block  }
.hiddenClasses{ font-size: .8em; margin: 0; padding: 0; text-align: left; display:none; }
.classesTaught{ margin: 0 10px; padding: 0; text-align: left; }
/** Social Media Icons **/
.social-media-icons { list-style: none; margin: 0 0 15px 45px; padding: 0; float:left; }
.social-media-icons li { display: inline-block; margin-right:5px; }
.social-media-icons a { border-radius: 75px; background-image: url('../../_images/common/socialMediaIcons-b.png'); background-repeat: no-repeat; display: block; height: 58px;  transition: all 0.7s ease-out;  -webkit-transition: all 0.7s ease-out;  -o-transition: all 0.7s ease-out; width: 50px; text-decoration:none !important; 
	filter: none;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	 }
.social-media-icons a:hover {  transform: rotate(720deg);  -moz-transform: rotate(720deg); -webkit-transform: rotate(720deg); -o-transform: rotate(720deg); -ms-transform: rotate(720deg); filter: grayscale(0); 
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	}
#Sullivan-Social{ list-style: none; margin: -42px 0 15px 45px; padding: 0; float:right; }
#Sullivan-Social li { display: inline-block; margin-right:5px; }
#Sullivan-Social a { border-radius: 75px; background-image: url('../../_images/common/socialMediaIcons-b.png'); background-repeat: no-repeat; display: block; height: 58px;  transition: all 0.7s ease-out;  -webkit-transition: all 0.7s ease-out;  -o-transition: all 0.7s ease-out; width: 50px; text-decoration:none !important; filter: grayscale(100%); }
#Sullivan-Social a:hover {  transform: rotate(720deg);  -moz-transform: rotate(720deg); -webkit-transform: rotate(720deg); -o-transform: rotate(720deg); -ms-transform: rotate(720deg); filter: grayscale(0); }
#Highlight-Social { list-style: none; margin: -30px 0 -40px 0; padding: 0; float:right; clear:both; }
#Highlight-Social li { display: inline-block; margin-right:5px; }
#Highlight-Social a { border-radius: 75px; background-image: url('../../_images/common/socialMediaIcons-b.png'); background-repeat: no-repeat; display: block; height: 58px;  transition: all 0.7s ease-out;  -webkit-transition: all 0.7s ease-out;  -o-transition: all 0.7s ease-out; width: 50px; text-decoration:none !important; filter: grayscale(100%); }
#Highlight-Social a:hover {  transform: rotate(720deg);  -moz-transform: rotate(720deg); -webkit-transform: rotate(720deg); -o-transform: rotate(720deg); -ms-transform: rotate(720deg); filter: grayscale(0); }
.facebook { background-position: -279px -170px;  }
.twitter { background-position: -15px -170px; }
.youtube { background-position: -384px -170px; }
.instagram { background-position: -490px -170px; }
.linkedin { background-position: -173px -170px; }
.threads { background-position: -595px -170px; display:none !important; }
#rady_logo a img{ width:225px; margin: 0 0 40px 50px; float: left; }
#sortFaculty { width:auto !important; }
.alert-banner { font-size: .75em;  margin: 0;  padding: 7px 0;   background-color: #f1f1f1 !important; } .alert-banner p{ margin:0; } .alert .text-link {  font-size: 14px  !important;  }
#sortStaff, #sortFaculty, #sortProfiles, #profileList{ 
	width: auto !important;
	margin: 0 0 5px 15px;
	padding: 6px;
	background-color: white;
	border: thin solid #bbb;
	border-radius: 15px;
	display: inline-block;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	color: #03619B;
	}
 #profileList{ 
    margin: 0;
    border-radius:0  !important;
    padding: 7px 35px 7px 17px  !important;
    }
    
img.certificatesImage{
	width:100%;
	margin: 0 0 20px 0;
	transition: 0.25s ease-in-out;
	}
    
    
/* RFI forms */
h3.wFormTitle{ display:none; }
.inputWrapper, input, select{ width:100% !important;}
select:focus{ outline: none !important; }
.oneField:nth-of-type(3), .twoColumnField{ grid-column: 1 / 3; }
label{text-align:left !important; }
.programChoice{ 
	grid-row: 4;
	grid-column: 1;
	}
.startTerm{ 
	grid-row: 4;
	grid-column: 2;
	}
.actions{ 
	grid-row: 5;
	grid-column: 1;
	}
/* END RFI forms */
/*  ADJUST FOR SCREENS  */
@media print {	img.checkboxBefore{ display:none; }  }
/* IF the viewport is 541px or bigger */
@media (min-width: 425px) { 
	#Highlight-Social { margin: -13px 0 -25px 0;  }
	.resource_links{ 
		grid-column-gap: 13px;
		padding:1em 1.5em;
		}
	.resource_box{ padding:1em; color:#fff; background-color:#12254d;  border:1px solid #ccc; margin:8px 0; }
	}
/* IF the viewport is 541px or bigger */
@media (min-width: 541px) { 
	#Highlight-Social { margin: -25px 0 0 0;  }
	.homePageBlueBox{ width: 266px; height: 163px; }
	.homePageCommencementBox{ margin: 0 50px; padding: 5px 37px 15px; }
	.jumbotron-hero .text-indent h1.rt-text-dark { font-size:35px !important; }
    h4.resource-title a{ font-size:1em; }
    
    a.yellow-cta{ display: inline; }
    
    
    ul.rady-stafflist li{
		border: 1px solid #fff !important;
		}	
	}
	
/* IF the viewport is 768px or bigger */
@media (min-width: 768px) { 
.bannerImage {
    top: 238px;
    left: 15%;
    width: 188px;
}
	/* *{ transition: all 0.2s ease-out; -webkit-transition: all 0.3s ease-out; }  */
	.homePageBlueBox p.rt-text-light{ display:none; }
	.homePageWhiteText p.rt-text-light{ display:none; }
	.carousel .cr-item-container { top: 10%; right: -225px; }
	.carousel .cr-item-container h1 { margin: 0.5em 1em 0.5em 1px; }
	.homePageBlueBox{ width: 120%; background-color: #1d3357; padding: 1em 2em; margin: -22px; text-align:left; height: 250px; }
	.homePageBlueBox{ width: 50%; margin: 0 40px; }
	.homePageCommencementBox{ margin: 0 -89px; width:75%; }
	.jumbotron-hero .text-indent h1.rt-text-dark { font-size:45px !important; }
	.title-header-large img{ 
		width:220px; 
		margin-left:15px;
		}
	ul.rady-stafflist li, ul.rady-lecturelist li{ max-width:275px; }
	ul.gsa-stafflist img.gsa-headhsot, ul.rady-stafflist img.gsa-headhsot{ height:225px; }
	h4.resource-title a{ font-size:1.1em; }
	}
/* IF the viewport is 775px or bigger */	
@media (min-width: 775px) { 
		.BAP-pages-inner {
		display: grid;
		grid-template-columns: 315px auto;
		grid-column-gap: 35px;
		height: 100%;
		}
	.BAP-pages-sidebar {  
		width: 315px;
		height: 100%; 
		overflow: auto;
		}
	.BAP-pages-sidebar-box {
		position: -webkit-sticky; 
		position: sticky;
		top: 50px;
		width: 315px;
		background-color:#fff;
		border-radius: 6px;
		padding: 5px 25px 25px;
		margin-top:20px;
		}
	
	
	}
	
/* IF the viewport is 990px or bigger */
@media (min-width: 990px) { 
.stats-block-grid{
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	}
.title-header-large img{ 
	width:250px;
	/*width:325px !important; */
	margin-left:15px; 
	}
.logo-twentieth-badge{
    margin: -13px 20px 0;
    width: 325px  !important; 
    }
.wForm > form{ 
		display: grid;
		grid-auto-columns: 1fr 1fr;
		grid-auto-rows: 1fr 1fr;
		grid-row-gap: 0;
		grid-template-columns: minmax(0,1fr) minmax(0,1fr);
		}
	
img.certificatesImage{
		transition: 0.25s ease-in-out;
		margin: 0 20px 20px 0;
		float:left;
		width: 22% !important; min-width: 235px; max-width: 500px;
		}
.bannerImage {
    top: 140px;
    left: 15%;
    width: 248px;
}
	.ProfileCards-MainContainer {
		grid-template-columns: repeat(2, 1fr);
		}
	.RadyProfileCard{
		width: 14vw;
		height: 15vw;
		}
	.carousel .cr-item-container h1 { margin: auto; padding: 13px 0 0 0; }
/* added for Home page Commencement */
.carousel .cr-item-container h1 {  margin: 17px 0 20px 0; }
	.homePageBlueBox p.rt-text-light,.jumbotron-hero .text-indent p.rt-text-dark { display:block; }
	.homePageBlueBox{ height:auto; }
	.homePageWhiteText p.rt-text-light{ display:block; }
	.homePageCommencementBox{ margin: -15px 0 0 0; width:auto; }
	.jumbotron-hero .text-indent h1.rt-text-dark { font-size:55px !important; }
	#RSM_applyNow{ margin: 1em 2em 0 0; }
	.carousel .cr-item-container { top:10%; right:auto; width:auto; }
	.rsm-news-item:nth-child(n+4){ display:block; }
	.news-blocks{ display: grid;  grid-auto-columns: 1fr 1fr 1fr;  grid-auto-rows: 1fr 1fr 1fr;  grid-row-gap: 15px; grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr); }
	.news-attribution, h3.news-attribution{     font-weight: bold; margin: 20px 0 20px; color: #6e6e6e; font-size: 16px; } 
	p{ margin:0 0 18px; }
	.nav>li>a { padding: 14px 12px; }
	.pull-quote img{ display:block; }
	.homePageBlueBox{ width: 50%; float: right; margin: -25px 100px; }
	.homePageBlueBox h1.rt-text-light{ width: 100%; } 
	.main-section{ line-height: 1.5; margin:0; padding:0; }
	.side-image-white img, .jumbotron-callout-image-small-inset img{ width:585px; }
	.commonLowerMenu { margin: 80px 0 0 0; display:block; border:0;    
	/* border-top: 5px solid #f4f4f4; 
	 border-bottom: 25px solid #ededed;
	 */ background-color: #fafafa; background: -moz-linear-gradient(180deg, rgba(241, 247, 255,1) 0%, rgba(255,255,255,1) 30%); background: -webkit-linear-gradient(180deg, rgba(241, 247, 255,1) 0%, rgba(255,255,255,1) 30%); background: linear-gradient(180deg, rgba(241, 247, 255,1) 0%, rgba(255,255,255,1) 30%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f6fa",endColorstr="#ffffff",GradientType=1); }
	#lowerMenuLogo img{ width:200px; margin-top:75px; }
	#main-content > div.layout-container.row > div.row.commonLowerMenu{ margin: 80px 0 0 0; }
	.commonLowerMenu > div > p > a{ color:#00619A; text-decoration:none !important; }
	.commonLowerMenu > div > p > a:hover { color:#000; text-decoration:underline !important; }
	ul.gsa-stafflist img.gsa-headhsot, ul.rady-stafflist img.rady-headhsot, ul.rady-lecturelist img.rady-headhsot{ height:225px; width:225px; margin-top:10px; } 
	h4.resource-title a{ font-size:1.2em; }
	.sortDocs{  width: auto;   display: inline-block; }
	}
/* IF the viewport is 1200px or bigger */
@media (min-width: 1200px) { 
	.bannerImage {
		top: 140px;
		left: 15%;
		width: 300px;
		}
	table.courseThumb{ margin-bottom: 10px; }	
	#coursesContainer-beyster{  display: grid; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); gap: 0 5px;}
	.courseThumb{ background-color:#f7f7f7; margin: 0 3px; padding:0 10px 30px 10px; }
	.courseThumb > h2{ 	font-size:1.7em; }	
	table.courseThumb tr.headlineTop{ height:150px; }
	table.courseThumb tr.headlineTop h2{ margin:0; }	
	table.courseThumb td.cta{ text-align:center; height: 60px; }	
	.homePageBlueBox{ width: 50%; margin: 0 100px; }
	.resource-heading p.resource-date, .resource-bottom-info a{ display:block; }
	
	.embedVideo{
		height:auto;
		aspect-ratio: 560 / 315;
		width:49%;
		display: inline-block;
		margin:3px;
		}
		
	.aboutTheOrganizers{
		 display: grid;
		 grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
		 gap: 30px 30px;
		}	
		
	}
	
/* IF the viewport is 1450px or bigger */
@media (min-width: 1450px) { 
	.homePageBlueBox{  font-size:1.3em; }
	
	.ProfileCardContainer {
		grid-template-columns: repeat(3, 1fr);
		}
	.RadyProfileCard{
		width: 13vw;
		height: 13vw;
	
		}
	
	
	.RadyProfileCard:nth-child(-n + 4) {
		//display:block
		}
	
	}
	
	