/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--membership_calc-border-radius:8px;}a[href="#step2"]{pointer-events:none;}#membership-calc-wrapper{background-color:var(--y-color-light-grey-1,grey);margin:40px 0;border-radius:var(--membership_calc-border-radius,8px);border:solid 1px var(--y-color-light-grey-2,#e7e7e7);}#membership-calc-wrapper .nav-pills{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:28px;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;gap:24px;flex-direction:row;margin-bottom:0 !important;}@media (max-width:991.98px){#membership-calc-wrapper .nav-pills{flex-direction:column;}}#membership-calc-wrapper .nav-pills > li.nav-item{text-align:left;flex:initial;width:100%;}@media (min-width:1200px){#membership-calc-wrapper .nav-pills > li.nav-item{width:calc((100% / 3) - 1rem);}}#membership-calc-wrapper .nav-pills > li.nav-item .step{width:100%;padding:8px 20px 12px;border:2px solid var(--wsPartnerColor,gray);color:var(--wsPartnerColor,gray);border-radius:var(--membership_calc-border-radius,8px);position:relative;background:transparent;}#membership-calc-wrapper .nav-pills > li.nav-item .step:after,#membership-calc-wrapper .nav-pills > li.nav-item .step:before{content:unset;}#membership-calc-wrapper .nav-pills > li.nav-item .step .nav-pills__text{margin:0;display:flex;}#membership-calc-wrapper .nav-pills > li.nav-item .step .nav-pills__text .number{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:18px;line-height:32px;background-color:var(--ylb-color-blue-light,#00aeef);border-radius:50%;color:var(--ylb-color-white,white);display:inline-block;height:32px;text-align:center;width:32px;margin-right:8px;}#membership-calc-wrapper .nav-pills > li.nav-item .step .nav-pills__text a{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:28px;position:relative;color:inherit;top:2px;}#membership-calc-wrapper .nav-pills > li.nav-item.active .step{background-color:var(--wsPartnerColor,gray);}#membership-calc-wrapper .nav-pills > li.nav-item.active .step a{color:var(--y-color-white,white);}#membership-calc-wrapper .membership-calc__header{padding:36px;background-color:var(--ylb-color-white);border-top-right-radius:var(--membership_calc-border-radius,10px);border-top-left-radius:var(--membership_calc-border-radius,10px);box-shadow:var(--wsBorderStyle,unset);}#membership-calc-wrapper .membership-calc__header h2{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:35px;line-height:42px;text-align:center;margin-bottom:36px;}@media (min-width:768px){#membership-calc-wrapper .membership-calc__header h2{font-size:48px;line-height:54px;}}#membership-calc-wrapper .step-title{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:26px;line-height:32px;padding:36px 24px;text-align:left;}@media (min-width:768px){#membership-calc-wrapper .step-title{text-align:center;font-size:32px;line-height:34px;}}#membership-calc-wrapper .membership-calc__body{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:0 24px 48px;gap:48px;}@media (max-width:991.98px){#membership-calc-wrapper .membership-calc__body{flex-direction:column;}}#membership-calc-wrapper .membership-calc__body .form-item{margin:0;}#membership-calc-wrapper .membership-calc__body .form-item-location,#membership-calc-wrapper .membership-calc__body .map-wrapper{display:flex;flex-direction:column;flex:1;}#membership-calc-wrapper .membership-calc__body .map-wrapper .openy-map{min-height:430px;}#membership-calc-wrapper .membership-calc__body .form-item-location{font-family:var(--ylb-font-family-verdana),serif;font-weight:700;font-size:18px;line-height:28px;}#membership-calc-wrapper .membership-calc__body .form-item-location .description,#membership-calc-wrapper .membership-calc__body .form-item-location select{font-family:var(--ylb-font-family-verdana),serif;font-weight:400;font-size:18px;line-height:28px;}#membership-calc-wrapper .membership-calc__body .form-item-location .select-wrapper select{background-size:16px;}#membership-calc-wrapper .membership-calc__footer{align-content:center;align-items:center;background-color:var(--ylb-color-white);border-bottom-left-radius:var(--membership_calc-border-radius,10px);border-bottom-right-radius:var(--membership_calc-border-radius,10px);box-shadow:var(--wsBorderStyle,unset);display:flex;flex-wrap:nowrap;justify-content:space-between;padding:24px 48px;}#membership-calc-wrapper .membership-calc__footer.step-1{justify-content:flex-end;}#membership-calc-wrapper .membership-calc__footer .btn{background-color:var(--wsPartnerColor,grey);font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:28px;padding:10px 24px;}@media (max-width:991.98px){#membership-calc-wrapper .membership-calc__footer .btn{font-size:24px !important;padding:10px 24px;}}#membership-calc-wrapper .calc-block-form{display:flex;flex-direction:column;}#membership-calc-wrapper .calc-block-form fieldset{padding:0;margin:36px 0;}#membership-calc-wrapper .calc-block-form fieldset legend{display:flex;justify-content:center;padding:48px 0;}@media (max-width:991.98px){#membership-calc-wrapper .calc-block-form fieldset legend{padding:24px 0;}}#membership-calc-wrapper .calc-block-form fieldset legend h3{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:26px;line-height:32px;text-align:center;margin:0;}@media (min-width:768px){#membership-calc-wrapper .calc-block-form fieldset legend h3{font-size:32px;line-height:32px;}}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios{gap:30px 0;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item{max-width:270px;margin-bottom:0 !important;}@media (max-width:991.98px){#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item{min-width:90%;padding:0;}}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card{height:100%;min-height:370px;padding-bottom:16px;border-radius:var(--membership_calc-border-radius,8px);border:none;padding-top:24px;overflow:hidden;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card:has(input[name=type]:focus){outline:none;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card:has(input[name=type]:checked){background-color:var(--wsPartnerColor,#f2f2f2);}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card:has(input[name=type]:checked) .card-title,#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card:has(input[name=type]:checked) .card-text p{color:var(--y-color-white,white);}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card .form-element-wrapper{display:flex;flex-direction:column;height:100%;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card .form-element-wrapper label .btn{background-color:var(--ylb-color-white,white);border-radius:var(--membership_calc-border-radius,8px);border:solid 2px var(--wsPartnerColor,grey);color:var(--wsPartnerColor,grey);font-family:var(--ylb-font-family-medium),serif;font-size:18px;font-weight:500;line-height:28px;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card .form-element-wrapper .input-wrapper:has(.form-radio){display:none;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card-title{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:30px;padding-bottom:4px;margin:0;height:-moz-fit-content;height:fit-content;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card-text{display:block;padding-bottom:16px;height:-moz-fit-content;height:fit-content;}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card-text p{font-family:var(--ylb-font-family-verdana),serif;font-weight:400;font-size:18px;line-height:28px;color:var(--y-color-black,#000000);}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card-image{margin-bottom:16px;height:131px;width:131px;align-self:center;border-radius:50%;background:var(--ylb-color-light-grey-3,lightgray);}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item .card-image img{height:94px;width:94px;border-radius:50%;margin:18px;background:var(--wsTertiaryColor,gray);}#membership-calc-wrapper .calc-block-form fieldset .fieldset-wrapper .form-radios .membership-type.form-item input[name="type"]{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}#membership-calc-wrapper .calc-block-form.btn-success{background-color:unset;}#membership-calc-wrapper .calc-block-form.btn-success .calc-summary{color:var(--y-color-black,#000);}#membership-calc-wrapper .calc-block-form .calc-summary{display:flex;flex-flow:row wrap;width:100%;align-content:center;justify-content:space-evenly;align-items:stretch;padding:36px;}@media (max-width:1199.98px){#membership-calc-wrapper .calc-block-form .calc-summary{padding:0;}}#membership-calc-wrapper .calc-block-form .calc-summary-col .title{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:32px;line-height:34px;text-align:center;padding-bottom:24px;}#membership-calc-wrapper .calc-block-form .calc-summary .card{padding:24px;border:none;border-radius:var(--membership_calc-border-radius,8px);}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch{width:calc(100% / 3);padding-right:18px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch h4{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:30px;padding-bottom:24px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch h4.title{font-size:32px;line-height:34px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .hours,#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-address,#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-email a,#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-phone a,#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-fax a{display:flex;-moz-column-gap:0.5rem;column-gap:0.5rem;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-email a div{word-break:break-word;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-address label{font-size:15px;font-weight:700;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-address .directions{text-decoration:underline;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-address .directions a{color:var(--wsPartnerColor,gray);}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .info{margin-bottom:24px;font-family:var(--ylb-font-family-verdana),serif;font-weight:400;font-size:18px;line-height:28px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .info:last-child{margin-bottom:0;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .info label{display:inline-block;margin-bottom:10px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .info i{color:var(--y-color-blue-light,#00aeef);position:relative;top:4px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .info a > div{color:var(--wsPartnerColor,gray);text-decoration:underline;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch .info-card .branch-address label{font-weight:700;text-transform:uppercase;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership{width:calc(100% / 3 * 2);padding-left:18px;display:flex;flex-direction:column;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .membership-title{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:30px;margin-bottom:16px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .node--view-mode-calc-summary{border-bottom:var(--ylb-border-style-solid);margin-bottom:24px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .node--view-mode-calc-summary .field-mbrshp-description p{font-family:var(--ylb-font-family-verdana),serif;font-weight:400;font-size:18px;line-height:28px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card{flex:1;min-height:-moz-fit-content;min-height:fit-content;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:24px;flex:1;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price{background-color:var(--wsPartnerColor,gray);border-radius:var(--membership_calc-border-radius,8px);color:var(--y-color-white);width:-webkit-fill-available;display:flex;min-height:-moz-fit-content;min-height:fit-content;padding:24px;border:none;flex-direction:column;min-width:0;word-wrap:break-word;justify-content:center;height:100%;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price h4{color:var(--y-color-white);font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:32px;line-height:34px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price label{margin-top:24px;text-align:center;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price label .btn{background-color:var(--y-color-white);color:var(--wsPartnerColor,grey);font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:18px;line-height:28px;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price .price-month{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:24px;line-height:29.5px;display:flex;align-items:center;flex-direction:column;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership .card .membership-price-wrapper .price .join-fee{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:20px;line-height:24px;}@media (max-width:991.98px){#membership-calc-wrapper .calc-block-form .calc-summary{flex-direction:column;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-branch{width:100%;padding:0;}#membership-calc-wrapper .calc-block-form .calc-summary .selected-membership{width:100%;padding:0;}}#membership-calc-wrapper .calc-block-form .h4{font-family:var(--ylb-font-family-medium),serif;font-weight:500;font-size:32px;line-height:34px;padding:0 36px 36px 16px;text-align:center;margin:0;}@media (max-width:991.98px){#membership-calc-wrapper .calc-block-form .h4{text-align:left;}}.views-view-membership .field-body-no-summary{font-size:15px;padding-bottom:110px;}.wrapper-field-membership-info{display:flex;flex-wrap:wrap;}.form-item-location{flex-basis:100%;margin-bottom:5px;}@media (min-width:576px){.form-item-location{flex-basis:33.33%;}}@media (min-width:768px){.form-item-location{flex-basis:25%;}}.form-item-location input{vertical-align:middle;display:inline-block;margin:10px;}.form-item-location [class^="wrapper-"] > div{display:inline-block;}.form-item-location [class^="label-"]:after{content:":";}.form-item-location .field-link{display:none;}.membership-continue{display:none;}
.desktop-menu .openy-gtranslate-placeholder{color:inherit;cursor:pointer;font-size:18px;line-height:1.5;margin-left:1.5rem;text-decoration:none;}.desktop-menu .openy-gtranslate-placeholder:hover{text-decoration:none;}.mobile-sidebar .openy-gtranslate-placeholder{color:inherit;cursor:pointer;font-size:18px;line-height:1.5;text-decoration:none;text-transform:uppercase;}.mobile-sidebar .openy-gtranslate-placeholder:hover{text-decoration:none;}
.page-middle .lead-copy{display:none;}#page-footer{display:none;}
.media.media--ratio{height:auto;}.media.media--ratio .media__element{position:relative;}
.toolbar-icon-openy-system-openy:before{background-image:url(/modules/contrib/openy_custom/openy_system/assets/images/icon-gear-inactive.png);}.toolbar-icon-openy-system-openy:active:before,.toolbar-icon-openy-system-openy.is-active:before{background-image:url(/modules/contrib/openy_custom/openy_system/assets/images/icon-gear.png);}
.paragraph--unpublished{background-color:#fff4f4;}
body.blue-background .viewport{background-color:#DDEDFB;}body .layout-content{padding:0 !important;margin:0 !important;}body .paragraph{padding:30px 15px;max-width:1440px;margin:0 auto;}body .paragraph.paragraph-gallery,body .paragraph.paragraph--type--banner,body .paragraph.paragraph--type--small-banner,body .paragraph.paragraph--type--prgf-location-finder-filters{padding:0;max-width:100%;margin:initial;}body .wrapper-field-sidebar-content > .paragraph{margin-bottom:20px;}body #block-ymca-sv-content > div > article > .paragraph:first-child,body #block-ymca-sv-content > div > article > div > .paragraph:first-child,body #block-ymca-sv-content > div > article .main-region .paragraph:first-child,body #block-ymca-sv-content > div > article .sidebar-region .paragraph:first-child{padding-top:60px;}.two-column .main-region{margin-top:85px;}.paragraph--type--ymca-accordion{-webkit-font-smoothing:antialiased;}.paragraph--type--ymca-accordion .ymca-accordion-title{font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;font-size:32px;font-size:parseInt(32px)/16rem;line-height:28px;line-height:parseInt(28px)/16rem;color:#636466;}.paragraph--type--ymca-accordion .ymca-accordion-description{font-family:Verdana,Geneva,sans-serif;font-size:18px;font-size:parseInt(18px)/16rem;line-height:27px;line-height:parseInt(27px)/16rem;color:#1A1919;padding:1rem 0;}.paragraph--type--ymca-accordion .ymca-accordion-section .wrapper-field-ymca-accordion-section > .paragraph--type--accordion-section{background:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,0.18);border-radius:2px 2px 2px 2px;padding:12px 0 0;margin-top:1rem;margin-bottom:2.5rem;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title{font-family:Verdana,Geneva,sans-serif;font-size:18px;font-size:parseInt(18px)/16rem;line-height:27px;line-height:parseInt(27px)/16rem;color:#1A1919;font-weight:bold;cursor:pointer;padding:0 1.375rem 0.75rem;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title::before{font-family:'FontAwesome';font-size:18px;font-size:parseInt(18px)/16rem;content:'\f055';color:#0060af;font-weight:900;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title.open::before{content:'\f056';}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title .accordion-title-wrapper{padding-left:20px;padding-left:parseInt(20px)/16rem;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph{padding:0;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body-container > .accordion-body > .wrapper-field-ymca-accordion-body > .paragraph.paragraph--type--simple-content{padding-left:32px;padding-bottom:20px;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body-container > .accordion-body > .wrapper-field-ymca-accordion-body .paragraph--type--accordion-section .paragraph.paragraph--type--simple-content{padding-left:0;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(odd){background:#f7fAfA;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(odd) .accordion-title-wrapper{color:#000;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(odd) .accordion-body p{color:#000;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(even){background:#fff;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body-container{display:none;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body p{font-family:Verdana,Geneva,sans-serif;font-size:18px;font-size:parseInt(18px)/16rem;line-height:22px;line-height:parseInt(22px)/16rem;color:#1A1919;letter-spacing:0;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .accordion-section-container{padding:14px 0 0;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .accordion-section-container .accordion-title{letter-spacing:0;font-weight:normal;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .accordion-section-container .accordion-title::before{font-family:'FontAwesome';font-size:18px;font-size:parseInt(18px)/16rem;content:'\f0da';transition-duration:0.4s;transition-property:transform;color:#3B3939;font-weight:900;}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .accordion-section-container .accordion-title.open::before{transform:rotate(90deg);-webkit-transform:rotate(90deg);}.paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .accordion-section-container .accordion-body{padding:0 2rem;}.branch-theme-teal .paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(2n + 2){background:#f1f6f6;}.branch-theme-teal .paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title::before{color:#006b6b;}.branch-theme-orange .paragraph--type--ymca-accordion .ymca-accordion-section .accordion-body .paragraph--type--accordion-section:nth-child(2n + 2){background:#fffaf8;}.branch-theme-orange .paragraph--type--ymca-accordion .ymca-accordion-section .accordion-title::before{color:#a92b31;}.d-flex{display:flex;}
body.blue-background .viewport{background-color:#DDEDFB;}body .layout-content{padding:0 !important;margin:0 !important;}body .paragraph{padding:30px 15px;max-width:1440px;margin:0 auto;}body .paragraph.paragraph-gallery,body .paragraph.paragraph--type--banner,body .paragraph.paragraph--type--small-banner,body .paragraph.paragraph--type--prgf-location-finder-filters{padding:0;max-width:100%;margin:initial;}body .wrapper-field-sidebar-content > .paragraph{margin-bottom:20px;}body #block-ymca-sv-content > div > article > .paragraph:first-child,body #block-ymca-sv-content > div > article > div > .paragraph:first-child,body #block-ymca-sv-content > div > article .main-region .paragraph:first-child,body #block-ymca-sv-content > div > article .sidebar-region .paragraph:first-child{padding-top:60px;}.two-column .main-region{margin-top:85px;}.ymca-paragraphs-background.paragraph-background-image{position:relative;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;}.paragraph-background-elements{z-index:1;position:relative;}.paragraph-background-overlay{cursor:pointer;background:linear-gradient(123.33deg,rgba(80,36,116,0.65) 0%,rgba(70,34,110,0.5) 100%);width:100%;height:100%;position:absolute;top:auto;bottom:0;z-index:0;}
body.path-frontpage .features-paragraph-container{padding:0px 15px !important;}body.page-node-type-program .features-paragraph-container{padding:0px !important;}.wrapper-field-feature-square{display:flex;flex-wrap:wrap;margin:0 auto;width:100%;}@media (max-width:480px){.wrapper-field-feature-square{padding:0 10px;}}.features-paragraph{position:relative;z-index:999;}.features-paragraph.overlay-above{display:flex;}.path-frontpage .features-paragraph.overlay-above .features-paragraph-container .row{margin-top:-125px;padding-top:0;}@media (max-width:992px){.path-frontpage .features-paragraph.overlay-above .features-paragraph-container .row{margin-top:-100px !important;}}.features-paragraph .features-paragraph-container{margin:0 auto;padding:0 15px;}.features-paragraph .features-paragraph-container>.row{padding:0;}.features-paragraph .features-paragraph-container .features-heading{text-align:center;display:block;margin:20px 0 25px 0;}@media (max-width:768px){.features-paragraph .features-paragraph-container .features-heading{margin-top:0;}}.features-paragraph .features-paragraph-container .features-heading h1{font-size:44px;font-size:parseInt(44px)/16rem;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;color:#636466;}@media (max-width:768px){.features-paragraph .features-paragraph-container .features-heading h1{margin-top:0;font-size:36px;}}.features-paragraph .features-paragraph-container .features-heading .sub-heading{font-size:18px;font-size:parseInt(18px)/16rem;font-family:Verdana,Geneva,sans-serif;line-height:27px;color:#1A1919;}.features-paragraph .features-paragraph-container .row>div .feature-square-button a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#522968;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:0.3rem;-moz-border-radius:0.3rem;border-radius:0.3rem;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;line-height:22px;box-shadow:none !important;border-radius:5px;min-width:267px;padding-left:10px !important;padding-right:10px !important;}.features-paragraph .features-paragraph-container .row>div .feature-square-button a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#6f378d;}.features-paragraph .features-paragraph-container .row>div .feature-square-button a:active{background-color:#6f378d !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row>div .feature-square-button a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square{padding:0 15px;margin:25px 0;display:flex;}.features-paragraph .features-paragraph-container .row .feature-square.link-card{cursor:pointer;}.features-paragraph .features-paragraph-container .row .feature-square.hide-button .feature-square-button{display:none !important;}@media (max-width:768px){.features-paragraph .features-paragraph-container .row .feature-square{margin:25px auto;float:none;}}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square.feature-center-one{margin-left:33%;margin-right:33%;}.features-paragraph .features-paragraph-container .row .feature-square.feature-center-two-left{margin-left:16%;}.features-paragraph .features-paragraph-container .row .feature-square.feature-center-two-right{margin-right:16%;}}@media (min-width:768px) and (max-width:992px){.features-paragraph .features-paragraph-container .row .feature-square.feature-center-two-right{margin-left:25%;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container{background:#fff;border-radius:10px;box-shadow:0 0 13px rgba(0,0,0,0.25) !important;-webkit-box-shadow:0 0 13px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 0 13px 0 rgba(0,0,0,0.25);padding:20px 15px;text-align:center;position:relative;overflow:hidden;flex-grow:1;max-width:380px;margin:0 auto;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.link-card{cursor:pointer;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-below{padding:0 15px 15px 15px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-below .feature-square-title h4{margin-bottom:0;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;font-size:24px;font-size:parseInt(24px)/16rem;line-height:30px;line-height:parseInt(30px)/16rem;text-align:center;padding-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-below .feature-square-content{padding-top:15px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-below .feature-square-content .feature-square-description{font-family:Verdana,Geneva,sans-serif;font-size:18px;font-size:parseInt(18px)/16rem;line-height:27px;line-height:parseInt(27px)/16rem;margin-top:0;padding:10px 30px 20px 30px;margin-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-below .feature-square-content .feature-square-button{margin-left:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-above .feature-square-title h4{padding-top:0px;padding-bottom:16px;font-family:"Cachet",sans-serif;font-weight:500;letter-spacing:-0.035em;font-size:24px;font-size:parseInt(24px)/16rem;line-height:30px;line-height:parseInt(30px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.place-title-none{padding:0 15px 15px 15px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.hide-button .feature-square-content{margin-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.hide-button .feature-square-content .feature-square-description{margin-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.hide-button .feature-square-button{display:none !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.no-image .feature-square-title h4{font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;font-size:33px;font-size:parseInt(33px)/16rem;line-height:36px;line-height:parseInt(36px)/16rem;text-align:center;padding-bottom:0;margin-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.no-image .feature-square-description{text-align:left;font-family:Verdana,Geneva,sans-serif;font-size:18px;font-size:parseInt(18px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content>.feature-square-button{margin-top:20px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content.no-content{margin-bottom:30px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-description{font-size:18px;line-height:27px;margin-bottom:20px;margin-top:7px;padding:16px 30px 1.6px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-description.no-button{margin-bottom:0;padding-bottom:0;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-title h4{line-height:25px;display:block;font-weight:normal;margin-top:0;padding:0 10px 20px 10px;font-family:"Cachet",sans-serif;font-weight:500;letter-spacing:-0.035em;font-size:24px;font-size:parseInt(24px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-title h4 a{color:#000;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-image{display:block;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-image img{width:100%;object-fit:cover;display:block;max-height:200px;margin:0 auto;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-body{font-size:14px;line-height:18px;display:block;padding:10px 15px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.no-button .feature-square-body{padding:0 30px 20px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.full-width-image{padding-left:0px;padding-right:0px;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container.full-width-image .feature-square-image img{width:100%;margin:0;border-radius:unset;}.features-paragraph .features-paragraph-container.more-rounded .row .feature-square .feature-square-container{-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;}
.features-paragraph .features-paragraph-container .row .feature-square.link-card .feature-square-container:hover{opacity:0.9;}.features-paragraph .features-paragraph-container .features-heading h1{color:#636466;}.features-paragraph .features-paragraph-container .features-heading .sub-heading{color:#1A1919;}.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container{color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container .feature-square-description,.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container .feature-square-body{color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container .feature-square-title{color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container .feature-square-title h4{color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square.theme-dark .feature-square-container .feature-square-title h4 a{color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container{color:#000;}.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container .feature-square-description,.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container .feature-square-body{color:#1A1919;}.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container .feature-square-title{color:#1A1919;}.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container .feature-square-title h4{color:#1A1919;}.features-paragraph .features-paragraph-container .row .feature-square.theme-light .feature-square-container .feature-square-title h4 a{color:#1A1919;}.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container{color:#5C2E91;}.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container .feature-square-description,.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container .feature-square-body{color:#C6168D;}.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container .feature-square-title{color:#5C2E91;}.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container .feature-square-title h4{color:#5C2E91 !important;}.features-paragraph .features-paragraph-container .row .feature-square.theme-colorfull .feature-square-container .feature-square-title h4 a{color:#5C2E91;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#522968;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:0.3rem;-moz-border-radius:0.3rem;border-radius:0.3rem;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#6f378d;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color a:active{background-color:#6f378d !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-purple a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#5C2E91;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-purple a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#753ab8;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-purple a:active{background-color:#753ab8 !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-purple a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-pink a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#C6168D;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-pink a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#af137d;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-pink a:active{background-color:#af137d !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-pink a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-blue a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#0060af;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-blue a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#007ce2;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-blue a:active{background-color:#007ce2 !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-blue a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-orange a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:#f15922;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-orange a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#f47d52;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-orange a:active{background-color:#f47d52 !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-orange a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-white a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#000;background-color:#fff;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-white a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#fff;background-color:#000;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-white a:active{background-color:#000 !important;color:#fff !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.fill-color.color-white a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #fff;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a:active{background-color:#fff !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-white a:active{color:#000 !important;background-color:#fff !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#5C2E91;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #5C2E91;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#5C2E91;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a:active{background-color:#5C2E91 !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-purple a:active{color:#000 !important;background-color:#5C2E91 !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#C6168D;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #C6168D;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#C6168D;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a:active{background-color:#C6168D !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-pink a:active{color:#000 !important;background-color:#C6168D !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#0060af;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #0060af;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#0060af;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a:active{background-color:#0060af !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-blue a:active{color:#000 !important;background-color:#0060af !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#f15922;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #f15922;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#f15922;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a:active{background-color:#f15922 !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color.color-orange a:active{color:#000 !important;background-color:#f15922 !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a{font-size:16px;font-size:parseInt(16px)/16rem;font-family:"Cachet",sans-serif;transition:all 0.1s linear;display:inline-block;color:#fff;background-color:transparent;padding:1rem 2.8rem;text-transform:initial;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;white-space:unset;vertical-align:unset;border:none;text-decoration:none;font-family:"Cachet",sans-serif;font-weight:700;letter-spacing:-0.05em;border-radius:20px;border-radius:parseInt(20px)/16rem;border:3px solid #fff;padding:0.8rem 2.8rem;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;color:#000;background-color:#fff;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a:active{background-color:#fff !important;color:#000 !important;}@media (min-width:992px){.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a{font-size:20px;font-size:parseInt(20px)/16rem;line-height:25px;line-height:parseInt(25px)/16rem;}}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a:hover,.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-content .feature-square-button.outline-color a:active{color:#000 !important;background-color:#fff !important;}.features-paragraph .features-paragraph-container .row .feature-square .feature-square-container .feature-square-title h4 a{color:#000;}
.ymca-paragraphs-background.paragraph-background-image{position:relative;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;}.paragraph-background-elements{z-index:1;position:relative;}.paragraph-background-overlay{cursor:pointer;background:linear-gradient(123.33deg,rgba(80,36,116,0.65) 0%,rgba(70,34,110,0.5) 100%);width:100%;height:100%;position:absolute;top:auto;bottom:0;z-index:0;}
.node-preview-container{position:fixed;left:0;right:0;z-index:1040;background-color:#d6e5f1;margin-top:0;-webkit-box-shadow:0 6px 9px -3px rgba(0,0,0,0.33);box-shadow:0 6px 9px -3px rgba(0,0,0,0.33);}.node-preview-container .node-preview-form-select{padding:8px 15px;}.node-preview-container .node-preview-backlink{font-size:14px;margin-top:6px;display:inline-block;}.node-preview-container .form-type-select{display:block;margin-left:2rem;max-width:70%;float:right;width:100%;margin-top:0;margin-bottom:0;}.node-preview-container .control-label{float:left;margin-top:0.5rem;padding-right:1rem;}.node-preview-container .select-wrapper{display:block;float:left;max-width:150px;}.node-preview-container .form-type-select,.node-preview-container .select-wrapper{font-size:12px;}
