<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* UC */
/* Small Header */
 .sticky-wrapper {
	 display:none;
}
 #container {
	 height: 0;
}
 #smLogo div.sm-logo {
	 background: #041e42;
	 position: relative;
	 height: 45px;
}
 #smLogo .sm-logo-p {
	 position: absolute;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 transform: translateX(-50%);
	 top: 0;
}
 #smLogo .sm-logo-p img {
	 max-height:80px;
	 z-index: 50;
}
/* General styles */
 html {
	 scroll-behavior: smooth;
}
 #sidr-container .fw-section-bgImage {
	 background-position: top center !important;
}
 .background-gray {
	 background-color: #edf2f9 !important;
}
 @media (max-width: 576px) {
	 #container + .fw-section {
		 background-size: auto 300px !important;
		 background-attachment: scroll !important;
		 background-position: center top !important;
	}
}
 .fw-section h1 {
	 color: #ffffff;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 120px;
	 font-weight: 600;
	 line-height:110px;
	 text-transform: uppercase;
	 text-align: center;
}
 .fw-section h2 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 42px;
	 font-weight: 800;
	 line-height: 54px;
	 text-align: left;
	 margin-top:0;
	 margin-bottom:30px;
}
 .fw-section h3 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 20px;
	 font-weight: 800;
	 line-height: 26px;
	 text-align: center;
}
 .fw-section h4 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 18px;
	 font-weight: 800;
	 line-height: 20px;
}
 .fw-section .hl-large {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 96px;
	 font-weight: 600;
	 line-height: .9;
	 text-transform: uppercase;
	 text-align: left;
	 margin-top:0;
}
 .fw-section .hl-small {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 50px;
	 font-weight: 600;
	 line-height: 50px;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
}
 .fw-section .stat-title {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 70px;
	 font-weight: 600;
	 line-height: 54px 
}
 .fw-section p {
	 font-family: "Open Sans", sans-serif;
	 font-size: 18px;
	 font-weight: 400;
	 line-height: 32px;
}
 .fw-section .psmall {
	 font-family: "Open Sans", sans-serif;
	 font-size: 16px !important;
	 font-weight: 400;
	 line-height: 26px;
}
 .fw-section .btn-primary, .fw-section a.btn-primary, .fw-section .btn-primary-cards, .fw-section a.btn-primary-cards {
	 color: #ffffff;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 background-color: #041e42;
	 font-size: 26px;
	 font-weight: 600;
	 text-transform: uppercase;
	 padding: 10px 40px;
	 margin: 30px 20px;
}
 .fw-section .btn-primary:hover, .fw-section a.btn-primary:hover, .fw-section .btn-primary-cards:hover, .fw-section a.btn-primary-cards:hover {
	 color: #041e42;
	 background-color: #ff8200 !important;
	 text-decoration:none !important;
}
 .fw-section .btn-primary-orange, .fw-section a.btn-primary-orange {
	 color: #041e42;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 background-color: #ff8200;
	 font-size: 26px;
	 font-weight: 600;
	 text-transform: uppercase;
	 padding: 10px 40px;
	 margin: 0 20px;
}
 .fw-section .btn-primary-orange:hover, .fw-section a.btn-primary-orange:hover {
	 color: #041e42;
	 background-color: #ffffff !important;
	 text-decoration:none !important;
}
 .fw-section .btn-outline, .fw-section a.btn-outline {
	 color: #FFFFFF;
	 font-family: "Open Sans", sans-serif;
	 font-size: 16px;
	 font-weight: 800;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 padding: 15px 22px;
	 border-radius: 4px !important;
	 border: 2px solid #ff8200;
	 background-color: transparent;
}
 .fw-section .btn-outline:hover, .fw-section a.btn-outline:hover {
	 color: #041e42;
	 background-color: #ff8200 !important;
	 text-decoration:none;
}
 div.dt-descriptor {
	 color: #ffffff;
	 font-family: "Open Sans", sans-serif;
	 font-size: 20px;
	 font-weight: 800;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 text-align: left;
}
 .dt-descriptor span {
	 border-bottom: 4px solid #ff8200;
	 margin-bottom: 25px;
}
 .nopadding {
	 margin: 0;
	 padding: 0;
}
 .fw-section .background-blue h2 {
	 color: #ffffff;
}
 @media only screen and (max-width: 991px) {
	 .fw-section h1 {
		 font-size: 96px;
		 line-height: 84px;
	}
	 .fw-section h2 {
		 font-size: 32px;
		 line-height: 48px;
	}
	 .fw-section h3 {
		 font-size: 18px;
		 line-height: 24px 
	}
	 .fw-section h4 {
		 font-size: 16px;
		 line-height: 24px 
	}
	 .fw-section .hl-large {
		 font-size: 60px;
	}
	 .fw-section .hl-small {
		 font-size: 45px;
	}
	 .fw-section .stat-title {
		 font-size: 60px;
		 line-height: 44px 
	}
	 .fw-section .btn-primary, .fw-section a.btn-primary, .fw-section .btn-primary-cards, .fw-section a.btn-primary-cards, .fw-section .btn-primary-orange, .fw-section a.btn-primary-orange {
		 margin: 10px 15px;
	}
}
 @media only screen and (max-width: 576px) {
	 .fw-section {
		 padding-top: 20px;
		 padding-bottom: 30px;
	}
	 .fw-section h1 {
		 font-size: 50px;
		 line-height: 44px;
		 margin-bottom: 20px;
	}
	 .fw-section h2 {
		 font-size: 24px;
		 line-height: 32px;
		 margin-bottom:20px;
	}
	 .fw-section h3 {
		 font-size: 16px;
		 line-height: 24px 
	}
	 .fw-section h4 {
		 font-size: 14px;
		 line-height: 22px 
	}
	 .fw-section .hl-large {
		 font-size: 50px;
	}
	 .fw-section .hl-small {
		 font-size: 40x;
	}
	 .fw-section .stat-title {
		 font-size: 44px;
		 line-height: 34px 
	}
	 .fw-section .psmall {
		 font-family: "Open Sans", sans-serif;
		 font-size: 14px !important;
		 font-weight: 400;
		 line-height: 22px;
	}
	 .fw-section .btn-primary, .fw-section a.btn-primary, .fw-section .btn-primary-cards, .fw-section a.btn-primary-cards {
		 font-size: 22px;
		 margin: 10px 0;
	}
	 .fw-section .btn-primary-orange, .fw-section a.btn-primary-orange {
		 font-size: 22px;
	}
	 .fw-section .btn-outline, .fw-section a.btn-outline {
		 font-size: 14px;
	}
	 .fw-section .btn-outline:hover, .fw-section a.btn-outline:hover {
		 color: #041e42;
		 background-color: #ff8200 !important;
		 text-decoration:none;
	}
}
 small {
	 font-size: 90%;
}
/* Hero Banner */
 #heroBanner {
	 padding-top: 150px;
	 height: 620px;
	 display: flex;
	 align-items: flex-start;
}
 #heroBanner h1 {
	 color: #ffffff;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 112px;
	 font-weight: 600;
	 line-height: 0.7;
	 text-transform: uppercase;
	 text-align: center;
	 margin-bottom: 40px;
}
 #heroBanner h3 {
	 color: #ffffff;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 30px;
	 font-weight: 400;
	 line-height: 0.5;
	 letter-spacing: 3px;
	 text-align: center;
	 text-transform: uppercase;
}
 #heroBanner p.dt-descriptor-top {
	 color: #ffffff;
	 font-family: "Open Sans", sans-serif;
	 font-size: 20px;
	 font-weight: 800;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 text-align: center;
}
 #heroBanner .dt-stroke {
	 border-top: 3px solid #041e42;
	 width: 30%;
	 margin: 20px auto;
}
 #heroBanner p.herop {
	 color: #ffffff;
	 font-family: "Open Sans", sans-serif;
	 font-size: 22px !important;
	 font-weight: 600;
	 line-height: 36px;
}
 #heroBanner .btn-primary-orange, #heroBanner a.btn-primary-orange {
	 padding: 10px 100px;
	 margin: 20px;
}
 @media only screen and (max-width: 1364px) {
	 #heroBanner {
		 height: 520px;
	}
}
 @media only screen and (max-width: 1249px) {
	 #heroBanner {
		 height: 420px;
	}
}
 @media only screen and (max-width: 991px) {
	 #heroBanner {
		 height: 320px;
		 padding-top: 150px;
	}
	 #heroBanner h1 {
		 font-size: 96px;
		 line-height: 0.9;
	}
	 #heroBanner h3 {
		 font-size: 18px;
		 line-height: 24px 
	}
}
 @media only screen and (max-width: 768px) {
	 #heroBanner {
		 height: 240px;
	}
}
 @media only screen and (max-width: 576px) {
	 #heroBanner {
		 height: 240px;
	}
	 #heroBanner h1 {
		 font-size: 60px;
		 line-height: 0.9;
		 margin-bottom: 10px;
		 margin-top:0;
	}
	 #heroBanner h3 {
		 font-size: 16px;
		 line-height: 0.25;
	}
	 #heroBanner .btn-primary-orange, #heroBanner a.btn-primary-orange {
		 margin: 10px 20px;
	}
}
 @media only screen and (max-width: 375px) {
	 #heroBanner {
		 height: 220px;
	}
}
 @media only screen and (max-width: 320px) {
	 #heroBanner h1 {
		 font-size: 50px;
	}
}
/*Video Section*/
 #videoSec .embed-responsive {
	 margin-top: -640px;
}
 @media only screen and (max-width: 1364px) {
	 #videoSec .embed-responsive {
		 margin-top: -540px;
	}
}
 @media only screen and (max-width: 1249px) {
	 #videoSec .embed-responsive {
		 margin-top: -440px;
	}
}
 @media only screen and (max-width: 991px) {
	 #videoSec .embed-responsive {
		 margin-top: -340px;
	}
}
 @media only screen and (max-width: 768px) {
	 #videoSec .embed-responsive {
		 margin-top: -260px;
	}
	 #videoSec, #scheduleSec, #faqSec, #contactSec {
		 padding-left: 15px;
		 padding-right: 15px;
	}
}
 @media only screen and (max-width: 576px) {
	 #videoSec .embed-responsive {
		 margin-top: -140px;
	}
}
/*Intro Section*/
 #introSec {
	 text-align: left;
}
 #introSec .introGrid {
	 display: flex;
	 align-items: center;
}
 #introSec h2 {
	 margin-top:40px;
	 text-align: left;
}
 #introSec h3 {
	 margin-top: 30px;
	 text-align: left;
}
 #introSec .btn-primary, #introSec a.btn-primary {
	 margin-top: 15px;
	 margin-bottom: 15px;
	 display: block;
}
 @media only screen and (max-width: 768px) {
	 #introSec {
		 margin-left: auto;
		 margin-right: auto;
	}
	 #introSec .introGrid {
		 flex-direction: column;
	}
}
 @media only screen and (max-width: 576px) {
	 #introSec h2 {
		 margin-top:0;
		 text-align: left;
	}
	 #introSec h3 {
		 margin-top: 30px;
		 text-align: left;
		 font-size: 18px;
		 margin-bottom: 30px;
	}
}
 .box div.dt-descriptor {
	 color: #041E42;
	 margin-bottom: 25px;
}
/*Photo Section*/
 #photoSec .ph-sec {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
}
 @media only screen and (max-width: 991px) {
	 #photoSec h2 {
		 margin-top:20px;
	}
}
/*Panel*/
 .panel-group .panel + .panel {
	 margin-top: 0;
}
/*Blue Background*/
 .background-blue .accWrapper .panel-heading a {
	 color: #ffffff;
	 display: block;
	 font-size: 18px;
	 font-weight: 800;
	 padding: 20px;
}
 .background-blue .collapseToggleControl.collapsed span.glyphicon:before {
	 content: "\e114" !important;
}
 .background-blue .collapseToggleControl span.glyphicon:before {
	 content: "\e113" !important;
}
 .background-blue .collapseToggleControl span.glyphicon {
	 position: relative;
	 top: 1px;
	 display: inline-block;
	 font-family: 'Glyphicons Halflings';
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 float-moz-osx-font-smoothing: grayscale;
	 float: right;
	 right: 60px;
}
 .background-blue .panel-default &gt; .panel-heading {
	 color: #ffffff;
	 background-color: #041e42;
}
 .background-blue .highlight {
	 background-color: #ffffff !important;
}
 .background-blue .highlight a {
	 color: #041e42 !important;
	 text-decoration: none;
}
 .background-blue .panel {
	 border-bottom: 1px solid rgb (255, 255, 255);
	 border-top: none;
	 border-left: none;
	 border-right: none;
	 margin-top: 20px;
}
 .background-blue .panel-body {
	 background-color: #041e42;
}
 .background-blue .panel-body p {
	 padding: 15px;
	 font-size: 16px !important;
	 line-height: 1.7 !important;
}
 .background-blue .panel-body a {
	 color: #ffffff;
	 text-decoration:underline;
}
 .background-blue .panel-body a:hover {
	 color: #ffffff;
	 text-decoration:none;
}
 .background-blue .panel-body table {
	 padding: 20px;
	 font-size: 16px !important;
	 line-height: 1.7 !important;
	 margin-left: 15px;
}
 @media only screen and (max-width: 768px) {
	 .background-blue .collapseToggleControl span.glyphicon {
		 right: 0;
	}
	 .background-blue .panel-body p {
		 padding: 15px 0;
	}
	 .background-blue .panel-body table {
		 padding: 15px 0;
	}
	 .background-blue .panel-body table {
		 margin-left: 0;
	}
}
/*Gray background*/
 .background-gray .accWrapper .panel-heading a {
	 color: #041E42;
	 display: block;
	 font-size: 18px;
	 font-weight: 800;
	 padding: 20px;
}
 .background-gray .collapseToggleControl.collapsed span.glyphicon:before {
	 content: "\e114" !important;
}
 .background-gray .collapseToggleControl span.glyphicon:before {
	 content: "\e113" !important;
}
 .background-gray .collapseToggleControl span.glyphicon {
	 position: relative;
	 top: 1px;
	 display: inline-block;
	 font-family: 'Glyphicons Halflings';
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 float-moz-osx-font-smoothing: grayscale;
	 float: right;
	 right: 60px;
}
 .background-gray .panel-default &gt; .panel-heading {
	 color: #041e42;
	 background-color: #edf2f9;
	 border-color: rgba(221, 221, 221, 0.25);
}
 .background-gray .highlight {
	 background-color: #041e42 !important;
}
 .background-gray .highlight a {
	 color: #ffffff !important;
	 text-decoration: none;
}
 .background-blue .in &gt; .background-blue .highlight a {
	 color: #041e42 !important;
	 text-decoration: none;
}
 .background-gray .panel {
	 border-bottom: 1px solid rgb (221, 221, 221);
	 border-top: none;
	 border-left: none;
	 border-right: none;
	 margin-top: 20px;
}
 .background-gray .panel-body {
	 background-color: #edf2f9;
}
 .background-gray .panel-body p {
	 padding: 15px;
	 font-size: 16px !important;
	 line-height: 1.7 !important;
}
 .background-gray .panel-body a {
	 text-decoration:underline;
}
 .background-gray .panel-body a:hover {
	 text-decoration:none;
}
 .background-gray .panel-body table {
	 padding: 20px;
	 font-size: 16px !important;
	 line-height: 1.7 !important;
	 margin-left: 15px;
}
 @media only screen and (max-width: 768px) {
	 .background-gray .collapseToggleControl span.glyphicon {
		 right: 0;
	}
	 .background-gray .panel-body p {
		 padding: 15px 0;
	}
	 .background-gray .panel-body table {
		 padding: 15px 0;
	}
	 .background-gray .panel-body table {
		 margin-left: 0;
	}
}
/*Events and FAQs*/
 #scheduleSec h2, #faqSec h2 {
	 margin-top: 40px;
}
 #scheduleSec {
	 padding-bottom: 40px;
}
 .bttbtn {
	 opacity:0;
	 transition: opacity .5s linear 
}
 .bttbtn.bttVisible {
	 opacity:1;
}
/* Footer */
 @media (max-width: 991px){
	 footer .footerLogo img {
		 max-width:150px;
	}
}
 </pre></body></html>