.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.ico-filter,.ico-share-arrow{align-items:center;display:flex;margin-bottom:10px;position:relative}.ico-filter:before,.ico-share-arrow:before{float:left}.ico-filter:after,.ico-filter:before,.ico-share-arrow:after,.ico-share-arrow:before{background-position:50%;background-size:cover;content:"";display:block;height:24px;margin:0 8px;width:24px}.ico-filter:after,.ico-share-arrow:after{float:right}.ico-filter{margin-bottom:0}.ico-filter:before{display:none}.ico-filter:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 fill=%27none%27%3E%3Cpath d=%27M5 11h4.125a4 4 0 0 0 7.75 0H27a1 1 0 1 0 0-2H16.875a4 4 0 0 0-7.75 0H5a1 1 0 0 0 0 2Zm8-3a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm14 13h-2.125a4 4 0 0 0-7.75 0H5a1 1 0 0 0 0 2h12.125a4 4 0 0 0 7.75 0H27a1 1 0 1 0 0-2Zm-6 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z%27 fill=%27%23034A59%27/%3E%3C/svg%3E");height:20px;margin-left:10px;margin-right:0}.ico-share-arrow{display:block;margin-bottom:0;margin-right:0}.ico-share-arrow:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 fill=%27none%27%3E%3Cpath d=%27m18.567 8.308-6.25-6.25a.625.625 0 0 0-1.067.442v3.152c-2.027.173-4.265 1.166-6.106 2.727-2.217 1.882-3.598 4.306-3.888 6.826a.938.938 0 0 0 1.616.749c.86-.915 3.917-3.808 8.378-4.063V15a.624.624 0 0 0 1.067.441l6.25-6.25a.625.625 0 0 0 0-.883ZM12.5 13.491V11.25a.625.625 0 0 0-.625-.625c-2.194 0-4.33.572-6.35 1.703A15.327 15.327 0 0 0 2.666 14.4c.453-1.863 1.595-3.634 3.285-5.067 1.814-1.539 4.028-2.458 5.923-2.458a.625.625 0 0 0 .625-.625V4.01l4.741 4.74L12.5 13.49Z%27 fill=%27%23FAFCFC%27/%3E%3C/svg%3E");height:20px;margin-left:0;margin-right:0;width:20px}.ico-share-arrow:after{display:none}.resource_card{background:var(--Neutral-100,#fafcfc);border:2px solid var(--Neutral-300,#e4e9eb);border-radius:12px;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.resource_card .resource_card-content{display:flex;flex-direction:column;flex-grow:1;padding:32px}.resource_card .resource_card-content h2{color:var(--Neutral-800,#2f3233);font-size:20.017px;font-style:normal;font-weight:600;letter-spacing:normal;line-height:24.02px;margin-bottom:1rem;text-overflow:ellipsis}.resource_card .resource_card-content p{margin-bottom:24px}.resource_card .resource_card-content a{align-items:center;align-self:flex-end;color:var(--Brand-Primary-Navy-500,#034a59);display:flex;font-size:14px;font-style:normal;font-weight:600;justify-content:center;letter-spacing:.28px;line-height:16px;margin-top:auto;padding:0}.resource_card .resource_card-content a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 fill=%27none%27%3E%3Cpath d=%27m17.538 11.32-5.625 5.626a.94.94 0 0 1-1.328-1.328l4.024-4.023H3.125a.938.938 0 0 1 0-1.875h11.484l-4.022-4.025a.94.94 0 0 1 1.328-1.328l5.625 5.625a.936.936 0 0 1-.002 1.329Z%27 fill=%27%23034A59%27/%3E%3C/svg%3E");content:"";display:block;height:20px;margin-left:10px;width:20px}.resource_card.custom .custom_image_link,.resource_card.custom .resource_card-content{flex:1}.resource_card.featured .featured-badge{color:var(--Brand-Primary-Navy-500,#034a59);font-size:16px;font-style:normal;font-weight:400;letter-spacing:1.6px;line-height:16px;margin-bottom:16px;margin-top:24px;text-transform:uppercase}@media(min-width:1024px){.resource_card.featured .featured-badge{margin-top:0}}.resource_card.featured .resource_card-content a{align-self:flex-start}.resource_card.featured .btn-edit-post{margin-right:0;position:absolute;right:5px;top:5px}.resource_card.featured .btn-edit-post a{display:block}.resource_card .btn-edit-post{background:#f0f0f0;border:1px solid rgba(0,116,170,.231);border-radius:50px;box-shadow:0 1px 2px 0 rgba(0,115,170,.2),0 1px 3px 1px rgba(0,115,170,.102);display:inline;margin-bottom:5px;margin-left:5px;margin-right:auto;padding:5px;position:absolute;right:1rem;top:1rem}.resource_card .btn-edit-post a{color:#0073aa;display:block;font-size:11px;line-height:normal;text-decoration:none}.resource_card .chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.resource_card .chip{background:var(--Neutral-200,#f0f6f7);border:1.001px solid var(--Neutral-300,#e4e9eb);border-radius:48.04px;color:var(--Brand-Primary-Navy-500,#034a59);display:flex;font-size:12.01px;font-style:normal;font-weight:600;letter-spacing:.24px;line-height:12.01px;padding:8.007px 12.01px;text-align:center}.modal,.resource_card .chip{align-items:center;justify-content:center}.modal{bottom:0;display:none;flex-direction:column;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.modal.is-active{display:flex}.modal.is-active .modal-content{background:none;margin:0;max-width:65vw;width:100%}@media screen and (max-width:768px){.modal.is-active .modal-content{max-width:95vw}}@media only screen and (orientation:landscape){.modal.is-active .modal-content{max-height:100%;max-width:77vw}}.modal.is-active .modal-content .modal-video-container{padding:0 0 56.25%;position:relative;width:100%}.modal.is-active .modal-content .modal-demo-container{padding:0}.modal.is-active .modal-content iframe,.modal.is-active .modal-content video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.modal .modal-utility{align-items:center;display:flex;justify-content:flex-end;margin-bottom:26px;position:relative;z-index:10}.modal .modal-close{background:none;border:3px solid #fff;border-radius:50%;height:38px;padding:0;position:relative;right:0;text-indent:-9999px;top:0;width:38px}.modal .modal-close:after,.modal .modal-close:before{background-color:#fff;content:"";height:3px;left:50%;position:absolute;top:50%;transition:.3s ease-out;width:60%}.modal .modal-close:after{transform:translate(-50%,-50%) rotate(45deg)}.modal .modal-close:before{transform:translate(-50%,-50%) rotate(-45deg)}.modal .modal-close:focus:after,.modal .modal-close:focus:before,.modal .modal-close:hover:after,.modal .modal-close:hover:before{background-color:#fff;transform:translate(-50%,-50%) rotate(180deg)}.modal .modal-close{max-height:none;max-width:none;min-height:none;min-width:none}.modal.gated .modal-background{backdrop-filter:blur(10.5px);background:rgba(0,0,0,.4)}.modal.gated .modal-content{align-items:center;background:var(--Aya-Grey,#f9fafa);border-radius:12px;box-shadow:0 0 16px 0 rgba(0,0,0,.16);display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-height:calc(100vh - 40px);max-width:360px;overflow:auto;padding:30px;position:relative;text-align:center;top:50%;transform:translateY(-50%);width:640px}.modal.gated .modal-content .modal-video-container{width:100%}.modal.gated .modal-content .form-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.modal.gated .modal-content .title{color:rgba(0,0,0,.9);font-size:24px;font-weight:600;line-height:32px;margin-bottom:10px;margin-top:10px}.modal.gated .modal-content .subtitle{color:var(--Neutral-800,#2f3333);font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:1.5rem;margin-top:10px}.modal.gated .modal-content form{width:100%}.modal.gated .modal-content form label{color:var(--Neutral-800,#2f3333);display:block;font-weight:500;margin-bottom:8px;text-align:left}.modal.gated .modal-content form input:not([type=submit]){background:#fff;border:1px solid var(--Neutral-500,#b3baba);border-radius:5px;box-shadow:none;display:block;font-size:.9rem;line-height:1.25rem;min-height:2rem;padding:.25rem .5rem;width:100%}.modal.gated .modal-content form input[type=submit]{margin-top:30px}.modal.gated .modal-content form .btn{align-items:center;display:flex;flex:1 0 0;gap:10px;height:48px;justify-content:center;margin-top:0!important;padding:12px 20px;width:100%}.modal.gated .modal-content form .btn .disabled{cursor:not-allowed;pointer-events:none}.modal.gated .modal-content form .submit-wrapper{align-items:center;display:flex;justify-content:center;position:relative;width:50%}.modal.gated .modal-content form .spinner{animation:spinner-zp9dbg 1s linear infinite;background:conic-gradient(transparent 10%,#fff);border-radius:50%;display:none;height:32px;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 9px),#000 0);position:absolute;width:32px}@keyframes spinner-zp9dbg{to{transform:rotate(1turn)}}.modal.gated .modal-content form #gated-content-code-error,.modal.gated .modal-content form #gated-content-email-error,.modal.gated .modal-content form #gated-content-extra-error{text-align:left}.modal.gated .modal-content .field.buttons{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:30px;width:100%}.modal-background{background-color:rgba(0,0,0,.86);bottom:0;left:0;position:absolute;right:0;top:0}#resources_carousel .resources-controls{padding:0;position:relative}#resources_carousel .resources-controls .glide__arrows{display:flex;position:relative}#resources_carousel .resources-controls .glide__arrow{background-color:transparent;background-size:contain;border:none;box-shadow:none;cursor:pointer;position:static;text-indent:-99999px;transform:translateY(0);width:100%}#resources_carousel .resources-controls .glide__arrow--left{margin-right:.35rem;transform:rotate(180deg)}#resources_carousel .resources-controls .glide__arrow--right{padding-left:0}#resources_carousel .glide__slides{gap:24px;white-space:inherit}.static_resources .glide__slides{flex-wrap:wrap}.static_resources .glide__slides .resource_card{flex:1 1 100%;min-width:200px}@media(min-width:958px){.static_resources .glide__slides .resource_card{flex:0 0 calc(50% - 12px)}}@media(min-width:1024px){.static_resources .glide__slides .resource_card{flex:0 1 calc(33.333% - 16px)}}.static_resources.two-resources .glide__slides{flex-wrap:wrap}.static_resources.two-resources .glide__slides .resource_card{flex:1 1 100%;min-width:200px}@media(min-width:958px){.static_resources.two-resources .glide__slides .resource_card{flex:0 0 calc(50% - 12px)}}#hero_resource_center{background:var(--Gradients-Hero,linear-gradient(98deg,#023b47 0,#53a8ba 100%));padding:40px 0;position:relative}@media(min-width:768px){#hero_resource_center{padding:64px 0}}@media(min-width:1024px){#hero_resource_center{padding:96px 0}}#hero_resource_center:before{background:url(https://www.ayahealthcare.com/wp-content/uploads/sites/2/2025/08/resources-hero.png) no-repeat top;background-size:contain;content:"";display:none;height:356px;left:0;position:absolute;right:0;top:0;width:100%}@media(min-width:1024px){#hero_resource_center:before{display:block}}#hero_resource_center .container{max-width:none;padding-left:0;padding-right:0}#hero_resource_center .row{display:block}#hero_resource_center .col{padding-left:0;padding-right:0}#hero_resource_center h1{color:var(--Neutral-100,#fafcfc);font-size:32px;font-weight:700;letter-spacing:-.64px;line-height:36px;margin-bottom:12px}@media(min-width:1024px){#hero_resource_center h1{font-size:48px;letter-spacing:-.96px;line-height:60px}}#hero_resource_center h1+p{color:var(--Neutral-200,#f0f6f7);font-size:18px;line-height:28px;margin:0 auto;max-width:600px}@media(min-width:1024px){#hero_resource_center h1+p{font-size:20px;line-height:32px}}#hero_resource_center .hero-slider{margin-top:40px;transition:.5s ease-in-out .5s}@media(min-width:768px){#hero_resource_center .hero-slider{margin-top:64px}}@media(min-width:1024px){#hero_resource_center .hero-slider{margin-top:72px}}#hero_resource_center .hero-slider .glide__slides{gap:0}#hero_resource_center .hero-slider .glide__slide{height:auto}#hero_resource_center img{border-radius:12px;margin:0 auto}#hero_resource_center .controls{align-items:center;display:flex;justify-content:space-between;margin:40px auto 0;max-width:90%;position:relative}@media(min-width:1024px){#hero_resource_center .controls{max-width:300px}}#hero_resource_center .glide__bullets{bottom:0;left:0;position:relative;transform:translateX(0)}#hero_resource_center .glide__bullets .glide__bullet{background:#61b8ca;border:none;border-radius:50%;cursor:pointer;height:12px;margin:0 6px;width:12px}#hero_resource_center .glide__bullets .glide__bullet--active{background:#fff}#hero_resource_center .glide__arrows{display:flex;height:auto}#hero_resource_center .glide__arrows .right{align-self:flex-end}#hero_resource_center .glide__arrow{border:none;box-shadow:none;position:relative;text-indent:-99999px;transform:translateY(0)}#hero_resource_center .glide__arrow--left .glide__arrow--right{transform:none}#hero_resource_center .glide__arrow--left{background:url(https://www.ayahealthcare.com/wp-content/uploads/sites/2/2025/08/ico-caret-left-white.svg) no-repeat 50%!important;left:0}#hero_resource_center .glide__arrow--right{background:url(https://www.ayahealthcare.com/wp-content/uploads/sites/2/2025/08/ico-caret-right-white.svg) no-repeat 50%!important;right:0;transform:rotate(0)!important}#hero_resource_center .resource_card{height:100%;padding:32px 24px}@media(min-width:1024px){#hero_resource_center .resource_card{align-items:center;display:flex;flex-direction:row-reverse;padding:48px 64px}}#hero_resource_center .resource_card .resource_card-content{padding:0;text-align:left}@media(min-width:1024px){#hero_resource_center .resource_card .resource_card-content{padding-right:3rem}}#hero_resource_center .resource_card .resource_card-content h2{color:var(--Neutral-800,#2f3233);font-size:24px;font-style:normal;font-weight:600;line-height:32px}#hero_resource_center .resource_card .resource_card-content p{color:var(--Neutral-800,#2f3233);font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-top:12px}#hero_resource_center .resource_card .resource_card-content a{align-items:center;color:var(--Brand-Primary-Navy-500,#034a59);display:flex;font-size:20px;font-style:normal;font-weight:600;letter-spacing:.4px;line-height:20px;margin-top:24px}#hero_resource_center .resource_card .resource_card-content a:hover{text-decoration:underline}#hero_resource_center .resource_card .resource_card-content a:after{background:url(https://www.ayahealthcare.com/wp-content/uploads/sites/2/2025/08/ico-arrow-right.svg) no-repeat 50%;background-size:contain;content:"";display:inline-block;float:none;height:20px;width:20px}#hero_resource_center .resource_card .chips{display:none}#filters-column{padding:12px}@media screen and (min-width:1024px){#filters-column.col-lg-3{flex-basis:30%!important}#resources-column.col-lg-9{flex-basis:70%!important}}#resources-filter{background:#f9f9f9;background:var(--Neutral-100,#fafcfc);border:1px solid var(--Neutral-400,#d0d5d6);border-radius:12px;padding:24px}#resources-filter .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}#resources-filter .filters-header h4{color:var(--Neutral-900,#1c1e1f);font-size:20px;font-style:normal;font-weight:600;line-height:32px}#resources-filter .filters-header button{align-items:center;background:transparent;border:none;color:var(--Brand-Primary-Navy-500,#034a59);cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:600;justify-content:center;letter-spacing:1.6px;line-height:16px;padding:0;position:relative;text-transform:uppercase;width:auto}#resources-filter .filters-header button:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 fill=%27none%27%3E%3Cpath d=%27M25.707 24.293a1 1 0 0 1-1.415 1.415L16 17.414l-8.293 8.294a1 1 0 0 1-1.415-1.415L14.586 16 6.292 7.708a1 1 0 0 1 1.415-1.415L16 14.586l8.292-8.293a1 1 0 0 1 1.415 1.415L17.414 16l8.293 8.293Z%27 fill=%27%23034A59%27/%3E%3C/svg%3E");content:"";display:inline-block;height:32px;width:32px}#resources-filter button{cursor:pointer;width:100%}#resources-filter button[type=submit]{margin-top:12px}#resources-filter #clear-filters-btn{background-color:transparent;border:none;color:var(--Brand-Primary-Blue-600,#0094ae);font-size:16px;font-style:normal;font-weight:700;line-height:150%}#resources-filter hr{border-top:1px solid #b3b9ba;margin:24px 0}#resources-filter dt a,#resources-filter legend{border-bottom:none;color:var(--Neutral-900,#1c1e1f);font-size:20px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:5px;padding-top:0;width:100%}#resources-filter .checkbox{align-items:center;border-bottom:1px solid var(--Neutral-300,#e4e9eb);display:flex;padding:12px 0}#resources-filter .checkbox:last-child{border-bottom:none}#resources-filter .checkbox input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}#resources-filter label.checkbox{color:var(--Neutral-800,#2f3233);display:flex;font-size:20px;font-style:normal;font-weight:400;justify-content:space-between;line-height:32px;width:100%}#resources-filter .checkbox input[type=checkbox]:focus-visible+.checkmark,#resources-filter .checkbox input[type=checkbox]:focus-visible~.checkmark{border-color:#0073aa;box-shadow:0 0 0 3px #0073aa}#resources-filter .checkbox .checkmark{background-color:transparent;border:2px solid #6d7273;border-radius:50px;display:inline-block;flex-shrink:0;height:26px;left:0;margin-right:3px;position:relative;top:0;transition:all .2s ease;vertical-align:middle;width:26px}#resources-filter .checkbox input:checked~.checkmark{background-color:rgba(3,74,89,.2);border:2px solid #034a59}#resources-filter .checkmark:after{border:solid #034a59;border-width:0 2px 2px 0;content:"";display:none;height:12px;left:8px;position:absolute;top:4px;transform:rotate(45deg);width:7px}#resources-filter .checkbox input:checked~.checkmark:after{display:block}dl[class^=jsa] dd{margin:0;max-height:0;overflow:hidden;padding:0}@media(min-width:1024px){dl[class^=jsa] dd{max-height:none}}dl[class^=jsa] dd.show{max-height:100%}dl[class^=jsa] dd.collapsed{padding-bottom:0!important;padding-top:0!important}dl[class^=jsa] dt{align-items:center;display:flex;position:relative}dl[class^=jsa] dt.active{border-bottom:none;border-top:none}dl[class^=jsa] dt:last-of-type.active{border-bottom:none}@media(min-width:1024px){dl[class^=jsa] dt a{pointer-events:none}}dl[class^=jsa] dt a.active:after{content:"";height:33px;transform:rotate(0);width:32px}dl[class^=jsa] dt a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2733%27 fill=%27none%27%3E%3Cpath d=%27m26.708 12.823-10 10a1.001 1.001 0 0 1-1.415 0l-10-10a1 1 0 1 1 1.415-1.415L16 20.702l9.293-9.294a1 1 0 0 1 1.415 1.415Z%27 fill=%27%23034A59%27/%3E%3C/svg%3E");content:"";display:inline-block;height:33px;position:absolute;right:0;transform:rotate(180deg);vertical-align:middle;width:32px}@media(min-width:1024px){dl[class^=jsa] dt a:after{display:none}}#resources_carousel{padding:0}#resources_carousel .resources-title-controls{align-items:end;margin-bottom:2.5rem}@media screen and (min-width:576px){#resources_carousel .resources-title-controls{align-items:center}}@media screen and (min-width:1024px){#resources_carousel .resources-title-controls{margin-bottom:3rem}}#resources_carousel .resources-title{flex-basis:70%}@media screen and (min-width:390px){#resources_carousel .resources-title{flex-basis:65%}}#resources_carousel .resources-title h2 span{display:block}@media screen and (min-width:576px){#resources_carousel .resources-title h2 span{display:inline}}#resources_carousel .resources-controls{flex-basis:30%;justify-items:flex-end}@media screen and (min-width:390px){#resources_carousel .resources-controls{flex-basis:35%}}#resources_carousel .resources-controls .glide__arrows{justify-content:flex-end}#resources_carousel .resources-controls .glide__arrows .glide__arrow{height:35px;width:35px}@media screen and (min-width:390px){#resources_carousel .resources-controls .glide__arrows .glide__arrow{height:40px;width:40px}}@media screen and (min-width:400px){#resources_carousel .resources-controls .glide__arrows .glide__arrow{height:48px;width:48px}}#resources_carousel .resources-controls .glide__arrows .glide__arrow--right{padding-right:0}#resources_carousel .glide__arrows{margin:0;padding:0}#resources_carousel .glide__arrows .glide__arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2748%27 height=%2749%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%27.2%27 d=%27M42 24.685a18 18 0 1 1-35.999 0 18 18 0 0 1 36 0Z%27 fill=%27%23034A59%27/%3E%3Cpath d=%27M24 5.185a19.5 19.5 0 1 0 19.5 19.5A19.521 19.521 0 0 0 24 5.185Zm0 36a16.5 16.5 0 1 1 16.5-16.5 16.519 16.519 0 0 1-16.5 16.5Zm8.561-17.562a1.5 1.5 0 0 1 0 2.123l-6 6a1.5 1.5 0 1 1-2.122-2.123l3.44-3.438H16.5a1.5 1.5 0 0 1 0-3h11.38l-3.441-3.44a1.5 1.5 0 1 1 2.122-2.122l6 6Z%27 fill=%27%23034A59%27/%3E%3C/svg%3E");height:48px;width:48px}#resources_carousel .glide__arrows .glide__arrow:first-of-type{margin-right:.35rem}.d-none{display:none!important}fieldset{border:none;margin:0;padding:0}#resources_results{align-items:stretch}#resources_results .col-md-6{display:flex;flex-direction:column;padding:12px}
