<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	 scroll-behavior: smooth;
}
 #blue-header-title-section h2 {
	 font-size: 150px;
	 font-weight: 600;
	 text-align: left;
	 margin: -10px 0 0 0;
}
 #blue-header-title-section h2 + p {
	 margin-bottom: 0;
}
 .fm-btn-primary-blue {
	 color: white !important;
}
 .fw-section .wrap-left-h2 p + h2, .fw-section .wrap-left-h2 ul + h2, .fw-section .wrap-left-h2 ol + h2 {
	 margin-top: 1.5em;
}
 .optionalblock .peopleSection p {
	 font-size: 15px;
}
 .optionalblock .peopleSection p a, .optionalblock a {
	 color: #337ab7;
}
 .alert {
	 position: relative;
	 padding: 0;
	 min-width: 250px;
}
 .alert-icon, .alert-text {
	 display: table-cell;
	 vertical-align: middle;
}
 .alert-warning {
	 background-color: #fff8f5;
	 border-color: #ffccb3;
}
 .alert-warning .alert-icon {
	 background-color: #ff5400;
}
 .alert-icon {
	 min-width: 40px;
	 text-align: center;
	 font-size: 2.2rem;
	 color: white;
	 background-color: rgba(0, 0, 0, 0.25);
	 padding: 1rem;
}
 .alert-text {
	 color: #2d3a51;
	 padding: 2.4rem;
	 width: 100%;
}
 .alert-text h3 {
	 margin-top: 0px;
}
 .p-large {
	 font-size: 20px;
	 line-height: 1.5em;
}
 .show-grid {
	 margin-bottom: 15px;
}
 .padding-ul li {
	 margin: 5px 0;
}
 @media screen and (min-width: 1600px) {
	 .video-wrapper {
		 max-height: 710px !important;
	}
}
 @media screen and (min-width: 992px) {
	 .fw-section .flex-wrap-left-h2 {
		 display: flex;
	}
	 .fw-section .flex-wrap-left-h2 .col-md-8 {
		 display: flex;
		 align-items:center;
	}
	 .fw-section .flex-wrap-left-h2 h2, .fw-section .wrap-left-h2 h2 {
		 text-align: left;
		 margin-top: 0;
		 text-transform: uppercase;
	}
}
 @media screen and (max-width: 991px) {
	 #blue-header-title-section h2 {
		 font-size: 70px;
	}
	 .large-text {
		 font-size:19px;
	}
	 .flex-order {
		 display: flex;
		 flex-direction: column;
	}
	 .flex-order #order-1 {
		 order: 1;
	}
	 .flex-order #order-2 {
		 order: 2;
	}
	 .img-padding-top {
		 margin-top: 15px;
	}
}
 @media (max-width: 768px) {
}
 @media (max-width: 576px) {
}
 @media (max-width: 480px) {
	 #blue-header-title-section h2 {
		 font-size: 46px;
	}
	 .p-large {
		 font-size: 15px;
		 line-height: 1.5em;
	}
}
 </pre></body></html>