<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* UC */
/* General styles */
 .fw-section h2 {
	 font-size: 48px;
	 font-weight: 600;
	 line-height: 1.1;
	 margin-bottom: ;
}
 .fw-section h3 {
	 line-height: 1.2;
	 text-align: left;
	 font-size:36px;
	 font-weight: 500;
}
 #container + .fw-section {
	 background-position: center -90px !important;
	 background-attachment: unset !important;
}
 @media screen and (max-width: 1365px){
	 #container + .fw-section {
		 background-position: center 0 !important;
		 background-attachment: unset !important;
	}
}
 @media screen and (max-width: 991px){
	 #container + .fw-section {
		 background-position: 160px 70px !important;
		 background-attachment: unset !important;
	}
	 .fw-section h2 {
		 font-size: 40px;
	}
	 .fw-section h3 {
		 font-size: 32px;
	}
}
 @media only screen and (max-width: 767px) {
	 .container + .fw-section {
		 background-image:none !important;
	}
	 .fw-section h2 {
		 text-align: center;
	}
	 .fw-section .btn-primary-orange {
		 display:block;
		 margin-left: 15px;
		 margin-right: 15px;
	}
}
 @media only screen and (max-width: 576px) {
	 .fw-section h2 {
		 font-size: 36px;
	}
	 .fw-section h3 {
		 font-size: 28px;
	}
}
 .fw-section p, .fw-section span {
	 font-size: 17px;
}
 .fw-section .btn-primary, .fw-section a.btn-primary, .modal .btn-primary, .modal a.btn-primary {
	 color: #ffffff !important;
	 background-color: #041e42 !important;
	 padding: 15px 30px;
	 font-size: 16px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: 800 !important;
}
 .fw-section .btn-primary:hover, .fw-section a.btn-primary:hover, .fw-section .btn-primary:active, .fw-section a.btn-primary:active, .modal .btn-primary:hover, .modal a.btn-primary:hover {
	 color: #041e42 !important;
	 background-color: #ff8200 !important;
	 text-decoration:none !important;
}
 .fw-section .btn-primary-orange {
	 color: #041e42;
	 background-color: #ff8200;
	 padding: 15px 30px;
	 font-size: 16px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: 800;
}
 .fw-section .btn-primary-orange:hover {
	 background-color: #ffffff;
	 color: #041E42;
	 text-decoration:none!important;
}
 .background-blue h3 {
	 color: #fff;
}
 .background-blue a, .background-white a, .background-gray a {
	 color: #337ab7;
	 font-size: 15px;
	 text-decoration: none;
}
 .background-blue a:hover {
	 color: #fff;
	 text-decoration: underline;
}
 .background-white a:hover, .background-gray a:hover {
	 color: #333;
	 text-decoration: underline;
}
 .noppading {
	 margin: 0;
	 padding: 0;
}
 small {
	 font-size: 90%;
}
/* Banner Section */
 #mcBanner {
	 height: 500px;
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
}
 #mcBanner .theContent-mobile {
	 display:none;
}
 #mcBanner h1 {
	 font-size: 60px;
	 color: #fff;
	 letter-spacing: 2px;
	 text-transform:uppercase;
	 margin-top: 0;
	 margin-bottom: 2px;
	 line-height:0.9;
	 text-align: left;
}
 #mcBanner p {
	 font-size:17px;
	 line-height: 1.7;
	 margin-bottom: 0;
	 text-align: left;
	 color: #fff;
	 letter-spacing: 1px;
}
 #mcBanner p.mc-buttons {
	 margin-top:15px;
	 margin-bottom:15px;
}
 @media only screen and (max-width: 767px) {
	 #mcBanner {
		 height: auto;
		 display: block;
		 padding-bottom: 30px;
		 padding-top: 129px;
	}
	 #mcBanner .col-md-6 {
		 min-height: 0;
	}
	 #mcBanner .theContent {
		 display:none;
	}
	 #mcBanner .theContent-mobile {
		 display:block;
		 margin: 0;
		 padding: 0;
	}
	 #mcBanner h1 {
		 font-size: 60px;
		 margin-bottom: 15px;
		 margin-top: 15px;
		 text-align: center;
	}
}
 @media only screen and (max-width: 541px) {
	 #mcBanner {
		 padding-top: 160px;
	}
	 #mcBanner h1 {
		 font-size: 50px;
	}
}
 @media only screen and (max-width: 375px) {
	 #mcBanner h1 {
		 font-size: 44px;
		 margin-top: 20px;
		 margin-bottom: 20px;
	}
}
 @media only screen and (max-width: 280px) {
	 #mcBanner h1 {
		 font-size: 36px;
	}
}
/*Resources */
 @media only screen and (max-width: 767px){
	 #resources h2 {
		 text-align: left;
		 margin-left: 15px;
	}
}
/*For the Media*/
 .modal-dialog {
	 height: 100%;
	 display: flex;
	 align-items: center;
}
 .modal-content {
	 margin: 0 auto;
}
 .modal-content p {
	 font-size: 16px;
}
/* The Team's page */
 .pplGrid {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 gap: 30px 90px;
}
 .pplGrid-item {
	 margin: 15px 0;
	 max-width: 220px;
	 width: 25%;
}
 @media only screen and (max-width: 1249px) {
	 .pplGrid {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
		 gap: 30px 45px;
	}
}
 @media only screen and (max-width: 767px) {
	 .pplGrid {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
		 gap: 15px;
	}
	 .pplGrid-item {
		 max-width: 200px;
		 width: 80%;
	}
}
 .pplImage {
	 display: block;
	 max-width: 200px;
	 margin: 0 auto;
}
 .pplContent {
	 text-align: center;
}
 div.pplContent h3 {
	 font-size: 28px;
	 margin-bottom: 4px ;
	 text-align:center;
}
 span.title {
	 font-weight: 600;
	 line-height: 1.2;
}
/* Footer */
 @media (max-width: 991px){
	 footer .footerLogo img {
		 max-width:150px;
	}
}
 </pre></body></html>