 .meet-tricia-new-page iframe{
   height: 350px !important;
 }

@media screen and (max-width: 787px){
    .new-news .small.news-title.my-2, 
	.new-news .badge.badge-rounded-card.badge-tertiary.news-date.mb-1, 
	.new-news .news-excerpt, 
	.new-news .btn.btn-light
		{ 
			margin-right: 30px !important; 
			margin-left: 25px!important; 
		}

	.new-news .img-wrapper.img-responsive.img-rounded 
		{
			margin-right: 15px !important;  
			margin-left: 25px !important;
		}
	}

.new-news img {
    width: 100% !important;
    height: 250px !important;
}

a:focus {
    box-shadow: none !important;
}

/*EU Cookies*/
.eu-cookie-compliance-banner button.decline-button {
    width: 0px !important;
    height: 0px !important;
    visibility: hidden;
}

.eu-cookie-compliance-banner h2{
    white-space: nowrap !important; 
    font-family: "proxima-nova", sans-serif !important;
}

.eu-cookie-compliance-banner p {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px !important;
    white-space: nowrap !important;
    font-weight: 400 !important;
}

.eu-cookie-compliance-banner .popup-content.info.eu-cookie-compliance-content {
    padding-top: 20px;
}

button.agree-button.eu-cookie-compliance-secondary-button.button.button--small {
    border-radius: 4px;
    color:white;
    background: black;
    border-color: white;
    padding: 10px 40px;
    font-size: 1.1rem;
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%) !important;
}

.eu-cookie-compliance-banner a {
    color:#919191;
    font-size: 18px;
    border-bottom: 1px dotted rgba(255, 255, 255, .75);
}

.eu-cookie-compliance-banner button.agree-button:hover {
    background: #fff !important;
    color: #3dbee3 !important;
    transition: all .3s ease-in !important;
}