.interior-layout__image.conference-feature {
    max-height: 450px;
    margin-top: 350px;
}


.in-this-section {
  background-image: url("https://www.prsa.org/images/default-source/prsa-75/prsa-75-1500.jpg"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  background-position: bottom right; /* position the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to fit the entire container */
    border-left: 1px solid #777777; /* Rule on left side */
}

.in-this-section a {
    border-bottom: 1px solid #777777;
    display: block;
    padding: 6px 24px;
}


a {
    text-decoration: none;
    color: #990000;
    font-weight: 500;
}

body {   
    color: #333333;
}

.footer-logo:before {
    background: #ffffff;
}

.content-box--action h2, .content-box--action h3, .content-box--action h4, .content-box--action h5, .content-box--action h6 {
    color: #000;
}

.accordion__label {
    background: #990000;
    border: 1px solid #990000;
}

.content-box--highlight {
    	background: #fff;
    	border: 0px solid #ffffff;
    	padding: 0px;
	box-shadow: 
    	0 10px 16px 0 rgb(0 0 0 / 10%), 
    	0 4px 8px 0 rgb(0 0 0 / 15%);
}

.card-75	{
    	background: #fff;
    	padding: 0px;
	box-shadow: 
    	0 10px 16px 0 rgb(0 0 0 / 10%), 
    	0 4px 8px 0 rgb(0 0 0 / 15%);
  
}	

.page-title {
    color: #333333;
    font-weight: 300;
    margin-top: 25px;
    font-size: 42px;
}