body.widget-snippet .about-page-section{
	padding:40px;	
}
body.widget-snippet .about-block-content ul li{
	padding:10px;	
}

.widget-snippet  .about-block.withpicture {
    display: flex;
}
.widget-snippet .about-block + .about-block {
    margin-top: 70px;
}
.widget-snippet  .about-block.withpicture {
    border-bottom: 3px solid #1F366A;
    padding-bottom: 107px;
}
.about-picture-contentbody .about-block.withpicture:last-child {
    border-bottom: none;
}
.widget-snippet .about-block-withpictureleft {
    flex-basis: 20%;
}
.widget-snippet .about-block-withpictureright {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.widget-snippet .withpicture-about-heading h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    color: #1F366A;
    margin: 0 0 10px 0;
    padding: 0;
}
.widget-snippet .withpicture-about-heading p {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #1F366A;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    border-left: 2px solid #C41F35;
}
.widget-snippet .withpicture-about-location {
    background: url(/template/cca421e0/images/location-icon.png) no-repeat left top;
    padding: 0 0 0 25px;
	margin-top:30px;
}
.widget-snippet .withpicture-about-location p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.widget-snippet .about-block-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.widget-snippet .about-block-content ul li {
    margin: 0;
    padding: 0 0 65px 0;
    flex-basis: 25%;
}
.widget-snippet .about-block-content ul li:before{
	display:none;	
}
.widget-snippet .about-block-content ul li h3 {
    font-size: 21px;
    font-family: 'Axiforma';
    font-weight: 600;
    line-height: 37px;
    margin: 0;
    padding: 0;
    color: #1F366A;
}
.widget-snippet .about-block-content ul li p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.widget-snippet .about-block-title{
    border-bottom: 3px solid #1F366A;
    margin: 0 0 60px 0;
    padding: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget-snippet .about-block-title h2 {
    font-size: 29px;
    font-family: 'Axiforma';
    font-weight: 600;
    line-height: 37px;
    margin: 0;
    padding: 0;
    color: #1F366A;
}
.widget-snippet .affiliated-block-link {
    padding: 0 0 112px 0;
}
.widget-snippet .affiliated-block-link a {
    color: #1F366A;
    font-size: 21px;
    font-weight: 600;
    line-height: 37px;
    display: inline-block;
    border-bottom: 2px solid #1F366A;
    background: url(/template/cca421e0/images/arrow-premier.png) no-repeat right 14px;
    padding-right: 30px;
}
.widget-snippet .affiliated-block-link a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.widget-snippet .about-block-title h2 + a {
    color: #1F366A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position:relative;
}
.widget-snippet .about-block-title h2 + a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #1F366A;
    border: 2px solid #1F366A;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    display: inline-block;
    height: 23px;
    width: 23px;
}
.widget-snippet .about-block-title h2 + a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width:1200px) {
	.widget-snippet .about-block-withpictureleft {
		flex-basis: 30%;
	}
	.widget-snippet .about-block-withpictureright{
		flex-basis: 70%;
	}
 
}
@media (max-width:991px) {
	.widget-snippet .affiliated-block-link {
		padding: 0 0 80px 0;
	}
	.widget-snippet .about-block.withpicture {
		border-bottom: 2px solid #1F366A;
		padding-bottom: 80px;
	}
	.widget-snippet .about-block + .about-block {
		margin-top: 60px;
	}
	.widget-snippet .about-block-withpictureleft {
		flex-basis: 40%;
	}
	.widget-snippet .about-block-withpictureright{
		flex-basis: 60%;
	}
	.widget-snippet .withpicture-about-heading h3{
		font-size:25px;	
	}
	.widget-snippet .about-block-content ul li h3 {
    	font-size: 16px;
	}
	.widget-snippet .about-block-content ul li p {
    	font-size: 12px;
	}
	.widget-snippet .about-block-title {
		border-bottom: 2px solid #1F366A;
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
	}
	.widget-snippet .about-block-content ul li {
		margin: 0;
		padding: 0 0 25px 0;
		flex-basis: 25%;
	}	
	.widget-snippet .withpicture-about-location p {
    	font-size: 13px;
	}


}

@media (max-width:767px) {
	.widget-snippet .about-block.withpicture {
		flex-direction: column;
		padding-bottom: 30px;
	}
	.widget-snippet .withpicture-about-heading h2 {
		font-size: 20px;
		line-height: 30px;
		margin: 10px 0 10px 0;
	}
	.widget-snippet .withpicture-about-heading h2 br{
		display:none;
	}
	.widget-snippet .about-block + .about-block {
		margin-top: 40px;
	}
	.widget-snippet .about-block-content ul {
		flex-direction: column;
	}
	.widget-snippet .about-block-title h2 {
		font-size: 17px;
	}
	.widget-snippet .affiliated-block-link a {
		font-size: 15px;
	}
	.widget-snippet .about-block-title h2 + a {
		font-size: 12px;
		padding: 0;
	}
	.widget-snippet .about-block-title h2 + a:after {
		font-size: 15px;
		line-height: 14px;
		margin-left: 5px;
		height: 18px;
		width: 18px;
	}
	.widget-snippet .withpicture-about-location{
		margin-top:15px;
	}



}



