/*!
Theme Name: AAOS
Theme URI: https://www.aaos.org.au
Author: Digerati Solutions
Author URI: https://www.digeratisolutions.com.au
Description: aaos
Version: 1.6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaos
Domain Path: /lang
*/
/* Mixins
========================================================================== */
/* Overrides - move to theme.json when possible
========================================================================== */
html,
.editor-styles-wrapper {
  font-size: 60%;
}
@media (min-width: 1080px) {
  html,
.editor-styles-wrapper {
    font-size: 62.5%;
  }
}

body,
.editor-styles-wrapper {
  --wp--preset--spacing--10: var(--wp--custom--spacing--10) !important;
  --wp--preset--spacing--15: var(--wp--custom--spacing--15) !important;
  --wp--preset--spacing--20: var(--wp--custom--spacing--20) !important;
  --wp--preset--spacing--25: var(--wp--custom--spacing--25) !important;
  --wp--preset--spacing--30: var(--wp--custom--spacing--30) !important;
  --wp--preset--spacing--40: var(--wp--custom--spacing--40) !important;
  --wp--preset--spacing--50: var(--wp--custom--spacing--50) !important;
  --wp--preset--spacing--60: var(--wp--custom--spacing--60) !important;
  --wp--preset--spacing--70: var(--wp--custom--spacing--70) !important;
  --wp--preset--spacing--80: var(--wp--custom--spacing--80) !important;
  --wp--preset--spacing--90: var(--wp--custom--spacing--90) !important;
  --wp--preset--spacing--100: var(--wp--custom--spacing--100) !important;
}

/* Base
========================================================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.sticky {
  height: auto;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
}

.screen-reader-text {
  display: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  max-width: 100%;
  font-size: var(--wp--preset--font-size--small);
}

p:empty {
  display: none;
}

p.has-background {
  padding: var(--wp--preset--spacing--20);
}

/* Forms
========================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

/* Typography
========================================================================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.has-large-font-size,
.has-big-font-size,
.has-huge-font-size {
  line-height: var(--wp--custom--typography--heading--line-height);
}

.is-style-vladimir {
  font-family: "Vladimir Script";
  line-height: 1.25;
}
@media (min-width: 1080px) {
  .is-style-vladimir.has-xx-large-font-size {
    font-size: 8rem !important;
  }
}

/* Layout
========================================================================== */
.grid-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 782px) {
  .grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .grid-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-items .grid-item .item-feature {
  margin-bottom: var(--wp--preset--spacing--20);
  overflow: hidden;
  aspect-ratio: 2/1.5;
}
.grid-items .grid-item .item-feature a {
  display: block;
  aspect-ratio: 2/1.5;
}
.grid-items .grid-item .item-feature a:hover img {
  transform: scale(1.05);
}
.grid-items .grid-item .item-feature a img {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.grid-items .grid-item .item-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-items .grid-item .item-content .item-date {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  font-style: italic;
  opacity: 0.5;
}
.grid-items .grid-item .item-content h4 {
  margin-top: var(--wp--preset--spacing--15);
}
.grid-items .grid-item .item-content h4 a:hover {
  color: var(--wp--preset--color--accent);
}

.staff-items .staff-item .item-feature {
  aspect-ratio: 1/1.15;
  background: var(--wp--preset--color--blue);
}

/* Blocks
========================================================================== */
/* Buttons
 ========================================================================== */
.wp-block-buttons {
  display: flex;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-buttons .wp-block-button:not(.is-style-outline) input[type=submit],
.wp-block-buttons .wp-block-button:not(.is-style-outline) button[type=submit] {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button.is-style-arrow.is-style-none .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow.is-style-none input[type=submit],
.wp-block-buttons .wp-block-button.is-style-arrow.is-style-none button[type=submit] {
  padding: 0 !important;
  color: var(--wp--preset--color--primary);
  background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline input[type=submit],
.wp-block-buttons .wp-block-button.is-style-outline button[type=submit], .wp-block-buttons .wp-block-button.is-style-download .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-download input[type=submit],
.wp-block-buttons .wp-block-button.is-style-download button[type=submit], .wp-block-buttons .wp-block-button.is-style-arrow-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-outline input[type=submit],
.wp-block-buttons .wp-block-button.is-style-arrow-outline button[type=submit] {
  padding: 13px 20px;
  border-width: 2px;
  border: 2px solid;
}
@media (min-width: 782px) {
  .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline input[type=submit],
.wp-block-buttons .wp-block-button.is-style-outline button[type=submit], .wp-block-buttons .wp-block-button.is-style-download .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-download input[type=submit],
.wp-block-buttons .wp-block-button.is-style-download button[type=submit], .wp-block-buttons .wp-block-button.is-style-arrow-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrow-outline input[type=submit],
.wp-block-buttons .wp-block-button.is-style-arrow-outline button[type=submit] {
    padding: 13px 20px;
  }
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline input[type=submit]:hover,
.wp-block-buttons .wp-block-button.is-style-outline button[type=submit]:hover, .wp-block-buttons .wp-block-button.is-style-download .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-download input[type=submit]:hover,
.wp-block-buttons .wp-block-button.is-style-download button[type=submit]:hover, .wp-block-buttons .wp-block-button.is-style-arrow-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-arrow-outline input[type=submit]:hover,
.wp-block-buttons .wp-block-button.is-style-arrow-outline button[type=submit]:hover {
  opacity: 0.75;
}
.wp-block-buttons .wp-block-button.is-style-download .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-download input[type=submit]:not(.has-background),
.wp-block-buttons .wp-block-button.is-style-download button[type=submit]:not(.has-background), .wp-block-buttons .wp-block-button.is-style-arrow-outline .wp-block-button__link:not(.has-background), .wp-block-buttons .wp-block-button.is-style-arrow-outline input[type=submit]:not(.has-background),
.wp-block-buttons .wp-block-button.is-style-arrow-outline button[type=submit]:not(.has-background) {
  background-color: initial !important;
}
.wp-block-buttons .wp-block-button.is-style-download .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-download input[type=submit]:not(.has-text-color),
.wp-block-buttons .wp-block-button.is-style-download button[type=submit]:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-arrow-outline .wp-block-button__link:not(.has-text-color), .wp-block-buttons .wp-block-button.is-style-arrow-outline input[type=submit]:not(.has-text-color),
.wp-block-buttons .wp-block-button.is-style-arrow-outline button[type=submit]:not(.has-text-color) {
  color: currentColor !important;
}
.wp-block-buttons .wp-block-button.is-style-large .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-large input[type=submit],
.wp-block-buttons .wp-block-button.is-style-large button[type=submit] {
  padding: 40px;
  display: flex;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-buttons .wp-block-button.is-style-large .wp-block-button__link:after, .wp-block-buttons .wp-block-button.is-style-large input[type=submit]:after,
.wp-block-buttons .wp-block-button.is-style-large button[type=submit]:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}
.wp-block-buttons .wp-block-button.wp-block-button__width-25 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
@media (min-width: 1080px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-buttons .wp-block-button.wp-block-button__width-75 {
  width: 100% !important;
}
@media (min-width: 1080px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-buttons .wp-block-button.wp-block-button__width-100 {
  width: 100% !important;
}
.wp-block-buttons .wp-block-button[class*=arrow] .wp-block-button__link i, .wp-block-buttons .wp-block-button[class*=arrow] input[type=submit] i,
.wp-block-buttons .wp-block-button[class*=arrow] button[type=submit] i {
  transition: all 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button[class*=arrow] .wp-block-button__link:hover i, .wp-block-buttons .wp-block-button[class*=arrow] input[type=submit]:hover i,
.wp-block-buttons .wp-block-button[class*=arrow] button[type=submit]:hover i {
  transform: translateX(2px);
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button input[type=submit],
.wp-block-buttons .wp-block-button button[type=submit] {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 782px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button input[type=submit],
.wp-block-buttons .wp-block-button button[type=submit] {
    padding: 15px 20px;
  }
}

.wp-block-button__link, input[type=submit],
button[type=submit] {
  width: auto !important;
  text-decoration: none;
}
.wp-block-button__link i, input[type=submit] i,
button[type=submit] i {
  margin-left: 8px;
}

/* Columns
 ========================================================================== */
.wp-block-columns.is-style-collapse {
  gap: 0 !important;
}
.wp-block-columns.is-style-border {
  gap: var(--wp--preset--spacing--20);
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--preset--spacing--100);
}
@media (min-width: 1080px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: var(--wp--preset--spacing--50);
  }
}

/* Cover
========================================================================== */
.wp-block-cover {
  padding: var(--wp--preset--spacing--100);
  min-height: 225px;
}
@media (min-width: 1080px) {
  .wp-block-cover {
    padding: var(--wp--preset--spacing--50);
  }
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-stretch {
    height: 100% !important;
  }
}

/* Group
 ========================================================================== */
.wp-block-group {
  position: relative;
}
.wp-block-group.is-style-stretch {
  height: 100%;
}
.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--50);
}
.wp-block-group.alignfull:not(.has-background) {
  padding: 0 var(--wp--preset--spacing--50);
}

/* Media & Text
========================================================================== */
.wp-block-media-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 250px !important;
}
.wp-block-media-text.has-background .wp-block-media-text__content,
.wp-block-media-text.has-background > .block-editor-inner-blocks {
  padding: var(--wp--preset--spacing--50);
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) .wp-block-media-text__content,
.wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) > .block-editor-inner-blocks {
    padding: var(--wp--preset--spacing--100) 0 0 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text > .block-editor-inner-blocks {
  padding: var(--wp--preset--spacing--50);
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text > .block-editor-inner-blocks {
    width: 100%;
    max-width: var(--width);
  }
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 200px;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: auto;
  max-width: 100%;
}

/* Spacer
========================================================================== */
.wp-block-spacer {
  height: var(--wp--preset--spacing--100) !important;
  overflow: hidden;
}
.wp-block-spacer.is-style-tiny {
  height: var(--wp--preset--spacing--20) !important;
}
.wp-block-spacer.is-style-small {
  height: var(--wp--preset--spacing--50) !important;
}
.wp-block-spacer.is-style-large {
  height: var(--wp--preset--spacing--150) !important;
}

/* Separator
========================================================================== */
/* Image
========================================================================== */
.wp-block-image,
.wp-block-pullquote {
  padding: var(--wp--preset--spacing-40) 0 !important;
}
@media (max-width: 782px) {
  .wp-block-image,
.wp-block-pullquote {
    padding: var(--wp--preset--spacing--40) 0 !important;
    float: none !important;
  }
}
.wp-block-image.is-style-no-margin,
.wp-block-pullquote.is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-image.alignleft,
.wp-block-pullquote.alignleft {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-right: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignright,
.wp-block-pullquote.alignright {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-left: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignleft, .wp-block-image.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 60% !important;
}
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
  padding: 0;
}

.wp-block-image {
  margin: 0;
  overflow: hidden;
}

.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--60);
  padding: 0;
}
.wp-block-pullquote cite {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--accent);
}

figure.wp-block-image {
  padding: 0 !important;
}

/* List
========================================================================== */
/* Pullquote
========================================================================== */
@media (min-width: 782px) {
  .wp-block-pullquote blockquote {
    padding: var(--wp--preset--spacing--30);
  }
}

/* Misc
========================================================================== */
.wp-block-carousel {
  margin: 0 auto;
  max-width: 1600px;
}
.wp-block-carousel.has-media-on-the-right .carousel-container .carousel-slides {
  order: 2;
  transform: translateX(calc(var(--wp--preset--spacing--100)));
  border-radius: 50px 0px 0px 30px;
  border-style: solid;
  border-width: 8px 0 0 16px;
  border-color: var(--wp--preset--color--yellow);
}
.wp-block-carousel.has-media-on-the-right .carousel-container .carousel-navigation {
  order: 1;
}
.wp-block-carousel .carousel-container {
  display: flex;
}
.wp-block-carousel .carousel-container .carousel-slides {
  flex: 1 1;
  transform: translateX(calc(-1 * var(--wp--preset--spacing--100)));
  border-radius: 0 30px 50px 0;
  border-style: solid;
  border-width: 0 8px 16px 0;
  border-color: var(--wp--preset--color--purple);
  overflow: hidden;
}
.wp-block-carousel .carousel-container .carousel-slides .swiper-slide {
  aspect-ratio: 3/2;
}
.wp-block-carousel .carousel-container .carousel-slides .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.wp-block-carousel .carousel-container .carousel-slides .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-carousel .carousel-container .carousel-slides .swiper-slide .wp-block-image {
  margin: 0 !important;
}
.wp-block-carousel .carousel-container .carousel-navigation {
  padding: var(--wp--preset--spacing--100) 0;
  width: 200px;
}
@media (min-width: 1080px) {
  .wp-block-carousel .carousel-container .carousel-navigation {
    padding: var(--wp--preset--spacing--100) 0 0 0;
    width: 400px;
  }
}
.wp-block-carousel .carousel-container .carousel-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-carousel .carousel-container .carousel-navigation ul li {
  margin-top: var(--wp--preset--spacing--30);
}
.wp-block-carousel .carousel-container .carousel-navigation ul li.is-active a {
  color: var(--wp--preset--color--accent);
}
.wp-block-carousel .carousel-container .carousel-navigation ul li a {
  display: flex;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  line-height: 1.2;
}
@media (min-width: 1080px) {
  .wp-block-carousel .carousel-container .carousel-navigation ul li a {
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: normal;
  }
}
.wp-block-carousel .carousel-container .carousel-navigation ul li a:hover {
  color: var(--wp--preset--color--accent);
}
.wp-block-carousel .carousel-container .carousel-navigation ul li a i {
  margin: 3px var(--wp--preset--spacing--10) 0 0;
  display: none;
}
@media (min-width: 1080px) {
  .wp-block-carousel .carousel-container .carousel-navigation ul li a i {
    margin: 3px var(--wp--preset--spacing--20) 0 0;
    display: block;
  }
}

.wp-block-spacer + * {
  margin-top: 0 !important;
}

ul.is-style-tick {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1080px) {
  ul.is-style-tick {
    columns: 2;
    column-gap: var(--wp--preset--spacing--50);
  }
}
ul.is-style-tick li {
  margin: 0 0 var(--wp--preset--spacing--40) 0;
  display: flex;
  flex-flow: row nowrap;
}
ul.is-style-tick li:last-child {
  margin: 0;
}
ul.is-style-tick li:before {
  margin: 0 20px 0 0;
  content: "\f058";
  position: relative;
  top: -3px;
  font-family: "Font Awesome 6 Pro";
  font-size: var(--wp--preset--font-size--medium);
  font-weight: bold;
  color: var(--wp--preset--color--green);
}

/* Parts
========================================================================== */
.section-header {
  margin-bottom: var(--wp--preset--spacing--70);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-header h2 {
  margin: 0;
}

.tabs {
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--tertiary);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.tabs .tab {
  padding: var(--wp--preset--spacing--40);
  display: none;
}
@media (min-width: 1080px) {
  .tabs .tab {
    padding: var(--wp--preset--spacing--50);
  }
}
.tabs .tab[aria-expanded=true] {
  display: block;
}

.members-container {
  position: relative;
}
.members-container.is-loading {
  opacity: 0.25;
  filter: grayscale(100%);
}
.members-container .fa-spn {
  margin-top: 30px;
}

.member-filters,
.resource-filters {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
@media (min-width: 1080px) {
  .member-filters,
.resource-filters {
    gap: 10px;
    flex-flow: row nowrap;
  }
}
.member-filters > *,
.resource-filters > * {
  flex: 1 1;
}
.member-filters > * input,
.resource-filters > * input {
  width: 100%;
  height: 50px;
}
.member-filters > *.no-expand,
.resource-filters > *.no-expand {
  flex: 0 0 0;
}
.member-filters > *.no-expand input,
.resource-filters > *.no-expand input {
  height: 50px !important;
}

.member-items .member-item {
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  border: 2px solid var(--wp--preset--color--tertiary);
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .member-items .member-item {
    gap: 30px;
    flex-flow: row nowrap;
  }
}
.member-items .member-item .member-item__left {
  width: 40px;
}
@media (min-width: 1080px) {
  .member-items .member-item .member-item__left {
    width: 100px;
  }
}
.member-items .member-item .member-item__left .member-thumbnail {
  width: 40px;
  height: 40px;
  background: var(--wp--preset--color--tertiary);
  border-radius: 50%;
  border: 2px solid white;
}
@media (min-width: 1080px) {
  .member-items .member-item .member-item__left .member-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.member-items .member-item .member-item__left .member-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.member-items .member-item .member-item__center {
  flex: 1.5 1.5;
}
.member-items .member-item .member-item__center h4 {
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.member-items .member-item .member-item__center .member-state {
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.member-items .member-item .member-item__center .member-work-phone,
.member-items .member-item .member-item__center .member-mobile,
.member-items .member-item .member-item__center .member-email,
.member-items .member-item .member-item__center .member-website {
  opacity: 0.75;
}
.member-items .member-item .member-item__center i {
  margin: 0 5px 0 0;
  font-size: var(--wp--preset--font-size--small);
}
.member-items .member-item .member-item__right {
  flex: 2 2;
}
.member-items .member-item .member-item__right:empty {
  display: none;
}

.resource-items .resource-item {
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .resource-items .resource-item {
    gap: 30px;
    flex-flow: row nowrap;
  }
}
.resource-items .resource-item .resource-item__left {
  flex: 1 1;
}
.resource-items .resource-item .resource-item__left:empty {
  display: none;
}
.resource-items .resource-item .resource-item__left h4 {
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.resource-items .resource-item .resource-item__left i {
  margin: 0 5px 0 0;
  font-size: var(--wp--preset--font-size--small);
}
.resource-items .resource-item .resource-item__center {
  flex: 1.5 1.5;
}
@media (min-width: 1080px) {
  .resource-items .resource-item .resource-item__right {
    width: 230px;
    border-left: 2px solid var(--wp--preset--color--secondary);
  }
}
.resource-items .resource-item .resource-item__right .wp-block-buttons {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
@media (min-width: 1080px) {
  .resource-items .resource-item .resource-item__right .wp-block-buttons {
    padding-left: var(--wp--preset--spacing--30);
  }
}
.resource-items .resource-item .resource-item__right .wp-block-button {
  width: 100%;
}

.event-items .event-item {
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  background: var(--wp--preset--color--tertiary);
}
.event-items .event-item.is-pending {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1080px) {
  .event-items .event-item {
    gap: 30px;
    flex-flow: row nowrap;
  }
}
.event-items .event-item .event-item__left {
  display: none;
}
@media (min-width: 1080px) {
  .event-items .event-item .event-item__left {
    margin: calc(-1 * var(--wp--preset--spacing--30));
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
    min-height: 200px;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 500;
    background: rgba(0, 0, 0, 0.3);
  }
  .event-items .event-item .event-item__left > div {
    padding: 8px 10px;
    line-height: 1;
    color: white;
    background: var(--wp--preset--color--accent);
  }
}
.event-items .event-item .event-item__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-items .event-item .event-item__center {
  flex: 1.5 1.5;
}
.event-items .event-item .event-item__center h4 {
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.event-items .event-item .event-item__center i {
  margin: 0 5px 0 0;
  font-size: var(--wp--preset--font-size--small);
}
.event-items .event-item .event-item__center .event-date {
  margin: 0 0 var(--wp--preset--spacing--20) 0;
  font-weight: 600;
}
.event-items .event-item .event-item__center .add-to-calendar {
  color: var(--wp--preset--color--accent);
}
.event-items .event-item .event-item__center .event-meta {
  margin: 6px 0;
  display: flex;
  gap: 8px;
}
.event-items .event-item .event-item__center .event-meta i {
  margin-top: 5px;
}
.event-items .event-item .event-item__center .event-presenter {
  margin: var(--wp--preset--spacing--20) 0 0;
  padding: 0;
  border: none;
  align-items: center;
  gap: 10px;
  line-height: 1.25;
}
.event-items .event-item .event-item__center .event-presenter .presenter-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
@media (min-width: 1080px) {
  .event-items .event-item .event-item__right {
    width: 230px;
    border-left: 2px solid var(--wp--preset--color--secondary);
  }
}
.event-items .event-item .event-item__right .wp-block-buttons {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  gap: 10px;
}
@media (min-width: 1080px) {
  .event-items .event-item .event-item__right .wp-block-buttons {
    padding-left: var(--wp--preset--spacing--30);
  }
}
.event-items .event-item .event-item__right .wp-block-button {
  width: 100%;
}

.event-presenter {
  margin: var(--wp--preset--spacing--30) 0;
  padding: var(--wp--preset--spacing--20);
  gap: 20px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.event-presenter .presenter-image {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  min-width: 100px;
  overflow: hidden;
}
.event-presenter .presenter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-split__left .event-items .event-item .event-item__left {
  display: none;
}

#gform_11 .gform-body {
  padding-top: var(--wp--preset--spacing--10) !important;
}
@media (min-width: 782px) {
  #gform_11 .gform-body {
    padding-top: var(--wp--preset--spacing--40) !important;
  }
}

.pagination-container {
  display: flex;
  justify-content: space-between;
}

.read-more-container {
  position: relative;
  min-height: 120px;
}
.read-more-container.is-hidden {
  max-height: 120px;
  overflow: hidden;
}
.read-more-container.is-hidden:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(239, 239, 239, 0), rgb(239, 239, 239));
}
.read-more-container.is-hidden + .read-more-container__button {
  display: block;
}
.read-more-container .read-more-container__content {
  overflow: hidden;
}
.read-more-container + .read-more-container__button {
  margin-top: 15px;
  display: none;
  font-style: italic;
}

.grid-event-items {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--20);
}
@media (min-width: 782px) {
  .grid-event-items {
    flex-flow: row nowrap;
  }
}
.grid-event-items .grid-event-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  text-align: center;
  color: var(--wp--preset--color--brown);
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 782px) {
  .grid-event-items .grid-event-item {
    width: 50%;
  }
  .grid-event-items .grid-event-item:nth-child(4) {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .grid-event-items .grid-event-item {
    width: 25%;
  }
  .grid-event-items .grid-event-item:nth-child(4) {
    display: block !important;
  }
}
.grid-event-items .grid-event-item.is-placeholder {
  display: none;
}
@media (min-width: 782px) {
  .grid-event-items .grid-event-item.is-placeholder {
    display: block;
  }
}
.grid-event-items .grid-event-item .event-date {
  text-transform: uppercase;
}
.grid-event-items .grid-event-item h5 {
  margin: 15px 0 10px 0;
  line-height: 1;
  color: var(--wp--preset--color--accent);
}
.grid-event-items .grid-event-item .content {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
}
.grid-event-items .grid-event-item .content .read-more {
  margin-top: auto;
}
.grid-event-items .grid-event-item .feature {
  margin: 0 15px;
  display: none;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.75/1;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 782px) {
  .grid-event-items .grid-event-item .feature {
    display: flex;
  }
}
.grid-event-items .grid-event-item .feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-event-items .grid-event-item .feature > div {
  padding: 8px 10px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: var(--wp--preset--color--accent);
}
.grid-event-items .content {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
}
.grid-event-items .content a:hover {
  color: var(--wp--preset--color--accent);
}

/* Navigation
========================================================================== */
ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 782px) {
  ul.nav-tabs {
    display: flex;
    transform: translateY(1px);
  }
}
ul.nav-tabs li {
  margin: 0 5px 0 0;
}
ul.nav-tabs li[aria-pressed=true] a {
  color: var(--wp--preset--color--accent);
  background: var(--wp--preset--color--secondary);
  border-bottom: 1px solid transparent;
}
ul.nav-tabs li a {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  display: block;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.25);
  background: var(--wp--preset--color--tertiary);
  border: 1px solid var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  ul.nav-tabs li a {
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  }
}

.nav-social {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  list-style: none;
}

a {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.members-pagination {
  margin: var(--wp--preset--spacing--30) 0;
}

/* State
========================================================================== */
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mt-auto {
  margin-top: auto !important;
}

.clip > *:first-child, .modal-title > *:first-child,
.modal-content > *:first-child,
.modal-footer > *:first-child, .modal .modal__container > *:first-child, .pmpro_levels_table.pmpro_checkout td > *:first-child, #user_switching_switch_on > *:first-child, .gfield_html > *:first-child,
.gsection > *:first-child, .gform_wrapper .gform_validation_errors > *:first-child, .event-meta > div > *:first-child, .account-notices .account-notice > *:first-child, .event-page-split .event-page-split__left > *:first-child, .page-split .page-split__right > *:first-child, .page-split .page-split__left > *:first-child, .site-footer__bottom > * > *:first-child, .site-footer__top > * > *:first-child, .grid-items .grid-item .item-content > *:first-child, .wp-block-media-text .wp-block-media-text__content > *:first-child,
.wp-block-media-text > .block-editor-inner-blocks > *:first-child, .wp-block-pullquote blockquote > *:first-child, .wp-block-group > *:first-child,
.wp-block-column > *:first-child, .wp-block-carousel .carousel-container .carousel-navigation > *:first-child, .tabs .tab > *:first-child, .member-items .member-item .member-item__right > *:first-child, .resource-items .resource-item .resource-item__left > *:first-child, .resource-items .resource-item .resource-item__center > *:first-child, .event-presenter > *:first-child, .read-more-container .read-more-container__content > *:first-child, .grid-event-items .content > *:first-child {
  margin-top: 0 !important;
}
.clip > *:last-child, .modal-title > *:last-child,
.modal-content > *:last-child,
.modal-footer > *:last-child, .modal .modal__container > *:last-child, .pmpro_levels_table.pmpro_checkout td > *:last-child, #user_switching_switch_on > *:last-child, .gfield_html > *:last-child,
.gsection > *:last-child, .gform_wrapper .gform_validation_errors > *:last-child, .event-meta > div > *:last-child, .account-notices .account-notice > *:last-child, .event-page-split .event-page-split__left > *:last-child, .page-split .page-split__right > *:last-child, .page-split .page-split__left > *:last-child, .site-footer__bottom > * > *:last-child, .site-footer__top > * > *:last-child, .grid-items .grid-item .item-content > *:last-child, .wp-block-media-text .wp-block-media-text__content > *:last-child,
.wp-block-media-text > .block-editor-inner-blocks > *:last-child, .wp-block-pullquote blockquote > *:last-child, .wp-block-group > *:last-child,
.wp-block-column > *:last-child, .wp-block-carousel .carousel-container .carousel-navigation > *:last-child, .tabs .tab > *:last-child, .member-items .member-item .member-item__right > *:last-child, .resource-items .resource-item .resource-item__left > *:last-child, .resource-items .resource-item .resource-item__center > *:last-child, .event-presenter > *:last-child, .read-more-container .read-more-container__content > *:last-child, .grid-event-items .content > *:last-child {
  margin-bottom: 0 !important;
}

.opacity-50 {
  opacity: 0.5;
}

.has-tertiary-background-color + .has-tertiary-background-color:not(.is-layout-flow),
.has-tertiary-background-color + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-background-color:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow) {
  padding-top: 0 !important;
}

.has-secondary-background-color + .has-secondary-background-color:not(.is-layout-flow),
.has-secondary-background-color + .has-secondary-to-tertiary-gradient-background:not(.is-layout-flow),
.has-tertiary-to-secondary-gradient-background + .has-secondary-background-color:not(.is-layout-flow) {
  padding-top: 0 !important;
}

@media (min-width: 782px) {
  .bg1 {
    background-image: url(img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom -1px left;
    background-size: auto 20%;
  }
}
@media (min-width: 1080px) {
  .bg1 {
    background-size: auto 27.5%;
  }
}

@media (min-width: 1080px) {
  .bg2 {
    background-image: url(img/bg2.png);
    background-repeat: no-repeat;
    background-position: top -7.5% right 30%;
    background-size: 22.5% auto;
  }
}

@media (min-width: 782px) {
  .bg3 {
    background-image: url(img/bg3.png);
    background-repeat: no-repeat;
    background-position: bottom -1px right;
    background-size: auto 60%;
  }
}

@media (min-width: 782px) {
  .bg4 {
    background-image: url(img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom -1px right;
    background-size: auto 20%;
  }
}
@media (min-width: 1080px) {
  .bg4 {
    background-size: auto 27.5%;
  }
}

/* Helpers
========================================================================== */
@font-face {
  font-family: "Vladimir Script";
  src: url("scss/VladimirScript.eot");
  src: url("scss/VladimirScript.eot?#iefix") format("embedded-opentype"), url("scss/VladimirScript.woff2") format("woff2"), url("scss/VladimirScript.woff") format("woff"), url("scss/VladimirScript.ttf") format("truetype"), url("scss/VladimirScript.svg#VladimirScript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Base
========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

::selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

figure video {
  display: block;
  width: 100%;
}

table:not(.ui-datepicker-calendar) {
  background: var(--wp--preset--color--secondary);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
table:not(.ui-datepicker-calendar) td,
table:not(.ui-datepicker-calendar) th {
  padding: 15px !important;
  vertical-align: top;
  text-align: left;
}

fieldset {
  margin: 10px 0;
  padding: 5px 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--border--radius);
}

/* Forms
========================================================================== */
form {
  font-size: var(--wp--preset--font-size--normal);
}

input,
select,
textarea {
  padding: 0 10px !important;
  height: 45px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  color: inherit;
  background: var(--wp--preset--color--secondary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--border--radius);
  transition: border 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  input,
select,
textarea {
    font-size: var(--wp--preset--font-size--normal);
  }
}
input:focus,
select:focus,
textarea:focus {
  border: 2px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: var(--wp--preset--color--border);
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=textarea],
select {
  width: 100%;
  max-width: 600px;
}

.pmpro_checkout_box-password input[type=text],
.pmpro_checkout_box-password input[type=email],
.pmpro_checkout_box-password input[type=number],
.pmpro_checkout_box-password input[type=password],
.pmpro_checkout_box-password input[type=textarea],
.pmpro_checkout_box-password select {
  width: 90% !important;
}

input[type=radio],
input[type=checkbox] {
  height: auto;
}

textarea {
  padding: 15px !important;
  width: 100%;
  height: 200px !important;
}

.pmpro_checkout_box-password textarea {
  width: 90% !important;
}

label {
  font-weight: var(--wp--custom--typography--heading--font-weight) !important;
}

input[type=submit],
button[type=submit] {
  padding: 0 30px !important;
  width: auto;
  height: 45px;
  font-family: var(--wp--preset--font-family--body) !important;
  font-weight: var(--wp--custom--typography--heading--font-weight) !important;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
  border: none !important;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
input[type=submit]:disabled,
button[type=submit]:disabled {
  opacity: 0.5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=file] {
  padding: 0 !important;
  height: auto;
  border: none;
  background: transparent;
}

input[readonly] {
  background: var(--wp--preset--color--tertiary);
}

input[type=button],
button {
  cursor: pointer;
}

.search-field {
  width: 100%;
}

/* Typography
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  top: -3px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  text-decoration: none;
}

/* Layout
========================================================================== */
.site-wrap {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  overflow: hidden;
}

.site-header {
  padding: var(--wp--preset--spacing--20);
  position: relative;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .site-header {
    padding: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
  }
}
.site-header .container {
  padding: var(--wp--preset--spacing--20);
  display: flex;
  background: var(--wp--preset--color--secondary);
}
@media (min-width: 1080px) {
  .site-header .container {
    padding: 0;
  }
}
.site-header .container .site-header__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1080px) {
  .site-header .container .site-header__logo {
    width: 290px;
  }
}
.site-header .container .site-header__logo img {
  max-height: 45px;
  display: block;
}
@media (min-width: 1080px) {
  .site-header .container .site-header__logo img {
    max-height: 110px;
  }
}
.site-header .container .site-header__logo #toggle-menu {
  margin: 6px 0 0 0;
  padding: 0 10px 0 0;
  display: block;
  font-size: 35px;
  line-height: 1;
}
@media (min-width: 1080px) {
  .site-header .container .site-header__logo #toggle-menu {
    display: none;
  }
}
.site-header .container .site-header__menu {
  padding: var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--10);
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  .site-header .container .site-header__menu {
    padding: var(--wp--preset--spacing--20);
    flex: 1 1 0;
    position: fixed;
    z-index: 9;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--wp--preset--color--tertiary) !important;
    visibility: hidden;
    opacity: 0;
    justify-content: flex-start;
  }
  .site-header .container .site-header__menu.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.site-header .container .site-header__menu .mobile-buttons {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}
.site-header .container .site-header__menu .mobile-buttons > * {
  padding: 10px;
  flex: 1 1;
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--wp--preset--color--white);
}
.site-header .container .site-header__menu .mobile-buttons > *.green {
  background: var(--wp--preset--color--green);
}
.site-header .container .site-header__menu h3 {
  margin: 0;
  color: var(--wp--preset--color--accent);
}
@media (max-width: 1080px) {
  .site-header .container .site-header__menu h3 {
    display: none;
  }
}
.site-header .container .site-header__user {
  display: none;
}
@media (min-width: 1080px) {
  .site-header .container .site-header__user {
    display: block;
    width: 180px;
  }
}

.site-main {
  padding: calc(69px + var(--wp--preset--spacing--20)) var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
  line-height: var(--wp--custom--typography--body--line-height);
}
@media (min-width: 1080px) {
  .site-main {
    padding: 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  }
}

.site-footer {
  margin-bottom: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--brown);
  text-align: center;
  background: var(--wp--preset--color--green);
}
@media (min-width: 1080px) {
  .site-footer {
    margin: auto var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  }
}

.site-footer__top {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 1080px) {
  .site-footer__top {
    flex-flow: row nowrap;
    gap: var(--wp--preset--spacing--100);
  }
}
.site-footer__top > * {
  width: 100%;
}
@media (min-width: 1080px) {
  .site-footer__top > * {
    flex: 1 1;
  }
}
@media (min-width: 1080px) {
  .site-footer__top > *:nth-child(1) {
    padding-right: var(--wp--preset--spacing--20);
  }
}
.site-footer__top .footer-top__logo img {
  margin-bottom: 20px;
  max-height: 100px;
}
.site-footer__top .footer-top__newsletter form {
  margin-top: var(--wp--preset--spacing--20);
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.site-footer__top h4 {
  margin-bottom: var(--wp--preset--spacing--30);
}

.site-footer__bottom {
  margin-top: var(--wp--preset--spacing--50);
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1080px) {
  .site-footer__bottom {
    flex-flow: row nowrap;
    gap: var(--wp--preset--spacing--100);
  }
}
.site-footer__bottom > * {
  width: 100%;
}
@media (min-width: 1080px) {
  .site-footer__bottom > * {
    flex: 1 1;
  }
}
@media (min-width: 1080px) {
  .site-footer__bottom > *:nth-child(2) {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .site-footer__bottom > *:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}
.site-footer__bottom a {
  text-decoration: none;
}

.site-acknowledgement {
  margin: auto var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  border: 2px solid var(--wp--preset--color--tertiary);
  color: rgba(0, 0, 0, 0.5);
}
.site-acknowledgement > * {
  margin: 0 auto;
  max-width: 600px;
}

.page-split {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1080px) {
  .page-split {
    flex-flow: row nowrap;
  }
}
.page-split .page-split__left {
  order: 2;
}
@media (min-width: 1080px) {
  .page-split .page-split__left {
    order: 1;
    flex: 3 3 0;
  }
}
.page-split .page-split__right {
  padding: 0 0 30px 0;
  order: 1;
}
@media (min-width: 1080px) {
  .page-split .page-split__right {
    padding: 0 0 0 80px;
    order: 2;
    flex: 1 1 0;
  }
}
.page-split .page-split__right ul.nav-account {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-split .page-split__right ul.nav-account li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1080px) {
  .page-split .page-split__right ul.nav-account li {
    padding: 10px 0;
  }
}
.page-split .page-split__right ul.nav-account li:last-child {
  border-bottom: none;
}
.page-split .page-split__right ul.nav-account li.current_page_item a, .page-split .page-split__right ul.nav-account li.current-menu-item a {
  color: var(--wp--preset--color--accent);
}
.page-split .page-split__right ul.nav-account li a {
  font-weight: 500;
  text-decoration: none;
}
.page-split .page-split__right ul.nav-account li a:hover {
  color: var(--wp--preset--color--accent);
}

.event-form-notice {
  margin-bottom: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--30);
  background: rgba(0, 128, 0, 0.1);
  border: 1px solid rgba(0, 128, 0, 0.1);
}
.event-form-notice strong {
  color: green;
}
.event-form-notice.is-style-invalid {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.1);
}
.event-form-notice.is-style-invalid strong {
  color: red;
}

.event-page-split {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 782px) {
  .event-page-split {
    flex-flow: row nowrap;
  }
}
@media (min-width: 782px) {
  .event-page-split .event-page-split__left {
    flex: 1 1;
  }
}
.event-page-split .event-page-split__right .wp-block-button__link, .event-page-split .event-page-split__right input[type=submit],
.event-page-split .event-page-split__right button[type=submit] {
  white-space: nowrap;
}

#pmpro_account-membership h3 {
  margin-top: 0;
}
#pmpro_account-membership .pmpro_table .wp-block-button {
  display: block;
  white-space: nowrap;
}
@media (max-width: 782px) {
  #pmpro_account-membership .pmpro_table thead tr th:nth-child(3) {
    display: none;
  }
  #pmpro_account-membership .pmpro_table tbody tr td:nth-child(3) {
    display: none;
  }
}

@media (max-width: 782px) {
  #pmpro_account-invoices .pmpro_table thead tr th:nth-child(4) {
    display: none;
  }
  #pmpro_account-invoices .pmpro_table tbody tr td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 782px) {
  #pmpro_account-applications .pmpro_table thead tr th:nth-child(4) {
    display: none;
  }
  #pmpro_account-applications .pmpro_table tbody tr td:nth-child(4) {
    display: none;
  }
}

/* Blocks
========================================================================== */
.entry-content {
  flex: 1 1;
  height: 100%;
}
.entry-content > *:first-child:not(.alignfull):not(.wp-block-spacer):not(.wp-block-media-text.is-style-three) {
  margin-top: var(--wp--preset--spacing--60) !important;
}
.entry-content > *:last-child:not(.alignfull):not(.wp-block-spacer):not(.wp-block-media-text.is-style-two):not(script) {
  margin-bottom: var(--wp--preset--spacing--80) !important;
}

body.page-template-page-application .entry-content {
  padding-bottom: var(--wp--preset--spacing--80) !important;
}

.entry-content {
  padding: 0 var(--wp--preset--spacing--20);
}
@media (min-width: 782px) {
  .entry-content {
    padding: 0 var(--wp--preset--spacing--100);
  }
}
.entry-content > * {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content > *.alignfull.has-primary-background-color + .has-primary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-secondary-background-color + .has-secondary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-tertiary-background-color + .has-tertiary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-accent-background-color + .has-accent-background-color {
  padding-top: 0 !important;
}
.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--20)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--20)) !important;
  width: calc(100% + var(--wp--preset--spacing--20) * 2) !important;
  max-width: calc(100% + var(--wp--preset--spacing--200) * 2) !important;
}
@media (min-width: 782px) {
  .entry-content > .alignfull {
    margin-left: calc(-1 * var(--wp--preset--spacing--100)) !important;
    margin-right: calc(-1 * var(--wp--preset--spacing--100)) !important;
    width: calc(100% + var(--wp--preset--spacing--100) * 2) !important;
    max-width: calc(100% + var(--wp--preset--spacing--100) * 2) !important;
  }
}
.entry-content > .alignleft {
  float: left;
  margin-right: 2em;
}
.entry-content > .alignright {
  float: right;
  margin-right: 2em;
}

/* Parts
========================================================================== */
h3 #delete-event {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--accent);
}

body.page-template-page-submit-event .gform_wrapper textarea {
  height: 80px !important;
}

.page-hero {
  min-height: 300px;
  background: var(--wp--preset--color--tertiary);
}
.page-hero h1 {
  margin: 0;
}

.pagination {
  margin-top: var(--wp--preset--spacing--50);
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination:empty {
  margin-top: 0;
}
.pagination > span,
.pagination > a {
  margin: 0 1px;
  padding: 10px;
  display: block;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  background: var(--wp--preset--color--tertiary);
  border: 1px solid var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .pagination > span,
.pagination > a {
    margin: 0 1px;
    padding: 15px;
  }
}
.pagination > span.current,
.pagination > a.current {
  background: transparent;
}
.pagination > span i,
.pagination > a i {
  font-size: var(--wp--preset--font-size--small);
}
.pagination > a:hover:not(.current) {
  color: var(--wp--preset--color--accent);
}

.search-form {
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  width: 100%;
}
.search-form label {
  flex: 1 1;
}

.account-notices {
  margin: 0 0 var(--wp--preset--spacing--30) 0;
}
.account-notices .account-notice {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  position: relative;
  width: 100%;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--accent);
  border-radius: 5px;
  background: white;
  border: 1.5px solid var(--wp--preset--color--accent);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.04);
  line-height: 1.35;
}
.account-notices .account-notice .notice-button {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .event-meta {
    display: flex;
  }
}
.event-meta > div {
  padding: 8px 15px;
  display: flex;
  flex-flow: column nowrap;
  background: var(--wp--preset--color--tertiary);
  border-bottom: 2px solid white;
}
@media (min-width: 1080px) {
  .event-meta > div {
    padding: 30px;
    flex: 1 1;
    border-right: 2px solid white;
    border-bottom: none;
  }
}
.event-meta > div h5 {
  margin: 0;
  font-weight: 300;
  opacity: 0.5;
}

body.pmpro-invoice .site-header,
body.pmpro-invoice .site-footer,
body.pmpro-invoice .site-acknowledgement,
body.pmpro-invoice .page-hero,
body.pmpro-invoice .breadcrumbs {
  display: none;
}

.download-certificate.is-loading .default,
.download-event-certificate.is-loading .default {
  display: none;
}
.download-certificate.is-loading .loading,
.download-event-certificate.is-loading .loading {
  display: block;
}
.download-certificate .loading,
.download-event-certificate .loading {
  display: none;
}

#field_3_16 h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#field_3_16 h3 a {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--accent);
}

.pmpro_level-name {
  display: flex;
  align-items: center;
}

.pmpro_level-description {
  margin-top: 1em;
  padding-right: 20%;
  line-height: 1.35;
}

#pmpro_mmpu_groups {
  text-align: left;
}

.badge-renewal {
  margin-left: 5px;
  padding: 5px;
  display: inline-block;
  font-size: 10px;
  background: var(--wp--preset--color--green);
  border-radius: 5px;
}

.renewal-steps {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--30);
}
.renewal-steps > div {
  display: flex;
}
.renewal-steps > div > *:first-child {
  margin-right: 10px;
  font-weight: bold;
}

.user_hours {
  margin-bottom: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--20);
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--20);
  justify-content: space-between;
  line-height: 1.35;
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 782px) {
  .user_hours {
    flex-flow: row nowrap;
  }
}

/* Navigation
========================================================================== */
.nav-header {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1080px) {
  .nav-header {
    display: flex;
  }
}
.nav-header > li {
  position: relative;
  font-size: calc(var(--wp--preset--font-size--normal) * 1.1);
}
@media (min-width: 1080px) {
  .nav-header > li {
    margin: 0 var(--wp--preset--spacing--20) 0 0;
  }
}
.nav-header > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1080px) {
  .nav-header > li[aria-expanded=true] > ul {
    display: block;
  }
}
.nav-header > li.current-menu-item > a, .nav-header > li.current_page_item > a {
  text-decoration: underline;
}
.nav-header > li > a {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  line-height: 1.2;
  height: 100%;
  color: var(--wp--preset--color--brown);
}
@media only screen and (max-width: 1400px) and (min-width: 1080px) {
  .nav-header > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1080px) {
  .nav-header > li > a {
    padding-right: 60px;
  }
}
@media (max-width: 782px) {
  .nav-header > li > a {
    padding: 4px 0;
  }
}
.nav-header > li > a:hover {
  color: var(--wp--preset--color--accent);
}
@media (max-width: 1080px) {
  .nav-header > li > a .drop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
  }
}
@media (min-width: 1080px) {
  .nav-header > li > a .drop {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1080px) {
  .nav-header > li > a .drop {
    display: none !important;
  }
}
.nav-header > li > ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media (min-width: 1080px) {
  .nav-header > li > ul {
    padding: 20px 20px 10px;
    position: absolute;
    display: block;
    z-index: 9;
    width: 300px;
    top: 100%;
    left: 50%;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    background: var(--wp--preset--color--tertiary);
  }
}
@media (min-width: 1080px) {
  .nav-header > li > ul li {
    margin: 5px 0;
  }
}
.nav-header > li > ul a {
  text-decoration: none;
}
.nav-header > li > ul a:hover {
  color: var(--wp--preset--color--accent);
}

.nav-footer {
  margin: 0;
  padding: 0;
  position: relative;
  columns: 2;
  column-gap: 10px;
  list-style: none;
}
.nav-footer li {
  margin-bottom: 10px;
}

.nav-user {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  list-style: none;
}
@media (min-width: 1080px) {
  .nav-user {
    flex-flow: column nowrap;
  }
}
@media (min-width: 1080px) {
  .nav-user li {
    flex: 1 1;
    background: var(--wp--preset--color--green);
  }
}
@media (min-width: 1080px) {
  .nav-user li:nth-child(2) a {
    background: var(--wp--preset--color--tertiary);
  }
}
@media (min-width: 1080px) {
  .nav-user li a {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 500;
    text-decoration: none;
    color: var(--wp--preset--color--brown);
    background: var(--wp--preset--color--green);
  }
}

/* State
========================================================================== */
@media (max-width: 782px) {
  .show-md {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .show-lg {
    display: none !important;
  }
}

@media (max-width: 1320px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 782px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1320px) {
  .hide-xl {
    display: none !important;
  }
}

/* Animations
========================================================================== */
/* Plugins
========================================================================== */
/* Gravity Forms
 ========================================================================== */
.gform_wrapper .gform_validation_errors {
  margin: 20px 0 !important;
  padding: 15px !important;
}
.gform_wrapper .gform_validation_errors > h2.hide_summary {
  position: relative;
  top: 0;
  font-size: inherit;
  line-height: inherit;
}
.gform_wrapper .gform_validation_errors > h2.hide_summary .gform-icon {
  display: none;
}

@media (max-width: 1080px) {
  body .gform_wrapper.gravity-theme > form {
    position: relative;
    margin-left: calc(-1 * var(--wp--preset--spacing--20));
    margin-right: calc(-1 * var(--wp--preset--spacing--20));
  }
}
body .gform_wrapper.gravity-theme .gf_page_steps {
  margin: 0 0 var(--wp--preset--spacing--50);
  display: flex;
  flex-flow: row nowrap;
  border-bottom: none;
  justify-content: space-between;
}
body .gform_wrapper.gravity-theme .gf_step {
  margin: 0;
  max-width: 200px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
@media (max-width: 1080px) {
  body .gform_wrapper.gravity-theme .gf_step:not(.gf_step_active) {
    display: none;
  }
}
body .gform_wrapper.gravity-theme .gf_step.gf_step_hidden {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gf_step .gf_step_number {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .gform_wrapper.gravity-theme .gf_step .gf_step_label {
  padding: 0 10px;
  text-align: center;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: var(--wp--preset--spacing--20);
  grid-row-gap: var(--wp--preset--spacing--20);
}
body .gform_wrapper.gravity-theme .gform-ajax-spinner {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: var(--wp--preset--spacing--50) 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
    flex-flow: column nowrap;
  }
  body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
    margin: 5px 0 !important;
    order: 1 !important;
  }
  body .gform_wrapper.gravity-theme .gform_footer button.gform_save_link,
body .gform_wrapper.gravity-theme .gform_footer input.gform_save_link,
body .gform_wrapper.gravity-theme .gform_page_footer button.gform_save_link,
body .gform_wrapper.gravity-theme .gform_page_footer input.gform_save_link {
    order: 2 !important;
    border: none !important;
  }
}
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 0;
  padding: 10px 20px !important;
  min-width: 150px;
  font-size: 16px !important;
  font-weight: 600;
  color: white !important;
  background: #607382 !important;
  height: 50px;
  border: none;
  appearance: none;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gform_footer button svg,
body .gform_wrapper.gravity-theme .gform_footer input svg,
body .gform_wrapper.gravity-theme .gform_page_footer button svg,
body .gform_wrapper.gravity-theme .gform_page_footer input svg {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_previous_button,
body .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
  order: 1;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_next_button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .gform_page_footer .gform_next_button,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  order: 3;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  background: var(--wp--preset--color--accent) !important;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_save_link,
body .gform_wrapper.gravity-theme .gform_page_footer .gform_save_link {
  order: 2;
  color: #607382 !important;
  background: transparent !important;
  border: 2px solid #607382 !important;
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 12px;
}
body .gform_wrapper.gravity-theme .gpnf-add-entry {
  margin: 10px 0 0 0;
  padding: 10px !important;
  height: auto !important;
  font-size: 12px !important;
  font-weight: 600;
  color: white !important;
  background: var(--wp--preset--color--primary) !important;
  height: 50px;
  border: none;
  appearance: none;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gpnf-add-entry:before {
  padding: 0 2px 0 0;
  content: "+";
  font-family: "Font Family 6 Pro";
}
body .gform_wrapper.gravity-theme .ginput_container_time {
  max-width: 68px;
  min-width: 68px;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  border-color: var(--wp--preset--color--green);
  background: var(--wp--preset--color--green);
}
body .gform_body {
  padding: var(--wp--preset--spacing--20);
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  body .gform_body {
    padding: var(--wp--preset--spacing--50);
  }
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  padding-right: 25px !important;
  font-size: 14px;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 12px;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  font-size: 14px;
}
body .gform_wrapper.gravity-theme .hour_minute_colon {
  line-height: 2.6;
}

.tingle-modal-box .gpnf-modal-header {
  font-size: var(--wp--preset--font-size--normal) !important;
  font-weight: 600;
  background-color: var(--wp--preset--color--primary) !important;
}
.tingle-modal-box .gform_body {
  padding: 20px;
}
.tingle-modal-box button {
  margin: 0 0 0 10px;
  padding: 10px 20px !important;
  min-width: auto;
  font-size: 16px !important;
  font-weight: 600;
  color: white !important;
  background: #607382 !important;
  height: 50px;
  border: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.tingle-modal-box button.gform_delete_file {
  margin: 0 10px 0 0 !important;
  background: var(--wp--preset--color--accent) !important;
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
  padding: 0 0 10px 0 !important;
}
.gform_wrapper.gravity-theme .field_description_above .description.validation_message,
.gform_wrapper.gravity-theme .field_description_above .gfield_description.validation_message,
.gform_wrapper.gravity-theme .field_description_above .gsection_description.validation_message,
.gform_wrapper.gravity-theme .field_description_above .instruction.validation_message {
  padding: 5px 10px !important;
}

.form_saved_message_emailform #gform_resume_email {
  margin-bottom: 10px;
}
.form_saved_message_emailform .resume_form_link_wrapper {
  padding: var(--wp--preset--spacing--20);
  border: 2px solid var(--wp--preset--color--tertiary);
}
.form_saved_message_emailform .gform_validation_message {
  margin: 0 0 var(--wp--preset--spacing--10) 0;
  color: var(--wp--preset--color--accent);
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gpnf-nested-entries tbody tr:last-child td.gpnf-row-actions {
  text-align: right !important;
}

.gpnf-modal-1-45 .tingle-btn--primary,
.gpnf-modal .tingle-btn {
  background: var(--wp--preset--color--primary) !important;
}

.gform_wrapper.gravity-theme .gform_button.gform_last_page_button {
  display: none !important;
}

.gpnf-nested-entries-container .gpnf-nested-entries thead {
  display: none;
}
.gpnf-nested-entries-container .gpnf-nested-entries th,
.gpnf-nested-entries-container .gpnf-nested-entries td {
  vertical-align: middle;
}
.gpnf-nested-entries-container .gpnf-nested-entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gpnf-nested-entries-container .gpnf-add-entry-max {
  padding-left: 5px;
  color: var(--wp--preset--color--accent);
}
.gpnf-nested-entries-container button.gf-default-disabled {
  display: none;
}

.gpnf-modal-header {
  display: none !important;
}

.ginput_preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 5px !important;
  font-size: 14px !important;
}

.gfield--type-product .ginput_container_singleproduct label {
  display: none;
}
.gfield--type-product .ginput_container_singleproduct input {
  margin: 0;
  padding: 0 !important;
  height: 30px;
  color: green !important;
  background: transparent;
  border: transparent;
}

.gfield--type-stripe_creditcard {
  padding: var(--wp--preset--spacing--20);
  background: rgba(0, 0, 0, 0.05);
}
.gfield--type-stripe_creditcard .gform-field-label--type-sub {
  font-weight: 400 !important;
  font-style: italic;
  font-size: 12px !important;
}

.gfield_html,
.gsection {
  margin: 15px 0;
}

.gsection h3 {
  font-size: var(--wp--preset--font-size--medium);
}

*[data-js-spinner-id=gform-ajax-spinner] {
  display: none !important;
}

.gform-footer:has(*[data-js-spinner-id=gform-ajax-spinner]) > * {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}

/* User switching
 ========================================================================== */
#user_switching_switch_on {
  margin: 0;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center;
  color: white;
  background: black !important;
}
#user_switching_switch_on a {
  color: white !important;
  background: transparent !important;
}
@media (min-width: 1080px) {
  #user_switching_switch_on {
    padding: 30px;
  }
}

/* Breadcrumbs
 ========================================================================== */
.page-hero .breadcrumb-tmc {
  position: relative;
  align-items: center;
  display: none;
  top: -30px;
}
@media (min-width: 1080px) {
  .page-hero .breadcrumb-tmc {
    display: flex;
  }
}
.page-hero .breadcrumb-tmc li {
  display: flex;
  align-items: center;
}
.page-hero .breadcrumb-tmc li:after {
  margin: 3px 0 0 0;
  padding: 0 5px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  opacity: 0.6;
}
.page-hero .breadcrumb-tmc li:last-child:after {
  display: none;
}
.page-hero .breadcrumb-tmc a {
  display: inline-block;
  text-decoration: none;
  opacity: 0.6;
}
.page-hero .breadcrumb-tmc a:hover {
  opacity: 1;
}
.page-hero .breadcrumb-tmc .breadcrumb-tmc-separator {
  display: none;
}

/* PMPRO
 ========================================================================== */
.pmpro_btn {
  padding: 15px 30px !important;
  width: auto;
  font-family: var(--wp--preset--font-family--body) !important;
  font-weight: var(--wp--custom--typography--heading--font-weight) !important;
  line-height: 1.2;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  appearance: none;
}

form.pmpro_form .pmpro_submit {
  margin-top: var(--wp--preset--spacing--30);
}
form.pmpro_form .pmpro_submit hr {
  display: none;
}
form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
  margin: 0;
}
form.pmpro_form .pmpro_change_password-fields #pass-strength-result:not(.short):not(.good):not(.strong) {
  display: none;
}

.pmpro_reset_password_wrap {
  margin-bottom: var(--wp--preset--spacing--80);
  padding: var(--wp--preset--spacing--50);
  background: var(--wp--preset--color--tertiary);
}
.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result {
  margin: 0;
}
.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result:not(.short):not(.good):not(.strong) {
  display: none;
}
.pmpro_reset_password_wrap hr {
  display: none;
}
.pmpro_reset_password_wrap input[type=text] {
  max-width: 100% !important;
}
.pmpro_reset_password_wrap input[type=password] {
  max-width: 100% !important;
}

#pmpro_account .pmpro_box {
  margin: 0;
  padding: 0;
  border: none;
}
#pmpro_account .pmpro_box h3 {
  margin: 0 0 var(--wp--preset--spacing--30);
}
#pmpro_account .pmpro_box ul {
  margin: var(--wp--preset--spacing--20) 0;
  padding: 0;
  list-style: none;
}
#pmpro_account .pmpro_box ul li {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  background: rgba(0, 0, 0, 0.05);
}
#pmpro_account .pmpro_box ul li:nth-child(2n) {
  background: rgba(0, 0, 0, 0.1);
}
#pmpro_account #pmpro_account-profile .pmpro_actionlinks {
  margin: var(--wp--preset--spacing--30) 0 0 0;
}

.pmpro_actionlinks {
  margin: var(--wp--preset--spacing--30) 0 0 0;
}
.pmpro_actionlinks a {
  display: inline-block;
}

.pmpro_account-membership-levelname {
  line-height: 1.5;
}
.pmpro_account-membership-levelname .pmpro_actionlinks {
  margin: 5px 0 0 0;
  font-size: var(--wp--preset--font-size--small);
}
.pmpro_account-membership-levelname .pmpro_actionlinks a {
  padding: 0 10px;
  font-size: 13px;
  background: var(--wp--preset--color--green);
  border-radius: 3px;
  line-height: 2;
  text-decoration: none;
}

.pmpro_checkout hr {
  display: none;
}

#pmpro_billing_address_fields .pmpro_checkout-fields {
  display: flex;
  flex-flow: row wrap;
  background: var(--wp--preset--color--tertiary);
}
#pmpro_billing_address_fields .pmpro_checkout-fields > * {
  width: 100%;
}

.pmpro_checkout-fields {
  padding: var(--wp--preset--spacing--30);
  border: 2px solid var(--wp--preset--color--tertiary);
}
.pmpro_checkout-fields .pmpro_level_name_text {
  margin-top: 0 !important;
}
.pmpro_checkout-fields #pmpro_level_cost {
  margin-bottom: 0 !important;
}
.pmpro_checkout-fields .pmpro_level_expiration_text {
  margin-bottom: 0 !important;
}
.pmpro_checkout-fields .pmpro_level_expiration_text p {
  margin-bottom: 0 !important;
}

#pmpro_payment_information_fields .pmpro_checkout-fields {
  background: var(--wp--preset--color--tertiary);
}

.pmpro_asterisk {
  color: red;
}

.pmpro_confirmation_wrap hr {
  display: none;
}
.pmpro_confirmation_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pmpro_confirmation_wrap ul li {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  background: rgba(0, 0, 0, 0.05);
}
.pmpro_confirmation_wrap ul li:nth-child(2n) {
  background: rgba(0, 0, 0, 0.1);
}

.pmpro_invoice_details {
  margin-top: var(--wp--preset--spacing--30);
}

.pmpro_table {
  width: 100%;
  border-collapse: collapse;
}
.pmpro_table th,
.pmpro_table td {
  line-height: 1.35;
}
.pmpro_table th {
  background: rgba(0, 0, 0, 0.1);
}
.pmpro_table tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}

#pmpro_mmpu_groups .pmpro_mmpu_group {
  border-bottom: none;
  border-top: none;
}
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level {
  display: flex;
  border: 1px solid var(--wp--preset--color--tertiary);
}
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level input[type=checkbox] {
  display: none;
}
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-info {
  flex: unset;
}
@media (min-width: 1080px) {
  #pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-info {
    flex: 3 3 0;
  }
}
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-action {
  flex: unset;
  width: 100%;
}
@media (min-width: 782px) {
  #pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
}
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-action label {
  margin: 0 auto;
  display: block;
  width: 100%;
}
#pmpro_mmpu_groups .pmpro_level-select {
  padding: 10px 30px !important;
  position: relative;
  width: auto;
  font-family: var(--wp--preset--font-family--body) !important;
  font-weight: var(--wp--custom--typography--heading--font-weight) !important;
  color: black;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
#pmpro_mmpu_groups .pmpro_level-select-selected {
  background-color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
  color: white;
}
#pmpro_mmpu_groups .pmpro_level-select-selected:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}
#pmpro_mmpu_groups .pmpro_level-select-current,
#pmpro_mmpu_groups .pmpro_level-select-removed {
  background-color: red;
  border-color: red;
  color: white;
  pointer-events: none;
}

#pmpro_mmpu_levels {
  border: none;
}

#pmpro_mmpu_groups .pmpro_mmpu_checkout .pmpro_level-action {
  display: flex;
  justify-content: flex-end;
}
#pmpro_mmpu_groups .pmpro_mmpu_checkout .pmpro_mmpu_checkout-button {
  width: 100%;
}
@media (min-width: 782px) {
  #pmpro_mmpu_groups .pmpro_mmpu_checkout .pmpro_mmpu_checkout-button {
    width: calc(300px - 2em);
  }
}

.pmpro_login_wrap {
  margin-bottom: var(--wp--preset--spacing--80);
  padding: var(--wp--preset--spacing--50);
  background: var(--wp--preset--color--tertiary);
}
.pmpro_login_wrap hr {
  display: none;
}
.pmpro_login_wrap input[type=text] {
  max-width: 100% !important;
}
.pmpro_login_wrap input[type=password] {
  max-width: 100% !important;
}

.pmpro_lost_password_wrap {
  margin-bottom: var(--wp--preset--spacing--80);
  padding: var(--wp--preset--spacing--50);
  background: var(--wp--preset--color--tertiary);
}
.pmpro_lost_password_wrap hr {
  display: none;
}
.pmpro_lost_password_wrap input[type=text] {
  max-width: 100% !important;
}
.pmpro_lost_password_wrap input[type=password] {
  max-width: 100% !important;
}

.pmpro_actions_nav {
  text-align: left;
}

@media only screen and (min-width: 1080px) {
  #pmpro_billing_address_fields .pmpro_checkout-fields > * {
    width: 50%;
  }
}
.pmpro_mmpu_checkout-button {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  line-height: 1;
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border--radius);
  border: none;
}
.pmpro_mmpu_checkout-button:disabled {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--tertiary);
}

#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-price,
#pmpro_mmpu_groups .pmpro_mmpu_group .pmpro_mmpu_level .pmpro_level-expiration {
  display: block;
  font-size: var(--wp--preset--font-size--small);
}

.pmpro_member_profile_edit-fields .display_name,
.pmpro_member_profile_edit-field-hide_directory {
  display: none;
}

.pmpro_member_profile_edit-fields {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
.pmpro_member_profile_edit-fields > * {
  margin: 10px !important;
}
.pmpro_member_profile_edit-fields .pmpro_member_profile_edit-field,
.pmpro_member_profile_edit-fields #member_number_div {
  width: calc(100% - 20px);
}
.pmpro_member_profile_edit-fields .pmpro_member_profile_edit-field.first_name,
.pmpro_member_profile_edit-fields .pmpro_member_profile_edit-field.last_name,
.pmpro_member_profile_edit-fields #title_div,
.pmpro_member_profile_edit-fields #street_div,
.pmpro_member_profile_edit-fields #suburb_town_div,
.pmpro_member_profile_edit-fields #state_div,
.pmpro_member_profile_edit-fields #postcode_div,
.pmpro_member_profile_edit-fields #home_phone_div,
.pmpro_member_profile_edit-fields #work_phone_div,
.pmpro_member_profile_edit-fields #mobile_div,
.pmpro_member_profile_edit-fields #category_div,
.pmpro_member_profile_edit-fields #website_div,
.pmpro_member_profile_edit-fields #practice_phone_div,
.pmpro_member_profile_edit-fields #practice_suburb_town_div,
.pmpro_member_profile_edit-fields #practice_state_div,
.pmpro_member_profile_edit-fields #practice_phone_div,
.pmpro_member_profile_edit-fields #practice_email_div {
  width: calc(100% - 20px);
}
@media (min-width: 782px) {
  .pmpro_member_profile_edit-fields .pmpro_member_profile_edit-field.first_name,
.pmpro_member_profile_edit-fields .pmpro_member_profile_edit-field.last_name,
.pmpro_member_profile_edit-fields #title_div,
.pmpro_member_profile_edit-fields #street_div,
.pmpro_member_profile_edit-fields #suburb_town_div,
.pmpro_member_profile_edit-fields #state_div,
.pmpro_member_profile_edit-fields #postcode_div,
.pmpro_member_profile_edit-fields #home_phone_div,
.pmpro_member_profile_edit-fields #work_phone_div,
.pmpro_member_profile_edit-fields #mobile_div,
.pmpro_member_profile_edit-fields #category_div,
.pmpro_member_profile_edit-fields #website_div,
.pmpro_member_profile_edit-fields #practice_phone_div,
.pmpro_member_profile_edit-fields #practice_suburb_town_div,
.pmpro_member_profile_edit-fields #practice_state_div,
.pmpro_member_profile_edit-fields #practice_phone_div,
.pmpro_member_profile_edit-fields #practice_email_div {
    width: calc(50% - 20px);
  }
}
.pmpro_member_profile_edit-fields #my_practice_div,
.pmpro_member_profile_edit-fields #bio_div,
.pmpro_member_profile_edit-fields #photo_div {
  width: calc(100% - 20px);
}
.pmpro_member_profile_edit-fields #show_profile_div,
.pmpro_member_profile_edit-fields #show_mobile_div {
  margin: 20px 0;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  background: var(--wp--preset--color--tertiary);
}
.pmpro_member_profile_edit-fields #show_profile_div input,
.pmpro_member_profile_edit-fields #show_mobile_div input {
  margin-left: 0;
}
.pmpro_member_profile_edit-fields #show_profile_div p,
.pmpro_member_profile_edit-fields #show_mobile_div p {
  margin: 5px 0 0 0;
  line-height: 1.5;
}

.pmpro_checkout_box-my-details h2 {
  margin: 0.5em 0 !important;
}

#my_practice_div:before {
  content: "Practice Information";
  font-family: var(--wp--preset--font-family--heading);
  font-size: 24px;
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  margin: 0.5em 0;
  text-transform: none;
  display: block;
  width: 100%;
}

.pmpro_section_title {
  font-weight: 500 !important;
}

.pmpro_form_field-display_name {
  display: none !important;
}

.pmpro_font-x-large {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.pmpro_form_input:not([type=file]):not([type=radio]):not([type=checkbox]) {
  min-height: 45px !important;
}

form.pmpro_form input[type=text],
form.pmpro_form input[type=password],
form.pmpro_form input[type=email],
form.pmpro_form input[type=number],
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type=text],
#loginform input[type=password] {
  max-width: 100%;
}

form.pmpro_form input[type=text].input,
form.pmpro_form input[type=password].input,
.pmpro_login_wrap form#loginform input[type=text].input,
.pmpro_login_wrap form#loginform input[type=password].input {
  width: 100%;
}

.pmpro_invoice_wrap .pmpro_a-print {
  float: none;
  margin: 0 0 30px 0;
  display: inline-block;
}
.pmpro_invoice_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pmpro_invoice_wrap ul li {
  padding: var(--wp--preset--spacing--10) 0;
  border-bottom: 1px solid #ccc;
}
.pmpro_invoice_wrap hr {
  display: none;
}

@media print {
  .pmpro_invoice_wrap .wp-block-button {
    display: none;
  }
}
#pmpro_checkout_box-profile {
  display: none;
}

.pmpro_invoice_header {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}
@media (min-width: 1080px) {
  .pmpro_invoice_header {
    display: flex;
    justify-content: space-between;
  }
}
.pmpro_invoice_header img {
  max-height: 100px;
}
@media (min-width: 1080px) {
  .pmpro_invoice_header img {
    max-height: 150px;
  }
}

.pmpro_invoice_footer {
  margin-top: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}
.pmpro_invoice_footer p {
  max-width: 500px;
}

.pmpro_invoice_wrap h4 {
  display: flex;
  align-items: center;
}
.pmpro_invoice_wrap h4 .pmpro_a-print {
  margin: 0 0 0 15px;
}

body.pmpro-invoice .site-main {
  padding: var(--wp--preset--spacing--20) !important;
}

#pmpro_account {
  margin: var(--wp--preset--spacing--40) 0;
}

#pmpro_account-invoices h2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

body.pmpro-checkout #pmpro_form_fieldset-profile {
  display: none;
}

#pmpro_cancel .pmpro_table th,
#pmpro_cancel .pmpro_table td {
  vertical-align: middle;
}

.pmpro_btn {
  line-height: 1 !important;
}

.gform-icon--circle-error {
  display: none !important;
}

.pmpro_levels_table.pmpro_checkout {
  background: var(--wp--preset--color--tertiary);
}
.pmpro_levels_table.pmpro_checkout td {
  padding: 30px;
}
.pmpro_levels_table.pmpro_checkout td h4 {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.pmpro_levels_table.pmpro_checkout td .level-cost {
  margin: 0 0 10px 0;
  display: block;
}
.pmpro_levels_table.pmpro_checkout td .level-expiration {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  color: #666;
  font-style: italic;
}
.pmpro_levels_table.pmpro_checkout td .level-description {
  margin-top: 1em;
  padding-right: 20%;
  line-height: 1.3;
}
.pmpro_levels_table.pmpro_checkout .pmpro_btn {
  width: 100%;
  display: block;
  text-align: center;
}
.pmpro_levels_table.pmpro_checkout .pmpro_btn.pmpro_btn-select {
  color: var(--wp--preset--color--secondary) !important;
  background: var(--wp--preset--color--primary) !important;
}
.pmpro_levels_table.pmpro_checkout .pmpro_btn.disabled {
  pointer-events: none;
  background: var(--wp--preset--color--green) !important;
  opacity: 1;
}
.pmpro_levels_table.pmpro_checkout .pmpro_btn.disabled.expired {
  background: var(--wp--preset--color--accent) !important;
}
.pmpro_levels_table.pmpro_checkout tr:nth-child(2n) {
  background: var(--wp--preset--color--secondary);
}

tr.update-details + tr.update-details .action-button.update-details {
  display: none;
}

.pmpro_card_content:has(> *:first-child:is(table)) {
  padding-top: var(--pmpro--base--spacing--large);
}

/* Nice select
 ========================================================================== */
.nice-select {
  padding: 0 10px;
  position: relative !important;
  z-index: auto !important;
  display: block;
  width: 100%;
  height: 50px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--border--radius);
  outline: none;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  clear: both;
  cursor: pointer;
}
@media (min-width: 1080px) {
  .nice-select {
    font-size: var(--wp--preset--font-size--normal);
  }
}
.nice-select:after {
  margin-top: -7.5px;
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  opacity: 0.5;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select .list {
  margin: 0;
  padding: 0;
  position: absolute !important;
  z-index: 9 !important;
  left: -2px;
  right: -2px;
  color: rgba(0, 0, 0, 0.5);
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.nice-select .option {
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  text-overflow: ellipsis;
  list-style: none;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.nice-select .option.selected {
  background: rgba(0, 0, 0, 0.1);
}
.nice-select .option.disabled {
  display: none;
  background-color: transparent;
  cursor: default;
}

#pmpro_account h2 {
  font-size: var(--wp--preset--font-size--large);
}

#pmpro_checkout_box-my-profile {
  display: none;
}

/* Breadcrumb NavXT
 ========================================================================== */
.breadcrumbs {
  margin-bottom: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  display: none;
  font-size: var(--wp--preset--font-size--small);
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  text-decoration: none;
  opacity: 0.5;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs i {
  padding: 0 5px;
  font-size: 10px;
}

#user_switching_switch_on {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: var(--wp--preset--spacing--20) !important;
  background: var(--wp--preset--color--accent) !important;
}

/* Micro Modal
 ========================================================================== */
.modal {
  position: relative;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.modal.is-loading .modal__container .modal-loading {
  display: flex;
  flex-flow: column nowrap;
}
.modal.is-loading .modal__container > *:not(.modal-loading) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-style-small .modal__container {
  max-width: 600px;
}
.modal.is-style-small .search-form {
  display: flex;
  align-items: center;
}
.modal.is-style-small .search-form label {
  padding-right: 10px;
  flex: 1 1;
}
.modal.is-style-small .search-form label input {
  width: 100%;
}
.modal iframe {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s 0.4s ease-in-out;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open iframe {
  opacity: 1;
  visibility: visible;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal__container {
  position: relative;
  padding: 10px;
  width: 100vw;
  max-width: var(--wp--custom--layout--wide-size);
  max-height: 100vh;
  border-radius: 4px;
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
@media (min-width: 1080px) {
  .modal .modal__container {
    margin: 0 10px;
    padding: 20px;
  }
}
.modal .modal-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--wp--preset--color--tertiary);
  line-height: 1;
}
.modal .modal-loading .fas {
  display: block;
}

.modal-title {
  margin: 0 0 20px 0;
  color: var(--wp--preset--color--orange);
}

.modal-content {
  font-weight: 400;
}

.modal-footer {
  margin: 15px 0 0 0;
}

.action-button {
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: var(--wp--preset--color--green);
  border-radius: 3px;
  line-height: 2;
  text-decoration: none;
}

.gform-page-footer:has([data-js-spinner-id=gform-ajax-spinner]) {
  opacity: 0.5;
}

.gform-page-footer [data-js-spinner-id=gform-ajax-spinner] {
  position: absolute !important;
  opacity: 0;
}