<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
  height: 200px;
  background: url("../img/greenbar.png") repeat-x;
}
.logo h1 {
  display: none;
}
.logo {
  width: 268px;
  height: 264px;
  background: url("../img/logo.png") no-repeat center center;
  margin-top: 128px;
  display: inline-block;
}
.social {
  height: 35px;
}
.social i {
  text-align: center;
  background: #094042;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: block;
  font-size: 23px;
}
.social a {
  color: #ffffff;
  padding-left: 10px;
  display: inline-block;
}
.social a:hover {
  color: #0c2c3d;
}
.social a:hover i {
  background: #e8eaea;
}
.jarallax {
  height: 100vh;
}
.jumbotron {
  background: rgb(233, 236, 239); /* This is for ie8 and below */
  background: rgba(233, 236, 239, 0.75);
  margin-top: 5%;
}
#sep {
  padding: 5.5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}

#downloads {
  padding: 2.5rem 0;
}

hr {
  width: 100%;
  height: 7px;
  background: url("../img/hr.png") repeat-x;
  border: none;
}

.maincopy {
  color: #808285;
}
.maincopy.col-md-7 {
  border-right: 1px solid #a7a9ac;
}
.maincopy h2,
.ptb h2 {
  color: #868550;
}

.maincopy h4,
.maincopy.lead {
  color: #231f20;
}
/* GREEN SECTION - TESTIMONIAL */

#green {
  padding-top: 90px;
  padding-bottom: 60px;
  min-height: 300px;
  background: #147bc0;
  color: white;
}

#green tgr {
  font-weight: 700;
  letter-spacing: 1px;
}
/* SPONSORS */
#g {
  background: #323232;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sponsor img {
  max-width: 140px;
  max-height: 60px;
  vertical-align: middle;
}

.sponsor .col-sm-2 {
  height: 80px;
  line-height: 80px;
}
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Pricing Tables */
.price-table {
  border: 2px solid #5a5a5a;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  margin: 5px;
}

.price-table .p-head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 80px;
  border-bottom: 2px solid #ccc;
}

.price-table .p-body .features li {
  color: #333333;
  border-bottom: 2px solid #ccc;
  padding: 24px 0px;
  margin: 0;
  letter-spacing: 1px;
}

.p-body .price .detail {
  font-weight: 700;
  font-size: 45px;
  margin-left: 10px;
  margin-right: 10px;
}

.p-body .price .sub {
  font-size: 18px;
  color: #ccc;
  position: relative;
  bottom: 10px;
  font-weight: 700;
}

.p-body ul {
  list-style-type: none;
  padding: 0;
}

#gallery, #gallery2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}

.hide-bullets li {
  padding: 0;
  float: left;
}
.hide-bullets li img {
  height: 150px;
  width: 150px;
}

#events {
  padding: 40px 0;
}

.event-list {
  list-style: none;
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
}
.event-list &gt; li {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgb(51, 51, 51);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
  margin: 0px 0px 10px;
  width: 100%;
  height: 120px;
}
.event-list &gt; li &gt; time {
  display: inline-block;
  width: 120px;
  height: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(134, 133, 80);
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.event-list &gt; li:nth-child(even) &gt; time {
  background-color: rgb(9, 64, 66);
}
.event-list &gt; li &gt; time &gt; span {
  display: block;
  width: 100%;
}
.event-list &gt; li &gt; time &gt; .day {
  display: inline-block;
  font-size: 13pt;
  font-weight: 500;
  line-height: 1;
  width: 25%;
}
.event-list &gt; li time &gt; .month {
  display: inline-block;
  font-size: 13pt;
  font-weight: 100;
  line-height: 1;
  width: 35%;
}
.event-list &gt; li time &gt; .year {
  display: inline-block;
  font-size: 13pt;
  font-weight: 100;
  line-height: 1;
  width: 33%;
}
.event-list &gt; li time &gt; .time {
  font-size: 15pt;
}
.event-list &gt; li &gt; img {
  width: 100%;
}
.event-list &gt; li &gt; .info {
  text-align: center;
  position: relative;
  height: 120px;
  padding: 5px 40px 0 3px;
}
.event-list &gt; li &gt; .info &gt; .title {
  font-size: 13pt;
  font-weight: 500;
  margin: 0px;
}
.event-list &gt; li &gt; .info &gt; .desc {
  font-size: 13pt;
  font-weight: 300;
  margin: 0px;
}
.event-list &gt; li &gt; .info &gt; ul,
.event-list &gt; li &gt; .social &gt; ul {
  display: block;
  width: 40px;
  height: 100%;
  list-style: none;
  padding: 0px;
  text-align: center;
}
.event-list &gt; li &gt; .social &gt; ul {
  margin: 0px;
  border-left: 1px solid rgb(230, 230, 230);
}
.event-list &gt; li &gt; .info &gt; ul &gt; li,
.event-list &gt; li &gt; .social &gt; ul &gt; li {
  display: block;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}
.event-list &gt; li &gt; .info &gt; ul &gt; li &gt; a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
}
.event-list &gt; li &gt; .social &gt; ul &gt; li {
  padding: 0px;
}
.event-list &gt; li &gt; .social &gt; ul &gt; li &gt; a {
  padding: 3px 0px;
}
.event-list &gt; li &gt; .info &gt; ul &gt; li:hover,
.event-list &gt; li &gt; .social &gt; ul &gt; li:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}
.event-list .social li a {
  display: block;
  width: 100%;
  color: rgb(75, 110, 168) !important;
}
.event-list &gt; li &gt; .social {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 100%;
}

#f {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #2f2f2f;
  color: white;
}

#f h5 {
  letter-spacing: 1px;
}

#f i {
  font-size: 45px;
  margin: 15px;
}

#f a {
  color: #b9b9b9;
}

#f a:hover {
  color: #147bc0;
}

/**Form**/
/*=== 4. Main Form ===*/
.login-form-1 {
  max-width: 500px;
  border-radius: 5px;
  /*display: inline-block;*/
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #147bc0;
  padding: 7px 0;
  font-weight: bold;
  height: auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #ffffff;
  color: #999999;
  border-radius: 8px;
  border: thin solid #147bc0;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
/*=== 5. Login Button ===*/
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #147bc0;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #147bc0;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
  font-size: 35px;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
/*=== 6. Form Invalid ===*/
label.error {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.error:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}
/*=== 7. Form - Main Message ===*/
.login-form-main-message {
  background: #ffffff;
  color: #999999;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
  border-left-color: #2ecc71;
}
.login-form-main-message.error {
  border-left-color: #e74c3c;
}
/*=== 8. Custom Checkbox &amp; Radio ===*/
/* Base for label styling */div.wpcf7-mail-sent-ok {
    border: 0;
    background: #007bff;
    color: #fff;
    padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  /* TG - no idea the orginal intent, but was messing my day up 08/16/23
  position: absolute;
  left: -9999px;*/
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 0px solid #aaa;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  position: absolute;
  color: #555555;
  transition: all 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8c8c8c;
  background-color: #878787;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #555555;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #8c8c8c;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f6f6f6;
}
/* hover style just for information */
label:hover:before {
  border: 1px solid #f6f6f6 !important;
}
/*=== Customization ===*/
/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border-radius: 3px;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  border-radius: 35px;
}
/* selected mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "?";
  top: 0;
  left: 2px;
  font-size: 14px;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "\2022";
  top: 0;
  left: 3px;
  font-size: 30px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  .jumbotron {
    margin-top: 25%;
  }
  .maincopy .col-md-7 {
    border-right: none;
  }
  .maincopy .col-md-7 img {
    width: 200px;
  }
  .maincopy .col-sm-12 {
    border-bottom: 1px solid #a7a9ac;
  }
}
.notification-bar a { color:white; }
.notification-bar {
	position: absolute;
	width: 100%;
	top: 0px;
}
.notification-text {
	background-color: #2980B9;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar input {
	display: none;
}

.notification-bar label::before, .notification-bar label::after { display:none !important; }

.notification-bar label {
	cursor: pointer !important;
	color: #fff;
	position: absolute  !important;
	z-index: 5;
	display: inline-block;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.notification-bar label[for=hide] {
	
	right: 15px;
	top: 11px;

	width: 24px;
	height: 24px;
	background: url('../img/close.png') no-repeat center center;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar label[for=show] {
	width: 45px;
	height: 50px;
	border-radius: 0px 0px 3px 3px;
	right: 10px;
	background: url('../img/show.png') no-repeat center center #2980B9;
}

/* Function */
.notification-bar input[value=show]:checked ~ label[for=show],
.notification-bar input[value=hide]:checked ~ label[for=hide],
.notification-bar input[value=hide]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.notification-bar input[value=hide]:checked ~ label[for=show],
.notification-bar input[value=show]:checked ~ label[for=hide],
.notification-bar input[value=show]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

/* Inital Animation */
@-webkit-keyframes initiate {
 	0% {
		-webkit-transform:translateY(-100%);
 	}
 	50% {
 		-webkit-transform:translateY(-50%);
 	}
 	100% {
 		-webkit-transform:translateY(0%);
 	} 
}
@-moz-keyframes initiate {
 	0% {
		-moz-transform:translateY(-100%);
 	}
 	50% {
 		-moz-transform:translateY(-50%);
 	}
 	100% {
 		-moz-transform:translateY(0%);
 	} 
}
@-o-keyframes initiate {
 	0% {
		-o-transform:translateY(-100%);
 	}
 	50% {
 		-o-transform:translateY(-50%);
 	}
 	100% {
 		-o-transform:translateY(0%);
 	} 
}
@keyframes initiate {
 	0% {
		transform:translateY(-100%);
 	}
 	50% {
 		transform:translateY(-50%);
 	}
 	100% {
 		transform:translateY(0%);
 	} 
}</pre></body></html>