html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 60%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
}  :root {
--spacer: 1.5rem;
--sm-spacer: 1rem;
--lg-spacer: 2rem;
}
@media (min-width: 1100px) {
:root {
--spacer: 2rem;
--sm-spacer: 1.25rem;
--lg-spacer: 2.75rem;
}
}
.wp-block-group,
.wp-block-separator,
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-gallery,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-file,
.wp-block-buttons,
.wp-block-table,
.wp-block-cover,
.wp-block-media-text,
.wp-block-columns,
.wp-block-social-links,
.wp-block-search,
.wp-block-navigation,
.wp-block-embed {
margin-top: var(--spacer);
margin-bottom: var(--spacer);
} html {
font-size: 16px;
}
body {
--wp--preset--font-size--small: 14px;
--wp--preset--font-size--medium: 16px;
--wp--preset--font-size--large: 18px;
}
.has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; } 
.has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
@media screen and (min-width: 1440px) {
html {
font-size: 20px;
}
body {
--wp--preset--font-size--small: 18px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 22px;
}
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--black);
font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 
font-size: 1rem;
line-height: 1.5;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h2, h3, h4, h5, h6 {
margin-top: var(--spacer);
line-height: 1.3;
}
h2, h3 {
margin-bottom: var(--sm-spacer);
}
h4, h5, h6 {
margin-bottom: .5em;
}
h1,
h1.page-title {
font-size: 1.5rem;
color: #000;
margin: .2em auto .5em;
line-height: 1.2;
font-weight: normal;
max-width: 800px;
}
h2 {
font-size: 1.5rem;
}
.search-results h1.page-title {
margin-bottom: 0;
}
.search-results h1.page-title a {
text-decoration: none;
}
.search-results p {
margin-top: 0;
}
h3 {
font-size: 1.25rem;
}
h3.site-tagline {
display: none;
}
h4 {
font-size: 1.15rem;
text-transform: uppercase;
}
h5 {
font-size: 1.1rem;
}
h6 {
font-size: 1rem;
}
@media screen and (min-width:768px) {
h1,
h1.page-title {
font-size: 5vw;
}
h3.site-tagline {
display: block;
margin: 0;
font-style: italic;
color: var(--orange);
line-height: 1.2;
font-size: 1.2rem;
letter-spacing: .1em;
padding: .75em 0 .75em var(--sm-spacer);
border-left: 2px solid var(--orange);
}
}
@media screen and (min-width:1100px) {
h1,
h1.page-title {
font-size: 2.5rem;
}
}
@media screen and (min-width:1440px) {
h3.site-tagline {
font-size: .9rem;
text-align: center;
border: none;
padding: 0;
}
} p {
margin-top: 0;
margin-bottom: var(--spacer);
}
.wp-block-group__inner-container > p:last-child,
.wp-block-column > p:last-child {
margin-bottom: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #fff;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 18px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 0;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 1em 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ol > li {
margin-bottom: .5em;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: var(--blue);
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: var(--orange);
}
a:focus,
a:hover,
a:active {
outline: 0;
}
@media screen and (max-width: 767px) {
.race-calendar a,
.entry-content a {
overflow-wrap: anywhere;
hyphens: none;
}
}
a.post-edit-link {
text-decoration: none;
color: #999;
display: inline-block;
padding: .5em 0;
font-size: .9em;
}
a.post-edit-link:after {
content: "\f327";
font-family: "dashicons";
}
.comments-link, .cat-links, .tags-links {
font-size: .8em;
}
.single-post .posted-on {
font-weight: bold;
} input[type="button"],
input[type="reset"],
input[type="submit"] {
background: var(--orange);
border: 0;
border-radius: 9em;
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
padding: .3em 2em;
color: #fff;
transition: all 0.2s ease;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff;
background: var(--blue);
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
color: #000;
background: var(--ltblue);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #999;
border-radius: 4px;
padding: 3px 10px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
position: absolute;
z-index: 2;
right: 0;
top: 44px;
}
.clicky-menu {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
font-size: 1.1rem;
}
.toggled .clicky-menu {
background: rgba(255,255,255,.95);
width: 100vw;
position: absolute;
right: 0;
top: calc(100% + .5em);
display: flex; 
flex-direction: column;
}
.clicky-menu ul {
box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.2);
position: absolute;
top: 100%; 
right: -1440px;
z-index: 99999;
background: transparent;
transition: right 0.6s ease;
list-style: none;
margin: 0;
padding: 0;
}
.toggled .clicky-menu ul {
display: block;
}
.clicky-menu ul[aria-hidden="false"] {
right: 0;
}
.clicky-menu ul ul {
right: -1440px;
}
.toggled .clicky-menu ul ul {
display: block;
}
.clicky-menu li {
position: relative;
}
.clicky-menu button,
.clicky-menu a {
display: block;
font-size: 1em;
text-decoration: none;
background: var(--ltblue);
color: var(--black);
padding: .75em 1.25em;
text-align: right;
letter-spacing: .02em;
border-bottom: 1px solid #333;
transition: all 0.3s ease;
width: 100%;
border-width: 0 0 1px 0;
}
.clicky-menu ul a {
font-size: .9em;
border-color: #ccc;
font-weight: normal;
line-height: 1.3;
padding: .75em 1.25em;
background: #f0f3ff;
}
.clicky-menu > li > button:after {
position: static;
content: "\f347";
font-family: 'dashicons';
display: inline-block;
margin-left: .25em;
font-weight: normal;
color: #555;
vertical-align: text-top;
}
.clicky-menu > li > button[aria-expanded="true"] {
font-weight: bold;
}
.clicky-menu a:not([href]) {
cursor: cell;
}
.clicky-menu a:hover,
.clicky-menu a:active,
.clicky-menu a:focus {
outline: none;
}
.clicky-menu .current-menu-item > a {
font-weight: bold;
cursor: default;
} .menu-button-text {
display: none;
}
.menu-toggle {
display: inline-block;
color: #FFF;
background: var(--blue);
border: none;
cursor: pointer;
padding: .75rem;
border-radius: 50%;
margin-right: .5em;
transition: background 0.3s ease;
outline: 0;
box-shadow: none;
}
.popthrough .menu-toggle {
position: absolute;
top: 6px;
right: 10px;
padding: .5rem;
}
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
color: white;
background: var(--orange);
outline: none;
}
.close-icon,
.hamburger-icon {
width: 24px !important;
height: 16px !important;
vertical-align: middle;
max-width: unset !important;
}
.hamburger-icon {
display: inline-block;
}
.close-icon {
display: none;
}
.toggled .hamburger-icon {
display: none;
}
.toggled .close-icon {
display: inline-block;
}
.main-navigation.toggled {
z-index: 104;
}
.main-navigation.popthrough {
left: auto;
position: fixed;
top: 0;
right: 0;
width: auto;
background: transparent;
z-index: 100;
width: 100%;
}
.main-navigation.popthrough.toggled {
right: 0;
}
.menu-social {
display: flex;
justify-content: flex-end;
}
.footer-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.site-footer {
font-size: .8rem;
background: #f60;
color: white;
padding: 1rem;
text-align: center;
}
.site-footer a {
color: white;
text-decoration: none;
}
.site-footer a:hover,
.site-footer a:active {
color: black;
}
#fatFooter {
margin-bottom: 1rem;
}
#fat-footer > li {
margin-bottom: .25em;
}
#fat-footer > li > a {
font-weight: bold;
padding: 0;
line-height: 1.2;
display: inline-block;
text-transform: uppercase;
}
#fat-footer ul a {
line-height: 1.2;
}
#fat-footer ul {
display: none;
}
#thin-footer {
margin-bottom: 4rem;
}
#thin-footer > li {
margin-bottom: .25em;
}
@media screen and (min-width: 768px) {
.main-navigation {
position: static;
}
.toggled .clicky-menu {
top: 100%;
}
.popthrough.toggled .clicky-menu {
top: 72px;
}
}
@media screen and (min-width: 1440px) {
.menu-toggle {
display: none;
}
.clicky-menu {
position: relative;
font-size: 1rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0;
background: transparent;
border: 0;
margin: 0;
gap: .25rem;
}
.clicky-menu > li > button:after {
color: #aaa;
}
.clicky-menu > li.menu-item-has-children > button[aria-expanded="true"]:after {
content: "\f343";
}
.clicky-menu > li > button[aria-expanded="true"] {
background-color: transparent;
color: var(--orange);
}
.clicky-menu > li {
padding: 0;
font-size: inherit;
text-align: center;
white-space: nowrap;
}
.clicky-menu button,
.clicky-menu a {
font-weight: 600;
padding: .7em .5em;
border: 0;
background: transparent;
font-size: .9em;
letter-spacing: 0;
text-align: left;
}
.clicky-menu > li > a,
.clicky-menu > li > button {
cursor: pointer;
color: #555;
font-size: .85rem;
text-transform: uppercase;
}
.clicky-menu > li > a:hover,
.clicky-menu > li > a:focus,
.clicky-menu > li > button:hover,
.clicky-menu > li > button:focus	{
color: var(--orange);
} .clicky-menu ul {
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: unset;
visibility: hidden;
background-color: var(--white);
padding: 5px;
font-size: 1rem;
min-width: 100%;
width: auto;
flex: 0 0 auto;
transition: visibility 0.3s ease;
}
.clicky-menu ul a,
.clicky-menu ul button {
color: #555;
}
.clicky-menu ul a:hover,
.clicky-menu ul a:focus,
.clicky-menu ul button:hover,
.clicky-menu ul button:focus	{
background-color: #eee;
}
.clicky-menu ul ul {
display: none !important;
}
.popthrough .clicky-menu {
padding-left: 0;
}
.admin-bar .main-navigation.popthrough {
top: 32px;
}
.main-navigation.popthrough {
max-width: 60%;
left: auto;
padding-top: 8px;
} .clicky-menu.no-js li:hover > ul {
visibility: visible;
}
.clicky-menu.no-js li:focus-within > ul { visibility: visible;
}
.clicky-menu ul[aria-hidden="false"] {
visibility: visible;
position: absolute;
width: auto;
min-width: 100%;
background-color: var(--white);
padding: 5px;
right: auto;
} .clicky-menu .sub-menu--right {
left: auto !important;
right: 0 !important;
}
.clicky-menu ul a {
display: block;
color: var(--black);
font-size: .8em;
line-height: 1.2;
padding: 6px 1em;
background: var(--white);
}
.clicky-menu ul a:hover,
.clicky-menu ul a:focus {
background: var(--ltblue);
color: var(--black);
}
.clicky-menu ul .current-menu-item a:hover {
background: transparent;
}
.clicky-menu > li.current-menu-item > a,
.clicky-menu > li.current_page_item > a,
.clicky-menu > li.current-menu-ancestor > a,
.clicky-menu > li.current-menu-ancestor > button,
.clicky-menu > li.current_page_ancestor > a,
.clicky-menu > li.current_page_ancestor > button {
color: var(--orange);
}
}
@media screen and (min-width: 768px) {
.site-footer {
padding: 2em 1em 4em;
}
#fat-footer {
display: flex;
justify-content: center;
flex-wrap: wrap;
text-align: left;
padding-top: 0;
margin-left: auto;
margin-right: auto;
width: 96%;
max-width: 1500px;
}
#fat-footer li {
margin: 0 0 .7em 0;
}
#fat-footer > li {
padding: 0 1rem;
margin-bottom: 3em;
}
#fat-footer > li > a {
font-weight: bold;
}
#fat-footer a {
display: block;
}	
#fat-footer ul {
display: block;
}
#fat-footer ul ul {
display: none;
}
#fat-footer > li:first-child ul ul {
display: block;
}
#fat-footer > li > ul {
margin-top: .7em;
}
#fat-footer > li > ul > li {
font-size: .82em;
line-height: 1.3;
margin: 0 0 .35em 0;
}
#fat-footer > li:first-child > ul > li {
margin-bottom: .7em;
}
#fat-footer > li:first-child ul ul li {
margin-bottom: 0;
}
#fat-footer > li:first-child > ul > li > a {
text-transform: uppercase;
}
#fat-footer > li > ul > li a {
font-weight: normal;
}
#thin-footer {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: var(--sm-spacer);
text-align: center;
padding-top: 0;
margin-left: auto;
margin-right: auto;
width: 96%;
max-width: 1500px;
}
}
@media screen and (min-width: 1024px) {
.admin-bar .main-navigation.popthrough .menu-toggle {
top: 0;
}
}
@media screen and (min-width: 1100px) {
#fat-footer > li {
flex: 1;
}
}
@media screen and (min-width: 1440px) {
#fat-footer > li > ul > li {
font-size: .9em;
}
} .menu-secondary-nav-container {
order: 0;
flex: 1 1 100%;
}
ul.nav-secondary {
list-style: none;
margin: 0;
padding: 0;
color: #000;
font-size: .7rem;
}
ul.nav-secondary li {
display: inline-block;
color: #555;
white-space: nowrap;
}
ul.nav-secondary li:after {
content: "|";
}
ul.nav-secondary li:last-child:after {
content: "";
}
ul.nav-secondary li a {
text-decoration: none;
color: #555;
text-transform: uppercase;
display: inline-block;
margin-left: .2em;
margin-right: .4em;
font-weight: 600;
padding: 0;
}
ul.nav-secondary li a:hover {
color: #111;
}
.mg2022-social {
padding: 0;
display: flex;
justify-content: center;
gap: 10px;
}
#colophon .mg2022-social {
gap: var(--sm-spacer);
}
.mg2022-social a {
display: block;
color: #FFF;
background-color: #000;
text-decoration: none;
border-radius: 50%;
padding: 5px;
transition: background-color 0.3s ease;
}
.header-bar .mg2022-social a {
padding: 5px;
}
.mg2022-social .dashicons,
.mg2022-social .dashicons-before:before {
display: block;
font-size: 18px;
width: 18px;
height: 18px;
}
.mg2022-social a.icon-strava {
padding: 5px 8px;
}
.mg2022-social a.icon-strava img {
width: 12px;
height: 18px;
display: block;
max-width: unset;
}
.mg2022-social a:hover {
background-color: var(--blue);
}
@media screen and (min-width: 768px) {
.mg2022-social {
padding: 0;
order: unset;
}
.menu-secondary-nav-container {
margin-left: 2%;
order: unset;
flex: 0 1 28%;
align-self: center;
}
ul.nav-secondary {
display: flex;
justify-content: center;
flex-wrap: wrap;
font-size: 1em;
text-align: right;
}
ul.nav-secondary li a {
margin-left: .5em;
margin-right: .5em;
}
.mg2022-social .dashicons,
.mg2022-social .dashicons-before:before {
font-size: 16px;
width: 16px;
height: 16px;
}
.mg2022-social a.icon-strava {
padding: 5px 7.5px;
}
.mg2022-social a.icon-strava img {
width: 11px;
height: 16px;
}
}
@media screen and (min-width: 1100px) {
.menu-secondary-nav-container {
flex-basis: auto;
}
}
@media screen and (min-width: 1440px) {
.menu-secondary-nav-container {
margin-left: 8%;
}
ul.nav-secondary {
justify-content: flex-end;
flex-wrap: nowrap;
}
.mg2022-social {
padding: 0;
margin: 0 1%;
}
.mg2022-social a {
line-height: 20px;
}
.mg2022-social .dashicons,
.mg2022-social .dashicons-before:before {
font-size: 20px;
width: 20px;
height: 20px;
}
.mg2022-social a.icon-strava {
padding: 5px 8px;
}
.mg2022-social a.icon-strava img {
width: 14px;
height: 20px;
}	
}
span.widescreen { display: none; }
@media screen and (min-width: 1100px) {
span.widescreen { display: inline; }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 1.5em auto;
max-width: 1100px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 0 1 49%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 0 1 49%;
margin-left: auto;
}
.nav-links a {
display: inline-block;
font-size: .85em;
padding: 1em 1.5em;
border: 1px solid #888;
text-decoration: none;
color: #000;
height: 100%;
transition: background 0.3s ease;
}
.nav-links .nav-title {
text-transform: uppercase;
line-height: 1.3;
letter-spacing: .1em;
vertical-align: middle;
}
.nav-links .nav-subtitle {
font-size: 1.75em;
vertical-align: -25%;
line-height: .5;
}
.nav-links .nav-previous .nav-subtitle {
margin-right: .5em;
}
.nav-links .nav-next .nav-subtitle {
margin-left: .5em;
}
.nav-links a:hover {
background-color: #eee;
color: #000;
} nav.navigation.pagination {
margin-top: 1em;
margin-bottom: 1em;
}
nav.navigation.pagination.racelist.bottom {
margin-top: 2rem;
}
.pagination .nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: .5em;
flex-wrap: wrap;
}
.pagination.memberlist .nav-links {
justify-content: flex-end;
}
.pagination .nav-links a.page-numbers {
padding: .4em .667em;
}
.pagination .nav-links .page-numbers.current {
font-size: .85em;
padding: .4em .667em;
border: 1px solid #000;
background: var(--ltblue);
color: #000;
}
.pagination .displaying {
font-size: .85em;
margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
nav.pagination.memberlist {
display: grid;
gap: var(--spacer);
align-items: center;
grid-template-columns: 1fr 2fr;
}
.pagination .displaying {
margin-bottom: 0;
}
.header-with-pagination {
display: flex;
gap: 2rem;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.header-with-pagination h2 {
margin: 0;
}
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content {
margin: 1.5em 0 0;
}
.entry-summary,
.entry-content {
margin: 0 auto;
max-width: 800px;
}
.entry-content {
padding: 0 0 var(--spacer) 0;
}
.home .entry-content {
padding: var(--sm-spacer) 0;
}
.site-main {
padding: 0 1rem;
}
@media screen and (min-width: 1120px) {
.entry-content.alignwide.page-columns {
display: flex;
gap: 2em;
}
.page-columns > div {
flex-basis: 50%;
}
}
@media screen and (min-width: 1440px) {
.entry-content.alignwide.page-columns {
width: 1400px;
max-width: 1400px;
margin: var(--sm-spacer) calc(50% - 700px);
}
}
@media screen and (min-width: 1440px) {
.site-main {
padding: 0;
}
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.single-post .entry-meta {
margin-top: 1em;
margin-bottom: 1em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget_block {
margin-bottom: 2rem;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .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;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}    .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.alignwide,
figure.wp-block-gallery.alignwide {
width: 100%;
max-width: 100%;
margin: 1.5rem 0;
}
.alignfull {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;	
}
.has-sidebar .alignfull {
width: 100%;
position: static;
left: auto;
right: auto;
margin-left: 0;
margin-right: 0;
}
@media screen and (min-width: 768px) {
:not(.has-sidebar) .alignwide, 
:not(.has-sidebar) figure.wp-block-gallery.alignwide {
width: 94vw;
max-width: 94vw;
margin: var(--sm-spacer) calc(50% - 47vw);
}
}
@media screen and (min-width: 1120px) {
:not(.has-sidebar) .alignwide, 
:not(.has-sidebar) figure.wp-block-gallery.alignwide {
width: 1100px;
max-width: 1100px;
margin: var(--sm-spacer) calc(50% - 550px);
}
}
@media screen and (min-width: 1440px) {
.tile-menu.alignwide {
width: 1400px;
max-width: 1400px;
margin: var(--sm-spacer) calc(50% - 700px);
}
}  .c-accordion__title {
background: var(--orange);
text-transform: uppercase;
font-size: 1.1em;
border-radius: 0 9em 9em 0;
font-weight: bold;
padding: .3em 2em;
color: #fff;
transition: all 0.2s ease;
}
.c-accordion__title:after {
color: inherit;
content: "+";
font-weight: bold;
right: 1em;
}
.c-accordion__title:hover,
.is-open .c-accordion__title {
background: var(--ltblue);
color: #000;
} .has-sidebar #columns-holder {
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.has-sidebar .site-main {
padding: 0;
}
.has-sidebar h1, .has-sidebar h1.page-title,
.has-sidebar #breadcrumbs,
.has-sidebar .archive-menu,
.has-sidebar .entry-summary,
.has-sidebar .entry-content {
max-width: 100%;
}
.has-sidebar #sidebar h2 {
font-weight: normal;
text-transform: uppercase;
text-align: center;
padding: .25em 1em;
background-color: #eee;
}
@media screen and (min-width: 768px) {
.has-sidebar #columns-holder {
display: flex;
justify-content: space-between;
}
.has-sidebar #primary {
flex-basis: 68%;
}
.home.has-sidebar #primary {
padding-top: 1.5rem;
}
.has-sidebar #sidebar {
flex-basis: 25%;
font-size: .85rem;
padding-top: 3rem;
}
.has-sidebar #sidebar h2 {
font-size: 1.3em;
}
}
@media screen and (min-width: 1440px) {
.has-sidebar #columns-holder {
max-width: 1420px;
}
} .site-header {
position: relative;
}
.site-header img.attachment-feature-mobile,
.site-header img.attachment-post-thumbnail {
width: 100%;
}
.secondary-nav {
background: var(--orange);
color: white;
padding: .5em 1em;
display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--sm-spacer);
flex-wrap: wrap;
font-size: 13px;
}
.secondary-nav a {
color: white;
}
.secondary-nav a:hover {
color: white;
text-decoration: underline;
}
.secondary-nav a:hover .dashicons {
text-decoration: none;
}
.secondary-nav img,
.secondary-nav .dashicons {
margin-right: 4px;
}
.site-header .search-form label {
display: flex;
gap: 4px;
}
.site-header .search-form label:before {
font-family: 'dashicons';
content: "\f179";
font-size: 24px;
color: white;
line-height: 1;
cursor: pointer;
}
.site-header .search-field {
background-color: transparent;
border: none;
cursor: pointer;
height: 24px;
margin: 0;
padding: 0;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition:         width 400ms ease, background 400ms ease;
width: 1px;
}
.site-header .search-field:focus {
background-color: white;
border-radius: 0;
cursor: text;
outline: 0;
padding: 0 6px;
width: 10em;
font-size: 13px;
font-family: inherit;
}
.site-header .search-form .search-submit {
display: none;
}
@media screen and (min-width: 768px) {
.site-header .search-field:focus {
width: 200px;
font-size: 16px;
}
}
.site-header .sign-up img {
transform: scaleX(-1);
display: inline-block;
height: 20px;
vertical-align: top;
margin-right: 3px;
}
.secondary-nav .extra {
display: none;
}
@media screen and (min-width: 768px) {
.secondary-nav .extra {
display: inline;
}
}
#breadcrumbs {
color: #555;
font-size: .85rem;
margin-top: .5em;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
#breadcrumbs a {
text-decoration: none;
color: #555;
}
#breadcrumbs a:hover {
color: #000;
}
#breadcrumbs .breadcrumb_last {
color: #000;
}
#mastheadphantom {
position: fixed;
display: none;
width: 100%;
background: rgba(255,255,255,.95);
top:0;
left:0;
z-index: 3;
height: auto;
padding-bottom: 0;
border-bottom: 2px solid #ccc;
}
.site-branding {
padding: 0;
position: relative;
max-width: 33%;
z-index: 3;
}
.site-branding a,
.site-branding img {
display: block;
}
#mastheadphantom .site-branding {
padding: 5px;
position: static;
max-width: 30%;
width: 167px;
margin-top: 0;
margin-right: 4%;
order: unset;
}
.custom-logo-link {
padding: 0;
margin-right: auto;
margin-left: auto;
display: block;
}
.custom-logo-link img {
display: block;
margin: 0 auto;
}
.mg2022-search {
display: inline-block;
margin-left: 2em;
}
#mastheadphantom .mg2022-search {
margin-left: 0;
}
#mastheadphantom .mg2022-search a {
text-decoration: none;
display: block;
}
.layout-helper {
display: flex;
justify-content: flex-start;
align-items: center;
padding: .25rem 1rem;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
}
.video-holder {
margin: 0;
}
.video-holder video {
display: block;
}
.header-bar {
padding: .5em 0 .5em .5em;
display: flex;
gap: 10px;
flex-wrap: wrap;
align-items: center;
background-color: #fff;
}
@media screen and (min-width:768px) {
.header-bar {
font-size: .65rem;
flex-wrap: nowrap;
justify-content: space-between;
gap: var(--spacer);
margin: 0;
padding: 1rem 16px .7rem;
position: relative;
z-index: 4;
}
.site-branding {
order: unset;
z-index: 103;
margin-top: 0; margin-right: 0;
max-width: unset;
display: flex;
align-items: center;
gap: var(--sm-spacer);
}
.custom-logo-link {
max-width: unset;
}
.admin-bar #mastheadphantom {
top: 44px;
}
#mastheadphantom {
border-bottom: 0;
box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#masthead .site-logo img {
max-width: 70%;
}
#mastheadphantom .site-branding {
padding: 10px 20px 8px;
max-width: 167px;
}  .custom-logo-link {
margin: 0;
display: inline-block;
position: relative;
z-index: 2;
flex-basis: 280px;
}
.mg2022-search {
margin-left: 0;
}
}
@media screen and (min-width: 1024px) {
.admin-bar #mastheadphantom {
top: 32px;
}
}
@media screen and (min-width: 1100px) {	
#mastheadphantom .site-logo img {
max-width: 100%;
}
.mg2022-search {
margin-left: .2em;
}
.header-bar {
font-size: .75rem;
}
}
@media screen and (min-width: 1440px) {	
.site-branding {
display: block;
}
.header-bar {
flex-wrap: nowrap;
justify-content: center;
align-items: center;
gap: var(--sm-spacer);
padding: .5rem 0;
}
.custom-logo-link img {
max-width: 250px;
}
#mastheadphantom .site-branding {
padding: 0;
margin-top: 0;
}
}
#toplink {
position: fixed;
bottom: 10px;
right: 10px;
display: none;
z-index: 99;
}
#toplink a {
display: inline-block;
background: var(--ltblue);
color: #000;
border-radius: 3em;
text-decoration: none;
text-transform: uppercase;
padding: 8px 14px;
font-size: 1rem;
transition: all 0.3s ease;
}
#toplink a:hover {
background: var(--blue);
color: #fff;
}
#toplink a span {
display: none;
margin-right: 10px;
}
#toplink a:after {
content: "\f343";
font-family: 'dashicons';
display: inline-block;
font-weight: bold;
} a[href$=".pdf"]:before {
font-family: 'Dashicons';
content: "\f190";
color: #d00;
padding-right: .2rem;
text-decoration: none;
font-weight: normal;
display: inline-block;
vertical-align: middle;
font-size: 1.2em;
line-height: 1;
}
.wp-block-file a[href$=".pdf"].wp-block-file__button:before {
content: "\f316";
vertical-align: text-bottom;
padding-right: .1em;
}
.wp-block-file a.wp-block-file__button {
background: var(--orange);
font-size: .85em;
font-weight: bold;
text-transform: uppercase;
}
a.wp-block-file__button[href$=".pdf"]:before,
a.wp-block-button__link[href$=".pdf"]:before {
color: #fff;
}
.wp-block-file a.wp-block-file__button:hover {
background: var(--red);
opacity: 1;
}
.newsletters-grid {
gap: var(--sm-spacer) !important;
align-items: stretch !important;
}
.newsletters-grid > div {
padding: 1em;
border: 1px solid #ccc;
background: #f6f6f6;
flex-basis: 16.5em;
}
.newsletters-grid .wp-block-file {
margin-top: 0;
margin-bottom: 0;
}
.newsletters-grid .wp-block-file > a:first-child {
font-size: 1.2em;
font-weight: bold;
color: #000;
text-decoration: underline solid var(--orange);
}
.newsletters-grid .wp-block-file > a:first-child:hover {
color: var(--red);
}
.newsletters-grid .wp-block-file a.wp-block-file__button {
font-size: .75em;
text-transform: lowercase;
font-weight: normal;
padding: .35em .75em;
}
.newsletters-grid ul {
list-style: none;
margin: .5em 0 0 0;
padding-left: 0;
font-size: .85em;
}
.exceptions-archive .exception {
font-size: .8rem;
line-height: 1.4;
}
.exceptions-archive .exception h5 {
margin-top: 0;
margin-bottom: .52em;
font-size: 1.2em;
}
.exceptions-archive .exception h5 a {
color: black;
text-decoration: none;
}
.exceptions-archive .exception h5 a:hover {
color: var(--orange);
}
.exceptions-archive .exception img.flag {
width: 30px;
height: 18px;
margin-left: .25em;
margin-right: .25em;
}
.exceptions-archive .exception p {
margin: .5em 0;
}
.exceptions-archive .exception .wp-block-buttons {
justify-content: center;
display: flex;
margin-top: 1em;
margin-bottom: 0;
}
.exceptions-archive .exception .wp-block-button__link {
font-size: .85em;
}
@media screen and (min-width: 768px) {
.exceptions-archive {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--spacer);
}
.exceptions-archive .exception {
margin-bottom: 0;
position: relative;
padding: 1em;
border: 1px solid #ccc;
}
}
.wp-block-buttons {
margin-bottom: 1em;
}
.wp-block-button {
padding: 0;
}
.wp-block-buttons.is-vertical>.wp-block-button {
margin-bottom: 1em;
}
.wp-block-button__link {
background: var(--orange);
border-radius: 9em;
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
padding: .3em 1.2em;
color: #fff;
transition: all 0.3s ease;
}
.is-style-alt-col .wp-block-button__link {
background: var(--red);
}
.wp-block-button__link.mini {
font-size: .75rem;
padding: .3em .8em;
border-radius: 3px;
margin-left: .5em;
}
.wp-block-button__link:hover {
color: #fff;
background: var(--blue);
padding: .3em 1.75em;
}
.wp-block-button__link.mini:hover {
padding: .3em .8em;
}
a.wp-block-button__link[href$=".pdf"]:before {
color: #fff;
}
a.wp-block-post-excerpt__more-link {
background: var(--orange);
color: white;
padding: .5em 1.25em;
border-radius: 9em;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
}
a.wp-block-post-excerpt__more-link:hover {
background: var(--red);
}
p.wp-block-post-excerpt__more-text {
text-align: center;
}
.summary-meta {
font-size: .9rem;
font-weight: normal;
color: #000;
margin-top: 1em;
margin-bottom: .2em;
}
.wp-block-latest-posts__post-excerpt {
margin: 0;
}
.wp-block-latest-posts__post-excerpt p {
margin: 0 0 .4em 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 1em;
}
.wp-block-latest-posts__post-excerpt .report-more-link {
text-align: right;
font-size: .9em;
margin-top: -0.5em;
} .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
opacity: 1;
height: 8px;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
max-width: 40%;
} .metaslider .caption-wrap {
background: rgba(0,0,0,.5);
opacity: 1;
}
.metaslider .caption {
font-size: .8em;
}
.home-news h2.wp-block-post-title {
margin: 0 0 .1em 0;
font-size: 1.15em;
}
.home-news h2.wp-block-post-title a {
color: black;
text-decoration: underline;
text-decoration-color: var(--blue);
}
.home-news h2.wp-block-post-title a:hover {
color: var(--orange);
}
.home-news p.wp-block-post-excerpt__excerpt {
margin-bottom: 1.2em;
font-size: .9em;
}
.home-news a.wp-block-post-excerpt__more-link {
font-size: .8em;
padding: .1em 1em;
vertical-align: text-bottom;
margin-left: .25em;
}
.home-news li.wp-block-post {
margin-bottom: 1em;
border-bottom: 1px solid #ccc;
}
.mg-social-feeds {
border-top: 1px solid #ccc;
padding-top: var(--spacer);
}
.mg-social-feeds.alignwide {
gap: 1.5em;
}
.mg-social-feeds .wp-block-column > .wp-block-group {
margin-top: 0;
margin-bottom: .5em;
}
.mg-social-feeds h5:first-child {
margin-top: 0;
}
.mg-social-feeds h5 {
font-weight: normal;
}
.mg-social-feeds p {
margin-bottom: .75em;
}
.mg-social-feeds h5 + div.wp-block-buttons {
margin-top: .5em;
}
.wp-block-embed-twitter .wp-block-embed__wrapper,
.responsive-iframe-container {
position: relative;
height: 0;
overflow: hidden;
padding-bottom: 125%;
}
.wp-block-embed-twitter .wp-block-embed__wrapper iframe,
.responsive-iframe-container iframe {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (min-width: 768px) {
.mg-social-feeds.alignwide {
gap: 1.5em;
width: 90vw;
max-width: 90vw;
margin-left: calc(50% - 45vw);
margin-right: calc(50% - 45vw);
align-content: stretch;
}
.mg-social-feeds .wp-block-column {
background-color: rgb(210 216 253 / 25%);
padding: 1em;
border-radius: 4px;
align-self: stretch;
}
}
@media screen and (min-width: 1620px) {
.mg-social-feeds.alignwide {
width: 1600px;
max-width: 1600px;
margin-left: calc(50% - 800px);
margin-right: calc(50% - 800px);
}
} .wp-block-media-text .wp-block-media-text__media[style*="background-image:"] > a > img { 
opacity: 0; 
width: 100%; 
height: 100%; 
} 
table {
border-collapse: collapse;
}
th {
text-align: left;
}
.wp-block-table td, .wp-block-table th {
border: none;
border-bottom: 1px solid #000;
}
.wp-block-table.country-list {
max-width: 1100px;
margin: var(--sm-spacer) auto;
}
.wp-block-table.country-list th {
background: white;
border-bottom: 1px solid black;
}
.wp-block-table.country-list td {
font-size: .85em;
}
.wp-block-table.country-list img.flag {
margin-right: .5em;
} figure.wp-block-image {
position: relative;
}
figure.wp-block-image img {
display: block;
} img.flag {
display: inline-block;
vertical-align: middle;
width: 40px;
height: 25px;
box-shadow: 0 0 2px rgb(0 0 0 / 50%);
margin-right: .33em;
}
.race-calendar img.flag,
.profile-details img.flag,
.author .lists .country-list img.flag,
.member-flag img.flag {
width: 30px;
height: 19px;
vertical-align: unset;
}
.top-member-row .member-flag img.flag {
vertical-align: middle;
}
.profile-details .country-list img.flag {
margin-right: .1em;
width: 22px;
height: 13px;
}
.author .lists .country-list img.flag {
margin-right: 0;
margin-top: .1em;
}
.is-style-form-holder .wp-block-group__inner-container {
max-width: 666px;
margin: 0 auto;
}
@media screen and (min-width: 1440px) {
.is-style-form-holder .wp-block-group__inner-container {
max-width: 800px;
}
}
.custom-link {
cursor: pointer !important;
} ul.profile-personal-info {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.profile-personal-info label {
font-weight: bold;
}
table.profile-races {
border: 1px solid #ccc;
border-width: 1px 1px 0 0;
}
table.profile-races td,
table.profile-races th {
padding: .25em .5em;
font-size: .85em;
text-align: left;
border: 1px solid #ccc;
border-width: 0 0 1px 1px;
} .post-type-archive-race.logged-in .entry-content {
padding-bottom: .5em;
}
.race-calendar {
max-width: 1200px;
margin: 0 auto var(--lg-spacer);
}
.race-calendar.adminview {
max-width: 1600px;
}
.race-calendar > h2:first-child {
margin-top: 0;
}
.race-calendar .race {
padding: .5em;
}
.race-calendar .race:nth-of-type(even) {
background: #f0f0f0;
}
.race-calendar .memresult.header-row,
.race-calendar .race.header-row {
border-bottom: 2px solid var(--orange);
align-items: flex-end;
font-weight: bold;
padding-top: 0;
}
.race-calendar.results .memresult.header-row,
.race-calendar.past .race.header-row,
.race-calendar.results .race.header-row {
padding-top: .5em;
}
.race-calendar h4.month-heading {
margin: .75em 0 .25em;
}
.race-calendar .race h5 {
margin: 0;
font-size: 1em;
line-height: 1.5;
}
.race-calendar .race .raceresults .dashicons,
.race-calendar .race .racewebsite .dashicons {
color: #000;
}
@media screen and (min-width: 768px) {
.race-calendar .memresult,
.race-calendar .race {
display: grid;
grid-template-columns: 6em 3fr 2fr 3fr 2fr 1fr 1fr;
gap: .5em;
font-size: .85em;
}
.race-calendar.past .race {
grid-template-columns: 2fr 3fr 2fr 3fr 2fr 2fr 2fr;
}
.race-calendar.results .race {
grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}
.race-calendar.results .memresult {
grid-template-columns: 2fr 3fr 3fr 1fr 1fr 2fr 1fr;
}
.race-calendar .participation {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.race-calendar .racecity, .race-calendar .racecountry {
display: inline;
}
.race-calendar .flag {
margin-left: .25em;
}
} .race-image img {
display: block;
margin: var(--sm-spacer) auto;
}
.race-row {
margin-bottom: .75em;
}
.race-row h4 {
margin: 0;
font-size: 1em;
}
.race-row p {
line-height: 1.3;
margin-bottom: 0;
}
.race-row.description p {
margin-bottom: 1em;
}
.race-row.description p:last-child {
margin-bottom: 0;
}
.race-row .past-notice {
color: #888;
font-size: .85em;
font-style: italic;
}
@media screen and (min-width: 768px) {
.race-image img {
margin: var(--sm-spacer) 0 var(--sm-spacer) 33.3%;
transform: translateX(-50%);
}
.race-row {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 1em;
}
.race-row h4 {
text-align: right;
}
}
input.pods-form-ui-field-type-pick {
margin-right: .35em;
width: 1.2em;
height: 1.2em;
vertical-align: middle;
}
.pods-ui-file-list ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
ul.pods-dfv-list-meta.media-item {
display: flex;
align-items: center;
gap: 1em;
flex-wrap: wrap;
}
.pods-form-container--pod--pmpro_membership_user .pods-field__container {
margin-bottom: 1em;
}
ul.pods-radio-pick {
list-style: none;
}
ul.pods-radio-pick#pods_meta_gender {
display: flex;
}
form.pmpro_form .pods-radio-pick label {
font-weight: normal;
}
p.description.pods-form-ui-comment {
font-size: .9em;
color: #555;
}
body.mce-content-body._pods_dfv_pods_meta_member_bio {
font-size: 18px !important;
line-height: 1.5 !important;
font-family: "Open Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.site-main .pods-form-front .pods-submit {
float: none;
margin-top: .5em;
}
.logged-in.wp-block-loginout a {
display: inline-block;
color: black;
background: var(--ltblue);
padding: .25em .8em;
border-radius: 4px;
font-size: .8em;
} .meetings-archive .meeting {
margin-bottom: var(--lg-spacer);
}
.meetings-archive figure.meetingimg {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin: 0;
}
.meetings-archive .meetingimg a {
display: block;
height: 0;
padding-bottom: 70%;
}
ul.meetinginfo {
list-style: none;
margin: 0 0 var(--sm-spacer) 0;
padding: 0;
}
.meetings-archive ul.meetinginfo {
margin-bottom: 0;
}
.meetinginfo h5 {
font-size: 1.2em;
margin-top: .5em;
margin-bottom: 0.1em;
}
.meetinginfo h5 a {
color: black;
text-decoration: none;
}
.meetinginfo h5 a:hover {
color: var(--orange);
}
.meetinginfo img.flag {
vertical-align: middle;
padding-left: .2em;
box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.meetings-archive .wp-block-buttons {
margin-top: 1em;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .5em;
}
.meetings-archive .wp-block-button__link {
font-size: .85em;
}
.meetinginfo .icon {
line-height: 1.8;
}
.meetinginfo .icon:before {
font-family: 'dashicons';
font-size: 1rem;
vertical-align: middle;
line-height: 1;
display: inline-block;
width: 1.4em;
}
.meetingrace:before {
content: "\f103";
}
.meetingdate:before {
content: "\f145";
}
.meetingcity:before {
content: "\f230";
}
.meetingcontinent:before {
content: "\f319";
}
.meetingminutes:before {
content: "\f190";
}
.meetingdesc {
margin-top: .5em;
margin-bottom: .5em;
line-height: 1.25;
}
.single-meeting h1.page-title {
margin-bottom: .2em;
}
.single-meeting h2.meetingwhere {
margin-top: 0;
font-weight: normal;
font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
.meetings-archive {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--spacer);
}
.meetings-archive .meeting {
margin-bottom: 0;
position: relative;
padding-bottom: 2.5em;
}
.meetings-archive .wp-block-buttons {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.meetings-archive ul.meetinginfo {
font-size: .75em;
}
.meetinginfo img.flag {
vertical-align: -10%;
width: 40px;
}
.meetinginfo h5 {
font-size: 1.4em;
}
.single-meeting h2.meetingwhere {
font-size: 2rem;
}
} .archive article.type-post,
.blog article.type-post {
margin-bottom: var(--sm-spacer);
padding-bottom: var(--sm-spacer);
border-bottom: 1px solid #ddd;
}
.archive article.type-post:last-child,
.blog article.type-post:last-child {
border-bottom: none;
padding-bottom: 0;
}
.summary-layout {
position: relative;
}
.summary-layout .edit-link {
position: absolute;
bottom: var(--sm-spacer);
right: 0;
}
.summary-layout a.post-edit-link {
padding: 0;
}
.post-summary {
margin-top: 0;
margin-bottom: 0;
}
.post-summary h2 {
clear: none;
margin-top: 0;
margin-bottom: .15em;
font-size: 1.2em;
font-weight: normal;
}
.post-summary .post-date {
font-size: .75em;
}
.post-summary .post-excerpt {
font-size: .85em;
line-height: 1.4;
}
.post-summary .wp-block-buttons {
margin-top: .5em;
margin-bottom: 0;
}
.post-summary .wp-block-button__link {
font-size: .8em;
}
.has-post-thumbnail .post-thumb {
float: left;
margin-right: var(--sm-spacer);
margin-bottom: .5em;
max-width: 20%;
}
.news-sidebar h4.widget-title {
font-weight: normal;
}
.news-sidebar .wp-block-archives-dropdown label {
display: block;
font-size: 1.15rem;
text-transform: uppercase;
margin-bottom: .5em;
line-height: 1.3;
}
.news-sidebar ul.wp-block-categories-list.wp-block-categories {
margin-top: 0;
}
.news-sidebar select {
font-size: .85rem;
}
@media screen and (min-width: 600px) {
.summary-layout {
display: flex;
gap: var(--sm-spacer);
}
.has-post-thumbnail .post-thumb {
max-width: 150px;
float: none;
margin: 0;
}
.summary-layout .post-thumb {
flex-basis: 20%;
max-width: 150px;
flex-shrink: 0;
}
} body.logged-in li.menu-item.public-only {
display: none;
}
body.admin-bar.logged-in li.menu-item.public-only {
display: block;
}
body.admin-bar.logged-in li.menu-item.public-only a {
font-style: italic;
color: rgb(0 0 0 / 50%);
}
body:not(.logged-in) li.menu-item.members-only {
display: none;
} .home .entry-content > div:first-child.alignwide {
margin-top: 0;
margin-bottom: var(--lg-spacer);
}
.home .metaslider .caption-wrap {
opacity: 1;
background: rgb(0 0 0 / 70%);
}
.home .metaslider .caption {
text-align: center;
}
.metaslider .caption h3 {
margin-top: 0;
margin-bottom: .5em;
font-size: 1rem;
}
.metaslider .caption .wp-block-button__link {
font-size: .8rem;
}
@media screen and (min-width: 768px) {
.home .entry-content > div:first-child.alignwide {
width: 94vw;
max-width: 94vw;
margin-left: calc(50% - 47vw);
margin-right: calc(50% - 47vw);
}
.home .metaslider .caption {
padding: var(--spacer);
}
.metaslider .caption h3 {
font-size: 1.6rem;
}
.metaslider .caption .wp-block-button__link {
font-size: 1.2rem;
}
}
@media screen and (min-width: 1620px) {
.home .entry-content > div:first-child.alignwide {
width: 1600px;
max-width: 1600px;
margin-left: calc(50% - 800px);
margin-right: calc(50% - 800px);
}
} .member-list .list-header-row {
display: grid;
gap: .5rem;
padding: .3em .75em .3em 1.5em;
font-size: .75em;
background: var(--orange);
color: white;
}
.member-list .top-list.list-header-row,
.member-list .top-member-row {
grid-template-columns: 30px 60px 30px 1fr 50px;
}
.member-list .top-list.list-header-row {
padding: .3em 1rem;
}
.member-list .list-header-row .member-flag {
text-align: center;
}
.member-list .list-header-row .dashicons {
color: white;
}
.member-list .top-member-row,
.member-list .c-accordion__title {
font-size: .9em;
display: grid;
gap: .5rem;
text-transform: none;
color: black;
background: transparent;
font-weight: normal;
margin: 0;
border-radius: 0;
transition: background 0.3s ease;
}
.member-list .c-accordion__title {
padding: .6em 2em .6em 1em;
grid-template-columns: 30px calc(100% - 30px - 5em) 4em;
}
.member-list .top-member-row {
padding: .6em 1rem;
}
.member-list .top-list.list-header-row .flags,
.member-list .top-member-row .flags,
.member-list .top-list.list-header-row .member-ccount,
.member-list .top-member-row .member-ccount {
text-align: right;
}
.member-list .top-member-row .member-ccount {
padding-right: 16px;
}
.member-list .top-list.list-header-row .member-rank,
.member-list .top-member-row .member-rank {
text-align: left;
}
.member-list .c-accordion__title:after {
color: var(--orange);
}
.member-list > div.top-member-row:nth-child(even),
.member-list > div.c-accordion__item:nth-child(even) .c-accordion__title {
background: #f6f6f6;
}
.member-list .c-accordion__title .memberid { 
float: right; 
font-size: .75em; 
line-height: 1.7;
}
.member-list .list-header-row .quicklook .ccount,
.member-list .c-accordion__title .ccount {
float: right;
}
.member-list .c-accordion__title .ccount.when_updated {
font-size: .85em;
line-height: 1.7;
}
.member-list .c-accordion__item.is-open .c-accordion__title,
.member-list .c-accordion__title:hover {
background: var(--ltblue) !important; 
}
.member-list .c-accordion__title .quicklook {
margin-right: .25em;
text-align: right;
}
.member-list .profile-details .quicklook {
display: grid;
gap: .5em;
grid-template-columns: repeat( auto-fill, minmax(100px, 1fr) );
}
.member-list .c-accordion__content {
margin-bottom: .5em;
padding: 1em;
border: 1px solid #ddd;
}
.member-list .c-accordion__content-inner {
display: flex;
flex-direction: column;
gap: 1.5em;
}
.member-list .profile-thumb {
text-align: center;
}
.member-list .profile-thumb img {
display: block;
border-radius: 50%;
overflow: hidden;
border: 2px solid white;
outline: 4px solid var(--blue);
margin-left: auto;
margin-right: auto;
}
.member-list ul.profile-details {
list-style: none;
margin: 0;
padding: 0;
}
.member-list .profile-details li {
margin-left: 1.5em;
text-indent: -1.5em;
margin-bottom: .5em;
padding: 0;
}
.member-list .profile-details li:last-child {
margin-bottom: 0;
}
.member-list .dashicons,
.member-list .dashicons-before:before {
vertical-align: -10%;
color: var(--orange);
text-indent: 0;
}
.member-list .quicklook .flags .dashicons,
.member-list .quicklook .flags .dashicons-before:before {
vertical-align: top;
}
.progress-ring__circle {
stroke-dasharray: 138.23px 138.23px;
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
.member-list .profile-details li.quicklook {
margin-left: 0;
text-indent: 0;
margin-bottom: 1em;
}
.member-list .progress {
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
font-size: .9em;
}
svg text{
fill: var(--orange);
text-anchor: middle;
dominant-baseline: central;
font-size: 1.15em;
} .member-list ul.country-list {
list-style: none;
margin: 0;
padding: 0;
text-indent: 0;
}
.member-list .profile-details .country-list li {
margin: 0 .33em 0 0;
text-indent: 0;
display: inline-block;
font-size: .9em;
}
.member-list .profile-details .country-list li:after {
content: ", ";
}
.member-list .profile-details .country-list li:last-child:after {
content: "";
} .page-membership-account ul.country-list,
.author .lists ul.country-list {
list-style: none;
margin: 0;
padding: 0;
-webkit-columns: 4 200px;
-moz-columns: 4 200px;
columns: 4 200px;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
}
.page-membership-account ul.country-list li,
.author .lists .country-list li {
margin: 0 0 .5em 0;
text-indent: 0;
display: flex;
gap: .4em;
line-height: 1.3;
}
.page-list .wp-block-pmpro-membership > p:last-child {
margin-bottom: 0;
}
.results-filter-bar,
.memberlist-filter-bar {
background: var(--ltblue);
padding: .5em;
}
form.mg-member-filter {
display: flex;
flex-wrap: wrap;
gap: .75em;
align-items: flex-end;
width: 100%;
}
form.mg-member-filter .inputs {
display: flex;
gap: .5em;
flex-wrap: wrap;
}
.mg-member-filter select {
flex-grow: 1;
font-size: 14px;
padding: .2em;
line-height: 1.2;
}
.mg-member-filter option:hover,
.mg-member-filter option:focus,
.mg-member-filter option:active,
.mg-member-filter option:checked {
background: linear-gradient(var(--blue), var(--blue));
background-color: var(--blue);
color: white;
}
.mg-member-filter input[type="text"] {
font-size: 14px;
padding: .2em .4em;
color: black;
border-radius: 0;
border: 1px solid #ccc;
}
.mg-member-filter .filter-buttons {
display: flex;
gap: .5em;
justify-content: flex-end;
flex-basis: 100%;
}
.mg-member-filter button[type="submit"] {
text-transform: none;
font-size: 15px;
font-weight: normal;
padding: .3em 1em .3em .7em;
border-radius: 4px;
cursor: pointer;
border: none;
background-color: var(--orange);
color: white;
white-space: nowrap;
transition: background-color 0.3s ease;
}
.mg-member-filter button[type="submit"]:hover {
background-color: var(--blue);
}
.mg-member-filter button .dashicons {
color: white;
vertical-align: middle;
}
.results-filter-bar a.wp-block-button__link,
.memberlist-filter-bar a.wp-block-button__link {
text-transform: none;
font-size: 15px;
white-space: nowrap;
font-weight: normal;
color: black;
background-color: rgb(240 240 240);
border: 1px solid #999;
padding: calc(.3em - 1px) calc(1em - 1px) calc(.3em - 1px) calc(.7em - 1px);
border-radius: 4px;
cursor: pointer;
}
.results-filter-bar a.wp-block-button__link .dashicons,
.memberlist-filter-bar a.wp-block-button__link .dashicons {
vertical-align: middle;
}
.results-filter-bar a.wp-block-button__link:hover,
.memberlist-filter-bar a.wp-block-button__link:hover {
border-color: black;
color: black;
background-color: rgb(230 230 230);
}
@media screen and (min-width: 768px) {
.member-list .list-header-row {
grid-template-columns: 30px calc(38% - 30px - 3em) calc(62% - 25px) 40px;
}
.member-list .top-member-row,
.member-list .top-list.list-header-row {
grid-template-columns: 30px 75px 30px 1fr 75px;
}
.member-list .list-header-row .expand-icon {
text-align: right;
}
.member-list .list-header-row .quicklook {
display: grid;
gap: .5em;
grid-template-columns: 2.25em calc(100% - 2.75em);
}
.member-list .c-accordion__title {
padding: .3em 2.5em .3em 1em;
grid-template-columns: 30px calc(38% - 30px - 1.5em) 62%;
}
.member-list .top-member-row {
padding: .3em 1rem;
}
.member-list .c-accordion__content-inner {
flex-direction: row;
}
.member-list .profile-thumb {
min-width: 150px;
flex-basis: 150px;
text-align: left;
}
.member-list .profile-thumb img {
margin-left: 0;
margin-right: 0;
}
.member-list .profile-details {
flex-basis: 100%;
}
.member-list .c-accordion__title .quicklook {
text-align: left;
margin-right: 0;
margin-left: 0;
display: grid;
gap: .5em;
grid-template-columns: 1.5em calc(100% - 2em);
}
.member-list .profile-details .quicklook {
grid-template-columns: repeat( auto-fill, minmax(150px, 1fr) );
margin-bottom: .5em;
}
.member-list .progress {
flex-direction: row;
gap: .25em;
font-size: 1em;
font-weight: normal;
}
.member-list svg text{
font-size: 1em;
}
.mg-member-filter select {
font-size: 15px;
padding: .3em;
}
.mg-member-filter input[type="text"] {
font-size: 15px;
padding: .3em .5em;
width: auto;
}
form.mg-member-filter .inputs {
font-size: .9em;
align-items: flex-start;
justify-content: space-between;
flex-basis: calc(80% - 1em);
}
.mg-member-filter .filter-buttons {
flex-basis: 20%;
justify-content: flex-start;
flex-wrap: wrap;
}
.mg-member-filter .filter-buttons button,
.mg-member-filter .filter-buttons .wp-block-button__link {
flex-grow: 1;
}
}
@media screen and (min-width: 1200px) {
.member-list .top-member-row,
.member-list .c-accordion__title {
font-size: 1em;
}
form.mg-member-filter {
align-items: flex-end;
} form.mg-member-filter,
form.mg-member-filter .filter-buttons {
flex-wrap: nowrap;
}
} .memoriam {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: var(--sm-spacer);
}
.news-in-memoriam li.wp-block-post {
margin-bottom: 1em;
}
.news-in-memoriam .wp-block-columns {
margin-top: .2em;
margin-bottom: .2em;
}
.news-in-memoriam h3.wp-block-post-title{
margin-top: 0;
margin-bottom: 0;
}
.news-in-memoriam a.wp-block-post-excerpt__more-link {
background: transparent;
color: var(--blue);
padding: 0;
border-radius: 0;
font-weight: normal;
text-transform: none;
}
.news-in-memoriam a.wp-block-post-excerpt__more-link:hover {
color: var(--orange);
background: transparent;
} #pmpro_account-profile ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
#pmpro_account .pmpro_box  h2 + p {
font-size: 1.5rem;
}
#pmpro_account #pmpro_account-profile .pmpro_actionlinks {
margin-top: var(--spacer);
text-align: center;
padding: .75em;
background: #f6f6f6;
border: 1px solid #ddd;
border-radius: 4px;
}
#pmpro_account-profile ul li {
margin-bottom: .5em;
}
#pmpro_account-profile li.profilepic.alignright {
max-width: 25%;
transform: translateY(-50%);
}
#pmpro_account-profile li.profilepic img {
border-radius: 50%;
}
@media screen and (max-width: 414px) {
#pmpro_account-profile li.renew-link {
clear: right;
}
} .officer-list {
display: grid;
grid-template-columns: repeat( auto-fill, minmax(300px, 1fr) );
gap: var(--spacer);
}
.officer-list .officer {
border: 1px solid var(--orange);
}
.officer-list .profile-pic {
width: 100%;
height: 0;
padding-bottom: 75%;
background-color: #eee;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.officer-list .profile-pic.no-image {
background-size: 80% 80%;
}
.officer-list h3 {
margin: .5em;
}
.officer-list ul.profile-details {
list-style: none;
margin: 0;
padding: 0 1em 1em;
}
.mg-profile ul.profile-details li,
.officer-list .profile-details li {
display: flex;
gap: .5em;
margin-bottom: .5em;
padding: 0;
}
.mg-profile ul.profile-details li:last-child,
.officer-list .profile-details li:last-child {
margin-bottom: 0;
}
.mg-profile .dashicons,
.mg-profile .dashicons-before:before,
.officer-list .dashicons,
.officer-list .dashicons-before:before {
color: #555;
width: 1em;
height: 1em;
font-size: 1em;
line-height: 1.5;
}
.officer {
position: relative;
padding-bottom: 3em;
}
.officer li a {
overflow-wrap: anywhere;
hyphens: none;
}
.officer .wp-block-buttons {
position: absolute;
margin: 0;
width: 100%;
bottom: 1em;
left: 0;
display: flex;
justify-content: center;
}
.author #breadcrumbs,
.author h1.page-title,
.author .entry-content {
max-width: 1100px;
}
.author .profile-header {
margin-bottom: 1em;
}
.author h1.page-title {
margin-left: 0;
margin-right: 0;
}
.author .identification {
display: flex;
gap: var(--sm-spacer);
align-items: center;
margin-bottom: var(--sm-spacer);
}
.mg-profile {
display: flex;
flex-direction: column;
gap: var(--sm-spacer);
align-items: stretch;
}
.mg-profile .dashicons,
.mg-profile .dashicons-before:before {
color: var(--orange);
}
.mg-profile ul.profile-details {
padding: 1em;
margin: 0;
border: 1px solid #ccc;
background: #f6f6f6;
border-radius: 4px;
}
.profile-details li.personal {
opacity: .7;
}
.mg-profile img.logo-profile {
margin-bottom: .5em;
}
.author .profile-thumb {
position: relative;
flex-basis: 25%;
}
.author h1.page-title {
flex-basis: 75%;
}
.author .profile-thumb a {
display: block;
}
.author .profile-thumb img {
display: block;
border-radius: 50%;
overflow: hidden;
border: 3px solid white;
outline: 6px solid var(--blue);
}
.author .profile-thumb:after {
content: "\f211";
font-family: 'dashicons';
position: absolute;
top: 15%;
left: 15%;
color: white;
font-size: 24px;
line-height: 1;
pointer-events: none;
transition: all 0.3s ease;
}
.author .profile-thumb:hover:after {
font-size: 32px;
width: 32px;
height: 32px;
}
.author .quicklook {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: var(--sm-spacer);
}
.author .progress {
display: flex;
flex-direction: column;
align-items: center;
font-weight: normal;
font-size: .85em;
}
.mg-bio {
margin-top: var(--sm-spacer);
}
.mg-bio p {
margin-bottom: var(--sm-spacer);
}
.edit-reminder {
border-top: 2px dotted var(--ltblue);
padding-top: .75em;
line-height: 1.3;
font-size: .9em;
display: inline-block;
}
.fine-print {
font-size: .8em;
padding-left: .5em;
display: inline-block;
}
.author .lists {
margin: var(--spacer) 0;
border: 1px solid var(--ltblue);
border-radius: 4px;
padding: var(--sm-spacer);
background: rgb(210 216 253 / 25% ); 
}
.author .lists > p {
margin-bottom: 0.5em;
}
.author .lists > p:last-child {
margin-bottom: 0;
}
.author .lists > p strong {
display: block;
}
@media screen and (min-width: 768px) {
.author .profile-header {
display: flex;
gap: var(--spacer);
align-items: center;
}
.author .identification {
flex-basis: 65%;
max-width: 65%;
margin-bottom: 0;
}
.author h1.page-title {
font-size: 2.5rem;
line-height: 1.2;
}
.author .quicklook {
flex-basis: 35%;
min-width: 35%;
}
.mg-profile {
flex-direction: row;
align-items: stretch;
gap: var(--spacer);
}
.mg-bio {
flex-basis: 65%;
}
.mg-profile ul.profile-details {
padding: var(--sm-spacer);
flex-basis: 35%;
font-size: .88em;
}
.author .lists > p strong {
display: inline;
}
} .wc-block-product-search .wc-block-product-search__button {
background-color: var(--orange);
border: none;
border-radius: 4px;
color: white;
}
.woocommerce .entry-content,
.woocommerce h1,
.woocommerce h1.page-title,
.woocommerce #breadcrumbs {
max-width: 1100px;
}
.woocommerce .products ul, 
.woocommerce ul.products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));	
gap: 2.992em 1.5em;
margin-bottom: var(--lg-spacer);
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
content: "";
display: none;
}
.woocommerce ul.products li.product a img {
margin-bottom: .25em;
background-color: white;
padding: .5em;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0;
float: none;
border-radius: 4px;
box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
float: none;
margin: 0;
}
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {
width: auto;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
background-color: var(--orange);
color: white;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
background-color: var(--red);
color: white;
}
.woocommerce a.button.product_type_simple.add_to_cart_button,
.woocommerce a.button.product_type_variable.add_to_cart_button {
font-weight: normal;
font-size: .85em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
text-align: center;
padding-left: .5em;
padding-right: .5em;
}
.woocommerce span.onsale {
background-color: var(--blue);
height: 3.236em;
width: 3.236em;
line-height: 2.65;
border: 2px solid var(--orange);
transform: rotate(-10deg);
}
.woocommerce ul.products li.product .onsale {
right: auto;
left: 0;
margin: -.5em 0 0 -.5em;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
background-color: var(--orange);
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
background-color: var(--red);
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: var(--orange);
font-size: 1.5em;
}
.woocommerce div.product p.price {
margin-bottom: 1em;
}
.woocommerce ul.products li.product .price {
color: var(--orange);
font-weight: normal;
text-align: center;
}
.woocommerce .sku_wrapper {
display: none;
}
.woocommerce mark.count {
background: transparent;
font-weight: normal;
}
.woocommerce-message {
border-top-color: var(--orange);
}
.woocommerce-message::before {
color: var(--blue);
}
.woocommerce abbr[title].required {
text-decoration: none;
color: red;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
max-width: 100px;
}
.woocommerce-product-details__short-description p {
margin-bottom: 1em;
font-size: .9em;
}
.woocommerce-product-details__short-description p:first-child {
padding: .5em .75em;
border: 2px solid var(--orange);
border-radius: 4px;
}
.custom-merch-fields h3 {
font-size: 1.15rem;
margin-top: .5em;
margin-bottom: 0;
color: var(--orange);
}
.custom-merch-fields.thwepo-extra-options label.label-tag {
text-transform: uppercase;
font-size: .85em;
font-weight: bold;
}
table.thwepo-extra-options.custom-merch-fields td {
padding-bottom: .5em;
}
table.thwepo-extra-options.custom-merch-fields input, 
table.thwepo-extra-options.custom-merch-fields select, 
table.thwepo-extra-options.custom-merch-fields textarea {
font-size: .9em;
}
table.thwepo-extra-options.custom-merch-fields select {
padding: 4px 5px;
border-color: #999;
border-radius: 4px;
}
.woocommerce.single-product .quantity .qty {
font-size: 1.2em;
}
.woocommerce.single-product .product_meta {
font-size: .87em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #EBE9FB;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
color: white;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #f99e73;
color: #fff;
} .site-map li > ul {
margin-left: 1em;
padding-left: 20px;
}
ul.site-map ul {
margin-top: 0;
} .tile-menu {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: var(--sm-spacer);
list-style: none;
margin-top: var(--spacer);
margin-bottom: var(--spacer);
padding: 0;
}
.tile-menu > li {
padding: 0;
margin: 0;
border: 1px solid #ccc;
background: #f6f6f6;
flex-basis: 16.5em;
}
.tile-menu li > a {
padding: 1.25em 1.5em 1.35em;
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 1em;
height: 100%;
transition: all 0.3s ease;
border-bottom: none;
}
.tile-menu .tile-caption {
display: block;
text-align: center;
font-size: 1.35em;
line-height: 1.3;
font-weight: bold;
color: var(--black);
}
.tile-menu a:before {
content: "\f105";
font-family: "dashicons";
display: inline-block;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	font-size: 80px;
width: 80px;
height: 80px;
color: rgb(0 0 0 / 25%);
}
.tile-menu .read-more-page {
display: block;
text-align: center;
}
.tile-menu .tile-button {	
font-size: .85em;
background: var(--orange);
color: var(--white);
padding: .3em .8em;
white-space: nowrap;
border-radius: 4em;
font-weight: bold;
text-transform: uppercase;
transition: background 0.3s ease;
}
.tile-menu li > a:hover {
background: var(--ltblue);
}
.tile-menu li > a:hover .tile-caption {
color: var(--black);
}
.tile-menu li > a:hover .tile-button {
background: var(--red);
}
.tile-menu li > a:hover:before {
color: rgb(0 0 0 / 75%);
} .tile-menu.membership li.list a:before {
content: "\f337";
}
.tile-menu.membership li.top-performers a:before {
content: "\f204";
content: "\f311";
}
.tile-menu.membership li.new a:before {
content: "\f314";
}
.tile-menu.membership li.dues a:before {
content: "\f18e";
}
.tile-menu.membership li.addrace a:before {
content: "\f313";
}
.tile-menu.membership li.bulk-addrace a:before {
content: "\f313";
}
.tile-menu.membership li.statistics a:before {
content: "\f239";
content: "\f185";
}
.tile-menu.membership li.membership-account a:before {
content: "\f110";
}
.tile-menu.membership li.in-memoriam a:before {
content: "\f110";
}
.tile-menu.qualification li.countries a:before {
content: "\f319";
}
.tile-menu.qualification li.rules a:before {
content: "\f330";
}
.tile-menu.qualification li.exceptions a:before {
content: "\f528";
}
.tile-menu.qualification li.flags a:before {
content: "\f227";
}
.tile-menu.events li.meetings a:before {
content: "\f325";
}
.tile-menu.events li.past a:before,
.tile-menu.events li.racecalendar a:before {
content: "\f508";
}
.tile-menu.events li.addrace a:before {
content: "\f133";
}
.tile-menu.events li.event-results a:before {
content: "\f204";
}
.tile-menu.media li.newsletters a:before {
content: "\f497";
}
.tile-menu.media li.charity a:before {
content: "\f18e";
}
.tile-menu.about li.who a:before {
content: "\f348";
}
.tile-menu.about li.officers a:before {
content: "\f307";
}
.tile-menu.about li.bylaws a:before {
content: "\f16a";
}
.tile-menu.about li.contact a:before {
content: "\f466";
}
.tile-menu.about li.privacy a:before {
content: "\f194";
}
.tile-menu.about li.founders a:before {
content: "\f308";
}
@media screen and (min-width: 768px) {
.tile-menu {
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.tile-menu li {
margin: 0;
display: block;
}
} .race-filter {
padding: .5em;
background: #f6f6f6;
margin-bottom: 1em;
border: 1px solid var(--ltblue);
border-radius: 4px;
}
.race-filter h5.filter-heading {
margin-top: 0;
font-size: 1em;
line-height: 1.2;
}
.race-filter .wpc-filter-set-widget-title h2.widgettitle {
font-size: 1.1rem;
text-transform: uppercase;
margin-top: 0;
margin-bottom: .5em;
}
.race-filter .widget.widget_wpc_filters_widget {
margin-bottom: .5em;
}
ul.wpc-filter-chips-list {
margin: 0;
}
ul.wpc-empty-chips-container {
margin: 0;
}
.race-filter .wpc-filters-section {
margin-bottom: 1em;
}
.race-filter .wpc-filter-title {
font-size: .85em;
margin-bottom: .5em;
}
.wpc-edit-filter-set {
display: none;
}
.race-filter .wpc-filter-layout-dropdown .select2-container .select2-selection--single, 
.race-filter .wpc-sorting-form .select2-container .select2-selection--single {
font-size: 16px;
}
.race-filter .select2-container--default .select2-results>.select2-results__options {
font-size: 16px;
}
body .race-filter ul.wpc-filter-chips-list {
font-size: 16px;
}
@media screen and (min-width: 768px) {
.race-filter {
display: grid;
gap: 2em;
align-items: end;
grid-template-columns: 1fr 3fr 2fr;
}
.race-filter .wpc-filters-section {
margin-bottom: 0;
}
.race-filter h5.filter-heading {
align-self: start;
margin-bottom: 0;
}
}
@media screen and (max-width: 768px) and (min-width: 767px) {
.wpc_show_bottom_widget .race-filter .wpc-filters-widget-controls-container, 
.wpc_show_bottom_widget .race-filter .wpc-filters-widget-top-container, 
.wpc_show_open_close_button .race-filter .wpc-filters-open-button-container, 
.wpc_show_bottom_widget .race-filter .wpc-filters-open-button-container {
display: none;
}
} :root {
--black: #000000;
--white: #ffffff;
--orange: #FF6600;
--blue: #0000FF;
--ltblue: #d2d8fd;
--red: #A62338;
}
.has-black-color {
color: #000000;
}
.has-black-background-color {
background-color: #000000;
}
.has-white-color {
color: #FFFFFF;
}
.has-white-background-color {
background-color: #FFFFFF;
}
.has-orange-color {
color: #FF6600;
}
.has-orange-background-color {
background-color: #FF6600;
}
.has-blue-color {
color: #0000FF;
}
.has-blue-background-color {
background-color: #0000FF;
}
.has-ltblue-color {
color: #d2d8fd;
}
.has-ltblue-background-color {
background-color: #d2d8fd;
}
.has-red-color {
color: #A62338;
}
.has-red-background-color {
background-color: #A62338;
}
.has-transparent-color {
color: transparent;
}
.has-transparent-background-color {
background-color: transparent;
}