  .wave_highlevel {
	height: 16%;
}
.embed-style {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    text-align: left;
    top: calc(5vw);
    width: 80%;
	max-width: 40%;
    z-index: 100;
}
.caption {
	background-color: rgba(255, 196, 32, .5);
	margin-left: 0 !important;
	margin-top: 8rem;
	padding: 1rem 1rem 1rem 10%;
}
.caption .h2, .caption .h3 { 
	color: white;
	font-weight: bold; 
	letter-spacing: -1pt;  
	line-height: 1.5; 
	padding: 0; 
	margin: 0; 
}
.caption .h2 { 
	font-size: clamp(1.25rem, 2.25vw, 2.5rem) !important;
	margin-bottom: -.5rem;
}
.caption .h3 { 
	margin-top: -.5rem;
	font-size: clamp(1.125rem,2vw,1.5rem);	
}
.embed-color-style_White {
	color: white; 
	text-shadow: 1px 1px gray
}

.masthead__pager {
	margin-bottom: 0;
	background-color: white;
	position: relative;
	z-index: 10;
}

#intro-high-level {
	padding: 0;
}
#intro-high-level .intro {
	padding: 0;
}
#intro-high-level .intro .intro-high-level {
	padding: 1rem;
	text-align: center;
}
.component--large {
    border-top: 0;
    margin: 0;
    padding: 0 0 1.5rem 0;
}
.user-markup img {
    padding: 0;
}
.mission {
	text-align: center;
	margin-bottom: 1.5rem;
}

.supd_alerts {
	background-color: maroon;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 1rem;
}
.supd_alerts h2 {
	background-color: #ffc420;
	color: #FFFFFF;
	line-height: 1.5;
	margin: 0;
	padding: .25rem 0;
	text-align: center;
	text-shadow: 1px 1px 5px black;
	text-transform: capitalize;
}
.supd_alerts .th {
	background-color: #000000;
	display: flex;
	font-size: clamp(.75rem,1.5vw,.9375rem);	
	letter-spacing: -.25pt;
	line-height: 1.5;
	margin: auto;
	padding: .3125rem;
	width: 100%;
	text-transform: uppercase;
}
.supd_alerts .td {
	background-color: #8a0000;
	display: flex;
	font-size: clamp(.75rem,1.5vw,.9375rem);	
	letter-spacing: -.25pt;
	line-height: 1.5;
	margin: auto;
	padding: .3125rem;
	width: 100%;
}
.supd_alerts .th div:first-child, .supd_alerts .td div:first-child {
	flex-basis: 17%; 
	padding-left: 1rem;
}
.supd_alerts .th div:nth-child(2), .supd_alerts .td div:nth-child(2) {
	flex-basis: 17%; 
	text-transform: uppercase;
	padding: 0 .5rem;
}
.supd_alerts .th div:nth-child(3), .supd_alerts .td div:nth-child(3) {
	flex-basis: 49%; 
	text-transform: uppercase;
	padding: 0 .5rem;
}
.supd_alerts .th div:nth-child(4), .supd_alerts .td div:nth-child(4) {
	flex-basis: 17%;
	padding-right: 1rem;
	text-transform: uppercase;
}
.supd_alerts .td:last-child { padding-bottom: 1rem; }
.supd_alerts .td .lbl {display: none;}

@media screen and (max-width: 60em) {
	.embed-style {
		max-width: 50%;
		width: 50%;
		top: -2rem;
	}
	.masthead__pager-list .masthead__pager-item .masthead__pager-link {
		padding: 0;
	}
}
@media screen and (max-width: 40em) {
	.embed-style {
		max-width: 100%;
		width: 100%;
		top: -2rem;
	}
	.caption {
		margin-left: 0 !important;
		padding: .5rem .5rem .5rem 1rem;
	}
	.supd_alerts .th { display: none; padding: .5rem; }
	.supd_alerts .td { display: block; padding: .5rem; }
	.supd_alerts .td div { display: block; padding: 0 0 .25rem 0 !important; }
	.supd_alerts .td .lbl {
		display: inline-block; 
		background-color: black; 
		padding: .125rem .25rem .125rem .125rem ; 
		margin: 0 .25rem 0 0;
		color: white; 
		text-transform: uppercase;
	}

	/*.supd_alerts .th div:first-child, .supd_alerts .td div:first-child {padding: .5rem 0 .5rem .5rem; }
	.supd_alerts .th div:last-child, .supd_alerts .td div:last-child {padding: .5rem 0 .5rem  .5rem; }*/

} 

/*ROW 1*/
.two-col-row-1 {
	display: flex;
	display: -ms-flexbox;
	margin: auto;
	padding: .5rem 0 1rem 0;
}
.two-col-row-1 .l-div,
.two-col-row-1 .r-div {
	border-radius: 2rem;
	flex-basis: 50%;
	background-color: #E8E8DE;
	margin-right: 2rem;
	padding: .5rem 1rem;
	line-height: 1.5;
}
.two-col-row-1 .l-div div:first-of-type, 
.two-col-row-1 .r-div div:first-of-type  { display: flex; }
.two-col-row-1 .l-div div:first-of-type div:first-child, 
.two-col-row-1 .r-div div:first-of-type div:first-child  { display: block; flex-basis: 50%; padding: 1rem; }
.two-col-row-1 .l-div div:first-of-type div:nth-child(2), 
.two-col-row-1 .r-div div:first-of-type div:nth-child(2) { display: block; flex-basis: 50%; padding: 1rem; }

.two-col-row-1 .l-div {
	padding: 0;
}

.two-col-row-1 .l-div h3 {
	background-color: maroon;
	border-radius: 2rem 2rem 0 0;
	color: white;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	padding: .5rem .5rem .5rem 1rem;
}

.two-col-row-1 .l-div p {
	padding: 0;
	margin: .5rem 0;
	font-weight: 500;
	line-height: 1.5;
}

.two-col-row-1 .r-div {
	margin-right: 0;
}

.two-col-row-1 .r-div h3 {
	font-size: clamp(1.75rem, 2vw, 2rem);
	font-weight: 500;
	line-height: 1.5;
}

.two-col-row-1 .r-div h3 span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.two-col-row-1 .r-div p {
	padding: 0;
	margin: .5rem 0;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width: 47.9em) { 
	.two-col-row-1 { display: block; }
	.two-col-row-1 .l-div, .two-col-row-1 .r-div {width: 100%; margin: 1rem 0; }
	.two-col-row-1 .l-div div:first-of-type, 
	.two-col-row-1 .r-div div:first-of-type  { display: block; }
	.two-col-row-1 .l-div div:first-of-type div:first-child, 
	.two-col-row-1 .r-div div:first-of-type div:first-child  { display: block; padding:  0 0 0 1rem; }
	.two-col-row-1 .l-div div:first-of-type div:nth-child(2), 
	.two-col-row-1 .r-div div:first-of-type div:nth-child(2) { display: block; padding: 0 0 1rem 1rem; }
	
}

/*ROW 2*/
.two-col-row-2 {
	display: flex;
	display: -ms-flexbox;
	margin: 0 auto 0 auto;
	width: 100%;
	border: 0 solid gray;
}
	/*ROW 2 LEFT & RIGHT COLUMN*/
	/*.two-col-row-2 .l-div { border: 1px solid gray;}
	.two-col-row-2 .r-div { border: 1px solid gray;}*/
	.two-col-row-2 .l-div img, .two-col-row-2 .r-div img  {
		width: 75%;
		height: auto;
	}
	.two-col-row-2 .l-div .text, .two-col-row-2 .r-div .text {
		margin: auto;
		text-align: left;
	}
	.two-col-row-2 .l-div .text h2, .two-col-row-2 .r-div .text h2 {
		font-size: clamp(1rem, 1.5vw, 1.5rem);
	}
	
/*ROW 2 LEFT COLUMN*/
	.two-col-row-2 .l-div {
		flex-basis: 50%;
		background-color: #FFFFFF;
		color: initial;
		text-align: center;
	}
	.two-col-row-2 .l-div .text {
		padding: .5rem 1rem .5rem 0;
		line-height: 1.5;
	}
	.two-col-row-2 .l-div .text div:first-of-type { 
		display: flex;
	}
	.two-col-row-2 .l-div .text div:first-of-type div:first-child {
		flex-basis: 50%;
		padding-left: 5rem;
	}
	.two-col-row-2 .l-div .text div:first-of-type div:nth-child(2) {
		flex-basis: 50%;
		padding-left: 3rem;
	}
	.two-col-row-2 .l-div .text h2 {
		text-align: center;
	}
	/*ROW 2 RIGHT COLUMN*/
	.two-col-row-2 .r-div {
		flex-basis: 50%;
		margin-right: 0;
		text-align: center;
	}
	.two-col-row-2 .r-div .text {
		padding: .5rem 1rem .5rem 0;
		line-height: 1.5;
	}
	.two-col-row-2 .r-div .text div:first-of-type { 
		display: flex;
	}
	.two-col-row-2 .r-div .text div:first-of-type div:first-child {
		flex-basis: 60%;
		padding-left: 5rem;
	}
	.two-col-row-2 .r-div .text div:first-of-type div:nth-child(2) {
		flex-basis: 40%;
		padding-left: 2rem;
	}
	.two-col-row-2 .r-div .text h2 {
		text-align: center;
	}

@media screen and (max-width: 47.9em) { 
	.two-col-row-2 { display: block; width: 100%;}
	.two-col-row-2 .l-div {width: 100%; margin: 1rem 0;}
	.two-col-row-2 .r-div {width: 100%; margin: 1rem 0;}
	.two-col-row-2 .l-div .text div:first-of-type,
	.two-col-row-2 .r-div .text div:first-of-type { 
		display: block;
	}
	.two-col-row-2 .l-div .text div:first-of-type div:first-child,
	.two-col-row-2 .r-div .text div:first-of-type div:first-child {
		padding-left: 5rem;
		padding-bottom: .5rem;
	}
	.two-col-row-2 .l-div .text div:first-of-type div:nth-child(2),
	.two-col-row-2 .r-div .text div:first-of-type div:nth-child(2) {
		padding-left: 5rem;
	}

}

/*ROW 3*/
.two-col-row-3 {
	display: flex;
	display: -ms-flexbox;
	margin: 0 auto 1rem auto;
	width: 90%;
	border: 0 solid gray;
}
	/*ROW 3 LEFT COLUMN*/
	.two-col-row-3 .l-div {
		flex-basis: 50%;
		margin-right: 5rem;
	}
	.two-col-row-3 .l-div img {
		width: 100%;
		margin: auto;
		padding: 0; 
	}
	.two-col-row-3 .l-div .text {
		padding: .5rem 1rem .5rem 2rem;
		line-height: 1.5;
	}
	
	/*ROW 3 RIGHT COLUMN*/
	.two-col-row-3 .r-div {
		flex-basis: 50%;
		text-align: center;
	}
	.two-col-row-3 .r-div img {
		width: 100%;
		margin: auto;
		padding: 0; 
	}
	.two-col-row-3 .r-div .text {
		text-align: left;
		width: 90%;
		margin: auto;
	}
	.two-col-row-3 .r-div ul>li:before {
		color: auto;
	}
	.two-col-row-3 .r-div .text ul {
		padding-left: 3rem;
	}
	.two-col-row-3 .r-div {
		margin-right: 0;
	}
.two-col-row-3 .r-div .text h2 {
	text-align: center;
}
.two-col-row-3 .r-div .text {
	padding: .5rem 1rem;
	line-height: 1.5;
}
.two-col-row-3 .l-div .text h2, .two-col-row-3 .r-div .text h2{
	font-size: clamp(1rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 64em) { 
	.two-col-row-2 {width: 100%;}
	.two-col-row-2 .l-div {margin-right: 1rem;}
	.two-col-row-3 {width: 100%;}
	.two-col-row-3 .r-div {margin-left: 1rem;}
}
@media screen and (max-width: 47.9em) { 
	.two-col-row-3 { display: block; width: 100%;}
	.two-col-row-3 .l-div {width: 100%; margin: 1rem 0;}
	.two-col-row-3 .r-div {width: 100%; margin: 1rem 0;}
}

.full-width-hr {
	margin: 2rem auto 0 auto;
	width: 90%;	
}

.recruitment-and-careers-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}
.recruitment-and-careers-wrapper::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-image: url('https://www.salisbury.edu/police/_images/recruitment-and-careers-bkg.jpg');
	filter: brightness(300%);
	filter: opacity(20%);
}
.recruitment-and-careers{ 
	position: relative;
	padding: 1rem;
}
.recruitment-and-careers .row-div { 
	display: flex;
	display: -ms-flexbox;
}
.recruitment-and-careers .row-div .col-div {
	flex-basis: 50%;
}	 
.recruitment-and-careers .row-div .col-div:first-child {
	background-color: rgba(255, 255, 255, 0);
}
.recruitment-and-careers .row-div .col-div:nth-child(2) .button {
	margin: 10rem 1rem 0 10rem;
}

.recruitment-and-careers .row-div .col-div:nth-child(2) {
	text-align: right;
	vertical-align: bottom;
}	 

.recruitment-and-careers .row-div .col-div h3 {
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	font-style: italic;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 64em) { 
	.recruitment-and-careers .row-div {display: block; width: 100%;}
	.recruitment-and-careers .row-div .col-div {margin-right: 1rem;}
	.recruitment-and-careers .row-div .col-div:nth-child(2) .button {
		margin: 2rem auto 0 auto;
	}
	
}
@media screen and (max-width: 47.9em) { 
	.recruitment-and-careers .row-div { display: block; width: 100%;}
	.recruitment-and-careers .row-div .col-div {width: 100%; margin: 1rem 0;}
	
}

.contact-numbers {
	padding: 1rem;
}
.contact-numbers .row-div { 
	display: flex;
	display: -ms-flexbox;
}
.contact-numbers .row-div .col-div {
	flex-basis: 50%;
} 

.contact-numbers .row-div .col-div p {padding: 0; margin: 0;}
.contact-numbers .row-div .col-div .bigbold {font-weight: bold; font-size: clamp(.625rem, 1vw, .9375rem);}
.contact-numbers .row-div .col-div .bigbold span {font-weight: normal;}
.contact-numbers .row-div .col-div .smallnormal {font-size: clamp(.625rem, 1vw, .9375rem);}									        
.contact-numbers .smallitalic {padding-top: 1rem; font-size: clamp(.625rem, 1vw, .9375rem); font-style: italic;}

.who-to-call {
	margin: auto;
	max-width: 56rem;
}

@media screen and (max-width: 40em) { 
	.who-to-call {max-width: 100%;}
	.who-to-call .faculty-listing__image { width: 100%; height: auto;}
}
/*@media screen and (max-width: 64em) and (min-width: 40em) { 
	.who-to-call .faculty-listing__link {display: block;}
}*/
