@charset "UTF-8";
/******************** Bridget's Common Things **************/
@import "../icomoon/style.css";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted; /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}
textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Grid sizes: */
/* http://gridcalculator.dk/#/1020/12/20/10 -- 65px col */
/* Colors */
/* methods and globals */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*---------------------------------------------------------
# Alignments
----------------------------------------------------------*/
.alignleft,
.alignright {
  /*max-width: 636px !important;	/* Let's work to make this !important unnecessary */
  max-width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

/*.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

sup {
  font-size: 50%;
  top: 0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#skip-link {
  background-color: #253e51;
  color: white;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  text-decoration: none;
  padding: 0.625rem;
  position: absolute;
  top: -999px;
  display: block;
}
#skip-link:focus {
  top: 0;
  left: 0;
  z-index: 100000;
  text-decoration: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.not-screen-reader-text {
  aria-hidden: true;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.gform_heading {
  text-align: center;
}
.gform_heading h3 {
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gfield_required {
  padding-left: 0.1875rem;
  color: #253e51;
}

.entry-content .gform_wrapper {
  margin-bottom: 1.875rem;
  background-color: white;
  padding: 1.25rem 1.5625rem 1.25rem;
}
.entry-content .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-bottom: 0.3125rem;
}
.entry-content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.entry-content .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1.375rem;
}
.entry-content li.gfield {
  padding: 0.6875rem 0;
  width: 100%;
  vertical-align: top;
}

/* this is outside of all container divs and absolutely positioned */
.ui-menu {
  background-color: white;
  border: 1px solid #929ea8;
}
.ui-menu li {
  padding: 0.3125rem;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  background-color: #253e51;
  color: white;
}

.tax-event-categories .ui-state-focus, .tax-event-categories .ui-state-active, .page-template-template-events .ui-state-focus, .page-template-template-events .ui-state-active {
  background-color: #929ea8;
}

/***** Date Picker - also includes datepicker.min.css from gravityforms/css folder in functions.php *****/
.ui-datepicker-calendar .ui-state-active {
  margin: 0;
}

table.ui-datepicker-calendar {
  background: white;
}

/***** END: Date Picker *****/
.gform_fields, .entry-content .gform_fields, .popmake-content .gform_fields {
  margin: 0;
  padding: 0;
}

.entry-content .gform_body, .popmake-content .gform_body {
  padding-bottom: 1.25rem;
}
.entry-content .gform_body .gform,
.entry-content .gform_body input[type=text],
.entry-content .gform_body input[type=email],
.entry-content .gform_body input[type=url],
.entry-content .gform_body input[type=password],
.entry-content .gform_body input[type=search],
.entry-content .gform_body input[type=number],
.entry-content .gform_body input[type=tel],
.entry-content .gform_body input[type=range],
.entry-content .gform_body input[type=date],
.entry-content .gform_body input[type=month],
.entry-content .gform_body input[type=week],
.entry-content .gform_body input[type=time],
.entry-content .gform_body input[type=datetime],
.entry-content .gform_body input[type=datetime-local],
.entry-content .gform_body input[type=color],
.entry-content .gform_body textarea, .popmake-content .gform_body .gform,
.popmake-content .gform_body input[type=text],
.popmake-content .gform_body input[type=email],
.popmake-content .gform_body input[type=url],
.popmake-content .gform_body input[type=password],
.popmake-content .gform_body input[type=search],
.popmake-content .gform_body input[type=number],
.popmake-content .gform_body input[type=tel],
.popmake-content .gform_body input[type=range],
.popmake-content .gform_body input[type=date],
.popmake-content .gform_body input[type=month],
.popmake-content .gform_body input[type=week],
.popmake-content .gform_body input[type=time],
.popmake-content .gform_body input[type=datetime],
.popmake-content .gform_body input[type=datetime-local],
.popmake-content .gform_body input[type=color],
.popmake-content .gform_body textarea {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 0;
  border: 1px solid #929ea8;
  padding: 0.5rem;
  width: 100%;
}
.entry-content .gform_body .gform:focus,
.entry-content .gform_body input[type=text]:focus,
.entry-content .gform_body input[type=email]:focus,
.entry-content .gform_body input[type=url]:focus,
.entry-content .gform_body input[type=password]:focus,
.entry-content .gform_body input[type=search]:focus,
.entry-content .gform_body input[type=number]:focus,
.entry-content .gform_body input[type=tel]:focus,
.entry-content .gform_body input[type=range]:focus,
.entry-content .gform_body input[type=date]:focus,
.entry-content .gform_body input[type=month]:focus,
.entry-content .gform_body input[type=week]:focus,
.entry-content .gform_body input[type=time]:focus,
.entry-content .gform_body input[type=datetime]:focus,
.entry-content .gform_body input[type=datetime-local]:focus,
.entry-content .gform_body input[type=color]:focus,
.entry-content .gform_body textarea:focus, .popmake-content .gform_body .gform:focus,
.popmake-content .gform_body input[type=text]:focus,
.popmake-content .gform_body input[type=email]:focus,
.popmake-content .gform_body input[type=url]:focus,
.popmake-content .gform_body input[type=password]:focus,
.popmake-content .gform_body input[type=search]:focus,
.popmake-content .gform_body input[type=number]:focus,
.popmake-content .gform_body input[type=tel]:focus,
.popmake-content .gform_body input[type=range]:focus,
.popmake-content .gform_body input[type=date]:focus,
.popmake-content .gform_body input[type=month]:focus,
.popmake-content .gform_body input[type=week]:focus,
.popmake-content .gform_body input[type=time]:focus,
.popmake-content .gform_body input[type=datetime]:focus,
.popmake-content .gform_body input[type=datetime-local]:focus,
.popmake-content .gform_body input[type=color]:focus,
.popmake-content .gform_body textarea:focus {
  border: 1px solid #253e51;
}
.entry-content .gform_body textarea, .popmake-content .gform_body textarea {
  height: 5rem;
}
.entry-content .gform_body li, .popmake-content .gform_body li {
  list-style: none;
  margin-left: 0 !important;
}

.entry-content .gform_body, * .gform_body {
  /**************** Special fields ****************/
  /****************** END: Special Fields *********/
  /******************** Checkboxes ****************/
  /* icomoon checkboxes, radiobuttons, and jquery select drop downs */
  /********************* END: Checkboxes *************/
  /*.right-half, .left-half, .left-third, .middle-third, .right-third, .mid-left-quarter, .mid-right-quarter, .right-quarter, .left-quarter, .left-two-third {
  	display: inline-block;
  	width: 100%;
  	padding-left: 0;
  	padding-right: 0;
  }

  .right-half, .right-third, .middle-third, .mid-left-quarter, .mid-right-quarter, .right-quarter{
  	@media only screen and (min-width : 43.75rem) {
  		padding-left: rem(10);
  	}
  }

  .left-half, .left-third, .middle-third, .mid-left-quarter, .mid-right-quarter, .left-two-third, .left-quarter{
  	@media only screen and (min-width : 43.75rem) {
  		padding-right: rem(10);
  	}
  }

  .right-half, .left-half{
  	@media only screen and (min-width : 43.75rem) {
  		width: 50%;
  	}
  }

  .left-two-third{
  	@media only screen and (min-width : 43.75rem) {
  		width: percentage(2/3);
  	} 
  }

  .end{
  	display: block; 
  }

  .left-third, .middle-third, .right-third{
  	@media only screen and (min-width : 43.75rem) {
  		width: percentage(1/3);
  	}
  }


  .mid-left-quarter, .mid-right-quarter, .right-quarter, .left-quarter{
  	@media only screen and (min-width : 43.75rem) { 
  		width: 25%;
  	}
  }*/
}
.entry-content .gform_body .ginput_complex span, * .gform_body .ginput_complex span {
  display: inline-block;
  padding-bottom: 0.625rem;
}
.entry-content .gform_body .ginput_complex span label, * .gform_body .ginput_complex span label {
  font-size: 0.9375rem;
  font-weight: 400;
}
.entry-content .gform_body .ginput_complex .name_first, .entry-content .gform_body .ginput_complex .name_last, * .gform_body .ginput_complex .name_first, * .gform_body .ginput_complex .name_last {
  width: 49.6%; /* for some reason could not get this to work at 50% */
}
.entry-content .gform_body .ginput_complex .address_line_1, .entry-content .gform_body .ginput_complex .address_line_2, * .gform_body .ginput_complex .address_line_1, * .gform_body .ginput_complex .address_line_2 {
  width: 50%;
}
@media only screen and (min-width : 43.75rem) {
  .entry-content .gform_body .ginput_complex .address_city, .entry-content .gform_body .ginput_complex .address_state, .entry-content .gform_body .ginput_complex .address_zip, * .gform_body .ginput_complex .address_city, * .gform_body .ginput_complex .address_state, * .gform_body .ginput_complex .address_zip {
    width: 33.33%;
  }
}
@media only screen and (min-width : 43.75rem) {
  .entry-content .gform_body .ginput_complex .name_first, .entry-content .gform_body .ginput_complex .address_line_1, .entry-content .gform_body .ginput_complex .address_city, * .gform_body .ginput_complex .name_first, * .gform_body .ginput_complex .address_line_1, * .gform_body .ginput_complex .address_city {
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width : 43.75rem) {
  .entry-content .gform_body .ginput_complex .address_state, * .gform_body .ginput_complex .address_state {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (min-width : 43.75rem) {
  .entry-content .gform_body .ginput_complex .name_last, .entry-content .gform_body .ginput_complex .address_line_2, .entry-content .gform_body .ginput_complex .address_zip, * .gform_body .ginput_complex .name_last, * .gform_body .ginput_complex .address_line_2, * .gform_body .ginput_complex .address_zip {
    padding-left: 0.625rem;
    clear: right !important;
  }
}
.entry-content .gform_body .ginput_container_total span, * .gform_body .ginput_container_total span {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: normal;
}
.entry-content .gform_body .gfield_checkbox, .entry-content .gform_body .gfield_radio, * .gform_body .gfield_checkbox, * .gform_body .gfield_radio {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.entry-content .gform_body .gfield_checkbox input, .entry-content .gform_body .gfield_radio input, * .gform_body .gfield_checkbox input, * .gform_body .gfield_radio input {
  display: inline;
  width: auto;
  vertical-align: middle;
  margin-right: 0.25rem;
  height: auto;
}
.entry-content .gform_body .gfield_checkbox label, .entry-content .gform_body .gfield_radio label, * .gform_body .gfield_checkbox label, * .gform_body .gfield_radio label {
  display: inline;
  vertical-align: middle;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.entry-content .gform_body .inline .ginput_container_checkbox li, .entry-content .gform_body .inline .ginput_container_radio li, * .gform_body .inline .ginput_container_checkbox li, * .gform_body .inline .ginput_container_radio li {
  display: inline-block;
  padding-right: 0.625rem;
  padding-bottom: 0;
}
.entry-content .gform_body .inline .ginput_container_checkbox li input, .entry-content .gform_body .inline .ginput_container_radio li input, * .gform_body .inline .ginput_container_checkbox li input, * .gform_body .inline .ginput_container_radio li input {
  height: auto;
}
.entry-content .gform_body .gfield_radio li, .entry-content .gform_body .gfield_checkbox li, * .gform_body .gfield_radio li, * .gform_body .gfield_checkbox li {
  padding: 0.125rem 0;
}
.entry-content .gform_body .gfield_radio input[type=checkbox]:not(old), .entry-content .gform_body .gfield_radio input[type=radio]:not(old), .entry-content .gform_body .gfield_checkbox input[type=checkbox]:not(old), .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old), * .gform_body .gfield_radio input[type=checkbox]:not(old), * .gform_body .gfield_radio input[type=radio]:not(old), * .gform_body .gfield_checkbox input[type=checkbox]:not(old), * .gform_body .gfield_checkbox input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.entry-content .gform_body .gfield_radio input[type=checkbox]:not(old) + label:hover, .entry-content .gform_body .gfield_radio input[type=radio]:not(old) + label:hover, .entry-content .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:hover, .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old) + label:hover, * .gform_body .gfield_radio input[type=checkbox]:not(old) + label:hover, * .gform_body .gfield_radio input[type=radio]:not(old) + label:hover, * .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:hover, * .gform_body .gfield_checkbox input[type=radio]:not(old) + label:hover {
  cursor: pointer;
}
.entry-content .gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, .entry-content .gform_body .gfield_radio input[type=radio]:not(old) + label:before, .entry-content .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before, .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before, * .gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, * .gform_body .gfield_radio input[type=radio]:not(old) + label:before, * .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before, * .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before {
  content: "\e90d";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  font-size: 1.25rem;
  padding-right: 0.3125rem;
  padding-top: 0;
}
.entry-content .gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, .entry-content .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before, * .gform_body .gfield_radio input[type=checkbox]:not(old) + label:before, * .gform_body .gfield_checkbox input[type=checkbox]:not(old) + label:before {
  margin-left: -0.1875rem;
}
.entry-content .gform_body .gfield_radio input[type=radio]:not(old) + label:before, .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before, * .gform_body .gfield_radio input[type=radio]:not(old) + label:before, * .gform_body .gfield_checkbox input[type=radio]:not(old) + label:before {
  content: "\e910";
}
.entry-content .gform_body .gfield_radio input[type=checkbox]:not(old):checked + label:before, .entry-content .gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, .entry-content .gform_body .gfield_checkbox input[type=checkbox]:not(old):checked + label:before, .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before, * .gform_body .gfield_radio input[type=checkbox]:not(old):checked + label:before, * .gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, * .gform_body .gfield_checkbox input[type=checkbox]:not(old):checked + label:before, * .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before {
  content: "\e90e";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-content .gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, .entry-content .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before, * .gform_body .gfield_radio input[type=radio]:not(old):checked + label:before, * .gform_body .gfield_checkbox input[type=radio]:not(old):checked + label:before {
  content: "\e90f";
}
.entry-content .gform_body .ui-selectmenu-button, * .gform_body .ui-selectmenu-button {
  position: relative;
  display: block;
  width: 100% !important;
  border: 1px solid #929ea8;
}
.entry-content .gform_body .ui-selectmenu-button:focus, * .gform_body .ui-selectmenu-button:focus {
  border: 1px solid #253e51;
}
.entry-content .gform_body .ui-selectmenu-text, * .gform_body .ui-selectmenu-text {
  padding: 0.25rem 0.25rem 0.25rem 0;
}
.entry-content .gform_body .ui-icon, * .gform_body .ui-icon {
  position: absolute;
  right: 0.3125rem;
  top: 0.625rem;
  font-size: 1.375rem;
  text-indent: 0;
}
.entry-content .gform_body .ui-icon:before, * .gform_body .ui-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
}
.entry-content .gform_body .ui-selectmenu-text, * .gform_body .ui-selectmenu-text {
  margin-right: 0;
}
.entry-content .gform_body .full, * .gform_body .full {
  display: block;
}
.entry-content .gform_body .no_label label.gfield_label, * .gform_body .no_label label.gfield_label {
  display: none;
}

/****************************  END: 1/2, 1/3, 1/4 Code for GF ***************************/
/************************* Radio or checkboxes in columns **************************/
.list_3col .ginput_container ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0 1.5rem 0.75rem 0;
}
@media only screen and (min-width : 43.75rem) {
  .list_3col .ginput_container ul li {
    width: 33%;
  }
}
.list_3col .ginput_container ul li label {
  white-space: normal;
  float: left;
  margin-left: 1.125rem;
  font-weight: 400;
}
.list_3col .ginput_container ul li input {
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.list_3col .ginput_container ul li input[type=radio] {
  top: 0.125rem;
}

/************************* END: Radio or checkboxes in columns **************************/
/*************************** Gravity Forms Errors ***************************/
.validation_error {
  padding-bottom: 0.75rem;
}

.validation_error, .validation_message {
  color: #a40c34;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.gform_body .gfield_error input {
  background-color: #f3567f !important;
}
.gform_body .gfield_error .ginput_container_checkbox {
  background-color: #f3567f !important;
}
.gform_body .gfield_error .validation_message {
  color: #f3567f;
  font-size: 0.8125rem;
}

/*************************** END: Gravity Forms Errors ***************************/
/********************* Calendar *********************/
.ui-datepicker {
  background: white;
  border: 1px solid #666;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ui-datepicker td {
  padding: 0.125rem 0.25rem;
}
.ui-datepicker a {
  color: #a40c34;
  text-decoration: none;
}
.ui-datepicker a:hover, .ui-datepicker a:focus {
  color: #253e51;
}
.ui-datepicker .ui-datepicker-header {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header select {
  margin: 0.1875rem;
}

/********************* END: Calendar *********************/
/********************** Authorize.net Credit Card *********************/
.wysiwyg .gform_body .gfield_label_before_complex {
  font-size: 1rem;
}
.wysiwyg .gform_body .ginput_container_creditcard label {
  display: block;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full {
  display: block;
  max-width: 28.125rem;
}
.wysiwyg .gform_body .ginput_container_creditcard .ginput_full input[type=text] {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_security_code_icon {
  display: none !important;
}
.wysiwyg .gform_body .ginput_cardextras {
  max-width: 28.125rem;
}
.wysiwyg .gform_body .ginput_cardextras span {
  vertical-align: top;
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras span span {
  padding-bottom: 0;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left {
  width: 60%;
  padding-right: 0.625rem;
}
.wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
  width: 40%;
  padding-left: 0.625rem;
}
@media only screen and (max-width: 26.5625rem) {
  .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_left, .wysiwyg .gform_body .ginput_cardextras .ginput_cardinfo_right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .wysiwyg .gform_body .ginput_cardextras span, .wysiwyg .gform_body .ginput_cardextras span {
    padding-bottom: 0.625rem;
  }
}
.wysiwyg .gform_body .ginput_card_expiration_container {
  width: 100%;
}
.wysiwyg .gform_body .ginput_card_expiration_container label {
  display: block;
}
.wysiwyg .gform_body .ginput_card_expiration_container select {
  display: inline-block;
  width: 49%;
}
.wysiwyg .gform_body .gform_card_icon_container {
  display: none;
}

:root {
  --tec-font-family-sans-serif: "Ringside Regular A", "Ringside Regular B";
  --tec-font-size-2: 1.125rem;
  --tec-line-height-3: 1.625rem;
  --tec-font-size-4: 1.125rem;
  --tec-line-height-2: 1.625rem;
  --tec-font-size-1: 1rem;
  --tec-line-height-0: 1.5rem;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  max-width: 74.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 2.5rem;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container .tribe-events-before-html {
  padding-bottom: 1.875rem;
}

.tribe-events-before-html {
  font-size: 3rem;
  line-height: 3rem;
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
}

/*.tribe-events-content p, .tribe-events-content ul,
.tribe-events-event-meta {
    @include regtext();
}

//smaller text
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3{
    font-size: rem(14);
    line-height: rem(20);
}*/
body.single-tribe_events .tribe-events-pg-template {
  max-width: 65.5rem !important;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
body.single-tribe_events .tribe-events-pg-template .wp-block-post-featured-image {
  margin-bottom: 1.25rem;
}

/*** Center custom field wi_bike_week_events_map_page_into at top of Map, List, Week, calendar views ***/
.tribe-common .entry-content.block-wrapper {
  width: 100%;
}
.tribe-common .entry-content.block-wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
.tribe-common .entry-content.block-wrapper img.aligncenter {
  margin: 0 auto;
  display: block;
}

/*** END: Center custom field wi_bike_week_events_map_page_into at top of Map, List, Week, calendar views ***/
body {
  background-color: #929ea8; /* bottom of footer */
  /* 400, 700 */
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 400;
  /* in globals */
  color: #253e51;
}
body.mega-menu-primary-mobile-open {
  overflow: hidden;
}

.button, .entry-content .button, .button-primary {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #a40c34;
  border-radius: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1em;
  display: inline-block;
  padding: 0.875rem 1.25rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  position: relative;
  border: 0 none;
  /* in globals */
}
.button:hover, .button:focus, .entry-content .button:hover, .entry-content .button:focus, .button-primary:hover, .button-primary:focus {
  color: white;
  background-color: #c60c34;
  cursor: pointer;
}

a.button {
  color: white;
}

input[type=submit] {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #a40c34;
  border-radius: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1em;
  display: inline-block;
  padding: 0.875rem 1.25rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  position: relative;
  border: 0 none;
}
input[type=submit]:hover, input[type=submit]:focus {
  color: white;
  background-color: #c60c34;
  cursor: pointer;
}
input[type=submit]:hover {
  cursor: pointer;
}

input[type=file] {
  background-color: #a40c34;
  color: white;
  border-radius: 0.1875rem;
  padding: 0.375rem 1.25rem;
}

a {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #253e51;
}

.content-extra-padding {
  padding: 1.25rem 0;
}

/****************** Header ***********************/
#site-header--search-form {
  background-color: #929ea8;
  padding: 1.875rem 0;
  display: none;
}
#site-header--search-form .header-toggle-search {
  padding: 0;
  background: transparent;
  border: 0 none;
  color: #253e51;
  font-size: 1.9375rem;
  position: absolute;
  right: 0;
  top: -1.875rem;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
#site-header--search-form .header-toggle-search:hover, #site-header--search-form .header-toggle-search:focus {
  color: #a40c34;
}

.search-form {
  text-align: center;
  max-width: 25rem;
  margin: 0 auto;
  position: relative;
  padding-right: 2.6875rem;
}
@media only screen and (max-width: 31.25rem) {
  .search-form {
    max-width: 18.75rem;
  }
}
.search-form .search-field {
  width: 100%;
  border: 1px solid transparent;
  padding: 0.625rem;
  font-size: 1.125rem;
  line-height: 1em;
  height: 2.6875rem;
}
.search-form .search-field:focus {
  border: 1px solid #253e51;
}
.search-form .search-submit {
  position: absolute;
  background-color: #a40c34;
  color: white;
  border: 0 none;
  height: 2.6875rem;
  width: 2.6875rem;
  text-align: center;
  right: 0;
  top: 0;
  padding-top: 0.1875rem;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  background-color: #c60c34;
  cursor: pointer;
}

#site-top {
  -webkit-transition: top 300ms ease-out, height 300ms ease-out;
  transition: top 300ms ease-out, height 300ms ease-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.header-toggle-search {
  background-color: transparent;
  border: 0 none;
  font-size: 1.5rem;
  color: #f2f1ef;
  padding: 0.3125rem 0.625rem 0 0;
}
.header-toggle-search:hover, .header-toggle-search:focus {
  cursor: pointer;
}

.site-header--blue-top {
  background-color: #63809c;
  height: 2.25rem;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--blue-top {
    height: 0.625rem;
  }
}
.site-header--blue-top .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--blue-top .header-toggle-search {
    display: none;
  }
}
.site-header--blue-top .site-header--donate-link {
  display: block;
  z-index: 1000;
  background-color: #a40c34;
  color: white;
  text-transform: uppercase;
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  max-width: 7.125rem;
  text-align: center;
  text-decoration: none;
  height: 4.1875rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 50% 100%, 0% 66%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 50% 100%, 0% 66%);
}
.site-header--blue-top .site-header--donate-link div {
  padding-top: 0.625rem;
}
.site-header--blue-top .site-header--donate-link:hover, .site-header--blue-top .site-header--donate-link:focus {
  background-color: #c60c34;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--blue-top .site-header--donate-link {
    display: none;
  }
}

.admin-bar #site-top, .admin-bar #header-spacer {
  top: 2rem;
}

@media only screen and (max-width : 56.25rem) {
  .scrolled-down #site-top {
    top: -9.375rem;
  }
}
.site-header--container {
  background-color: #f2f1ef;
  height: 3.125rem;
}
.site-header--container .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--container .row .col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header--container .header-toggle-search {
  display: none;
  color: #63809c;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--container .header-toggle-search {
    display: block;
    padding: 0;
  }
}

.site-header--logo {
  display: block;
  position: relative;
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
  z-index: 2;
}
.site-header--logo .bikefed-logo {
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  width: 12.5rem;
}
.site-header--logo .bikefed-logo .st0 {
  fill: white;
}
.site-header--logo .bikefed-logo .st1 {
  fill: #a40c34;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}
.site-header--logo .bikefed-logo .st2 {
  fill: #253e51;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--logo .bikefed-logo {
    width: 15.625rem;
  }
}
@media only screen and (max-width: 31.25rem) {
  .site-header--logo .bikefed-logo {
    width: 10.9375rem;
  }
}
@media only screen and (max-width: 20rem) {
  .site-header--logo .bikefed-logo {
    width: 7.5rem;
  }
}
.site-header--logo:hover .bikefed-logo .st1, .site-header--logo:focus .bikefed-logo .st1 {
  fill: #c60c34;
}
.site-header--logo .header-desktop-logo {
  display: block;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--logo .header-desktop-logo {
    display: none;
  }
}
.site-header--logo .header-mobile-logo {
  display: none;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--logo .header-mobile-logo {
    display: block;
  }
}

.site-header--search-nav-container {
  width: 100%;
  padding-right: 7.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--search-nav-container {
    padding-right: 0;
    width: auto;
  }
}

.site-header--nav {
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.028125rem;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--nav #mega-menu-primary {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 3.6875rem !important;
    bottom: 0 !important;
    overflow: auto !important;
    padding-bottom: 1.875rem !important;
  }
}
.site-header--nav #mega-menu-primary a.mega-menu-link[tabindex="0"]:hover, .site-header--nav #mega-menu-primary a.mega-menu-link[tabindex="0"]:focus {
  text-decoration: none !important;
}
.site-header--nav #mega-menu-primary > li > a .mega-indicator {
  display: none !important;
}
@media only screen and (max-width : 56.25rem) {
  .site-header--nav #mega-menu-primary > li > a .mega-indicator {
    display: inline-block !important;
  }
}
.site-header--nav #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li > ul.mega-sub-menu > li {
  padding-bottom: 1.25rem !important;
}
.site-header--nav #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.site-header--nav #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li {
  padding-bottom: 1.25rem !important;
}
.site-header--nav #mega-menu-primary ul.mega-sub-menu .mega-current-menu-parent > a, .site-header--nav #mega-menu-primary ul.mega-sub-menu .mega-current-menu-item > a {
  color: #929ea8 !important;
  text-decoration: underline !important;
}
.site-header--nav #mega-menu-primary ul.mega-sub-menu .mega-current-menu-parent > a.mega-menu-link[tabindex="0"], .site-header--nav #mega-menu-primary ul.mega-sub-menu .mega-current-menu-item > a.mega-menu-link[tabindex="0"] {
  color: white !important;
  text-decoration: none !important;
}
.site-header--nav #mega-menu-primary ul.mega-sub-menu li.mega-menu-item-type-widget {
  padding-top: 0.3125rem !important;
}
.site-header--nav #mega-menu-primary ul.mega-sub-menu li.widget_media_image img {
  border-radius: 0.1875rem;
}
.site-header--nav #mega-menu-primary h4.mega-block-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0.3125rem !important;
}
.site-header--nav #mega-menu-primary .textwidget.custom-html-widget h4 {
  font-size: 1rem;
  line-height: 1.2;
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding: 0.3125rem 0;
  margin-bottom: 0.3125rem;
}
.site-header--nav #mega-menu-primary .textwidget.custom-html-widget a {
  color: white;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
  line-height: 1.2;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
  vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 0;
}

.site-header--mega-menu-max-width {
  margin-right: auto;
  margin-left: auto;
}

/****************** END: Site Header ***********************/
/****************** Content non-Gutenberg blocks *************************/
#maincontent {
  background-color: #f2f1ef;
  /*border-bottom: 1px solid $red; /* fixes last item having a margin and background showing through. $red is color of next block on page */
}

.entry-meta, .entry-categories, .event-categories {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.entry-meta li, .entry-categories li, .event-categories li {
  display: inline-block;
}
.entry-meta li a, .entry-categories li a, .event-categories li a {
  padding: 0 0.1875rem;
}
.entry-meta li:after, .entry-categories li:after, .event-categories li:after {
  content: " / ";
}
.entry-meta li:last-of-type:after, .entry-categories li:last-of-type:after, .event-categories li:last-of-type:after {
  content: "";
}
.entry-meta a, .entry-categories a, .event-categories a {
  text-decoration: none;
}

.search-results .entry-meta {
  padding-bottom: 0;
}

#events-category-selector-button.ui-button {
  margin-left: auto;
  margin-right: auto;
}

ul.entry-categories, ul.event-categories {
  padding: 0.9375rem 0 0.5rem;
  text-align: center;
  color: #929ea8;
}
ul.entry-categories a, ul.event-categories a {
  color: #929ea8;
}
ul.entry-categories li.current-cat, ul.event-categories li.current-cat {
  color: #253e51;
}
ul.entry-categories li.current-cat a, ul.event-categories li.current-cat a {
  color: #253e51;
}

ul.event-categories {
  padding: 0;
  text-align: left;
}
ul.event-categories a {
  color: #253e51;
}
ul.event-categories a:hover, ul.event-categories a:focus {
  color: #a40c34;
}

.featured-image {
  width: 100%;
  background-color: #63809c;
  margin-bottom: 1.25rem;
  position: relative;
}
@media only screen and (max-width : 43.75rem) {
  .featured-image {
    background-color: white;
  }
}
.featured-image img {
  margin: 0;
  padding: 0;
  max-width: 81.25rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.featured-image .inner-content {
  text-decoration: none;
  max-width: 51.875rem;
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: auto !important;
  border-radius: 0.375rem;
  display: block;
}
.featured-image .inner-content.text-bottom {
  top: auto;
  bottom: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width : 43.75rem) {
  .featured-image .inner-content {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    background-color: #f2f1ef;
    padding-bottom: 3.75rem;
    left: auto;
    transform: none;
    max-width: none;
  }
}
.featured-image .inner-content h1, .featured-image .inner-content h2 {
  font-size: 3rem;
  line-height: 3.25rem;
  letter-spacing: 0.00625rem;
  padding-bottom: 0.375rem;
}
.featured-image .inner-content p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.00625rem;
  padding-bottom: 0.75rem;
  /* 600, 600i  */
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
}

.routes-all-map iframe {
  width: 100%;
}

/****************** Slideshows ********************/
.slick-js, .routes-slick-js, .promos-slide-js {
  /*.slick-next{
  	right: rem(5);
  	margin-right: 0;		
  	@media only screen and (min-width : 62.5rem){
  		right: 0;
  		margin-right: rem(-50);
  	}
  }

  .slick-prev{
  	left: rem(5);
  	margin-left: 0;
  	@media only screen and (min-width : 62.5rem){
  		left: 0;
  		margin-left: rem(-50);
  	}
  }*/
}
.slick-js .slick-arrow, .routes-slick-js .slick-arrow, .promos-slide-js .slick-arrow {
  border: 0 none;
  background-color: transparent;
  font-size: 4.6875rem;
  /*color: $ltblue;*/
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); /*move up half height of arrow */
  z-index: 50;
  /*text-shadow: 1px 1px 3px white;*/
}
.slick-js .slick-arrow:hover, .slick-js .slick-arrow:focus, .routes-slick-js .slick-arrow:hover, .routes-slick-js .slick-arrow:focus, .promos-slide-js .slick-arrow:hover, .promos-slide-js .slick-arrow:focus {
  cursor: pointer;
  /*color: $text;*/
}
.slick-js .slick-dots, .routes-slick-js .slick-dots, .promos-slide-js .slick-dots {
  padding: 0;
  text-align: center;
}
.slick-js .slick-dots li, .routes-slick-js .slick-dots li, .promos-slide-js .slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*&.slick-active{
  	button{
  		background-color: $text;
  	}
  }*/
}
.slick-js .slick-dots button, .routes-slick-js .slick-dots button, .promos-slide-js .slick-dots button {
  font-size: 0;
  line-height: 0;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 50%;
  /*background-color: $ltblue;*/
  border: 0 none;
  margin: 0 0.375rem;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.slick-js .slick-dots button:hover, .slick-js .slick-dots button:focus, .routes-slick-js .slick-dots button:hover, .routes-slick-js .slick-dots button:focus, .promos-slide-js .slick-dots button:hover, .promos-slide-js .slick-dots button:focus {
  cursor: pointer;
  background-color: #a40c34;
}

/****************** END: Slideshows **********************/
/********** Landing and Category Pages ************/
.page-header {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
  background-color: #253e51;
  color: white;
  text-align: center;
  margin-bottom: 1.25rem;
}
.page-header h1 {
  color: white;
  padding-bottom: 0.75rem;
}
.page-header header p {
  padding-bottom: 0.625rem;
}
.page-header header p:last-of-type {
  padding-bottom: 0;
}
.page-header a {
  color: white;
  text-decoration: underline;
}
.page-header a:hover, .page-header a:focus {
  color: white;
  text-decoration-color: white;
}

.page-template-template-route-landing .page-header,
.tax-explore_category .page-header {
  margin-bottom: 0;
}

.tax-explore_category .section-header {
  margin-top: 1.5625rem;
}

.article-slideshow .slick-arrow { /* common .slick-js styles below */
  font-size: 3.125rem;
  color: #253e51;
  text-shadow: 1px 1px 3px white;
}
.article-slideshow .slick-arrow:hover {
  color: #253e51;
}
.article-slideshow .slick-disabled {
  color: #929ea8;
}
.article-slideshow .slick-disabled:hover {
  color: #929ea8;
}
.article-slideshow .slick-next {
  right: 0;
  margin-right: 0.625rem;
}
.article-slideshow .slick-prev {
  left: 0;
  margin-left: 0.625rem;
}

.page-template-template-route-landing {
  /*.article-list{
  	padding: rem(20 0);
  	article{
  		width: 100%;
  		max-width: rem(255); 
  		@media only screen and (min-width : 43.75rem){
  			width: percentage(1/3);
  		}
  		@media only screen and (min-width : 62.5rem){
  			width: percentage(1/4);
  		}
  	}
  }	*/
}
.page-template-template-route-landing .article-block {
  padding: 1.25rem 0 0;
}

/********** END: Landing and Category Pages ************/
/***************** Events **********************/
/************** Event Lists ***************/
.tax-event-categories .ui-selectmenu-button, .page-template-template-events .ui-selectmenu-button {
  position: relative;
  display: block;
  background-color: #929ea8;
  border-radius: 0.1875rem;
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 15rem !important;
  padding: 0;
}
.tax-event-categories .ui-selectmenu-text, .page-template-template-events .ui-selectmenu-text {
  padding: 0.5625rem;
}
.tax-event-categories .ui-icon, .page-template-template-events .ui-icon {
  position: absolute;
  right: 0.3125rem;
  top: 0.5rem;
  font-size: 1.375rem;
  text-indent: 0;
}
.tax-event-categories .ui-icon:before, .page-template-template-events .ui-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  color: white;
}

h2.event-group {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #a40c34;
  border-radius: 0.1875rem;
  color: white;
  padding: 0.375rem 1.25rem;
  margin-left: -1.25rem;
  display: inline-block;
}

.border-bottom {
  border-bottom: 1px solid #929ea8;
}
.border-bottom:last-of-type {
  border-bottom: 0 none;
}

.event-list-item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.event-list-item .wp-post-image {
  padding-top: 0.1875rem;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}
.event-list-item a.zoom:hover .wp-post-image, .event-list-item a.zoom:focus .wp-post-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.event-list-item a {
  text-decoration: none;
}
.event-list-item a:hover h2, .event-list-item a:focus h2 {
  color: #a40c34;
}
.event-list-item .entry-header h2 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.01em;
  padding-bottom: 0.75rem;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.event-list-item .entry-header .event-list-dates {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.375rem;
}
.event-list-item .entry-content p:last-of-type {
  padding-bottom: 0;
}

.events-sidebar.entry-content {
  border-top: 5px solid #a40c34;
  padding-top: 0.625rem;
}
.events-sidebar.entry-content .sidebar-promo {
  padding-bottom: 2.5rem;
}
.events-sidebar.entry-content .sidebar-promo h2 {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.events-sidebar.entry-content a.wp-block-button__link {
  font-size: 0.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.wp-pagenavi {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
}

.em-pagination, .wp-pagenavi {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
}
.em-pagination > *, .wp-pagenavi > * {
  padding: 0 0.625rem;
  color: #929ea8;
}
.em-pagination > a, .wp-pagenavi > a {
  color: #929ea8;
  text-decoration: none;
}
.em-pagination > strong, .em-pagination .current, .wp-pagenavi > strong, .wp-pagenavi .current {
  color: #a40c34;
  text-decoration: underline;
}

/************** END: Event Lists ***********/
/************ Single Event ***********/
article.type-event {
  padding-bottom: 1.875rem;
}

.event-header-row {
  min-height: 21.1875rem;
  margin-bottom: 1.25rem;
  background-color: #253e51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.event-header-row .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.entry-header .event-header-blue {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-header .event-header-blue div {
  padding: 1.25rem 0;
}
.entry-header .event-header-blue h1 {
  padding-bottom: 0.75rem;
}

.event-header-blue--extra-info {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.event-featured-image {
  padding-right: 0;
  padding-left: 0;
  min-height: 21.875rem;
}
.event-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.single-event--breadcrumbs {
  padding-bottom: 1.25rem;
}

.event-sidebar-group {
  padding-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.event-sidebar-group a {
  font-weight: 700;
}
.event-sidebar-group a:hover, .event-sidebar-group a:focus {
  text-decoration-color: #a40c34;
}
.event-sidebar-group h2 {
  color: #a40c34;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-bottom: 0.1875rem;
  text-transform: uppercase;
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
}

.event-supported-by {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-transform: uppercase;
}

.event-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-sponsors li {
  margin: 0;
  padding: 0.625rem;
  display: block;
  width: 9.5rem;
}

/*************** END: Single Event ************/
/**************** Submit Event **********************/
#event-date-explanation {
  padding-bottom: 1.25rem;
  display: block;
}

.em-event-editor {
  /* override crappy styles added by Events manager */
  /* hide region and country */
}
.em-event-editor .inside {
  margin: 0;
}
.em-event-editor p {
  margin-top: 0;
}
.em-event-editor input[type=text], .em-event-editor select, .em-event-editor textarea {
  width: 96%;
  border: 1px solid #929ea8;
  padding: 0.5rem !important;
  color: #253e51;
}
.em-event-editor input[type=text]:focus, .em-event-editor input[type=text]:hover, .em-event-editor select:focus, .em-event-editor select:hover, .em-event-editor textarea:focus, .em-event-editor textarea:hover {
  border: 1px solid #253e51;
}
.em-event-editor textarea {
  height: 10.625rem;
}
.em-event-editor .event-form-submitter p {
  width: 100%;
  display: inline-block;
}
.em-event-editor .event-form-submitter p:first-of-type label:after, .em-event-editor .event-form-submitter p:nth-of-type(2) label:after {
  content: " *";
  color: #a40c34;
}
@media only screen and (min-width : 43.75rem) {
  .em-event-editor .event-form-submitter p {
    width: 49%;
  }
  .em-event-editor .event-form-submitter p:first-of-type, .em-event-editor .event-form-submitter p:last-of-type { /* name and phone left half */
    padding-right: 0.625rem;
  }
  .em-event-editor .event-form-submitter p:nth-of-type(2) { /* email right half */
    padding-left: 0.625rem;
    clear: right;
  }
  .em-event-editor .event-form-submitter p:last-of-type {
    clear: right;
  }
}
.em-event-editor .event-form-submitter label {
  display: block;
}
.em-event-editor .em-time-input {
  width: 6.25rem !important;
}
.em-event-editor .event-form-website p {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width : 43.75rem) {
  .em-event-editor .event-form-website p {
    width: 49%;
  }
  .em-event-editor .event-form-website p:first-of-type { /* name and phone left half */
    padding-right: 0.625rem;
  }
  .em-event-editor .event-form-website p:last-of-type {
    padding-left: 0.625rem;
    clear: right;
  }
}
.em-event-editor .event-form-name:after, .em-event-editor h3.event-form-when:after, .em-event-editor h3.event-form-details:after {
  content: " *";
  color: #a40c34;
}
.em-event-editor .inside.event-form-name, .em-event-editor .inside.event-form-image, .em-event-editor .inside.event-form-details, .em-event-editor .inside.event-form-where {
  padding-bottom: 1.5rem;
}
.em-event-editor .em-date-range input[type=text] {
  width: 7.375rem;
}
.em-event-editor .em-time-range input[type=text] {
  width: auto;
}
.em-event-editor #em-location-data table.em-location-data {
  width: 100%;
}
.em-event-editor #em-location-data table.em-location-data th {
  text-align: right;
}
.em-event-editor #em-location-data table.em-location-data th, .em-event-editor #em-location-data table.em-location-data td {
  vertical-align: middle;
  padding: 0.3125rem;
}
.em-event-editor #em-location-data table.em-location-data input[type=text], .em-event-editor #em-location-data table.em-location-data select {
  width: 90%;
}
.em-event-editor .event-categories select {
  height: 7.1875rem;
  width: auto;
}
.em-event-editor .em-location-data-region, .em-event-editor .em-location-data-country {
  display: none;
}

div.time-picker ul li {
  height: auto;
  /* 400, 700 */
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1em;
  color: #253e51;
  padding: 0.3125rem;
}

/**************** END: Submit Event *********************/
/***************** END: Events **********************/
/************** Share links **************/
.share-container {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.share-container .share-page-h2 {
  color: #a40c34;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding-bottom: 0.1875rem;
  text-transform: uppercase;
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.share-container .social-links {
  padding-top: 0;
}
.share-container .social-links svg {
  fill: white;
  height: 1.625rem;
  width: 1.625rem;
}
.share-container .social-links a:hover, .share-container .social-links a:focus {
  background-color: #253e51;
}
.share-container.event-sidebar-group {
  padding-top: 0;
  padding-bottom: 0.625rem;
}
.share-container.event-sidebar-group .social-links {
  text-align: left;
}
.share-container.event-sidebar-group .social-links li:first-child {
  padding-left: 0;
}

/*************** END: Share links **************/
/***************** END: Main Content ******************/
/***************** Site Footer *******************/
.site-footer--red-block {
  background-color: #a40c34;
  padding: 1.3125rem 0;
}
.site-footer--red-block .entry-content {
  /*.widget_custom_html{
  	max-width: rem(720);
  	padding-right: rem(10);
  	padding-left: rem(10);
  }

  .custom-html-widget{
  	p:last-of-type{
  		margin-bottom: 0;
  	}
  }*/
}
.site-footer--red-block .entry-content * {
  color: white;
}
.site-footer--red-block .entry-content h2 {
  /* 600, 600i  */
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 0.375rem;
}
.site-footer--red-block .entry-content .wp-block-button {
  padding-bottom: 0;
}
.site-footer--red-block .wp-block-button__link {
  border: 2px solid white !important;
  background-color: #253e51 !important;
  color: white !important;
}
.site-footer--red-block .wp-block-button__link:hover, .site-footer--red-block .wp-block-button__link:focus {
  border: 2px solid white; /* overwrite a hover bottom border color change */
  background-color: #63809c;
}

.site-footer--top {
  background-color: #253e51;
  color: #f2f1ef;
  padding: 1.25rem 0;
}
.site-footer--top * {
  color: #f2f1ef;
}
.site-footer--top .wp-block-button__link, .site-footer--top .button {
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #a40c34;
  border-radius: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1em;
  display: inline-block;
  padding: 0.875rem 1.25rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  position: relative;
  border: 0 none;
  border: 1px solid #f2f1ef;
  color: #f2f1ef;
  background-color: #a40c34;
  font-size: 0.875rem;
  padding: 0.375rem 0.4375rem;
}
.site-footer--top .wp-block-button__link:hover, .site-footer--top .wp-block-button__link:focus, .site-footer--top .button:hover, .site-footer--top .button:focus {
  color: white;
  background-color: #c60c34;
  cursor: pointer;
}
.site-footer--top .wp-block-button__link:hover, .site-footer--top .wp-block-button__link:focus, .site-footer--top .button:hover, .site-footer--top .button:focus {
  border: 1px solid #f2f1ef; /* overwrite a hover bottom border color change */
  background-color: #c60c34;
}
.site-footer--top .bikefed-logo {
  width: 12.5rem;
}
.site-footer--top .bikefed-logo .st0 {
  fill: #f2f1ef;
}
.site-footer--top .bikefed-logo .st1 {
  fill: #f2f1ef;
}
.site-footer--top .bikefed-logo .st2 {
  fill: #f2f1ef;
}
.site-footer--top .bikefed-logo .circle {
  fill: #253e51;
}
.site-footer--top svg {
  padding-bottom: 0.625rem;
}
.site-footer--top .no-line {
  padding-left: 0.9375rem; /* to add content padding between vertical lines */
  padding-right: 0.9375rem;
}
.site-footer--top .inner-div {
  padding: 1.25rem 0;
}
@media only screen and (min-width : 43.75rem) {
  .site-footer--top .inner-div {
    padding: 0.625rem 0;
  }
}
.site-footer--top .line-right .inner-div {
  border-bottom: 1px solid #929ea8;
}
@media only screen and (min-width : 43.75rem) {
  .site-footer--top .line-right {
    border-right: 1px solid #929ea8;
    padding-right: 0.9375rem;
  }
  .site-footer--top .line-right .inner-div {
    border-bottom: 0 none;
  }
}
.site-footer--top .line-left .inner-div {
  border-top: 1px solid #929ea8;
}
@media only screen and (min-width : 43.75rem) {
  .site-footer--top .line-left {
    border-left: 1px solid #929ea8;
    padding-left: 0.9375rem;
  }
  .site-footer--top .line-left .inner-div {
    border-top: 0 none;
  }
}
.site-footer--top h2 {
  font-size: 1.75rem;
  line-height: 120%;
  /* 400, 700 */
  font-family: "Ringside Compressed A", "Ringside Compressed B";
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0.25rem;
}
.site-footer--top .footer-left p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding-bottom: 0.75rem;
}
.site-footer--top .footer-middle p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 1.25rem;
}
.site-footer--top .menu-footer-menu-container ul {
  list-style: none;
  padding: 0;
}
.site-footer--top .menu-footer-menu-container li {
  padding-bottom: 0.4375rem;
}
.site-footer--top .menu-footer-menu-container a {
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.site-footer--top .menu-footer-menu-container a:hover, .site-footer--top .menu-footer-menu-container a:focus {
  text-decoration: underline;
}
.site-footer--top .gform_body .gfield {
  padding-bottom: 0.625rem;
}
.site-footer--top .gform_body label {
  font-size: 0.8125rem;
  line-height: 1.2;
}
.site-footer--top .gform_body input[type=text],
.site-footer--top .gform_body input[type=email],
.site-footer--top .gform_body input[type=url],
.site-footer--top .gform_body input[type=password],
.site-footer--top .gform_body input[type=search],
.site-footer--top .gform_body input[type=number],
.site-footer--top .gform_body input[type=tel],
.site-footer--top .gform_body input[type=range],
.site-footer--top .gform_body input[type=date],
.site-footer--top .gform_body input[type=month],
.site-footer--top .gform_body input[type=week],
.site-footer--top .gform_body input[type=time],
.site-footer--top .gform_body input[type=datetime],
.site-footer--top .gform_body input[type=datetime-local],
.site-footer--top .gform_body input[type=color],
.site-footer--top .gform_body textarea {
  background-color: #929ea8;
  border-radius: 3px;
  border: 0 none;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #253e51;
  letter-spacing: 0.025em;
  padding: 0.4375rem;
  width: 100%;
}
@media only screen and (min-width : 62.5rem) {
  .site-footer--top .gform_body .left-two-third {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width : 62.5rem) {
  .site-footer--top .gform_body .left-half, .site-footer--top .gform_body .right-half {
    width: 50%;
  }
}
@media only screen and (min-width : 62.5rem) {
  .site-footer--top .gform_body .left-two-third, .site-footer--top .gform_body .left-half {
    padding-right: 0.3125rem;
  }
}
@media only screen and (max-width : 62.5rem) {
  .site-footer--top .gform_body .left-two-third, .site-footer--top .gform_body .left-half {
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width : 62.5rem) {
  .site-footer--top .gform_body .right-half, .site-footer--top .gform_body .right-third {
    padding-left: 0.3125rem;
  }
}
@media only screen and (max-width : 62.5rem) {
  .site-footer--top .gform_body .right-half, .site-footer--top .gform_body .right-third {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width : 62.5rem) {
  .site-footer--top .gform_body .right-third {
    width: 33.3333333333%;
  }
}
.site-footer--top .gform_footer {
  padding-top: 0.625rem;
}

.site-footer--bottom {
  padding: 0.9375rem 0 1.25rem;
  text-align: center;
  color: #f2f1ef;
  /* 700 */
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
}
.site-footer--bottom * {
  color: #f2f1ef;
}
.site-footer--bottom p {
  padding-bottom: 0.4375rem;
}
.site-footer--bottom a {
  text-decoration: none;
}
.site-footer--bottom a:hover, .site-footer--bottom a:focus {
  text-decoration: underline;
}
.site-footer--bottom p.big {
  padding-right: 0.1875rem;
}
.site-footer--bottom p.big, .site-footer--bottom .site-footer--privacy-menu {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: inline-block;
}
.site-footer--bottom .site-footer--privacy-menu {
  padding: 0;
}
.site-footer--bottom .site-footer--privacy-menu li {
  display: inline-block;
  padding: 0 0.1875rem;
}
.site-footer--bottom .site-footer--privacy-menu li.current_page_item {
  text-decoration: underline;
}
.site-footer--bottom p.small {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.social-links {
  padding: 2.5rem 0 1.25rem;
  text-align: center;
}
.social-links li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5625rem;
}
.social-links a {
  display: inline-block;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: #929ea8;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  padding-top: 0.3125rem;
}
.social-links a:hover, .social-links a:focus {
  background-color: #f2f1ef;
}
.social-links svg {
  fill: #253e51;
  width: 2.1875rem;
  height: 2.1875rem;
}

/***************** END: Site Footer ***************/