﻿/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.highlightBlueFilter{filter:brightness(0) saturate(100%) invert(43%) sepia(84%) saturate(4408%) hue-rotate(177deg) brightness(95%) contrast(101%);}.lightGrayFilter{filter:brightness(0) saturate(100%) invert(86%) sepia(6%) saturate(78%) hue-rotate(182deg) brightness(86%) contrast(89%);}.whiteFilter{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(102%) contrast(103%);}.grayFilter{filter:brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(215%) hue-rotate(169deg) brightness(96%) contrast(94%);}.Size100{width:100%;height:100%;}.Margin0{margin:0;}.Margin5{margin:5px;}.Margin10{margin:10px;}.Position0{top:0;left:0;}.Padding5{padding:5px;}.BackgroundImageContainCenter{background-size:contain;background-position:center;background-repeat:no-repeat;}.MaskBackgroundImageContainCenter{mask-size:contain;mask-position:center;mask-repeat:no-repeat;}.BackgroundImageCoverCenter{background-size:cover;background-position:center;background-repeat:no-repeat;}.RowFlex{display:flex;flex-direction:row;align-items:center;}.ColFlex{display:flex;flex-direction:column;align-items:center;}@font-face{font-family:HelveticaNowDisplay-Light;src:url('../../Fonts/HelveticaNowDisplay-Light.woff');}.FontLight{font-family:HelveticaNowDisplay-Light;font-display:auto;}@font-face{font-family:HelveticaNowDisplay-Regular;src:url('../../Fonts/HelveticaNowDisplay-Regular.woff');}.FontRegular{font-family:HelveticaNowDisplay-Regular;font-display:auto;}@font-face{font-family:HelveticaNowDisplay-ExtraBold;src:url('../../Fonts/HelveticaNowDisplay-ExtraBold.woff');}.FontBold{font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;}.XSSize{font-size:12px;}.SmallSize{font-size:14px;}.NormalSize{font-size:16px;}.MediumSize{font-size:20px;}.LargeSize{font-size:24px;}.XLSize{font-size:36px;}.XXLSize{font-size:48px;}.XXXLSize{font-size:60px;}.XXXXLSize{font-size:80px;}.unselectable{user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.selectable{user-drag:initial;-webkit-user-drag:initial;-webkit-touch-callout:initial;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}.unclickable{pointer-events:none;cursor:default;}.clickable{pointer-events:all;cursor:pointer;}.buttonSmall{pointer-events:all;cursor:pointer;user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:999px;-webkit-transition:background-color,color;-moz-transition:background-color,color;-o-transition:background-color,color;transition:background-color,color;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;text-transform:lowercase;padding:0 10px;box-sizing:border-box;}.buttonSmall.regular{border:1px solid #43474b;color:#43474b;}.buttonSmall.regular:hover,.buttonSmall.regular.buttonHoverTrigger{background-color:#43474b;color:#fff;}.buttonSmall.blue{border:1px solid #43474b;color:#43474b;}.buttonSmall.blue:hover,.buttonSmall.blue.buttonHoverTrigger{border:1px solid #008acc;background-color:#008acc;color:#fff;}.searchSelect{position:relative;min-width:0;}.searchSelect.open{z-index:20;}.searchSelect.open .selectMenu{display:block;}.searchSelect.open .chevron{transform:rotate(225deg);margin-top:5px;}.searchSelect .selectMenu{display:none;}.searchSelect.searchableSelect.open .selectMenu{display:flex;}.searchSelect.searchableSelect .selectMenu{flex-direction:column;overflow:hidden;max-height:420px;min-width:300px;}.searchSelect.searchableSelect .selectSearchWrapper{flex:0 0 auto;padding:10px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;}.searchSelect.searchableSelect .selectSearch{width:100%;min-width:0;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;font:inherit;background:#fff;}.searchSelect.searchableSelect .selectSearch:focus{border-color:rgba(0,0,0,.45);}.searchSelect.searchableSelect .selectOptions{flex:1 1 auto;min-height:0;overflow-y:auto;}.searchSelect.searchableSelect .selectOption{display:block;}.searchSelect.searchableSelect .selectOption a{display:block;padding:10px 12px;color:inherit;text-decoration:none;}.searchSelect.searchableSelect .selectOption.active,.searchSelect.searchableSelect .selectOption:hover{background:rgba(0,0,0,.06);}.searchSelect.searchableSelect .selectNoResults{flex:0 0 auto;display:none;padding:10px 12px;opacity:.65;}.selectButton{width:100%;height:48px;border:0;border-radius:999px;background-color:#fff;color:#999;padding:0 24px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;line-height:1;text-align:left;}.selectButton span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.chevron{width:10px;height:10px;flex:0 0 auto;border-right:2px solid #aaa;border-bottom:2px solid #aaa;transform:rotate(45deg);transition:transform .2s ease,margin-top .2s ease;margin-top:-4px;}.selectMenu{display:none;position:absolute;top:calc(100% + 8px);left:0;width:100%;min-width:220px;background-color:#fff;border-radius:18px;padding:8px;box-sizing:border-box;box-shadow:0 10px 30px rgba(0,0,0,.22);max-height:260px;overflow-y:auto;}.selectMenu label{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;cursor:pointer;color:#555;font-size:14px;}.selectMenu label:hover{background-color:#f2f2f2;}.selectMenu input{margin:0;}.searchButton{height:48px;border:0;border-radius:999px;background-color:#008acc;color:#fff;cursor:pointer;font-size:14px;text-transform:lowercase;transition:background-color .2s ease;}.searchButton:hover{background-color:#00acff;}.event{display:flex;background-color:#f6f6f6;}.event .eventImage{background-size:cover;background-position:50% 0%;background-repeat:no-repeat;position:relative;}.event .eventImage:before{content:'';position:absolute;height:10px;left:0;bottom:0;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.event .eventImage:before{width:50%;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.event .eventImage:before{width:100%;}}.event .eventContent{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;}.event .eventContent .eventTitle{font-family:HelveticaNowDisplay-ExtraBold;font-display:auto;font-size:20px;}.event .eventContent .button{align-self:flex-start;}.event .eventActions{display:flex;flex-wrap:wrap;gap:10px;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.event{flex-direction:column;gap:20px;}.event .eventImage{aspect-ratio:4/3;}.event .eventContent{padding:0 20px;padding-bottom:20px;}.event .eventActions{flex-direction:row;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.event{flex-direction:row;width:100%;}.event .eventImage{width:100%;}.event .eventContent{width:100%;padding:10px;}.event .eventActions{flex-direction:column;}}.event.red .eventImage:before{background-color:#c83d37;}.heroBanner{background-image:url('/Files/GetRelativeFile?filePath=/pages/events/event.jpg');}.heroBanner #heroText{display:flex;flex-direction:column;align-items:center;color:#fff;height:100%;gap:20px;}.heroBanner #heroText .header{font-size:60px;line-height:60px;}.heroBanner #heroText .subtext{font-size:20px;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.heroBanner #heroText{text-align:center;justify-content:center;}.heroBanner #heroText .subtext{width:60%;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.heroBanner #heroText{align-items:center;justify-content:flex-end;padding-bottom:var(--mainSpacing);}.heroBanner #heroText .subtext{width:100%;}}.eventSearchForm{display:flex;background-color:#f6f6f6;gap:10px;padding:10px;}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){.eventSearchForm{flex-direction:column;}}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){.eventSearchForm{flex-direction:row;justify-content:center;}}.eventSearchForm .searchButton{min-width:100px;}.eventSearchForm button{border:1px solid #c3c3c3;}#eventSearch{display:flex;flex-direction:column;gap:20px;}@media only screen and (min-width:950px) and (max-width:1128px),only screen and (min-width:1129px){#eventSearch .eventContainer{display:grid;display:-ms-grid;grid-template-columns:repeat(3,1fr);-ms-grid-columns:repeat(3,1fr);gap:40px;}}@media only screen and (max-width:529px),only screen and (min-width:530px) and (max-width:949px){#eventSearch .eventContainer{display:flex;flex-direction:column;gap:40px;}}#eventSearch .pagnationContainer{display:flex;flex-wrap:wrap;padding-top:var(--mainSpacing);flex-direction:row;justify-content:center;gap:10px;}