  @import url("/content/dam/bc1/top-tier/css/custom-global.css");


.figure-content {
	color: #FFF;
	text-align: center;
}
.figure-content h2 {
	font-family: Georgia, serif;
	font-size: 150px !important;
	line-height: 150px !important;
}
.figure-content p {
	font-size: 26px;
}

.int-wrap .fyi-section h3 {
	color: #8a100b;
}

.int-wrap .fyi-section .fact-row .fact .figure {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.int-wrap .fyi-section .fact-row .fact p {
	font-weight:400;
}
.int-wrap .fyi-section .container-fluid {
	max-width:none;
}
.int-wrap section.text-section {
	background: #FFF;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.int-wrap section.text-section h2 {
	color: #8a100b;
}

.int-wrap section.text-section p {
	color: #000;
    font-size: 20px;
  	font-weight: 100;

}

.int-wrap section.text-section b {
	color: #8a100b;
}

.int-wrap section.text-section strong {
	color: #8a100b;
}

.padded-section.None.large.side-medium  {
}

.padded-section.None.large.side-medium .content.text-large {
	color: #FFF; 
	max-width: 1000px; 
	margin: 0 auto;
}


/* MEDIA QUERIES */
@media screen and (max-width: 991px) {
	.padded-section.None.large.side-medium { 
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 767px) {
	.padded-section.None.large.side-medium { 
		padding-left: 20px;
		padding-right: 20px;
	}
	.padded-section.None.large.side-medium .content.text-large {
	  	font-size: 125%;
        line-height: 140%;
	}
	
	.padded-section.None.large.side-medium h2{
		font-size: 30px;
	}
}