<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Trajan Pro 3";
  src: url('../fonts/Trajan_Pro_3_Regular.otf');
  font-weight: 400;
}

/************************************************************************************************************************************************************************
 * Reset CSS
 */
html.h-100 {
  height: auto !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: brother-1816, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: brother-1816, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 35px;
}

p:last-child {
  margin-bottom: 0;
}

button {
  outline: none !important;
}

a {
  color: #ab0520;
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
  color: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

.container,
.container_small {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container {
  max-width: 1502px;
}

.container_small {
  max-width: 1364px;
}

.mw-640 {
  max-width: 640px;
}

.btn-primary,
.btn-opprimary {
  transition: 0.35s;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.2px;
  padding: 20px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-opprimary:hover,
.btn-opprimary:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  padding-right: 10px;
}

.btn-opprimary:after {
  content: "";
  width: 11px;
  height: 10px;
  margin-left: 70px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/icon-arrow-right.png");
  transition: 0.35s;
}

.btn-opprimary:hover:after,
.btn-opprimary:focus:after {
  margin-left: 80px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  padding-right: 20px;
}

/**
 * nav tabs
 */
nav.tabs {
  margin-bottom: 0;
}

nav.tabs ul.nav-tabs {
  background: transparent;
  position: fixed;
  font-size: 14px;
  z-index: 999;
  left: 30px;
  bottom: 0;
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

nav.tabs ul.nav-tabs li {
  margin-right: 5px;
  padding: 0;
}

nav.tabs ul.nav-tabs li a {
  background: #f1f1f1;
  padding: 4px 15px;
  border-radius: 0;
  border: none;
  color: #333;
}

nav.tabs ul.nav-tabs li.active&gt;a {
  background: #1f7edf;
  border: none;
  color: #fff;
}

nav.tabs ul.nav-tabs li.active&gt;a.tab-toggle.dropdown-toggle {
  display: none;
}

/**
 * Footer
 */
.footer {
  background-color: #e6e6e6;
  color: #000000;
  padding: 15px 0;
  /*margin-top: 65px*/
}

.footer .row {
  align-items: center;
}

.footer .footer_right a,
.header .nav_main a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.footer .footer_right ul.navbar-nav,
.header .nav_main ul.navbar-nav {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer .footer_right ul.navbar-nav&gt;li,
.header .nav_main ul.navbar-nav&gt;li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #707070;
}

.footer .footer_right ul.navbar-nav&gt;li:last-child,
.header .nav_main ul.navbar-nav&gt;li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.footer .footer_right ul.navbar-nav&gt;li&gt;a,
.header .nav_main ul.navbar-nav&gt;li&gt;a {
  padding: 0;
}

/**
 * Header
 */
.header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header .navbar {
  padding: 0;
}

.header nav.navbar {
  display: block;
}

.navbar-toggler {
  background-color: #fff;
}

.header .container-fluid {
  display: block !important;
}

.header .nav_headmenu,
.header_button_gruop {
  display: flex;
  justify-content: flex-end;
}

.header .header_button_item {
  margin-right: 16px;
}

.header .header_button_item:last-child {
  margin-right: 0;
}

.btn-menu button.navbar-toggle {
  border: 0;
  padding: 12px;
  background-color: transparent;
}

.btn-menu .icon-bar {
  width: 50px;
  height: 6px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 11px;
}

.btn-menu .icon-bar:last-child {
  margin-bottom: 0;
}

.header .nav_main {
  background-color: #e6e6e6;
}

.header .nav_main ul.navbar-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
}

/**
 * Section
 */
.section_group {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_group .section_title,
.cssection_title {
  margin-bottom: 50px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}

.section_group .section_title:before,
.cssection_title:before {
  content: "";
  height: 2px;
  display: block;
  background-color: #fff;
  margin-right: 20px;
  width: calc(calc(100% - 1502px) / 2);
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
}

.banner.banner_image {
  padding-top: 480px;
  padding-bottom: 210px;
}

.banner.banner_content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-position-top {
  background-position: top;
}

.background-position-bottom {
  background-position: bottom;
}

/**
 * Webform
 */
.webform-submission-form .form-control {
  background-color: transparent;
  border: 0;
  color: #999999;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}

.webform-submission-form .form-control.form-email {
  margin-top: 0.25rem;
}

.webform-submission-form .form-control::placeholder {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}

.webform-submission-form .form-control:active,
.webform-submission-form .form-control:focus {
  box-shadow: none;
}

.webform-submission-form .form-actions {
  margin-top: 50px;
}

.webform-submission-form .webform-button--submit {
  padding: 12px 40px;
}

.webform-submission-form .webform-button--submit:hover {
  border: 2px solid #fff;
}

/**
 * Contact
 */
.contact_info {
  max-width: 398px;
}

.contact_info .contact_info_title {
  margin-bottom: 40px;
}

.contact_info_social {
  margin-top: 40px;
}

.contact_info_social ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}

.contact_info_social ul&gt;li {
  margin-right: 20px;
}

.contact_info_social ul&gt;li:last-child {
  margin-right: 0;
}

.contact_info_social ul&gt;li&gt;a {}

.contact_info_social ul&gt;li&gt;a img {
  max-width: 25px;
  width: 100%;
}

/**
 * Slide
 */
.visible {
  visibility: visible !important;
}

.upcoming-event-slide .owl-stage-outer,
.sponsors-slide_inner .owl-stage-outer,
.event-feature-slide .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel.owl-theme .owl-nav {
  margin-top: 25px;
}

.owl-carousel.owl-theme .owl-nav button {
  padding: 8px 14px !important;
  border: 1px solid #fff;
  padding-top: 12px !important;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  border-left: 0;
}

/* .upcoming-event-slide .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.upcoming-event-slide .owl-stage:before,
.upcoming-event-slide .owl-stage:after {
  display: flex;
}
.upcoming-event-slide .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
} */

.upcoming-event-slide .slide-item .slide_item_inner {
  border: 1px solid #fff;
  border-radius: 15px;
}

.upcoming-event-slide .slide-item .slide_item_image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.upcoming-event-slide .slide-item .slide_item_title,
.upcoming-event-slide .slide-item .slide_item_promo_teaser,
.upcoming-event-slide .slide-item .slide_item_cm {
  border-bottom: 1px solid #fff;
  padding: 20px;
}

.upcoming-event-slide .slide-item .slide_item_promo_teaser {
  font-family: brother-1816, sans-serif;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 3px;
}

.upcoming-event-slide .slide-item .slide_item_cm {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.upcoming-event-slide .slide-item .slide_item_info {
  padding: 20px;
}

.upcoming-event-slide .slide-item .slide_item_title a {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.upcoming-event-slide .slide-item .slide_item_more {
  border-top: 1px solid #fff;
}

.card .card-body a {
  color: #fff;
  padding: 20px 0;
  display: block;
  transition: 0.35s;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0 0 0;
}

.card .card-body a+.bi-arrow-right {
  content: "";
  width: 11px;
  height: 10px;
  margin-left: 8em;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/themes/custom/uglymen13/assets/images/icon-arrow-right.png);
  transition: 0.35s;
  position: absolute;
  bottom: 3em;
}

.card .card-body a:hover+.bi-arrow-right,
.card .card-body a:focus+.bi-arrow-right {
  margin-left: 9em;
}

.view-display-id-events .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-display-id-events .view-content h3 {
  flex: 0 0 100%;
}

@media screen and (max-width: 992px) {
  .view-display-id-events .view-content h3 {
    text-align: center;
  }
}

.upcoming-event-slide .slide-item .slide_item_more a {
  color: #fff;
  padding: 20px;
  display: block;
  transition: 0.35s;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(255, 255, 255, 0);
}

.upcoming-event-slide .slide-item .slide_item_more a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.upcoming-event-slide .slide_item_more a {
  border: 0;
}

.upcoming-event-slide .slide_item_more a:after {
  margin-left: 30px;
}

.upcoming-event-slide .slide_item_more a:hover:after,
.upcoming-event-slide .slide_item_more a:focus:after {
  margin-left: 40px;
}

.sponsors-slide .sponsors-slide_button {
  margin-top: 80px;
}

.sponsors-slide_slider .owl-stage {
  display: flex;
  align-items: center;
}

.sponsors-slide_slider .item {
  max-width: 200px;
  width: 100%;
}

.sponsors-slide_slider .item img {
  width: 100%;
}

.grid {}

.grid .slide-item {
  border: 1px solid #fff;
  border-radius: 20px;
}

.grid .slide-item .slide_item_inner {}

.grid .slide-item .slide_item_inner .slide_item_title {}

.grid .slide-item .slide_item_inner .slide_item_more {}

/**
 *
 */
.event-feature-slide .slide_item_inner {
  position: relative;
  border-radius: 25px;
}

.event-feature-slide .slide_item_image,
.event-feature-slide .slide_item_image img {
  border-radius: 25px;
}

.event-feature-slide .slide_item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 435px;
  width: 100%;
  margin-bottom: 60px;
  margin-left: 130px;
}

.event-feature-slide .slide_item_title {
  margin-bottom: 20px;
}

.event-feature-slide .slide_item_title a,
.event-feature-slide .slide_item_title a:hover,
.event-feature-slide .slide_item_title a:focus {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.event-feature-slide .slide_item_info {
  margin-bottom: 60px;
}

.event-feature-slide .slide_item_more a {
  display: inline-block;
}

/**
 * New - Halloween event
 */
.banner_info {
  text-align: center;
  max-width: 844px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner_info .banner_icon {
  margin-bottom: 70px;
}

.banner_info .banner_title {
  margin-bottom: 40px;
  font-size: 30px;
}

.banner_info .banner_title .banner_title_item {
  margin-right: 5px;
  padding-left: 5px;
}

.banner_info .banner_title .banner_title_item:last-child {
  margin-right: 0;
  padding-left: 0;
}

.banner_info .banner_button {
  margin-top: 90px;
}

.banner_info .banner_desc {
  margin-top: 40px;
}

/**
 * Image Slide
 */
img.fancybox-image,
.image_slide_item img {
  border-radius: 15px;
}

.related-galleries .view-content,
.slideimg_button_group {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-galleries .view-content&gt;div {
  width: 100%;
  max-width: 330px;
}

.related-galleries .view-content&gt;div&gt;a,
.slideimg_button_group&gt;a {
  width: 100%;
  max-width: 330px;
  text-align: center;
  margin-bottom: 40px;
}

/**
 * Video Link
 */
.video_link {
  position: relative;
  min-height: 70px;
}

.video_link .video_thumb {
  text-align: center;
}

.video_link .video_linkurl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_info {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}

.cs_info .cs_info_subtitle {
  color: #999999;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.cs_info .cs_info_date {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cs_info .cs_info_date .info_date_item {
  margin-right: 3px;
  padding-left: 3px;
}

.cs_info .cs_info_date .info_date_item:last-child {
  margin-right: 0;
  padding-left: 0;
}

.cs_info .cs_info_button {
  margin-top: 90px;
}

/**
 * Image Slide List
 */
.image_list_column {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image_list_column&gt;.row {
  align-items: center;
}

.image_list_column .image_list_column_item {
  margin-bottom: 45px;
}

.image_list_column .image_list_column_item.align_center {
  text-align: center;
}

.view-media-galleries .view-content&gt;h3 {
  font-size: 20px;
  width: 100%;
  font-weight: 100;
  letter-spacing: 3px;
}

.gallery-item {
  padding: 0;
  text-align: center;
  border-radius: 20px;
  margin: 2em auto;
}

.gallery-item&gt;div {
  border: 1px solid white;
  text-align: center;
}

.gallery-item&gt;div:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0 none;
}

.gallery-item&gt;div:last-child {
  border-top: 0 none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gallery-title,
.gallery-title a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1em;
  margin: 0;
}

.gallery-link,
.gallery-link a {
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1em;
  margin: 0;
}

.card {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 20px;
  overflow: hidden;
}

/**
 * Special
 */
.page-node-type-event .header,
.page-node-type-page-builder .header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mb-180 {
  margin-bottom: 180px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-180 {
  padding-bottom: 180px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.promo_item {
  text-align: left;
  max-width: 221px;
}

.promo_item .promo_item_image {
  margin-bottom: 20px;
}

.promo_item .promo_item_image img {
  transition: 0.36s;
}

.promo_item .rotate-180:hover img {
  transform: rotate(180deg);
}

.promo_item .rotate-30:hover img {
  transform: rotate(30deg);
  transform-origin: 50% 90%;
}

.promo_item .scale:hover img {
  transform: scale(1.1);
  transform-origin: 0;
}

.promo_item .promo_item_info {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.csblock_title {
  margin-bottom: 20px;
}

.csblock_info {
  margin-bottom: 60px;
}

.background-size-100 {
  background-size: 100% 100%;
}

.fw-bold {
  font-weight: bold;
}

.parallax {
  background-attachment: fixed;
}

.mw-450 {
  max-width: 450px;
  width: 100%;
}

/* Menu Mobile */
html.menu_open {
  overflow: hidden;
}

.menu_overlay {
  background-color: #000;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -99;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

html.menu_open .menu_overlay {
  opacity: 0.5;
  z-index: 999;
}

#menu_mobile {
  background-color: #e6e6e6;
  height: 100%;
  right: -100%;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 999999;
  overflow: hidden;
}

#menu_mobile .menu_title {
  padding: 0 15px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

#menu_mobile .menu_title .ex_menu {
  display: none;
}

#menu_mobile .menu_title .backmenu {
  cursor: pointer;
  color: #000;
  font-weight: bold;
}

#menu_mobile .menu_title .backmenu i {
  color: #000;
  margin-right: 15px;
}

#menu_mobile .menu_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

#menu_mobile&gt;.menu_inner {
  position: relative;
}

#menu_mobile&gt;.menu_inner ul.menu:last-child {
  display: none;
}

#menu_mobile&gt;.menu_inner&gt;.dropdown-menu,
#menu_mobile&gt;.menu_inner&gt;ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  box-shadow: none;
  background-color: transparent;
  border: none;
  width: 100%;
}

#menu_mobile ul li {
  float: none;
  display: block;
}

#menu_mobile ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  position: relative;
  text-transform: uppercase;
  padding: 10px 40px 10px 15px;
  border-bottom: 1px solid #707070;
  background: transparent !important;
}

#menu_mobile .dropdown-menu&gt;.active&gt;a,
#menu_mobile .dropdown-menu&gt;.active&gt;a:focus,
#menu_mobile .dropdown-menu&gt;.active&gt;a:hover {
  color: #c4df9b;
  background: transparent;
}

#menu_mobile ul li a .ex_menu {
  display: inline-block;
  height: 100%;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  font-size: 16px;
  z-index: 9;
}

#menu_mobile .navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: none;
}

#menu_mobile ul li a .ex_menu .fa-caret-down:before {
  content: "\f0da";
  font-family: FontAwesome;
}

#menu_mobile ul li a {
  color: #000;
}

#menu_mobile ul li a:hover {
  color: #bf0a30;
}

#menu_mobile .menu_header .menu_title a {
  color: #000;
  font-weight: bold;
}

/**
 * Menu Moblie Sp
 */
#menu_mobile .menu_header {
  margin-bottom: 10px;
  display: flex;
  padding: 15px;
}

#menu_mobile .menu_close {
  position: relative;
  background-color: #000;
}

#menu_mobile .menu_header i {
  color: #fff;
}

#menu_mobile .logo {
  text-align: center;
  margin-bottom: 50px;
}

#menu_mobile ul.navbar-nav&gt;li.dropdown a:after {
  display: none;
}

#menu_mobile ul.navbar-nav&gt;li&gt;a {
  border-bottom: 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
}

/* About */
.play-wrap {
  margin-top: 50px;
}

.play_video,
.icon-play {
  display: inline-block;
  font-size: 60px;
  color: #fff;
}

.group-member {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.group-member .member-item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 20px;
}

.group-member .member-item a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.group-member .member-item a {
  transition: 0.35s;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.2px;
  padding: 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.view-recent-awards .view-header {
  max-width: 540px;
  margin-bottom: 100px;
}

.view-recent-awards .view-content,
.recent-donations .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.view-recent-awards .view-content .views-row,
.recent-donations .view-content .views-row {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.view-recent-awards .view-content .award-inner {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 40px;
}

.recent-donations .view-content .donation-inner {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0;
}

.recent-donations .view-content .donation-image {
  height: 240px;
  padding: 20px;
  border-bottom: solid 2px #fff;
  align-items: center;
  display: flex;
}

.recent-donations .view-content .donation-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.recent-donations .view-content .donation-price {
  padding: 20px;
  text-align: center;
}

.recent-donations .view-content .views-row:nth-child(+ n + 5) {
  width: calc(100% / 3);
}

.ss-full-block.section_group {
  background-size: 100% 100%;
}

.bg-full.section_group {
  background-size: auto;
}

.region-footer-right {
  text-align: right;
}

/* Video awesomeness */
.video-container {
  width: 100%;
  height: calc(100vw / 3);
  background-color: #333;
  position: relative;
  overflow: hidden;
  margin-top: 8rem;
}

.video-wrapper {
  -webkit-clip-path: url(/#video-mask);
  clip-path: url(/#video-mask);
  will-change: transform;
  z-index: -1;
}

video {
  width: 100%;
  margin-top: -4px;
}

svg {
  font-size: 19em;
  font-family: brother-1816;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 1s ease-in-out font-size;
}

svg path {
  font-weight: 800;
  text-transform: uppercase;
}

svg rect {
  fill: white;
  mask: url(/#mask);
}

svg&gt;rect {
  fill: black;
}

/* Header Branding */
.navbar-brand img {
  width: 152px;
  height: 72px;
}


/* Pager */
nav.pager {
  color: white;
  background-color: transparent;
  border: 0 none;
}

nav.pager ul.pagination {
  background-color: transparent;
  border-color: transparent;
}

nav.pager ul.pagination .page-item {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

nav.pager ul.pagination .page-item .page-link {
  background-color: transparent;
  border-color: transparent;
  color: white;
}

@media screen and (max-width: 1400px) {
  svg {
    font-size: 18em;
  }
}

@media screen and (max-width: 1200px) {
  svg {
    font-size: 10.2em;
  }
}

@media screen and (max-width: 992px) {
  svg {
    font-size: 9.8em;
  }
}

.cs_info_body a,
.slide_item_info a {
  color: white;
  font-weight: bold;
}

.path-events .view-content h3 {
  padding-left: 15px;
}

.path-events .view-content h3:nth-of-type(2) {
  margin-top: 40px;
}

#user-login-form {
  max-width: 640px;
  margin: 40px auto;
}

/* derby raffle */
.section_group.banner-trip {
  min-height: 56.25vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
  mask-image: url('../images/banner_mask.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: bottom center;
  z-index: 2;
}

.banner-trip:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #030303;
  opacity: 0.58;
}

.banner-trip&gt;div {
  position: relative;
}

.banner-trip--inner .banner-heading {
  font-weight: bold;
  font-size: clamp(46px, 7.65625vw, 147px);
  line-height: 1;
}

.banner-trip--inner .banner-heading .banner-top-heading {
  font-family: 'Trajan Pro 3';
  font-weight: 400;
  font-size: clamp(30px, 2.86458vw, 55px);
}

.banner-other-content .present-wrap {
  gap: clamp(20px, 2.0833vw, 40px);
}

.banner-other-content .present-wrap .block-present .present-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
}

.banner-other-content .present-wrap .block-present .present-image {
  max-width: 175px;
}

.horse-race-icon {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 140px;
  height: 84px;
}

.horse-race-icon svg {
  width: 100%;
}

.section_group.win-derby {
  position: relative;
  border-bottom: 4px solid #1C485C;
  padding-top: clamp(120px, 13.9583vw, 268px);
  padding-bottom: clamp(90px, 8.48958vw, 163px);
  margin-top: -5.2083vw;
}

.race-for-rose {
  position: absolute;
  top: 5.2083vw;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 100%;
  max-width: 147px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 7px solid #E8D6BE;
  border-radius: 50%;
  aspect-ratio: 1;
}

.race-for-rose img {
  width: 100%;
  height: auto;
}

.package-includes {
  padding: 0;
}

.edge-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.edge-wrap ul {
  list-style-type: '\25C8';
  padding-left: 15px;
}

.edge-wrap ul&gt;li {
  padding-left: 10px;
  margin-bottom: 5px;
}

.edge-wrap.edge-reverse {
  flex-direction: row-reverse;
}

.edge-wrap.edge-reverse .edge-content-col {
  padding-left: max(16px, ((100vw - 1364px) / 2));
}

.edge-wrap .edge-image-col {
  width: 100%;
}

.edge-wrap.edge-reverse .edge-image-col {
  text-align: right;
}

.edge-wrap .edge-image-col img {
  max-width: min(700px, 100%);
}

.edge-wrap .edge-content-col {
  width: 100%;
  padding: 30px 16px;
  font-size: clamp(22px, 1.35416vw, 26px);
}

.edge-wrap .edge-content-col .edge-title {
  font-family: 'Trajan Pro 3';
  font-weight: 400;
  font-size: clamp(28px, 2.083vw, 40px);
  color: #1C485C;
}

.package-includes .edge-wrap .edge-content-col {
  font-size: clamp(17px, 1.0416vw, 20px);
}

.package-includes .edge-content-col .edge-title {
  font-size: clamp(24px, 1.8229vw, 35px);
}

.buy-package {
  color: #1C485C;
  gap: clamp(20px, 2.083vw, 40px);
}

.buy-package .btn {
  color: #1C485C;
  border-color: #1C485C;
}

.buy-package .btn:hover,
.buy-package .btn:focus {
  color: #fff !important;
  background-color: #1C485C !important;
  border-color: #1C485C !important;
}

.buy-package .btn:not(:hover):not(:focus):after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40OTUiIGhlaWdodD0iMTQuMzUyIiB2aWV3Qm94PSIwIDAgMTMuNDk1IDE0LjM1MiI+DQogIDxwYXRoIGlkPSJQYXRoXzIiIGRhdGEtbmFtZT0iUGF0aCAyIiBkPSJNMTIyLjM1NCwyMC44MzZoOS4yNjNsLTIuNjQzLTIuNTc4di0zLjE4bDYuODc1LDcuMTMzVjIyLjNsLTYuODc1LDcuMTMzdi0zLjE4bDIuNi0yLjUzNWgtOS4yMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIuMzU0IC0xNS4wNzgpIiBmaWxsPSIjMWM0ODVjIi8+DQo8L3N2Zz4NCg==");
}

.buy-package .note {
  margin-top: 5px;
  font-size: 18px;
}

.buy-package .bamm-logo {
  max-width: 217px;
}


.field-inline-style {
  display: flex;
  align-items: center;
  gap: 1em;
}

.field-inline-style input {
  max-width: 1.875rem;
}

@media screen and (min-width:991px) {
  .edge-wrap .edge-image-col {
    width: 54%;
  }

  .edge-wrap .edge-content-col {
    width: 46%;
  }

}
</pre></body></html>