<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Overlay Photo Boxes */
.overlay-photo-boxes ol,
.overlay-photo-boxes ul {
	list-style: none;
}

.overlay-photo-boxes table {
	border-collapse: collapse;
	border-spacing: 0;
}

.overlay-photo-boxes caption,
.overlay-photo-boxes th,
.overlay-photo-boxes td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

.overlay-photo-boxes q,
.overlay-photo-boxes blockquote {
	quotes: none;
}

.overlay-photo-boxes q:before,
.overlay-photo-boxes q:after,
.overlay-photo-boxes blockquote:before,
.overlay-photo-boxes blockquote:after {
	content: "";
	content: none;
}

.overlay-photo-boxes a {
	transition: all .2s linear;
}

.overlay-photo-boxes .projects-tags {
	padding: 20px 10px;
	text-align: center;
}

.overlay-photo-boxes .projects-tags button {
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin: 0 3px;
	padding: 5px 20px;
	font-weight: 400;
	border: none;
	cursor: pointer;
	border: 2px #333 solid;
}

.overlay-photo-boxes .projects-tags button.active {
	background-color: #fff;
	color: #333;
}

.overlay-photo-boxes .project {
	width: 31.333%;
	float: left;
	margin: 1%;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
	font-size: 0;
}

.overlay-photo-boxes .project img {
	max-width: 100%;
	transition: all .4s ease;
}

.overlay-photo-boxes .project:hover .project-info {
	bottom: 0;
}

.overlay-photo-boxes .project:hover .project-info p {
	opacity: 1;
}

.overlay-photo-boxes .project:hover img {
	transform: scale(1.2) rotate(0deg);
}

.overlay-photo-boxes .project-info {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: calc(-100% + 65px);
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.7);
	transition: all .4s ease;
	font-size: 14px;
	line-height: 20px;
}

.overlay-photo-boxes .project-info h3 {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 30px;
	margin: 8px 0!important;
}

.overlay-photo-boxes .project-info p {
	transition: all 1s ease;
	opacity: 0;
}

.overlay-photo-boxes .project-info .tags {
	position: absolute;
	top: 5px;
	right: 5px;
}

.overlay-photo-boxes .project-info .projects-tags button,
.overlay-photo-boxes .projects-tags .project-info button,
.overlay-photo-boxes .project-info .tag,
.overlay-photo-boxes .project-info .project-btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.overlay-photo-boxes .project-info .tag {
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	margin: 0 3px;
	padding: 2px 5px;
	font-weight: 400;
}

.overlay-photo-boxes .project-info .project-btn {
	background: #333;
	color: #fff !important;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 20px;
}

.overlay-photo-boxes .project-info .project-btn:hover {
	background: #fff;
	color: #333 !important;
}

.overlay-photo-boxes .project-info .fa {
	margin: 0 5px;
}

.overlay-photo-boxes .project-info .project-btns {
	text-align: center;
	margin-top: 20px;
}

.overlay-photo-boxes .project-info .project-btns li {
	display: inline-block;
	margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.overlay-photo-boxes .project {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.overlay-photo-boxes .project {
		width: 76%;
		margin: 2% auto;
		float: none;
	}
}

@media only screen and (max-width: 479px) {
	.overlay-photo-boxes .project {
		width: 96%;
	}
	.overlay-photo-boxes .project-info {
		font-size: 12px;
		line-height: 15px;
	}
}


/* Buttons */

.sbu-outline-button.red-fill-button-2,
.sbu-outline-button.red-fill-button-3,
.sbu-outline-button.red-fill-button-4,
.sbu-outline-button.red-fill-button-5,
.sbu-outline-button.red-fill-button-6,
.sbu-outline-button.red-fill-button-7{
	font-size: 16px;
	font-weight: 600;
}

.sbu-outline-button.red-fill-button-2 span,
.sbu-outline-button.red-fill-button-3 span,
.sbu-outline-button.red-fill-button-4 span,
.sbu-outline-button.red-fill-button-5 span,
.sbu-outline-button.red-fill-button-6 span,
.sbu-outline-button.red-fill-button-7 span{
	width: 90%;
	margin: 0 auto;
	z-index: 101;
}

/* Design 1 */
.sbu-outline-button.red-fill-button {
	border: 1px solid #000 !important;
	transition: all .5s ease-in-out;
	background: linear-gradient(to right, #900 50%, white 50%);
	background-size: 190% 100%;
	background-position: right bottom;
	margin-right: 5px;
}

.sbu-outline-button.red-fill-button:hover {
	color: #fff !important;
	background-position:left bottom;
	background-size: 200% 100%;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button {
		/* 		width: 32.7%; */
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button {
		/* 		width: 32.7%; */
		width: 23%;
	}
}

/* Design 2 */
.sbu-outline-button.red-fill-button-2 {
	background: linear-gradient(to right, #e00 0%, #900 50%, #fff 0%);
	background-size: 180% 100%;
	background-position: right;
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 2px #900 !important;

	transition: all .3s ease-in-out;

	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;

	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;
}



.sbu-outline-button.red-fill-button-2:hover {
	color: #fff !important;
	background-position: left;
	background-size: 200% 100%;
}
@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-2{
		color: #fff !important;
		background-position: left;
		background-size: 200% 100% !important;
	}
	.sbu-outline-button.red-fill-button-2 {
		width: 20%;
		min-width: 150px;
	}
	.sbu-outline-button.red-fill-button-2 span {
		padding: 5px 25px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-2 {
		width: 23%;
	}
	.sbu-outline-button.red-fill-button-2 span {
		display: inline-block;
	}
}

/* Design 3 */
.sbu-outline-button.red-fill-button-3 {
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	background: linear-gradient(to left, #e00, #900);
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff !important;
	width: 300px;
	padding: 15px 10px;

}

.sbu-outline-button.red-fill-button-3 {
	position: relative;

	height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;
}

.sbu-outline-button.red-fill-button-3 span {
	display: block;
	padding: 20px 0px !important;
	transition: all .3s ease-in-out;
}

.sbu-outline-button.red-fill-button-3:after {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0;
	top: 15px;
	width: 0%;
	background: #fff;
	height: 2px;
	transition: width 0.3s ease-in-out;
}
.sbu-outline-button.red-fill-button-3:hover:after,
.sbu-outline-button.red-fill-button-3:focus:after,
.sbu-outline-button.red-fill-button-3:active:after {
	left: 0;
	right: auto;
	width: 100%;
}

.sbu-outline-button.red-fill-button-3:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 15px;
	width: 0%;
	background: #fff;
	height: 2px;
	transition: width 0.3s ease-in-out;
}
.sbu-outline-button.red-fill-button-3:hover:before,
.sbu-outline-button.red-fill-button-3:focus:before,
.sbu-outline-button.red-fill-button-3:active:before {
	right: 0;
	left: auto;
	width: 100%;
}

.sbu-outline-button.red-fill-button-3:hover span {
	/* 	box-shadow: 0px 2px 0px #fff, 0px -2px 0px #fff; */
	transition: all .3s ease-in-out;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-3:before,
	.sbu-outline-button.red-fill-button-3:after {
		width: 100%;
	}
	.sbu-outline-button.red-fill-button-3 {
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-3 {
		width: 23%;
	}
}




/* Design 4 */
.sbu-outline-button.red-fill-button-4 {
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	background: url('https://www.stonybrook.edu/far-beyond/img/home-apr15/redSwooshes.jpg');
	background-size: cover;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff !important;
	width: 300px;
	padding: 15px 10px;
}

.sbu-outline-button.red-fill-button-4 {
	position: relative;

	height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;

	box-shadow: inset 0 0 0 18px #b22027, inset 0 0 0 20px #fff;
}

.sbu-outline-button.red-fill-button-4 span {
	display: block;
	padding: 20px 0px !important;
	width: 92%;
	transition: all .3s ease-in-out;
	/* box-shadow: 0px 0px 0 1px, inset 0 0 0 1px, inset 0 0 0 1px, inset 0 0 0 1px; */
	margin: 0 auto;
}

.sbu-outline-button.red-fill-button-4:hover  {
/* 	box-shadow: inset 0px 0px 0px 20px #b22027; */
	box-shadow: none;
}

.sbu-outline-button.red-fill-button-4:hover span  {
/* 	box-shadow:  0px 0px 0px 2px #fff; */
}

.sbu-outline-button.red-fill-button-4:after {
	/* content: ""; */
	position: absolute;
	z-index: 0;
	right: 0;
	top: 20px;
	width: 0%;
	background: #fff;
	height: 2px;
	transition: width 0.3s ease-in-out;
}
.sbu-outline-button.red-fill-button-4:hover:after,
.sbu-outline-button.red-fill-button-4:focus:after,
.sbu-outline-button.red-fill-button-4:active:after {
	left: 20px;
	right: auto;
	width: 85.5%;
}

.sbu-outline-button.red-fill-button-4:before {
	/* content: ""; */
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 20px;
	width: 0%;
	background: #fff;
	height: 2px;
	transition: width 0.3s ease-in-out;
}
.sbu-outline-button.red-fill-button-4:hover:before,
.sbu-outline-button.red-fill-button-4:focus:before,
.sbu-outline-button.red-fill-button-4:active:before {
	right: 20px;
	left: auto;
	width: 85.5%;
}

.sbu-outline-button.red-fill-button-4:hover span {
	/* 	box-shadow: 0px 2px 0px #fff, 0px -2px 0px #fff; */
	transition: all .3s ease-in-out;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-4:before,
	.sbu-outline-button.red-fill-button-4:after {
		width: 100%;
	}
	.sbu-outline-button.red-fill-button-4 {
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-4 {
		width: 23%;
	}
}

/* Design 5 */
.sbu-outline-button.red-fill-button-5 {
	background: linear-gradient(to top,#e00, #900);
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 2px #900 !important;
	color: #fff !important;

	transition: all .3s ease-in-out;

	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;

	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;
}

.sbu-outline-button.red-fill-button-5:hover {
	color: #900 !important;
	z-index: 999999;
	position: relative;
}

.sbu-outline-button.red-fill-button-5:after {
	width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.sbu-outline-button.red-fill-button-5:hover:after {
	width: 90%;
    opacity: 1;
    z-index: 100;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-5:before,
	.sbu-outline-button.red-fill-button-5:after {
		width: 100%;
	}
	.sbu-outline-button.red-fill-button-5 {
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-5 {
		width: 23%;
	}
}

/* Design 6 */
.sbu-outline-button.red-fill-button-6 {
	background: linear-gradient(to right,#e00, #900, #e00);
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 2px #900 !important;
	color: #fff !important;
	overflow: hidden;

	transition: all .3s ease-in-out;

	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;

	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;
}

.sbu-outline-button.red-fill-button-6:hover {
	color: #900 !important;
	z-index: 999999;
	position: relative;
}

.sbu-outline-button.red-fill-button-6:after {
	width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);

    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.sbu-outline-button.red-fill-button-6:hover:after {
	height: 300%;
    opacity: 1;
    z-index: 100;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-6:before,
	.sbu-outline-button.red-fill-button-6:after {
		width: 100%;
	}
	.sbu-outline-button.red-fill-button-6 {
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-6 {
		width: 23%;
	}
}

/* Design 7 */

.sbu-outline-button.red-fill-button-7 {
	background: linear-gradient(to right,#900, #e00, #900);
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 2px #900 !important;
	color: #fff !important;
	transition: all .3s ease-in-out;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: 900;
	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	float: left;
}

.sbu-outline-button.red-fill-button-7:hover {
	color: #900 !important;
	z-index: 999999;
	position: relative;
}

.sbu-outline-button.red-fill-button-7:after {
	width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.sbu-outline-button.red-fill-button-7:hover:after {
	height: 75%;
    opacity: 1;
    z-index: 100;
}

@media only screen and (max-width:1023px){
	.sbu-outline-button.red-fill-button-7:before,
	.sbu-outline-button.red-fill-button-7:after {
		width: 100%;
	}
	.sbu-outline-button.red-fill-button-7 {
		width: 20%;
		min-width: 150px;
	}
}

@media only screen and (min-width:1024px){
	.sbu-outline-button.red-fill-button-7 {
		width: 23%;
	}
}

/*  */

.boxes-9 .container{
  margin: 0 auto;
  display: block;
  width: 1160px;
}

.boxes-9 .textbox {
    background: #FFF;
    border:#dedede;
    box-shadow: 0 0 2px #000;
    width: 300px;
    height: 150px;
    padding: 20px 0px;
    float: left;
    margin:20px 20px;
}

.boxes-9 .text-title {
  font-family: 'Effra';
  font-weight: light;
  font-size: 34px;
  color: #990000;
  max-height: 120px;
}


.boxes-9 .text-para {
  font-family:'Museo Slab';
  font-weight: 300;
  font-size: 17px;
  color: #828282;
  margin-top: 20px;
  max-height: 50px;

}

.boxes-9 .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.boxes-9 .pl-20 {
  padding-left: 20px;
}

.boxes-9 .pr-20 {
  padding-right: 20px;
  position: relative;
}

.boxes-9 .mt-50 {
  margin-top: 50px;
}

.boxes-9 .mt-40 {
  margin-top: 40px;
}


.boxes-9 .mt-90 {
  margin-top: 90px;
}

.boxes-9 .mt-30 {
  margin-top: 30px;
}

.boxes-9 .mt-20 {
  margin-top: 20px;
}


.boxes-9 .mt-10 {
  margin-top: 10px;
}

.boxes-9 .mt-5 {
  margin-top: -10px;
}


.boxes-9 .line {
  /*color: #d52026;*/
  border-bottom: 1px solid #d52026;
  width: 100%;
  text-align: right;
  line-height: 0.1em;
  /*margin: 50px 0 20px; */
  position: absolute;
  bottom: 11px;
}

.boxes-9 .text-line {
  color: #e05b61;
  font-family: 'Effra';
  font-weight: 400 ;
  padding:0 10px; 
  background:#fff;
  
}


.boxes-9 .arrow-right {
  color: #d52026;
  background: #FFF;
}


@media only screen and (max-width: 580px) {
  
  .boxes-9 .container {
    width: 300px!important;
  }

  .boxes-9 .textbox {
    width: 100%;
    float: none;

  }
	
}</pre></body></html>