/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
@media (min--moz-device-pixel-ratio:0){summary{display:list-item;}}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/contrib/classy/images/icons/73b355/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/contrib/classy/images/icons/e29700/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/contrib/classy/images/icons/e32700/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
.progress__track{border-color:#b3b3b3;border-radius:10em;background-color:#f2f1eb;background-image:-webkit-linear-gradient(#e7e7df,#f0f0f0);background-image:linear-gradient(#e7e7df,#f0f0f0);box-shadow:inset 0 1px 3px hsla(0,0%,0%,0.16);}.progress__bar{height:16px;margin-top:-1px;margin-left:-1px;padding:0 1px;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite;border:1px #07629a solid;border-radius:10em;background:#057ec9;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15)),-webkit-linear-gradient(left top,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15)),linear-gradient(to right bottom,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-size:40px 40px;}[dir="rtl"] .progress__bar{margin-right:-1px;margin-left:0;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse;}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-transition:none;transition:none;-webkit-animation:none;-moz-animation:none;}}@-webkit-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@-ms-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}
:root{--bs-tooltip-max-width:"400px";--bs-btn-border-radius:"1.5em"}.page-node-type-webinar .field-label-above.field-name-field-tags,.page-node-type-blog-post .field--name-field-tags .field-label-above.field__item,.page-node-type-blog-post .field--name-field-tags .field-label-above.field__label,.page-node-type-resource .field-label-above.field-name-field-tags,.node--type-resource.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-resource.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-video.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-video.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-webinar.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-webinar.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-customer-story.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-customer-story.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-event.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-event.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-blog-post.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-blog-post.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-podcast.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-podcast.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result .field-label-above.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.page-node-type-webinar .field__label.field-name-field-tags,.page-node-type-blog-post .field--name-field-tags .field__label,.page-node-type-resource .field__label.field-name-field-tags,.node--type-resource.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-resource.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-video.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-video.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-webinar.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-webinar.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-customer-story.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-customer-story.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-event.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-event.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-blog-post.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-blog-post.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-podcast.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-podcast.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result .field__label.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.page-node-type-webinar .field-name-field-tags>a,.page-node-type-blog-post .field--name-field-tags .field__item>a,.page-node-type-blog-post .field--name-field-tags .field__label>a,.page-node-type-resource .field-name-field-tags>a,.node--type-resource.node--view-mode-teaser .field-name-field-tags>a,.node--type-resource.node--view-mode-search-result .field-name-field-tags>a,.node--type-video.node--view-mode-teaser .field-name-field-tags>a,.node--type-video.node--view-mode-search-result .field-name-field-tags>a,.node--type-webinar.node--view-mode-teaser .field-name-field-tags>a,.node--type-webinar.node--view-mode-search-result .field-name-field-tags>a,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags>a,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags>a,.node--type-event.node--view-mode-teaser .field-name-field-tags>a,.node--type-event.node--view-mode-search-result .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags>a,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags>a,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags>a{margin-right:10px;margin-bottom:10px;padding:3px 5px;border-radius:5px !important;box-shadow:rgba(0,0,0,.15) 0px 8px 16px 0px;text-decoration:none}.page-node-type-webinar .field-name-field-tags>a,.page-node-type-blog-post .field--name-field-tags .field__item>a,.page-node-type-blog-post .field--name-field-tags .field__label>a,.page-node-type-resource .field-name-field-tags>a,.node--type-resource.node--view-mode-teaser .field-name-field-tags>a,.node--type-resource.node--view-mode-search-result .field-name-field-tags>a,.node--type-video.node--view-mode-teaser .field-name-field-tags>a,.node--type-video.node--view-mode-search-result .field-name-field-tags>a,.node--type-webinar.node--view-mode-teaser .field-name-field-tags>a,.node--type-webinar.node--view-mode-search-result .field-name-field-tags>a,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags>a,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags>a,.node--type-event.node--view-mode-teaser .field-name-field-tags>a,.node--type-event.node--view-mode-search-result .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags>a,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags>a,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags>a{color:#000}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#009933;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#C72A2D;--bs-secondary:#000000;--bs-success:#009A4B;--bs-info:#C72A2D;--bs-warning:#E6631F;--bs-danger:#E6631F;--bs-light:#F5F5F5;--bs-dark:#000;--bs-brand-blue:#037CDF;--bs-alt-blue:#3678BD;--bs-red:#C72A2D;--bs-darkgray:#333;--bs-lightgray:#F5F5F5;--bs-white-smoke:#F5F5F5;--bs-lightblue:#90CCFE;--bs-green:#009933;--bs-primary-rgb:199,42,45;--bs-secondary-rgb:0,0,0;--bs-success-rgb:0,154,75;--bs-info-rgb:199,42,45;--bs-warning-rgb:230,99,31;--bs-danger-rgb:230,99,31;--bs-light-rgb:245,245,245;--bs-dark-rgb:0,0,0;--bs-brand-blue-rgb:3,124,223;--bs-alt-blue-rgb:54,120,189;--bs-red-rgb:199,42,45;--bs-darkgray-rgb:51,51,51;--bs-lightgray-rgb:245,245,245;--bs-white-smoke-rgb:245,245,245;--bs-lightblue-rgb:144,204,254;--bs-green-rgb:0,153,51;--bs-primary-text-emphasis:rgb(79.6,16.8,18);--bs-secondary-text-emphasis:black;--bs-success-text-emphasis:rgb(0,61.6,30);--bs-info-text-emphasis:rgb(79.6,16.8,18);--bs-warning-text-emphasis:rgb(92,39.6,12.4);--bs-danger-text-emphasis:rgb(92,39.6,12.4);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(243.8,212.4,213);--bs-secondary-bg-subtle:#cccccc;--bs-success-bg-subtle:rgb(204,234.8,219);--bs-info-bg-subtle:rgb(243.8,212.4,213);--bs-warning-bg-subtle:rgb(250,223.8,210.2);--bs-danger-bg-subtle:rgb(250,223.8,210.2);--bs-light-bg-subtle:rgb(251.5,252,252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(232.6,169.8,171);--bs-secondary-border-subtle:#999999;--bs-success-border-subtle:rgb(153,214.6,183);--bs-info-border-subtle:rgb(232.6,169.8,171);--bs-warning-border-subtle:rgb(245,192.6,165.4);--bs-danger-border-subtle:rgb(245,192.6,165.4);--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:"Libre Franklin",sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#C72A2D;--bs-link-color-rgb:199,42,45;--bs-link-decoration:underline;--bs-link-hover-color:rgb(159.2,33.6,36);--bs-link-hover-color-rgb:159,34,36;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:rgb(255,242.6,205.4);--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(199,42,45,0.25);--bs-form-valid-color:#009A4B;--bs-form-valid-border-color:#009A4B;--bs-form-invalid-color:#E6631F;--bs-form-invalid-border-color:#E6631F}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:rgb(42.5,47.5,52.5);--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:rgb(221.4,127.2,129);--bs-secondary-text-emphasis:#666666;--bs-success-text-emphasis:rgb(102,194.4,147);--bs-info-text-emphasis:rgb(221.4,127.2,129);--bs-warning-text-emphasis:rgb(240,161.4,120.6);--bs-danger-text-emphasis:rgb(240,161.4,120.6);--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:rgb(39.8,8.4,9);--bs-secondary-bg-subtle:black;--bs-success-bg-subtle:rgb(0,30.8,15);--bs-info-bg-subtle:rgb(39.8,8.4,9);--bs-warning-bg-subtle:rgb(46,19.8,6.2);--bs-danger-bg-subtle:rgb(46,19.8,6.2);--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:rgb(119.4,25.2,27);--bs-secondary-border-subtle:black;--bs-success-border-subtle:rgb(0,92.4,45);--bs-info-border-subtle:rgb(119.4,25.2,27);--bs-warning-border-subtle:rgb(138,59.4,18.6);--bs-danger-border-subtle:rgb(138,59.4,18.6);--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:rgb(221.4,127.2,129);--bs-link-hover-color:rgb(228.12,152.76,154.2);--bs-link-color-rgb:221,127,129;--bs-link-hover-color-rgb:228,153,154;--bs-code-color:rgb(230.4,132.6,181.2);--bs-highlight-color:#dee2e6;--bs-highlight-bg:rgb(102,77.2,2.8);--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,0.15);--bs-form-valid-color:rgb(102,193.8,132.6);--bs-form-valid-border-color:rgb(102,193.8,132.6);--bs-form-invalid-color:rgb(234,133.8,143.4);--bs-form-invalid-border-color:rgb(234,133.8,143.4)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type,.region-secondary-menu h2,h5,.h5,.region-content header h1.eyebrow,.region-content header .eyebrow.h1,h4,.h4,.video-mini-teaser .field--name-title,.node--type-resource.node--view-mode-teaser h3,.node--type-resource.node--view-mode-teaser .h3,.node--type-resource.node--view-mode-search-result h3,.node--type-resource.node--view-mode-search-result .h3,.node--type-video.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser .h3,.node--type-video.node--view-mode-search-result h3,.node--type-video.node--view-mode-search-result .h3,.node--type-webinar.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser .h3,.node--type-webinar.node--view-mode-search-result h3,.node--type-webinar.node--view-mode-search-result .h3,.node--type-customer-story.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser .h3,.node--type-customer-story.node--view-mode-search-result h3,.node--type-customer-story.node--view-mode-search-result .h3,.node--type-event.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser .h3,.node--type-event.node--view-mode-search-result h3,.node--type-event.node--view-mode-search-result .h3,.node--type-media-coverage.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser .h3,.node--type-media-coverage.node--view-mode-search-result h3,.node--type-media-coverage.node--view-mode-search-result .h3,.node--type-blog-post.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser .h3,.node--type-blog-post.node--view-mode-search-result h3,.node--type-blog-post.node--view-mode-search-result .h3,.node--type-podcast.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser .h3,.node--type-podcast.node--view-mode-search-result h3,.node--type-podcast.node--view-mode-search-result .h3,.node--type-podcast-episode.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser .h3,.node--type-podcast-episode.node--view-mode-search-result h3,.node--type-podcast-episode.node--view-mode-search-result .h3,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4,.video-mini-teaser .field--name-title,.node--type-resource.node--view-mode-teaser h3,.node--type-resource.node--view-mode-teaser .h3,.node--type-resource.node--view-mode-search-result h3,.node--type-resource.node--view-mode-search-result .h3,.node--type-video.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser .h3,.node--type-video.node--view-mode-search-result h3,.node--type-video.node--view-mode-search-result .h3,.node--type-webinar.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser .h3,.node--type-webinar.node--view-mode-search-result h3,.node--type-webinar.node--view-mode-search-result .h3,.node--type-customer-story.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser .h3,.node--type-customer-story.node--view-mode-search-result h3,.node--type-customer-story.node--view-mode-search-result .h3,.node--type-event.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser .h3,.node--type-event.node--view-mode-search-result h3,.node--type-event.node--view-mode-search-result .h3,.node--type-media-coverage.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser .h3,.node--type-media-coverage.node--view-mode-search-result h3,.node--type-media-coverage.node--view-mode-search-result .h3,.node--type-blog-post.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser .h3,.node--type-blog-post.node--view-mode-search-result h3,.node--type-blog-post.node--view-mode-search-result .h3,.node--type-podcast.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser .h3,.node--type-podcast.node--view-mode-search-result h3,.node--type-podcast.node--view-mode-search-result .h3,.node--type-podcast-episode.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser .h3,.node--type-podcast-episode.node--view-mode-search-result h3,.node--type-podcast-episode.node--view-mode-search-result .h3{font-size:calc(1.275rem + 0.3vw)}@media(min-width:1200px){h4,.h4,.video-mini-teaser .field--name-title,.node--type-resource.node--view-mode-teaser h3,.node--type-resource.node--view-mode-teaser .h3,.node--type-resource.node--view-mode-search-result h3,.node--type-resource.node--view-mode-search-result .h3,.node--type-video.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser .h3,.node--type-video.node--view-mode-search-result h3,.node--type-video.node--view-mode-search-result .h3,.node--type-webinar.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser .h3,.node--type-webinar.node--view-mode-search-result h3,.node--type-webinar.node--view-mode-search-result .h3,.node--type-customer-story.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser .h3,.node--type-customer-story.node--view-mode-search-result h3,.node--type-customer-story.node--view-mode-search-result .h3,.node--type-event.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser .h3,.node--type-event.node--view-mode-search-result h3,.node--type-event.node--view-mode-search-result .h3,.node--type-media-coverage.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser .h3,.node--type-media-coverage.node--view-mode-search-result h3,.node--type-media-coverage.node--view-mode-search-result .h3,.node--type-blog-post.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser .h3,.node--type-blog-post.node--view-mode-search-result h3,.node--type-blog-post.node--view-mode-search-result .h3,.node--type-podcast.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser .h3,.node--type-podcast.node--view-mode-search-result h3,.node--type-podcast.node--view-mode-search-result .h3,.node--type-podcast-episode.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser .h3,.node--type-podcast-episode.node--view-mode-search-result h3,.node--type-podcast-episode.node--view-mode-search-result .h3{font-size:1.5rem}}h5,.h5,.region-content header h1.eyebrow,.region-content header .eyebrow.h1{font-size:1.25rem}h6,.h6,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type,.region-secondary-menu h2,.region-secondary-menu .h2{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container-sm,.container{max-width:540px}}@media(min-width:768px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:2700px}.grid,.featured-resources,.field--name-field-content .field-name-field-resources,.view-resources:not(.blog) .view-content,.view-resource-search:not(.blog) .view-content,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);gap:var(--bs-gap,1.5rem)}.grid .g-col-1,.featured-resources .g-col-1,.field--name-field-content .field-name-field-resources .g-col-1,.view-resources:not(.blog) .view-content .g-col-1,.view-resource-search:not(.blog) .view-content .g-col-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-1{grid-column:auto/span 1}.grid .g-col-2,.featured-resources .g-col-2,.field--name-field-content .field-name-field-resources .g-col-2,.view-resources:not(.blog) .view-content .g-col-2,.view-resource-search:not(.blog) .view-content .g-col-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-2{grid-column:auto/span 2}.grid .g-col-3,.featured-resources .g-col-3,.field--name-field-content .field-name-field-resources .g-col-3,.view-resources:not(.blog) .view-content .g-col-3,.view-resource-search:not(.blog) .view-content .g-col-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-3{grid-column:auto/span 3}.grid .g-col-4,.featured-resources .g-col-4,.field--name-field-content .field-name-field-resources .g-col-4,.view-resources:not(.blog) .view-content .g-col-4,.view-resource-search:not(.blog) .view-content .g-col-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-4{grid-column:auto/span 4}.grid .g-col-5,.featured-resources .g-col-5,.field--name-field-content .field-name-field-resources .g-col-5,.view-resources:not(.blog) .view-content .g-col-5,.view-resource-search:not(.blog) .view-content .g-col-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-5{grid-column:auto/span 5}.grid .g-col-6,.featured-resources .g-col-6,.field--name-field-content .field-name-field-resources .g-col-6,.view-resources:not(.blog) .view-content .g-col-6,.view-resource-search:not(.blog) .view-content .g-col-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-6{grid-column:auto/span 6}.grid .g-col-7,.featured-resources .g-col-7,.field--name-field-content .field-name-field-resources .g-col-7,.view-resources:not(.blog) .view-content .g-col-7,.view-resource-search:not(.blog) .view-content .g-col-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-7{grid-column:auto/span 7}.grid .g-col-8,.featured-resources .g-col-8,.field--name-field-content .field-name-field-resources .g-col-8,.view-resources:not(.blog) .view-content .g-col-8,.view-resource-search:not(.blog) .view-content .g-col-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-8{grid-column:auto/span 8}.grid .g-col-9,.featured-resources .g-col-9,.field--name-field-content .field-name-field-resources .g-col-9,.view-resources:not(.blog) .view-content .g-col-9,.view-resource-search:not(.blog) .view-content .g-col-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-9{grid-column:auto/span 9}.grid .g-col-10,.featured-resources .g-col-10,.field--name-field-content .field-name-field-resources .g-col-10,.view-resources:not(.blog) .view-content .g-col-10,.view-resource-search:not(.blog) .view-content .g-col-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-10{grid-column:auto/span 10}.grid .g-col-11,.featured-resources .g-col-11,.field--name-field-content .field-name-field-resources .g-col-11,.view-resources:not(.blog) .view-content .g-col-11,.view-resource-search:not(.blog) .view-content .g-col-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-11{grid-column:auto/span 11}.grid .g-col-12,.featured-resources .g-col-12,.field--name-field-content .field-name-field-resources .g-col-12,.view-resources:not(.blog) .view-content .g-col-12,.view-resource-search:not(.blog) .view-content .g-col-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-12{grid-column:auto/span 12}.grid .g-start-1,.featured-resources .g-start-1,.field--name-field-content .field-name-field-resources .g-start-1,.view-resources:not(.blog) .view-content .g-start-1,.view-resource-search:not(.blog) .view-content .g-start-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-1{grid-column-start:1}.grid .g-start-2,.featured-resources .g-start-2,.field--name-field-content .field-name-field-resources .g-start-2,.view-resources:not(.blog) .view-content .g-start-2,.view-resource-search:not(.blog) .view-content .g-start-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-2{grid-column-start:2}.grid .g-start-3,.featured-resources .g-start-3,.field--name-field-content .field-name-field-resources .g-start-3,.view-resources:not(.blog) .view-content .g-start-3,.view-resource-search:not(.blog) .view-content .g-start-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-3{grid-column-start:3}.grid .g-start-4,.featured-resources .g-start-4,.field--name-field-content .field-name-field-resources .g-start-4,.view-resources:not(.blog) .view-content .g-start-4,.view-resource-search:not(.blog) .view-content .g-start-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-4{grid-column-start:4}.grid .g-start-5,.featured-resources .g-start-5,.field--name-field-content .field-name-field-resources .g-start-5,.view-resources:not(.blog) .view-content .g-start-5,.view-resource-search:not(.blog) .view-content .g-start-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-5{grid-column-start:5}.grid .g-start-6,.featured-resources .g-start-6,.field--name-field-content .field-name-field-resources .g-start-6,.view-resources:not(.blog) .view-content .g-start-6,.view-resource-search:not(.blog) .view-content .g-start-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-6{grid-column-start:6}.grid .g-start-7,.featured-resources .g-start-7,.field--name-field-content .field-name-field-resources .g-start-7,.view-resources:not(.blog) .view-content .g-start-7,.view-resource-search:not(.blog) .view-content .g-start-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-7{grid-column-start:7}.grid .g-start-8,.featured-resources .g-start-8,.field--name-field-content .field-name-field-resources .g-start-8,.view-resources:not(.blog) .view-content .g-start-8,.view-resource-search:not(.blog) .view-content .g-start-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-8{grid-column-start:8}.grid .g-start-9,.featured-resources .g-start-9,.field--name-field-content .field-name-field-resources .g-start-9,.view-resources:not(.blog) .view-content .g-start-9,.view-resource-search:not(.blog) .view-content .g-start-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-9{grid-column-start:9}.grid .g-start-10,.featured-resources .g-start-10,.field--name-field-content .field-name-field-resources .g-start-10,.view-resources:not(.blog) .view-content .g-start-10,.view-resource-search:not(.blog) .view-content .g-start-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-10{grid-column-start:10}.grid .g-start-11,.featured-resources .g-start-11,.field--name-field-content .field-name-field-resources .g-start-11,.view-resources:not(.blog) .view-content .g-start-11,.view-resource-search:not(.blog) .view-content .g-start-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-11{grid-column-start:11}@media(min-width:576px){.grid .g-col-sm-1,.featured-resources .g-col-sm-1,.field--name-field-content .field-name-field-resources .g-col-sm-1,.view-resources:not(.blog) .view-content .g-col-sm-1,.view-resource-search:not(.blog) .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2,.featured-resources .g-col-sm-2,.field--name-field-content .field-name-field-resources .g-col-sm-2,.view-resources:not(.blog) .view-content .g-col-sm-2,.view-resource-search:not(.blog) .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3,.featured-resources .g-col-sm-3,.field--name-field-content .field-name-field-resources .g-col-sm-3,.view-resources:not(.blog) .view-content .g-col-sm-3,.view-resource-search:not(.blog) .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4,.featured-resources .g-col-sm-4,.field--name-field-content .field-name-field-resources .g-col-sm-4,.view-resources:not(.blog) .view-content .g-col-sm-4,.view-resource-search:not(.blog) .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5,.featured-resources .g-col-sm-5,.field--name-field-content .field-name-field-resources .g-col-sm-5,.view-resources:not(.blog) .view-content .g-col-sm-5,.view-resource-search:not(.blog) .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6,.featured-resources .g-col-sm-6,.field--name-field-content .field-name-field-resources .g-col-sm-6,.view-resources:not(.blog) .view-content .g-col-sm-6,.view-resource-search:not(.blog) .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7,.featured-resources .g-col-sm-7,.field--name-field-content .field-name-field-resources .g-col-sm-7,.view-resources:not(.blog) .view-content .g-col-sm-7,.view-resource-search:not(.blog) .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8,.featured-resources .g-col-sm-8,.field--name-field-content .field-name-field-resources .g-col-sm-8,.view-resources:not(.blog) .view-content .g-col-sm-8,.view-resource-search:not(.blog) .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9,.featured-resources .g-col-sm-9,.field--name-field-content .field-name-field-resources .g-col-sm-9,.view-resources:not(.blog) .view-content .g-col-sm-9,.view-resource-search:not(.blog) .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10,.featured-resources .g-col-sm-10,.field--name-field-content .field-name-field-resources .g-col-sm-10,.view-resources:not(.blog) .view-content .g-col-sm-10,.view-resource-search:not(.blog) .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11,.featured-resources .g-col-sm-11,.field--name-field-content .field-name-field-resources .g-col-sm-11,.view-resources:not(.blog) .view-content .g-col-sm-11,.view-resource-search:not(.blog) .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12,.featured-resources .g-col-sm-12,.field--name-field-content .field-name-field-resources .g-col-sm-12,.view-resources:not(.blog) .view-content .g-col-sm-12,.view-resource-search:not(.blog) .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-sm-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1,.featured-resources .g-start-sm-1,.field--name-field-content .field-name-field-resources .g-start-sm-1,.view-resources:not(.blog) .view-content .g-start-sm-1,.view-resource-search:not(.blog) .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2,.featured-resources .g-start-sm-2,.field--name-field-content .field-name-field-resources .g-start-sm-2,.view-resources:not(.blog) .view-content .g-start-sm-2,.view-resource-search:not(.blog) .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3,.featured-resources .g-start-sm-3,.field--name-field-content .field-name-field-resources .g-start-sm-3,.view-resources:not(.blog) .view-content .g-start-sm-3,.view-resource-search:not(.blog) .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4,.featured-resources .g-start-sm-4,.field--name-field-content .field-name-field-resources .g-start-sm-4,.view-resources:not(.blog) .view-content .g-start-sm-4,.view-resource-search:not(.blog) .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5,.featured-resources .g-start-sm-5,.field--name-field-content .field-name-field-resources .g-start-sm-5,.view-resources:not(.blog) .view-content .g-start-sm-5,.view-resource-search:not(.blog) .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6,.featured-resources .g-start-sm-6,.field--name-field-content .field-name-field-resources .g-start-sm-6,.view-resources:not(.blog) .view-content .g-start-sm-6,.view-resource-search:not(.blog) .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7,.featured-resources .g-start-sm-7,.field--name-field-content .field-name-field-resources .g-start-sm-7,.view-resources:not(.blog) .view-content .g-start-sm-7,.view-resource-search:not(.blog) .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8,.featured-resources .g-start-sm-8,.field--name-field-content .field-name-field-resources .g-start-sm-8,.view-resources:not(.blog) .view-content .g-start-sm-8,.view-resource-search:not(.blog) .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9,.featured-resources .g-start-sm-9,.field--name-field-content .field-name-field-resources .g-start-sm-9,.view-resources:not(.blog) .view-content .g-start-sm-9,.view-resource-search:not(.blog) .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10,.featured-resources .g-start-sm-10,.field--name-field-content .field-name-field-resources .g-start-sm-10,.view-resources:not(.blog) .view-content .g-start-sm-10,.view-resource-search:not(.blog) .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11,.featured-resources .g-start-sm-11,.field--name-field-content .field-name-field-resources .g-start-sm-11,.view-resources:not(.blog) .view-content .g-start-sm-11,.view-resource-search:not(.blog) .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-sm-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-sm-11{grid-column-start:11}}@media(min-width:768px){.grid .g-col-md-1,.featured-resources .g-col-md-1,.field--name-field-content .field-name-field-resources .g-col-md-1,.view-resources:not(.blog) .view-content .g-col-md-1,.view-resource-search:not(.blog) .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2,.featured-resources .g-col-md-2,.field--name-field-content .field-name-field-resources .g-col-md-2,.view-resources:not(.blog) .view-content .g-col-md-2,.view-resource-search:not(.blog) .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3,.featured-resources .g-col-md-3,.field--name-field-content .field-name-field-resources .g-col-md-3,.view-resources:not(.blog) .view-content .g-col-md-3,.view-resource-search:not(.blog) .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4,.featured-resources .g-col-md-4,.field--name-field-content .field-name-field-resources .g-col-md-4,.view-resources:not(.blog) .view-content .g-col-md-4,.view-resource-search:not(.blog) .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5,.featured-resources .g-col-md-5,.field--name-field-content .field-name-field-resources .g-col-md-5,.view-resources:not(.blog) .view-content .g-col-md-5,.view-resource-search:not(.blog) .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6,.featured-resources .g-col-md-6,.field--name-field-content .field-name-field-resources .g-col-md-6,.view-resources:not(.blog) .view-content .g-col-md-6,.view-resource-search:not(.blog) .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7,.featured-resources .g-col-md-7,.field--name-field-content .field-name-field-resources .g-col-md-7,.view-resources:not(.blog) .view-content .g-col-md-7,.view-resource-search:not(.blog) .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8,.featured-resources .g-col-md-8,.field--name-field-content .field-name-field-resources .g-col-md-8,.view-resources:not(.blog) .view-content .g-col-md-8,.view-resource-search:not(.blog) .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9,.featured-resources .g-col-md-9,.field--name-field-content .field-name-field-resources .g-col-md-9,.view-resources:not(.blog) .view-content .g-col-md-9,.view-resource-search:not(.blog) .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10,.featured-resources .g-col-md-10,.field--name-field-content .field-name-field-resources .g-col-md-10,.view-resources:not(.blog) .view-content .g-col-md-10,.view-resource-search:not(.blog) .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11,.featured-resources .g-col-md-11,.field--name-field-content .field-name-field-resources .g-col-md-11,.view-resources:not(.blog) .view-content .g-col-md-11,.view-resource-search:not(.blog) .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12,.featured-resources .g-col-md-12,.field--name-field-content .field-name-field-resources .g-col-md-12,.view-resources:not(.blog) .view-content .g-col-md-12,.view-resource-search:not(.blog) .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-md-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1,.featured-resources .g-start-md-1,.field--name-field-content .field-name-field-resources .g-start-md-1,.view-resources:not(.blog) .view-content .g-start-md-1,.view-resource-search:not(.blog) .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-1{grid-column-start:1}.grid .g-start-md-2,.featured-resources .g-start-md-2,.field--name-field-content .field-name-field-resources .g-start-md-2,.view-resources:not(.blog) .view-content .g-start-md-2,.view-resource-search:not(.blog) .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-2{grid-column-start:2}.grid .g-start-md-3,.featured-resources .g-start-md-3,.field--name-field-content .field-name-field-resources .g-start-md-3,.view-resources:not(.blog) .view-content .g-start-md-3,.view-resource-search:not(.blog) .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-3{grid-column-start:3}.grid .g-start-md-4,.featured-resources .g-start-md-4,.field--name-field-content .field-name-field-resources .g-start-md-4,.view-resources:not(.blog) .view-content .g-start-md-4,.view-resource-search:not(.blog) .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-4{grid-column-start:4}.grid .g-start-md-5,.featured-resources .g-start-md-5,.field--name-field-content .field-name-field-resources .g-start-md-5,.view-resources:not(.blog) .view-content .g-start-md-5,.view-resource-search:not(.blog) .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-5{grid-column-start:5}.grid .g-start-md-6,.featured-resources .g-start-md-6,.field--name-field-content .field-name-field-resources .g-start-md-6,.view-resources:not(.blog) .view-content .g-start-md-6,.view-resource-search:not(.blog) .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-6{grid-column-start:6}.grid .g-start-md-7,.featured-resources .g-start-md-7,.field--name-field-content .field-name-field-resources .g-start-md-7,.view-resources:not(.blog) .view-content .g-start-md-7,.view-resource-search:not(.blog) .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-7{grid-column-start:7}.grid .g-start-md-8,.featured-resources .g-start-md-8,.field--name-field-content .field-name-field-resources .g-start-md-8,.view-resources:not(.blog) .view-content .g-start-md-8,.view-resource-search:not(.blog) .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-8{grid-column-start:8}.grid .g-start-md-9,.featured-resources .g-start-md-9,.field--name-field-content .field-name-field-resources .g-start-md-9,.view-resources:not(.blog) .view-content .g-start-md-9,.view-resource-search:not(.blog) .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-9{grid-column-start:9}.grid .g-start-md-10,.featured-resources .g-start-md-10,.field--name-field-content .field-name-field-resources .g-start-md-10,.view-resources:not(.blog) .view-content .g-start-md-10,.view-resource-search:not(.blog) .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-10{grid-column-start:10}.grid .g-start-md-11,.featured-resources .g-start-md-11,.field--name-field-content .field-name-field-resources .g-start-md-11,.view-resources:not(.blog) .view-content .g-start-md-11,.view-resource-search:not(.blog) .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-md-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-md-11{grid-column-start:11}}@media(min-width:992px){.grid .g-col-lg-1,.featured-resources .g-col-lg-1,.field--name-field-content .field-name-field-resources .g-col-lg-1,.view-resources:not(.blog) .view-content .g-col-lg-1,.view-resource-search:not(.blog) .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2,.featured-resources .g-col-lg-2,.field--name-field-content .field-name-field-resources .g-col-lg-2,.view-resources:not(.blog) .view-content .g-col-lg-2,.view-resource-search:not(.blog) .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3,.featured-resources .g-col-lg-3,.field--name-field-content .field-name-field-resources .g-col-lg-3,.view-resources:not(.blog) .view-content .g-col-lg-3,.view-resource-search:not(.blog) .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4,.featured-resources .g-col-lg-4,.field--name-field-content .field-name-field-resources .g-col-lg-4,.view-resources:not(.blog) .view-content .g-col-lg-4,.view-resource-search:not(.blog) .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5,.featured-resources .g-col-lg-5,.field--name-field-content .field-name-field-resources .g-col-lg-5,.view-resources:not(.blog) .view-content .g-col-lg-5,.view-resource-search:not(.blog) .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6,.featured-resources .g-col-lg-6,.field--name-field-content .field-name-field-resources .g-col-lg-6,.view-resources:not(.blog) .view-content .g-col-lg-6,.view-resource-search:not(.blog) .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7,.featured-resources .g-col-lg-7,.field--name-field-content .field-name-field-resources .g-col-lg-7,.view-resources:not(.blog) .view-content .g-col-lg-7,.view-resource-search:not(.blog) .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8,.featured-resources .g-col-lg-8,.field--name-field-content .field-name-field-resources .g-col-lg-8,.view-resources:not(.blog) .view-content .g-col-lg-8,.view-resource-search:not(.blog) .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9,.featured-resources .g-col-lg-9,.field--name-field-content .field-name-field-resources .g-col-lg-9,.view-resources:not(.blog) .view-content .g-col-lg-9,.view-resource-search:not(.blog) .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10,.featured-resources .g-col-lg-10,.field--name-field-content .field-name-field-resources .g-col-lg-10,.view-resources:not(.blog) .view-content .g-col-lg-10,.view-resource-search:not(.blog) .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11,.featured-resources .g-col-lg-11,.field--name-field-content .field-name-field-resources .g-col-lg-11,.view-resources:not(.blog) .view-content .g-col-lg-11,.view-resource-search:not(.blog) .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12,.featured-resources .g-col-lg-12,.field--name-field-content .field-name-field-resources .g-col-lg-12,.view-resources:not(.blog) .view-content .g-col-lg-12,.view-resource-search:not(.blog) .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-lg-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1,.featured-resources .g-start-lg-1,.field--name-field-content .field-name-field-resources .g-start-lg-1,.view-resources:not(.blog) .view-content .g-start-lg-1,.view-resource-search:not(.blog) .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2,.featured-resources .g-start-lg-2,.field--name-field-content .field-name-field-resources .g-start-lg-2,.view-resources:not(.blog) .view-content .g-start-lg-2,.view-resource-search:not(.blog) .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3,.featured-resources .g-start-lg-3,.field--name-field-content .field-name-field-resources .g-start-lg-3,.view-resources:not(.blog) .view-content .g-start-lg-3,.view-resource-search:not(.blog) .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4,.featured-resources .g-start-lg-4,.field--name-field-content .field-name-field-resources .g-start-lg-4,.view-resources:not(.blog) .view-content .g-start-lg-4,.view-resource-search:not(.blog) .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5,.featured-resources .g-start-lg-5,.field--name-field-content .field-name-field-resources .g-start-lg-5,.view-resources:not(.blog) .view-content .g-start-lg-5,.view-resource-search:not(.blog) .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6,.featured-resources .g-start-lg-6,.field--name-field-content .field-name-field-resources .g-start-lg-6,.view-resources:not(.blog) .view-content .g-start-lg-6,.view-resource-search:not(.blog) .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7,.featured-resources .g-start-lg-7,.field--name-field-content .field-name-field-resources .g-start-lg-7,.view-resources:not(.blog) .view-content .g-start-lg-7,.view-resource-search:not(.blog) .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8,.featured-resources .g-start-lg-8,.field--name-field-content .field-name-field-resources .g-start-lg-8,.view-resources:not(.blog) .view-content .g-start-lg-8,.view-resource-search:not(.blog) .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9,.featured-resources .g-start-lg-9,.field--name-field-content .field-name-field-resources .g-start-lg-9,.view-resources:not(.blog) .view-content .g-start-lg-9,.view-resource-search:not(.blog) .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10,.featured-resources .g-start-lg-10,.field--name-field-content .field-name-field-resources .g-start-lg-10,.view-resources:not(.blog) .view-content .g-start-lg-10,.view-resource-search:not(.blog) .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11,.featured-resources .g-start-lg-11,.field--name-field-content .field-name-field-resources .g-start-lg-11,.view-resources:not(.blog) .view-content .g-start-lg-11,.view-resource-search:not(.blog) .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-lg-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-lg-11{grid-column-start:11}}@media(min-width:1200px){.grid .g-col-xl-1,.featured-resources .g-col-xl-1,.field--name-field-content .field-name-field-resources .g-col-xl-1,.view-resources:not(.blog) .view-content .g-col-xl-1,.view-resource-search:not(.blog) .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2,.featured-resources .g-col-xl-2,.field--name-field-content .field-name-field-resources .g-col-xl-2,.view-resources:not(.blog) .view-content .g-col-xl-2,.view-resource-search:not(.blog) .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3,.featured-resources .g-col-xl-3,.field--name-field-content .field-name-field-resources .g-col-xl-3,.view-resources:not(.blog) .view-content .g-col-xl-3,.view-resource-search:not(.blog) .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4,.featured-resources .g-col-xl-4,.field--name-field-content .field-name-field-resources .g-col-xl-4,.view-resources:not(.blog) .view-content .g-col-xl-4,.view-resource-search:not(.blog) .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5,.featured-resources .g-col-xl-5,.field--name-field-content .field-name-field-resources .g-col-xl-5,.view-resources:not(.blog) .view-content .g-col-xl-5,.view-resource-search:not(.blog) .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6,.featured-resources .g-col-xl-6,.field--name-field-content .field-name-field-resources .g-col-xl-6,.view-resources:not(.blog) .view-content .g-col-xl-6,.view-resource-search:not(.blog) .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7,.featured-resources .g-col-xl-7,.field--name-field-content .field-name-field-resources .g-col-xl-7,.view-resources:not(.blog) .view-content .g-col-xl-7,.view-resource-search:not(.blog) .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8,.featured-resources .g-col-xl-8,.field--name-field-content .field-name-field-resources .g-col-xl-8,.view-resources:not(.blog) .view-content .g-col-xl-8,.view-resource-search:not(.blog) .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9,.featured-resources .g-col-xl-9,.field--name-field-content .field-name-field-resources .g-col-xl-9,.view-resources:not(.blog) .view-content .g-col-xl-9,.view-resource-search:not(.blog) .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10,.featured-resources .g-col-xl-10,.field--name-field-content .field-name-field-resources .g-col-xl-10,.view-resources:not(.blog) .view-content .g-col-xl-10,.view-resource-search:not(.blog) .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11,.featured-resources .g-col-xl-11,.field--name-field-content .field-name-field-resources .g-col-xl-11,.view-resources:not(.blog) .view-content .g-col-xl-11,.view-resource-search:not(.blog) .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12,.featured-resources .g-col-xl-12,.field--name-field-content .field-name-field-resources .g-col-xl-12,.view-resources:not(.blog) .view-content .g-col-xl-12,.view-resource-search:not(.blog) .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xl-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1,.featured-resources .g-start-xl-1,.field--name-field-content .field-name-field-resources .g-start-xl-1,.view-resources:not(.blog) .view-content .g-start-xl-1,.view-resource-search:not(.blog) .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2,.featured-resources .g-start-xl-2,.field--name-field-content .field-name-field-resources .g-start-xl-2,.view-resources:not(.blog) .view-content .g-start-xl-2,.view-resource-search:not(.blog) .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3,.featured-resources .g-start-xl-3,.field--name-field-content .field-name-field-resources .g-start-xl-3,.view-resources:not(.blog) .view-content .g-start-xl-3,.view-resource-search:not(.blog) .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4,.featured-resources .g-start-xl-4,.field--name-field-content .field-name-field-resources .g-start-xl-4,.view-resources:not(.blog) .view-content .g-start-xl-4,.view-resource-search:not(.blog) .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5,.featured-resources .g-start-xl-5,.field--name-field-content .field-name-field-resources .g-start-xl-5,.view-resources:not(.blog) .view-content .g-start-xl-5,.view-resource-search:not(.blog) .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6,.featured-resources .g-start-xl-6,.field--name-field-content .field-name-field-resources .g-start-xl-6,.view-resources:not(.blog) .view-content .g-start-xl-6,.view-resource-search:not(.blog) .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7,.featured-resources .g-start-xl-7,.field--name-field-content .field-name-field-resources .g-start-xl-7,.view-resources:not(.blog) .view-content .g-start-xl-7,.view-resource-search:not(.blog) .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8,.featured-resources .g-start-xl-8,.field--name-field-content .field-name-field-resources .g-start-xl-8,.view-resources:not(.blog) .view-content .g-start-xl-8,.view-resource-search:not(.blog) .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9,.featured-resources .g-start-xl-9,.field--name-field-content .field-name-field-resources .g-start-xl-9,.view-resources:not(.blog) .view-content .g-start-xl-9,.view-resource-search:not(.blog) .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10,.featured-resources .g-start-xl-10,.field--name-field-content .field-name-field-resources .g-start-xl-10,.view-resources:not(.blog) .view-content .g-start-xl-10,.view-resource-search:not(.blog) .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11,.featured-resources .g-start-xl-11,.field--name-field-content .field-name-field-resources .g-start-xl-11,.view-resources:not(.blog) .view-content .g-start-xl-11,.view-resource-search:not(.blog) .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xl-11{grid-column-start:11}}@media(min-width:1400px){.grid .g-col-xxl-1,.featured-resources .g-col-xxl-1,.field--name-field-content .field-name-field-resources .g-col-xxl-1,.view-resources:not(.blog) .view-content .g-col-xxl-1,.view-resource-search:not(.blog) .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2,.featured-resources .g-col-xxl-2,.field--name-field-content .field-name-field-resources .g-col-xxl-2,.view-resources:not(.blog) .view-content .g-col-xxl-2,.view-resource-search:not(.blog) .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3,.featured-resources .g-col-xxl-3,.field--name-field-content .field-name-field-resources .g-col-xxl-3,.view-resources:not(.blog) .view-content .g-col-xxl-3,.view-resource-search:not(.blog) .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4,.featured-resources .g-col-xxl-4,.field--name-field-content .field-name-field-resources .g-col-xxl-4,.view-resources:not(.blog) .view-content .g-col-xxl-4,.view-resource-search:not(.blog) .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5,.featured-resources .g-col-xxl-5,.field--name-field-content .field-name-field-resources .g-col-xxl-5,.view-resources:not(.blog) .view-content .g-col-xxl-5,.view-resource-search:not(.blog) .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6,.featured-resources .g-col-xxl-6,.field--name-field-content .field-name-field-resources .g-col-xxl-6,.view-resources:not(.blog) .view-content .g-col-xxl-6,.view-resource-search:not(.blog) .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7,.featured-resources .g-col-xxl-7,.field--name-field-content .field-name-field-resources .g-col-xxl-7,.view-resources:not(.blog) .view-content .g-col-xxl-7,.view-resource-search:not(.blog) .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8,.featured-resources .g-col-xxl-8,.field--name-field-content .field-name-field-resources .g-col-xxl-8,.view-resources:not(.blog) .view-content .g-col-xxl-8,.view-resource-search:not(.blog) .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9,.featured-resources .g-col-xxl-9,.field--name-field-content .field-name-field-resources .g-col-xxl-9,.view-resources:not(.blog) .view-content .g-col-xxl-9,.view-resource-search:not(.blog) .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10,.featured-resources .g-col-xxl-10,.field--name-field-content .field-name-field-resources .g-col-xxl-10,.view-resources:not(.blog) .view-content .g-col-xxl-10,.view-resource-search:not(.blog) .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11,.featured-resources .g-col-xxl-11,.field--name-field-content .field-name-field-resources .g-col-xxl-11,.view-resources:not(.blog) .view-content .g-col-xxl-11,.view-resource-search:not(.blog) .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12,.featured-resources .g-col-xxl-12,.field--name-field-content .field-name-field-resources .g-col-xxl-12,.view-resources:not(.blog) .view-content .g-col-xxl-12,.view-resource-search:not(.blog) .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxl-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1,.featured-resources .g-start-xxl-1,.field--name-field-content .field-name-field-resources .g-start-xxl-1,.view-resources:not(.blog) .view-content .g-start-xxl-1,.view-resource-search:not(.blog) .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2,.featured-resources .g-start-xxl-2,.field--name-field-content .field-name-field-resources .g-start-xxl-2,.view-resources:not(.blog) .view-content .g-start-xxl-2,.view-resource-search:not(.blog) .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3,.featured-resources .g-start-xxl-3,.field--name-field-content .field-name-field-resources .g-start-xxl-3,.view-resources:not(.blog) .view-content .g-start-xxl-3,.view-resource-search:not(.blog) .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4,.featured-resources .g-start-xxl-4,.field--name-field-content .field-name-field-resources .g-start-xxl-4,.view-resources:not(.blog) .view-content .g-start-xxl-4,.view-resource-search:not(.blog) .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5,.featured-resources .g-start-xxl-5,.field--name-field-content .field-name-field-resources .g-start-xxl-5,.view-resources:not(.blog) .view-content .g-start-xxl-5,.view-resource-search:not(.blog) .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6,.featured-resources .g-start-xxl-6,.field--name-field-content .field-name-field-resources .g-start-xxl-6,.view-resources:not(.blog) .view-content .g-start-xxl-6,.view-resource-search:not(.blog) .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7,.featured-resources .g-start-xxl-7,.field--name-field-content .field-name-field-resources .g-start-xxl-7,.view-resources:not(.blog) .view-content .g-start-xxl-7,.view-resource-search:not(.blog) .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8,.featured-resources .g-start-xxl-8,.field--name-field-content .field-name-field-resources .g-start-xxl-8,.view-resources:not(.blog) .view-content .g-start-xxl-8,.view-resource-search:not(.blog) .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9,.featured-resources .g-start-xxl-9,.field--name-field-content .field-name-field-resources .g-start-xxl-9,.view-resources:not(.blog) .view-content .g-start-xxl-9,.view-resource-search:not(.blog) .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10,.featured-resources .g-start-xxl-10,.field--name-field-content .field-name-field-resources .g-start-xxl-10,.view-resources:not(.blog) .view-content .g-start-xxl-10,.view-resource-search:not(.blog) .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11,.featured-resources .g-start-xxl-11,.field--name-field-content .field-name-field-resources .g-start-xxl-11,.view-resources:not(.blog) .view-content .g-start-xxl-11,.view-resource-search:not(.blog) .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxl-11{grid-column-start:11}}@media(min-width:2700px){.grid .g-col-xxxl-1,.featured-resources .g-col-xxxl-1,.field--name-field-content .field-name-field-resources .g-col-xxxl-1,.view-resources:not(.blog) .view-content .g-col-xxxl-1,.view-resource-search:not(.blog) .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-1{grid-column:auto/span 1}.grid .g-col-xxxl-2,.featured-resources .g-col-xxxl-2,.field--name-field-content .field-name-field-resources .g-col-xxxl-2,.view-resources:not(.blog) .view-content .g-col-xxxl-2,.view-resource-search:not(.blog) .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-2{grid-column:auto/span 2}.grid .g-col-xxxl-3,.featured-resources .g-col-xxxl-3,.field--name-field-content .field-name-field-resources .g-col-xxxl-3,.view-resources:not(.blog) .view-content .g-col-xxxl-3,.view-resource-search:not(.blog) .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-3{grid-column:auto/span 3}.grid .g-col-xxxl-4,.featured-resources .g-col-xxxl-4,.field--name-field-content .field-name-field-resources .g-col-xxxl-4,.view-resources:not(.blog) .view-content .g-col-xxxl-4,.view-resource-search:not(.blog) .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-4{grid-column:auto/span 4}.grid .g-col-xxxl-5,.featured-resources .g-col-xxxl-5,.field--name-field-content .field-name-field-resources .g-col-xxxl-5,.view-resources:not(.blog) .view-content .g-col-xxxl-5,.view-resource-search:not(.blog) .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-5{grid-column:auto/span 5}.grid .g-col-xxxl-6,.featured-resources .g-col-xxxl-6,.field--name-field-content .field-name-field-resources .g-col-xxxl-6,.view-resources:not(.blog) .view-content .g-col-xxxl-6,.view-resource-search:not(.blog) .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-6{grid-column:auto/span 6}.grid .g-col-xxxl-7,.featured-resources .g-col-xxxl-7,.field--name-field-content .field-name-field-resources .g-col-xxxl-7,.view-resources:not(.blog) .view-content .g-col-xxxl-7,.view-resource-search:not(.blog) .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-7{grid-column:auto/span 7}.grid .g-col-xxxl-8,.featured-resources .g-col-xxxl-8,.field--name-field-content .field-name-field-resources .g-col-xxxl-8,.view-resources:not(.blog) .view-content .g-col-xxxl-8,.view-resource-search:not(.blog) .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-8{grid-column:auto/span 8}.grid .g-col-xxxl-9,.featured-resources .g-col-xxxl-9,.field--name-field-content .field-name-field-resources .g-col-xxxl-9,.view-resources:not(.blog) .view-content .g-col-xxxl-9,.view-resource-search:not(.blog) .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-9{grid-column:auto/span 9}.grid .g-col-xxxl-10,.featured-resources .g-col-xxxl-10,.field--name-field-content .field-name-field-resources .g-col-xxxl-10,.view-resources:not(.blog) .view-content .g-col-xxxl-10,.view-resource-search:not(.blog) .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-10{grid-column:auto/span 10}.grid .g-col-xxxl-11,.featured-resources .g-col-xxxl-11,.field--name-field-content .field-name-field-resources .g-col-xxxl-11,.view-resources:not(.blog) .view-content .g-col-xxxl-11,.view-resource-search:not(.blog) .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-11{grid-column:auto/span 11}.grid .g-col-xxxl-12,.featured-resources .g-col-xxxl-12,.field--name-field-content .field-name-field-resources .g-col-xxxl-12,.view-resources:not(.blog) .view-content .g-col-xxxl-12,.view-resource-search:not(.blog) .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-col-xxxl-12,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-col-xxxl-12{grid-column:auto/span 12}.grid .g-start-xxxl-1,.featured-resources .g-start-xxxl-1,.field--name-field-content .field-name-field-resources .g-start-xxxl-1,.view-resources:not(.blog) .view-content .g-start-xxxl-1,.view-resource-search:not(.blog) .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-1,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-1{grid-column-start:1}.grid .g-start-xxxl-2,.featured-resources .g-start-xxxl-2,.field--name-field-content .field-name-field-resources .g-start-xxxl-2,.view-resources:not(.blog) .view-content .g-start-xxxl-2,.view-resource-search:not(.blog) .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-2{grid-column-start:2}.grid .g-start-xxxl-3,.featured-resources .g-start-xxxl-3,.field--name-field-content .field-name-field-resources .g-start-xxxl-3,.view-resources:not(.blog) .view-content .g-start-xxxl-3,.view-resource-search:not(.blog) .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-3,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-3{grid-column-start:3}.grid .g-start-xxxl-4,.featured-resources .g-start-xxxl-4,.field--name-field-content .field-name-field-resources .g-start-xxxl-4,.view-resources:not(.blog) .view-content .g-start-xxxl-4,.view-resource-search:not(.blog) .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-4,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-4{grid-column-start:4}.grid .g-start-xxxl-5,.featured-resources .g-start-xxxl-5,.field--name-field-content .field-name-field-resources .g-start-xxxl-5,.view-resources:not(.blog) .view-content .g-start-xxxl-5,.view-resource-search:not(.blog) .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-5,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-5{grid-column-start:5}.grid .g-start-xxxl-6,.featured-resources .g-start-xxxl-6,.field--name-field-content .field-name-field-resources .g-start-xxxl-6,.view-resources:not(.blog) .view-content .g-start-xxxl-6,.view-resource-search:not(.blog) .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-6,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-6{grid-column-start:6}.grid .g-start-xxxl-7,.featured-resources .g-start-xxxl-7,.field--name-field-content .field-name-field-resources .g-start-xxxl-7,.view-resources:not(.blog) .view-content .g-start-xxxl-7,.view-resource-search:not(.blog) .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-7,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-7{grid-column-start:7}.grid .g-start-xxxl-8,.featured-resources .g-start-xxxl-8,.field--name-field-content .field-name-field-resources .g-start-xxxl-8,.view-resources:not(.blog) .view-content .g-start-xxxl-8,.view-resource-search:not(.blog) .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-8,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-8{grid-column-start:8}.grid .g-start-xxxl-9,.featured-resources .g-start-xxxl-9,.field--name-field-content .field-name-field-resources .g-start-xxxl-9,.view-resources:not(.blog) .view-content .g-start-xxxl-9,.view-resource-search:not(.blog) .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-9,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-9{grid-column-start:9}.grid .g-start-xxxl-10,.featured-resources .g-start-xxxl-10,.field--name-field-content .field-name-field-resources .g-start-xxxl-10,.view-resources:not(.blog) .view-content .g-start-xxxl-10,.view-resource-search:not(.blog) .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-10,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-10{grid-column-start:10}.grid .g-start-xxxl-11,.featured-resources .g-start-xxxl-11,.field--name-field-content .field-name-field-resources .g-start-xxxl-11,.view-resources:not(.blog) .view-content .g-start-xxxl-11,.view-resource-search:not(.blog) .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .g-start-xxxl-11,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .g-start-xxxl-11{grid-column-start:11}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-info{color:#fff !important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-danger{color:#000 !important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-brand-blue{color:#000 !important;background-color:RGBA(var(--bs-brand-blue-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-alt-blue{color:#fff !important;background-color:RGBA(var(--bs-alt-blue-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-red{color:#fff !important;background-color:RGBA(var(--bs-red-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-darkgray{color:#fff !important;background-color:RGBA(var(--bs-darkgray-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-lightgray{color:#000 !important;background-color:RGBA(var(--bs-lightgray-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-white-smoke{color:#000 !important;background-color:RGBA(var(--bs-white-smoke-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-lightblue{color:#000 !important;background-color:RGBA(var(--bs-lightblue-rgb),var(--bs-bg-opacity,1)) !important}.text-bg-green{color:#000 !important;background-color:RGBA(var(--bs-green-rgb),var(--bs-bg-opacity,1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(159,34,36,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(159,34,36,var(--bs-link-underline-opacity,1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(0,0,0,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1)) !important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important}.link-success:hover,.link-success:focus{color:RGBA(51,174,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(51,174,111,var(--bs-link-underline-opacity,1)) !important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important}.link-info:hover,.link-info:focus{color:RGBA(159,34,36,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(159,34,36,var(--bs-link-underline-opacity,1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(235,130,76,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(235,130,76,var(--bs-link-underline-opacity,1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(235,130,76,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(235,130,76,var(--bs-link-underline-opacity,1)) !important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important}.link-light:hover,.link-light:focus{color:RGBA(247,247,247,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(247,247,247,var(--bs-link-underline-opacity,1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(0,0,0,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1)) !important}.link-brand-blue{color:RGBA(var(--bs-brand-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-brand-blue-rgb),var(--bs-link-underline-opacity,1)) !important}.link-brand-blue:hover,.link-brand-blue:focus{color:RGBA(53,150,229,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(53,150,229,var(--bs-link-underline-opacity,1)) !important}.link-alt-blue{color:RGBA(var(--bs-alt-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-alt-blue-rgb),var(--bs-link-underline-opacity,1)) !important}.link-alt-blue:hover,.link-alt-blue:focus{color:RGBA(43,96,151,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(43,96,151,var(--bs-link-underline-opacity,1)) !important}.link-red{color:RGBA(var(--bs-red-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-red-rgb),var(--bs-link-underline-opacity,1)) !important}.link-red:hover,.link-red:focus{color:RGBA(159,34,36,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(159,34,36,var(--bs-link-underline-opacity,1)) !important}.link-darkgray{color:RGBA(var(--bs-darkgray-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-darkgray-rgb),var(--bs-link-underline-opacity,1)) !important}.link-darkgray:hover,.link-darkgray:focus{color:RGBA(41,41,41,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(41,41,41,var(--bs-link-underline-opacity,1)) !important}.link-lightgray{color:RGBA(var(--bs-lightgray-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-lightgray-rgb),var(--bs-link-underline-opacity,1)) !important}.link-lightgray:hover,.link-lightgray:focus{color:RGBA(247,247,247,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(247,247,247,var(--bs-link-underline-opacity,1)) !important}.link-white-smoke{color:RGBA(var(--bs-white-smoke-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-white-smoke-rgb),var(--bs-link-underline-opacity,1)) !important}.link-white-smoke:hover,.link-white-smoke:focus{color:RGBA(247,247,247,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(247,247,247,var(--bs-link-underline-opacity,1)) !important}.link-lightblue{color:RGBA(var(--bs-lightblue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-lightblue-rgb),var(--bs-link-underline-opacity,1)) !important}.link-lightblue:hover,.link-lightblue:focus{color:RGBA(166,214,254,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(166,214,254,var(--bs-link-underline-opacity,1)) !important}.link-green{color:RGBA(var(--bs-green-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-green-rgb),var(--bs-link-underline-opacity,1)) !important}.link-green:hover,.link-green:focus{color:RGBA(51,173,92,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(51,173,92,var(--bs-link-underline-opacity,1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform,translate3d(0.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top,nav#navigation{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width:2700px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video figcaption,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video figcaption,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption,.resources-group .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.resources-group .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.resources-group .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type,.view-resources.blog .view-content .views-row>.node .field-name-field-resource-type,.view-resource-search.blog .view-content .views-row>.node .field-name-field-resource-type,#block-crm-content .block-menu h2,#block-crm-content .block-menu .h2,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-video.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-video.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-event.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-event.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video figcaption:not(caption),.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption:not(caption),.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video figcaption:not(caption),.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption:not(caption),.resources-group .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type:not(caption),.resources-group .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type:not(caption),.view-resources.blog .view-content .views-row>.node .field-name-field-resource-type:not(caption),.view-resource-search.blog .view-content .views-row>.node .field-name-field-resource-type:not(caption),#block-crm-content .block-menu h2:not(caption),#block-crm-content .block-menu .h2:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.visually-hidden *,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video figcaption *,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image figcaption *,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video figcaption *,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image figcaption *,.resources-group .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type *,.resources-group .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type *,.resources-group .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type *,.view-resources.blog .view-content .views-row>.node .field-name-field-resource-type *,.view-resource-search.blog .view-content .views-row>.node .field-name-field-resource-type *,#block-crm-content .block-menu h2 *,#block-crm-content .block-menu .h2 *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle,.block-views:not(.is-style-carousel) .view-customers .view-content .views-row{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex,.region-secondary-menu .container{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow,.region-content header .cta,nav#navigation{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.focus-ring-brand-blue{--bs-focus-ring-color:rgba(var(--bs-brand-blue-rgb),var(--bs-focus-ring-opacity))}.focus-ring-alt-blue{--bs-focus-ring-color:rgba(var(--bs-alt-blue-rgb),var(--bs-focus-ring-opacity))}.focus-ring-red{--bs-focus-ring-color:rgba(var(--bs-red-rgb),var(--bs-focus-ring-opacity))}.focus-ring-darkgray{--bs-focus-ring-color:rgba(var(--bs-darkgray-rgb),var(--bs-focus-ring-opacity))}.focus-ring-lightgray{--bs-focus-ring-color:rgba(var(--bs-lightgray-rgb),var(--bs-focus-ring-opacity))}.focus-ring-white-smoke{--bs-focus-ring-color:rgba(var(--bs-white-smoke-rgb),var(--bs-focus-ring-opacity))}.focus-ring-lightblue{--bs-focus-ring-color:rgba(var(--bs-lightblue-rgb),var(--bs-focus-ring-opacity))}.focus-ring-green{--bs-focus-ring-color:rgba(var(--bs-green-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%,-50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important}.border-brand-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-brand-blue-rgb),var(--bs-border-opacity)) !important}.border-alt-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-alt-blue-rgb),var(--bs-border-opacity)) !important}.border-red{--bs-border-opacity:1;border-color:rgba(var(--bs-red-rgb),var(--bs-border-opacity)) !important}.border-darkgray{--bs-border-opacity:1;border-color:rgba(var(--bs-darkgray-rgb),var(--bs-border-opacity)) !important}.border-lightgray{--bs-border-opacity:1;border-color:rgba(var(--bs-lightgray-rgb),var(--bs-border-opacity)) !important}.border-white-smoke{--bs-border-opacity:1;border-color:rgba(var(--bs-white-smoke-rgb),var(--bs-border-opacity)) !important}.border-lightblue{--bs-border-opacity:1;border-color:rgba(var(--bs-lightblue-rgb),var(--bs-border-opacity)) !important}.border-green{--bs-border-opacity:1;border-color:rgba(var(--bs-green-rgb),var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between,.region-secondary-menu .container{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end,.region-main-menu>.container{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline,.region-secondary-menu #block-companylookupplaceholder,.region-secondary-menu #block-signinform,.region-secondary-menu .container{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3,.view-resources.blog .view-content .views-row>.node .header-content,.view-resource-search.blog .view-content .views-row>.node .header-content{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5,.wp-block-media-text+.wp-block-media-text,section .wp-block-group:not(.accordion-item)+.wp-block-group:not(.accordion-item){margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3,.alert.crm::before,.alert.scm::before,.tooltip .wp-block-group.crm::before,.tooltip .wp-block-group.scm::before{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0,.wp-block-group.accordion .accordion-header h3,.wp-block-group.accordion .accordion-header .h3{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3,.node--type-person.node--view-mode-full,.node--type-person .field--name-field-media-image,.view-content,.wp-block-group.accordion{margin-bottom:1rem !important}.mb-4,.view-resources.blog .view-content .views-row,.view-resource-search.blog .view-content .views-row,.wp-block-columns{margin-bottom:1.5rem !important}.mb-5,.node--type-person.node--view-mode-teaser,#hero,#block-crm-content .block-menu,.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto,.region-secondary-menu #block-signinform{margin-left:auto !important}.m-n1{margin:-0.25rem !important}.m-n2{margin:-0.5rem !important}.m-n3{margin:-1rem !important}.m-n4{margin:-1.5rem !important}.m-n5{margin:-3rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-1rem !important}.mt-n4{margin-top:-1.5rem !important}.mt-n5{margin-top:-3rem !important}.me-n1{margin-right:-0.25rem !important}.me-n2{margin-right:-0.5rem !important}.me-n3{margin-right:-1rem !important}.me-n4{margin-right:-1.5rem !important}.me-n5{margin-right:-3rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-1rem !important}.mb-n4{margin-bottom:-1.5rem !important}.mb-n5{margin-bottom:-3rem !important}.ms-n1{margin-left:-0.25rem !important}.ms-n2{margin-left:-0.5rem !important}.ms-n3{margin-left:-1rem !important}.ms-n4{margin-left:-1.5rem !important}.ms-n5{margin-left:-3rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2,.region-secondary-menu #block-signinform{padding:.5rem !important}.p-3,.node--type-person.node--view-mode-teaser,.region-content header .cta{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1,.region-secondary-menu{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3,.region-footer>.container .menu--footer-secondary-menu{padding-top:1rem !important;padding-bottom:1rem !important}.py-4,#block-mainnavigation{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5,#hero,.region-content section,.region-content footer{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2,.video-mini-teaser .field--name-title,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5,.wp-block-group.is-style-card>div .wp-block-buttons:last-child,.region-content header+div.wp-block-group,.region-content header+h2,.region-content header+.h2{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3,.view-resources.blog .view-content .views-row>.node .header-content,.view-resource-search.blog .view-content .views-row>.node .header-content{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5,.node--type-person.node--view-mode-teaser{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end,.node--type-resource.node--view-mode-teaser .node__links ul,.node--type-resource.node--view-mode-search-result .node__links ul,.node--type-video.node--view-mode-teaser .node__links ul,.node--type-video.node--view-mode-search-result .node__links ul,.node--type-webinar.node--view-mode-teaser .node__links ul,.node--type-webinar.node--view-mode-search-result .node__links ul,.node--type-customer-story.node--view-mode-teaser .node__links ul,.node--type-customer-story.node--view-mode-search-result .node__links ul,.node--type-event.node--view-mode-teaser .node__links ul,.node--type-event.node--view-mode-search-result .node__links ul,.node--type-media-coverage.node--view-mode-teaser .node__links ul,.node--type-media-coverage.node--view-mode-search-result .node__links ul,.node--type-blog-post.node--view-mode-teaser .node__links ul,.node--type-blog-post.node--view-mode-search-result .node__links ul,.node--type-podcast.node--view-mode-teaser .node__links ul,.node--type-podcast.node--view-mode-search-result .node__links ul,.node--type-podcast-episode.node--view-mode-teaser .node__links ul,.node--type-podcast-episode.node--view-mode-search-result .node__links ul{text-align:right !important}.text-center,.node--type-person.node--view-mode-teaser,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type,.block-views:not(.is-style-carousel) .view-customers .view-content{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap,#sliding-popup>div #popup-buttons>*,.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul li{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important}.text-brand-blue{--bs-text-opacity:1;color:rgba(var(--bs-brand-blue-rgb),var(--bs-text-opacity)) !important}.text-alt-blue{--bs-text-opacity:1;color:rgba(var(--bs-alt-blue-rgb),var(--bs-text-opacity)) !important}.text-red{--bs-text-opacity:1;color:rgba(var(--bs-red-rgb),var(--bs-text-opacity)) !important}.text-darkgray{--bs-text-opacity:1;color:rgba(var(--bs-darkgray-rgb),var(--bs-text-opacity)) !important}.text-lightgray{--bs-text-opacity:1;color:rgba(var(--bs-lightgray-rgb),var(--bs-text-opacity)) !important}.text-white-smoke{--bs-text-opacity:1;color:rgba(var(--bs-white-smoke-rgb),var(--bs-text-opacity)) !important}.text-lightblue{--bs-text-opacity:1;color:rgba(var(--bs-lightblue-rgb),var(--bs-text-opacity)) !important}.text-green{--bs-text-opacity:1;color:rgba(var(--bs-green-rgb),var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-brand-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-brand-blue-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-alt-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-alt-blue-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-red{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-red-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-darkgray{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-darkgray-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-lightgray{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-lightgray-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-white-smoke{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-white-smoke-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-lightblue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-lightblue-rgb),var(--bs-link-underline-opacity)) !important}.link-underline-green{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-green-rgb),var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important}.bg-brand-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-brand-blue-rgb),var(--bs-bg-opacity)) !important}.bg-alt-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-alt-blue-rgb),var(--bs-bg-opacity)) !important}.bg-red{--bs-bg-opacity:1;background-color:rgba(var(--bs-red-rgb),var(--bs-bg-opacity)) !important}.bg-darkgray{--bs-bg-opacity:1;background-color:rgba(var(--bs-darkgray-rgb),var(--bs-bg-opacity)) !important}.bg-lightgray{--bs-bg-opacity:1;background-color:rgba(var(--bs-lightgray-rgb),var(--bs-bg-opacity)) !important}.bg-white-smoke{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-smoke-rgb),var(--bs-bg-opacity)) !important}.bg-lightblue{--bs-bg-opacity:1;background-color:rgba(var(--bs-lightblue-rgb),var(--bs-bg-opacity)) !important}.bg-green{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-rgb),var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded,.region-content header .cta{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-1rem !important}.mt-sm-n4{margin-top:-1.5rem !important}.mt-sm-n5{margin-top:-3rem !important}.me-sm-n1{margin-right:-0.25rem !important}.me-sm-n2{margin-right:-0.5rem !important}.me-sm-n3{margin-right:-1rem !important}.me-sm-n4{margin-right:-1.5rem !important}.me-sm-n5{margin-right:-3rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-1rem !important}.mb-sm-n4{margin-bottom:-1.5rem !important}.mb-sm-n5{margin-bottom:-3rem !important}.ms-sm-n1{margin-left:-0.25rem !important}.ms-sm-n2{margin-left:-0.5rem !important}.ms-sm-n3{margin-left:-1rem !important}.ms-sm-n4{margin-left:-1.5rem !important}.ms-sm-n5{margin-left:-3rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.m-md-n3{margin:-1rem !important}.m-md-n4{margin:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-1rem !important}.mt-md-n4{margin-top:-1.5rem !important}.mt-md-n5{margin-top:-3rem !important}.me-md-n1{margin-right:-0.25rem !important}.me-md-n2{margin-right:-0.5rem !important}.me-md-n3{margin-right:-1rem !important}.me-md-n4{margin-right:-1.5rem !important}.me-md-n5{margin-right:-3rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-1rem !important}.mb-md-n4{margin-bottom:-1.5rem !important}.mb-md-n5,.wp-block-image.divider-image,.wp-block-media-text.divider-image img{margin-bottom:-3rem !important}.ms-md-n1{margin-left:-0.25rem !important}.ms-md-n2{margin-left:-0.5rem !important}.ms-md-n3{margin-left:-1rem !important}.ms-md-n4{margin-left:-1.5rem !important}.ms-md-n5{margin-left:-3rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width:992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-1rem !important}.mt-lg-n4{margin-top:-1.5rem !important}.mt-lg-n5{margin-top:-3rem !important}.me-lg-n1{margin-right:-0.25rem !important}.me-lg-n2{margin-right:-0.5rem !important}.me-lg-n3{margin-right:-1rem !important}.me-lg-n4{margin-right:-1.5rem !important}.me-lg-n5{margin-right:-3rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-1rem !important}.mb-lg-n4{margin-bottom:-1.5rem !important}.mb-lg-n5{margin-bottom:-3rem !important}.ms-lg-n1{margin-left:-0.25rem !important}.ms-lg-n2{margin-left:-0.5rem !important}.ms-lg-n3{margin-left:-1rem !important}.ms-lg-n4{margin-left:-1.5rem !important}.ms-lg-n5{margin-left:-3rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-1rem !important}.mt-xl-n4{margin-top:-1.5rem !important}.mt-xl-n5{margin-top:-3rem !important}.me-xl-n1{margin-right:-0.25rem !important}.me-xl-n2{margin-right:-0.5rem !important}.me-xl-n3{margin-right:-1rem !important}.me-xl-n4{margin-right:-1.5rem !important}.me-xl-n5{margin-right:-3rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-1rem !important}.mb-xl-n4{margin-bottom:-1.5rem !important}.mb-xl-n5{margin-bottom:-3rem !important}.ms-xl-n1{margin-left:-0.25rem !important}.ms-xl-n2{margin-left:-0.5rem !important}.ms-xl-n3{margin-left:-1rem !important}.ms-xl-n4{margin-left:-1.5rem !important}.ms-xl-n5{margin-left:-3rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-1rem !important}.mt-xxl-n4{margin-top:-1.5rem !important}.mt-xxl-n5{margin-top:-3rem !important}.me-xxl-n1{margin-right:-0.25rem !important}.me-xxl-n2{margin-right:-0.5rem !important}.me-xxl-n3{margin-right:-1rem !important}.me-xxl-n4{margin-right:-1.5rem !important}.me-xxl-n5{margin-right:-3rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-1rem !important}.mb-xxl-n4{margin-bottom:-1.5rem !important}.mb-xxl-n5{margin-bottom:-3rem !important}.ms-xxl-n1{margin-left:-0.25rem !important}.ms-xxl-n2{margin-left:-0.5rem !important}.ms-xxl-n3{margin-left:-1rem !important}.ms-xxl-n4{margin-left:-1.5rem !important}.ms-xxl-n5{margin-left:-3rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width:2700px){.float-xxxl-start{float:left !important}.float-xxxl-end{float:right !important}.float-xxxl-none{float:none !important}.object-fit-xxxl-contain{object-fit:contain !important}.object-fit-xxxl-cover{object-fit:cover !important}.object-fit-xxxl-fill{object-fit:fill !important}.object-fit-xxxl-scale{object-fit:scale-down !important}.object-fit-xxxl-none{object-fit:none !important}.d-xxxl-inline{display:inline !important}.d-xxxl-inline-block{display:inline-block !important}.d-xxxl-block{display:block !important}.d-xxxl-grid{display:grid !important}.d-xxxl-inline-grid{display:inline-grid !important}.d-xxxl-table{display:table !important}.d-xxxl-table-row{display:table-row !important}.d-xxxl-table-cell{display:table-cell !important}.d-xxxl-flex{display:flex !important}.d-xxxl-inline-flex{display:inline-flex !important}.d-xxxl-none{display:none !important}.flex-xxxl-fill{flex:1 1 auto !important}.flex-xxxl-row{flex-direction:row !important}.flex-xxxl-column{flex-direction:column !important}.flex-xxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxl-grow-0{flex-grow:0 !important}.flex-xxxl-grow-1{flex-grow:1 !important}.flex-xxxl-shrink-0{flex-shrink:0 !important}.flex-xxxl-shrink-1{flex-shrink:1 !important}.flex-xxxl-wrap{flex-wrap:wrap !important}.flex-xxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxxl-start{justify-content:flex-start !important}.justify-content-xxxl-end{justify-content:flex-end !important}.justify-content-xxxl-center{justify-content:center !important}.justify-content-xxxl-between{justify-content:space-between !important}.justify-content-xxxl-around{justify-content:space-around !important}.justify-content-xxxl-evenly{justify-content:space-evenly !important}.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.align-items-xxxl-center{align-items:center !important}.align-items-xxxl-baseline{align-items:baseline !important}.align-items-xxxl-stretch{align-items:stretch !important}.align-content-xxxl-start{align-content:flex-start !important}.align-content-xxxl-end{align-content:flex-end !important}.align-content-xxxl-center{align-content:center !important}.align-content-xxxl-between{align-content:space-between !important}.align-content-xxxl-around{align-content:space-around !important}.align-content-xxxl-stretch{align-content:stretch !important}.align-self-xxxl-auto{align-self:auto !important}.align-self-xxxl-start{align-self:flex-start !important}.align-self-xxxl-end{align-self:flex-end !important}.align-self-xxxl-center{align-self:center !important}.align-self-xxxl-baseline{align-self:baseline !important}.align-self-xxxl-stretch{align-self:stretch !important}.order-xxxl-first{order:-1 !important}.order-xxxl-0{order:0 !important}.order-xxxl-1{order:1 !important}.order-xxxl-2{order:2 !important}.order-xxxl-3{order:3 !important}.order-xxxl-4{order:4 !important}.order-xxxl-5{order:5 !important}.order-xxxl-last{order:6 !important}.m-xxxl-0{margin:0 !important}.m-xxxl-1{margin:.25rem !important}.m-xxxl-2{margin:.5rem !important}.m-xxxl-3{margin:1rem !important}.m-xxxl-4{margin:1.5rem !important}.m-xxxl-5{margin:3rem !important}.m-xxxl-auto{margin:auto !important}.mx-xxxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxxl-0{margin-top:0 !important}.mt-xxxl-1{margin-top:.25rem !important}.mt-xxxl-2{margin-top:.5rem !important}.mt-xxxl-3{margin-top:1rem !important}.mt-xxxl-4{margin-top:1.5rem !important}.mt-xxxl-5{margin-top:3rem !important}.mt-xxxl-auto{margin-top:auto !important}.me-xxxl-0{margin-right:0 !important}.me-xxxl-1{margin-right:.25rem !important}.me-xxxl-2{margin-right:.5rem !important}.me-xxxl-3{margin-right:1rem !important}.me-xxxl-4{margin-right:1.5rem !important}.me-xxxl-5{margin-right:3rem !important}.me-xxxl-auto{margin-right:auto !important}.mb-xxxl-0{margin-bottom:0 !important}.mb-xxxl-1{margin-bottom:.25rem !important}.mb-xxxl-2{margin-bottom:.5rem !important}.mb-xxxl-3{margin-bottom:1rem !important}.mb-xxxl-4{margin-bottom:1.5rem !important}.mb-xxxl-5{margin-bottom:3rem !important}.mb-xxxl-auto{margin-bottom:auto !important}.ms-xxxl-0{margin-left:0 !important}.ms-xxxl-1{margin-left:.25rem !important}.ms-xxxl-2{margin-left:.5rem !important}.ms-xxxl-3{margin-left:1rem !important}.ms-xxxl-4{margin-left:1.5rem !important}.ms-xxxl-5{margin-left:3rem !important}.ms-xxxl-auto{margin-left:auto !important}.m-xxxl-n1{margin:-0.25rem !important}.m-xxxl-n2{margin:-0.5rem !important}.m-xxxl-n3{margin:-1rem !important}.m-xxxl-n4{margin:-1.5rem !important}.m-xxxl-n5{margin:-3rem !important}.mx-xxxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xxxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xxxl-n1{margin-top:-0.25rem !important}.mt-xxxl-n2{margin-top:-0.5rem !important}.mt-xxxl-n3{margin-top:-1rem !important}.mt-xxxl-n4{margin-top:-1.5rem !important}.mt-xxxl-n5{margin-top:-3rem !important}.me-xxxl-n1{margin-right:-0.25rem !important}.me-xxxl-n2{margin-right:-0.5rem !important}.me-xxxl-n3{margin-right:-1rem !important}.me-xxxl-n4{margin-right:-1.5rem !important}.me-xxxl-n5{margin-right:-3rem !important}.mb-xxxl-n1{margin-bottom:-0.25rem !important}.mb-xxxl-n2{margin-bottom:-0.5rem !important}.mb-xxxl-n3{margin-bottom:-1rem !important}.mb-xxxl-n4{margin-bottom:-1.5rem !important}.mb-xxxl-n5{margin-bottom:-3rem !important}.ms-xxxl-n1{margin-left:-0.25rem !important}.ms-xxxl-n2{margin-left:-0.5rem !important}.ms-xxxl-n3{margin-left:-1rem !important}.ms-xxxl-n4{margin-left:-1.5rem !important}.ms-xxxl-n5{margin-left:-3rem !important}.p-xxxl-0{padding:0 !important}.p-xxxl-1{padding:.25rem !important}.p-xxxl-2{padding:.5rem !important}.p-xxxl-3{padding:1rem !important}.p-xxxl-4{padding:1.5rem !important}.p-xxxl-5{padding:3rem !important}.px-xxxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxxl-0{padding-top:0 !important}.pt-xxxl-1{padding-top:.25rem !important}.pt-xxxl-2{padding-top:.5rem !important}.pt-xxxl-3{padding-top:1rem !important}.pt-xxxl-4{padding-top:1.5rem !important}.pt-xxxl-5{padding-top:3rem !important}.pe-xxxl-0{padding-right:0 !important}.pe-xxxl-1{padding-right:.25rem !important}.pe-xxxl-2{padding-right:.5rem !important}.pe-xxxl-3{padding-right:1rem !important}.pe-xxxl-4{padding-right:1.5rem !important}.pe-xxxl-5{padding-right:3rem !important}.pb-xxxl-0{padding-bottom:0 !important}.pb-xxxl-1{padding-bottom:.25rem !important}.pb-xxxl-2{padding-bottom:.5rem !important}.pb-xxxl-3{padding-bottom:1rem !important}.pb-xxxl-4{padding-bottom:1.5rem !important}.pb-xxxl-5{padding-bottom:3rem !important}.ps-xxxl-0{padding-left:0 !important}.ps-xxxl-1{padding-left:.25rem !important}.ps-xxxl-2{padding-left:.5rem !important}.ps-xxxl-3{padding-left:1rem !important}.ps-xxxl-4{padding-left:1.5rem !important}.ps-xxxl-5{padding-left:3rem !important}.gap-xxxl-0{gap:0 !important}.gap-xxxl-1{gap:.25rem !important}.gap-xxxl-2{gap:.5rem !important}.gap-xxxl-3{gap:1rem !important}.gap-xxxl-4{gap:1.5rem !important}.gap-xxxl-5{gap:3rem !important}.row-gap-xxxl-0{row-gap:0 !important}.row-gap-xxxl-1{row-gap:.25rem !important}.row-gap-xxxl-2{row-gap:.5rem !important}.row-gap-xxxl-3{row-gap:1rem !important}.row-gap-xxxl-4{row-gap:1.5rem !important}.row-gap-xxxl-5{row-gap:3rem !important}.column-gap-xxxl-0{column-gap:0 !important}.column-gap-xxxl-1{column-gap:.25rem !important}.column-gap-xxxl-2{column-gap:.5rem !important}.column-gap-xxxl-3{column-gap:1rem !important}.column-gap-xxxl-4{column-gap:1.5rem !important}.column-gap-xxxl-5{column-gap:3rem !important}.text-xxxl-start{text-align:left !important}.text-xxxl-end{text-align:right !important}.text-xxxl-center{text-align:center !important}}@media(min-width:1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.lead{font-size:1.25rem;font-weight:300}.display-1{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-1{font-size:3.5rem}}.display-2,.region-content header h1.eyebrow+h2,.region-content header .eyebrow.h1+h2,.region-content header h1.eyebrow+.h2,.region-content header .eyebrow.h1+.h2{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.display-2,.region-content header h1.eyebrow+h2,.region-content header .eyebrow.h1+h2,.region-content header h1.eyebrow+.h2,.region-content header .eyebrow.h1+.h2{font-size:3rem}}.display-3{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-3{font-size:2.5rem}}.display-4{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:calc(1.325rem + 0.9vw)}@media(min-width:1200px){.display-4{font-size:2rem}}.display-5,.region-content .wp-block-pullquote p{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:calc(1.275rem + 0.3vw)}@media(min-width:1200px){.display-5,.region-content .wp-block-pullquote p{font-size:1.5rem}}.display-6{font-family:"Libre Franklin",sans-serif;font-weight:600;line-height:1.25;font-size:1.25rem}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.card,.video-mini-teaser,.node--type-person.node--view-mode-teaser,.node--type-resource.node--view-mode-teaser,.node--type-resource.node--view-mode-search-result,.node--type-video.node--view-mode-teaser,.node--type-video.node--view-mode-search-result,.node--type-webinar.node--view-mode-teaser,.node--type-webinar.node--view-mode-search-result,.node--type-customer-story.node--view-mode-teaser,.node--type-customer-story.node--view-mode-search-result,.node--type-event.node--view-mode-teaser,.node--type-event.node--view-mode-search-result,.node--type-media-coverage.node--view-mode-teaser,.node--type-media-coverage.node--view-mode-search-result,.node--type-blog-post.node--view-mode-teaser,.node--type-blog-post.node--view-mode-search-result,.node--type-podcast.node--view-mode-teaser,.node--type-podcast.node--view-mode-search-result,.node--type-podcast-episode.node--view-mode-teaser,.node--type-podcast-episode.node--view-mode-search-result,.wp-block-group.is-style-card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color:;--bs-card-subtitle-color:;--bs-card-border-width:0;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:1rem;--bs-card-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-card-inner-border-radius:1rem;--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color:;--bs-card-height:;--bs-card-color:;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);box-shadow:var(--bs-card-box-shadow)}.card>hr,.video-mini-teaser>hr,.node--type-person.node--view-mode-teaser>hr,.node--type-resource.node--view-mode-teaser>hr,.node--type-resource.node--view-mode-search-result>hr,.node--type-video.node--view-mode-teaser>hr,.node--type-video.node--view-mode-search-result>hr,.node--type-webinar.node--view-mode-teaser>hr,.node--type-webinar.node--view-mode-search-result>hr,.node--type-customer-story.node--view-mode-teaser>hr,.node--type-customer-story.node--view-mode-search-result>hr,.node--type-event.node--view-mode-teaser>hr,.node--type-event.node--view-mode-search-result>hr,.node--type-media-coverage.node--view-mode-teaser>hr,.node--type-media-coverage.node--view-mode-search-result>hr,.node--type-blog-post.node--view-mode-teaser>hr,.node--type-blog-post.node--view-mode-search-result>hr,.node--type-podcast.node--view-mode-teaser>hr,.node--type-podcast.node--view-mode-search-result>hr,.node--type-podcast-episode.node--view-mode-teaser>hr,.node--type-podcast-episode.node--view-mode-search-result>hr,.wp-block-group.is-style-card>hr{margin-right:0;margin-left:0}.card>.list-group,.video-mini-teaser>.list-group,.node--type-person.node--view-mode-teaser>.list-group,.node--type-resource.node--view-mode-teaser>.list-group,.node--type-resource.node--view-mode-search-result>.list-group,.node--type-video.node--view-mode-teaser>.list-group,.node--type-video.node--view-mode-search-result>.list-group,.node--type-webinar.node--view-mode-teaser>.list-group,.node--type-webinar.node--view-mode-search-result>.list-group,.node--type-customer-story.node--view-mode-teaser>.list-group,.node--type-customer-story.node--view-mode-search-result>.list-group,.node--type-event.node--view-mode-teaser>.list-group,.node--type-event.node--view-mode-search-result>.list-group,.node--type-media-coverage.node--view-mode-teaser>.list-group,.node--type-media-coverage.node--view-mode-search-result>.list-group,.node--type-blog-post.node--view-mode-teaser>.list-group,.node--type-blog-post.node--view-mode-search-result>.list-group,.node--type-podcast.node--view-mode-teaser>.list-group,.node--type-podcast.node--view-mode-search-result>.list-group,.node--type-podcast-episode.node--view-mode-teaser>.list-group,.node--type-podcast-episode.node--view-mode-search-result>.list-group,.wp-block-group.is-style-card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child,.video-mini-teaser>.list-group:first-child,.node--type-person.node--view-mode-teaser>.list-group:first-child,.node--type-resource.node--view-mode-teaser>.list-group:first-child,.node--type-resource.node--view-mode-search-result>.list-group:first-child,.node--type-video.node--view-mode-teaser>.list-group:first-child,.node--type-video.node--view-mode-search-result>.list-group:first-child,.node--type-webinar.node--view-mode-teaser>.list-group:first-child,.node--type-webinar.node--view-mode-search-result>.list-group:first-child,.node--type-customer-story.node--view-mode-teaser>.list-group:first-child,.node--type-customer-story.node--view-mode-search-result>.list-group:first-child,.node--type-event.node--view-mode-teaser>.list-group:first-child,.node--type-event.node--view-mode-search-result>.list-group:first-child,.node--type-media-coverage.node--view-mode-teaser>.list-group:first-child,.node--type-media-coverage.node--view-mode-search-result>.list-group:first-child,.node--type-blog-post.node--view-mode-teaser>.list-group:first-child,.node--type-blog-post.node--view-mode-search-result>.list-group:first-child,.node--type-podcast.node--view-mode-teaser>.list-group:first-child,.node--type-podcast.node--view-mode-search-result>.list-group:first-child,.node--type-podcast-episode.node--view-mode-teaser>.list-group:first-child,.node--type-podcast-episode.node--view-mode-search-result>.list-group:first-child,.wp-block-group.is-style-card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child,.video-mini-teaser>.list-group:last-child,.node--type-person.node--view-mode-teaser>.list-group:last-child,.node--type-resource.node--view-mode-teaser>.list-group:last-child,.node--type-resource.node--view-mode-search-result>.list-group:last-child,.node--type-video.node--view-mode-teaser>.list-group:last-child,.node--type-video.node--view-mode-search-result>.list-group:last-child,.node--type-webinar.node--view-mode-teaser>.list-group:last-child,.node--type-webinar.node--view-mode-search-result>.list-group:last-child,.node--type-customer-story.node--view-mode-teaser>.list-group:last-child,.node--type-customer-story.node--view-mode-search-result>.list-group:last-child,.node--type-event.node--view-mode-teaser>.list-group:last-child,.node--type-event.node--view-mode-search-result>.list-group:last-child,.node--type-media-coverage.node--view-mode-teaser>.list-group:last-child,.node--type-media-coverage.node--view-mode-search-result>.list-group:last-child,.node--type-blog-post.node--view-mode-teaser>.list-group:last-child,.node--type-blog-post.node--view-mode-search-result>.list-group:last-child,.node--type-podcast.node--view-mode-teaser>.list-group:last-child,.node--type-podcast.node--view-mode-search-result>.list-group:last-child,.node--type-podcast-episode.node--view-mode-teaser>.list-group:last-child,.node--type-podcast-episode.node--view-mode-search-result>.list-group:last-child,.wp-block-group.is-style-card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.video-mini-teaser>.card-header+.list-group,.node--type-person.node--view-mode-teaser>.card-header+.list-group,.node--type-resource.node--view-mode-teaser>.card-header+.list-group,.node--type-resource.node--view-mode-search-result>.card-header+.list-group,.node--type-video.node--view-mode-teaser>.card-header+.list-group,.node--type-video.node--view-mode-search-result>.card-header+.list-group,.node--type-webinar.node--view-mode-teaser>.card-header+.list-group,.node--type-webinar.node--view-mode-search-result>.card-header+.list-group,.node--type-customer-story.node--view-mode-teaser>.card-header+.list-group,.node--type-customer-story.node--view-mode-search-result>.card-header+.list-group,.node--type-event.node--view-mode-teaser>.card-header+.list-group,.node--type-event.node--view-mode-search-result>.card-header+.list-group,.node--type-media-coverage.node--view-mode-teaser>.card-header+.list-group,.node--type-media-coverage.node--view-mode-search-result>.card-header+.list-group,.node--type-blog-post.node--view-mode-teaser>.card-header+.list-group,.node--type-blog-post.node--view-mode-search-result>.card-header+.list-group,.node--type-podcast.node--view-mode-teaser>.card-header+.list-group,.node--type-podcast.node--view-mode-search-result>.card-header+.list-group,.node--type-podcast-episode.node--view-mode-teaser>.card-header+.list-group,.node--type-podcast-episode.node--view-mode-search-result>.card-header+.list-group,.wp-block-group.is-style-card>.card-header+.list-group,.card>.list-group+.card-footer,.video-mini-teaser>.list-group+.card-footer,.node--type-person.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-resource.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .video-mini-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .video-mini-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-person.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-resource.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-resource.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-video.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-video.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-webinar.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-webinar.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-customer-story.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-customer-story.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-event.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-event.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-media-coverage.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-media-coverage.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-blog-post.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-blog-post.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-podcast.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-podcast.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-teaser>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result>.list-group.content+.actions,.wp-block-group.is-style-card>.list-group+.card-footer,.node--type-resource.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-resource.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-video.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-video.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-webinar.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-webinar.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-customer-story.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-customer-story.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-event.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-event.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-media-coverage.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-blog-post.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-blog-post.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-podcast.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-podcast.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .wp-block-group.is-style-card>.list-group.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .wp-block-group.is-style-card>.list-group.content+.actions{border-top:0}.card-body,.node--type-resource.node--view-mode-teaser .content,.node--type-resource.node--view-mode-search-result .content,.node--type-video.node--view-mode-teaser .content,.node--type-video.node--view-mode-search-result .content,.node--type-webinar.node--view-mode-teaser .content,.node--type-webinar.node--view-mode-search-result .content,.node--type-customer-story.node--view-mode-teaser .content,.node--type-customer-story.node--view-mode-search-result .content,.node--type-event.node--view-mode-teaser .content,.node--type-event.node--view-mode-search-result .content,.node--type-media-coverage.node--view-mode-teaser .content,.node--type-media-coverage.node--view-mode-search-result .content,.node--type-blog-post.node--view-mode-teaser .content,.node--type-blog-post.node--view-mode-search-result .content,.node--type-podcast.node--view-mode-teaser .content,.node--type-podcast.node--view-mode-search-result .content,.node--type-podcast-episode.node--view-mode-teaser .content,.node--type-podcast-episode.node--view-mode-search-result .content,.wp-block-group.is-style-card>div{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title,.node--type-resource.node--view-mode-teaser .header-content,.node--type-resource.node--view-mode-search-result .header-content,.node--type-video.node--view-mode-teaser .header-content,.node--type-video.node--view-mode-search-result .header-content,.node--type-webinar.node--view-mode-teaser .header-content,.node--type-webinar.node--view-mode-search-result .header-content,.node--type-customer-story.node--view-mode-teaser .header-content,.node--type-customer-story.node--view-mode-search-result .header-content,.node--type-event.node--view-mode-teaser .header-content,.node--type-event.node--view-mode-search-result .header-content,.node--type-media-coverage.node--view-mode-teaser .header-content,.node--type-media-coverage.node--view-mode-search-result .header-content,.node--type-blog-post.node--view-mode-teaser .header-content,.node--type-blog-post.node--view-mode-search-result .header-content,.node--type-podcast.node--view-mode-teaser .header-content,.node--type-podcast.node--view-mode-search-result .header-content,.node--type-podcast-episode.node--view-mode-teaser .header-content,.node--type-podcast-episode.node--view-mode-search-result .header-content{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer,.node--type-resource.node--view-mode-teaser .content+.actions,.node--type-resource.node--view-mode-search-result .content+.actions,.node--type-video.node--view-mode-teaser .content+.actions,.node--type-video.node--view-mode-search-result .content+.actions,.node--type-webinar.node--view-mode-teaser .content+.actions,.node--type-webinar.node--view-mode-search-result .content+.actions,.node--type-customer-story.node--view-mode-teaser .content+.actions,.node--type-customer-story.node--view-mode-search-result .content+.actions,.node--type-event.node--view-mode-teaser .content+.actions,.node--type-event.node--view-mode-search-result .content+.actions,.node--type-media-coverage.node--view-mode-teaser .content+.actions,.node--type-media-coverage.node--view-mode-search-result .content+.actions,.node--type-blog-post.node--view-mode-teaser .content+.actions,.node--type-blog-post.node--view-mode-search-result .content+.actions,.node--type-podcast.node--view-mode-teaser .content+.actions,.node--type-podcast.node--view-mode-search-result .content+.actions,.node--type-podcast-episode.node--view-mode-teaser .content+.actions,.node--type-podcast-episode.node--view-mode-search-result .content+.actions{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child,.node--type-resource.node--view-mode-teaser .content+.actions:last-child,.node--type-resource.node--view-mode-search-result .content+.actions:last-child,.node--type-video.node--view-mode-teaser .content+.actions:last-child,.node--type-video.node--view-mode-search-result .content+.actions:last-child,.node--type-webinar.node--view-mode-teaser .content+.actions:last-child,.node--type-webinar.node--view-mode-search-result .content+.actions:last-child,.node--type-customer-story.node--view-mode-teaser .content+.actions:last-child,.node--type-customer-story.node--view-mode-search-result .content+.actions:last-child,.node--type-event.node--view-mode-teaser .content+.actions:last-child,.node--type-event.node--view-mode-search-result .content+.actions:last-child,.node--type-media-coverage.node--view-mode-teaser .content+.actions:last-child,.node--type-media-coverage.node--view-mode-search-result .content+.actions:last-child,.node--type-blog-post.node--view-mode-teaser .content+.actions:last-child,.node--type-blog-post.node--view-mode-search-result .content+.actions:last-child,.node--type-podcast.node--view-mode-teaser .content+.actions:last-child,.node--type-podcast.node--view-mode-search-result .content+.actions:last-child,.node--type-podcast-episode.node--view-mode-teaser .content+.actions:last-child,.node--type-podcast-episode.node--view-mode-search-result .content+.actions:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image img,.card-img-top,.card-img-bottom{width:100%}.card-img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card,.card-group>.video-mini-teaser,.card-group>.node--type-person.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card,.card-group>.video-mini-teaser,.card-group>.node--type-person.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card,.card-group>.video-mini-teaser+.card,.card-group>.card+.video-mini-teaser,.card-group>.video-mini-teaser+.video-mini-teaser,.card-group>.node--type-person.node--view-mode-teaser+.card,.card-group>.node--type-person.node--view-mode-teaser+.video-mini-teaser,.card-group>.card+.node--type-person.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.card,.card-group>.node--type-resource.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.card,.card-group>.node--type-resource.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.card,.card-group>.node--type-video.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.card,.card-group>.node--type-video.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.card,.card-group>.node--type-webinar.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.card,.card-group>.node--type-webinar.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.card,.card-group>.node--type-customer-story.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.card,.card-group>.node--type-customer-story.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.card,.card-group>.node--type-event.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.card,.card-group>.node--type-event.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.card,.card-group>.node--type-media-coverage.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.card,.card-group>.node--type-media-coverage.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.card,.card-group>.node--type-blog-post.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.card,.card-group>.node--type-blog-post.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.card,.card-group>.node--type-podcast.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.card,.card-group>.node--type-podcast.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.card,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.video-mini-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-person.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.card,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.video-mini-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-person.node--view-mode-teaser,.card-group>.card+.node--type-resource.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-resource.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-resource.node--view-mode-teaser,.card-group>.card+.node--type-resource.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-resource.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-resource.node--view-mode-search-result,.card-group>.card+.node--type-video.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-video.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-video.node--view-mode-teaser,.card-group>.card+.node--type-video.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-video.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-video.node--view-mode-search-result,.card-group>.card+.node--type-webinar.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-webinar.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-webinar.node--view-mode-teaser,.card-group>.card+.node--type-webinar.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-webinar.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-webinar.node--view-mode-search-result,.card-group>.card+.node--type-customer-story.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-customer-story.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-customer-story.node--view-mode-teaser,.card-group>.card+.node--type-customer-story.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-customer-story.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-customer-story.node--view-mode-search-result,.card-group>.card+.node--type-event.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-event.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-event.node--view-mode-teaser,.card-group>.card+.node--type-event.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-event.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-event.node--view-mode-search-result,.card-group>.card+.node--type-media-coverage.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-teaser,.card-group>.card+.node--type-media-coverage.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-media-coverage.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-media-coverage.node--view-mode-search-result,.card-group>.card+.node--type-blog-post.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-blog-post.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-blog-post.node--view-mode-teaser,.card-group>.card+.node--type-blog-post.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-blog-post.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-blog-post.node--view-mode-search-result,.card-group>.card+.node--type-podcast.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-podcast.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-podcast.node--view-mode-teaser,.card-group>.card+.node--type-podcast.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-podcast.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-podcast.node--view-mode-search-result,.card-group>.card+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.video-mini-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-person.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-video.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-event.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.card+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.video-mini-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-person.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-resource.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-video.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-webinar.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-customer-story.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-event.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-media-coverage.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-blog-post.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-podcast.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.card,.card-group>.wp-block-group.is-style-card+.video-mini-teaser,.card-group>.wp-block-group.is-style-card+.node--type-person.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-resource.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-resource.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-video.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-video.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-webinar.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-webinar.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-customer-story.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-customer-story.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-event.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-event.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-media-coverage.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-media-coverage.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-blog-post.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-blog-post.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-podcast.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-podcast.node--view-mode-search-result,.card-group>.wp-block-group.is-style-card+.node--type-podcast-episode.node--view-mode-teaser,.card-group>.wp-block-group.is-style-card+.node--type-podcast-episode.node--view-mode-search-result,.card-group>.card+.wp-block-group.is-style-card,.card-group>.video-mini-teaser+.wp-block-group.is-style-card,.card-group>.node--type-person.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-resource.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-resource.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-video.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-video.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-webinar.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-webinar.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-customer-story.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-customer-story.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-event.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-event.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-media-coverage.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-media-coverage.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-blog-post.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-blog-post.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-podcast.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-podcast.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.node--type-podcast-episode.node--view-mode-teaser+.wp-block-group.is-style-card,.card-group>.node--type-podcast-episode.node--view-mode-search-result+.wp-block-group.is-style-card,.card-group>.wp-block-group.is-style-card+.wp-block-group.is-style-card{margin-left:0;border-left:0}.card-group>.card:not(:last-child),.card-group>.video-mini-teaser:not(:last-child),.card-group>.node--type-person.node--view-mode-teaser:not(:last-child),.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child),.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child),.card-group>.node--type-video.node--view-mode-teaser:not(:last-child),.card-group>.node--type-video.node--view-mode-search-result:not(:last-child),.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child),.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child),.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child),.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child),.card-group>.node--type-event.node--view-mode-teaser:not(:last-child),.card-group>.node--type-event.node--view-mode-search-result:not(:last-child),.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child),.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child),.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child),.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child),.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child),.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child),.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child),.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child),.card-group>.wp-block-group.is-style-card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.video-mini-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.card-img-top,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.card-img-top,.card-group>.wp-block-group.is-style-card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header,.card-group>.video-mini-teaser:not(:last-child)>.card-header,.card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.card-header,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.card-header,.card-group>.wp-block-group.is-style-card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.video-mini-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.card-img-bottom,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.card-img-bottom,.card-group>.wp-block-group.is-style-card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer,.card-group>.video-mini-teaser:not(:last-child)>.card-footer,.card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.card:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.card:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.video-mini-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.card-footer,.card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:last-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:last-child)>.content+.actions,.card-group>.wp-block-group.is-style-card:not(:last-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:last-child)>.content+.actions{border-bottom-right-radius:0}.card-group>.card:not(:first-child),.card-group>.video-mini-teaser:not(:first-child),.card-group>.node--type-person.node--view-mode-teaser:not(:first-child),.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child),.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child),.card-group>.node--type-video.node--view-mode-teaser:not(:first-child),.card-group>.node--type-video.node--view-mode-search-result:not(:first-child),.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child),.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child),.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child),.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child),.card-group>.node--type-event.node--view-mode-teaser:not(:first-child),.card-group>.node--type-event.node--view-mode-search-result:not(:first-child),.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child),.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child),.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child),.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child),.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child),.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child),.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child),.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child),.card-group>.wp-block-group.is-style-card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.video-mini-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.card-img-top,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.card-img-top,.card-group>.wp-block-group.is-style-card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header,.card-group>.video-mini-teaser:not(:first-child)>.card-header,.card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.card-header,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.card-header,.card-group>.wp-block-group.is-style-card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.video-mini-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.card-img-bottom,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.card-img-bottom,.card-group>.wp-block-group.is-style-card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer,.card-group>.video-mini-teaser:not(:first-child)>.card-footer,.card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.card:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.card:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.video-mini-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-person.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.card-footer,.card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-resource.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-video.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-webinar.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-customer-story.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-event.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-media-coverage.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-blog-post.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-teaser:not(:first-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.node--type-podcast-episode.node--view-mode-search-result:not(:first-child)>.content+.actions,.card-group>.wp-block-group.is-style-card:not(:first-child)>.card-footer,.node--type-resource.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-resource.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-video.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-webinar.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-customer-story.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-event.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-media-coverage.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-blog-post.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-podcast.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-teaser .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions,.node--type-podcast-episode.node--view-mode-search-result .card-group>.wp-block-group.is-style-card:not(:first-child)>.content+.actions{border-bottom-left-radius:0}}.btn,#sliding-popup>div .decline-button,#sliding-popup>div .eu-cookie-withdraw-button,#sliding-popup>div .agree-button,.node--type-resource.node--view-mode-teaser .node__links ul a,.node--type-resource.node--view-mode-search-result .node__links ul a,.node--type-video.node--view-mode-teaser .node__links ul a,.node--type-video.node--view-mode-search-result .node__links ul a,.node--type-webinar.node--view-mode-teaser .node__links ul a,.node--type-webinar.node--view-mode-search-result .node__links ul a,.node--type-customer-story.node--view-mode-teaser .node__links ul a,.node--type-customer-story.node--view-mode-search-result .node__links ul a,.node--type-event.node--view-mode-teaser .node__links ul a,.node--type-event.node--view-mode-search-result .node__links ul a,.node--type-media-coverage.node--view-mode-teaser .node__links ul a,.node--type-media-coverage.node--view-mode-search-result .node__links ul a,.node--type-blog-post.node--view-mode-teaser .node__links ul a,.node--type-blog-post.node--view-mode-search-result .node__links ul a,.node--type-podcast.node--view-mode-teaser .node__links ul a,.node--type-podcast.node--view-mode-search-result .node__links ul a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a,.node--type-resource .field--name-field-link a,.node--type-video .field--name-field-link a,.node--type-webinar .field--name-field-link a,.node--type-customer-story .field--name-field-link a,.node--type-event .field--name-field-link a,.node--type-media-coverage .field--name-field-link a,.node--type-blog-post .field--name-field-link a,.node--type-podcast .field--name-field-link a,.node--type-podcast-episode .field--name-field-link a,.view-resources .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters form .form--inline .form-actions .button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button,main form button,main form input[type=submit],.region-content header .cta form button,.region-content header .cta form input[type=submit],.wp-block-buttons .wp-block-button a,.wp-block-buttons .wp-block-button .wp-block-button__link,.region-main-menu nav ul a.button,.node--type-customer-story .download-resource a{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:1.5em;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);box-shadow:var(--bs-btn-box-shadow);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn,#sliding-popup>div .decline-button,#sliding-popup>div .eu-cookie-withdraw-button,#sliding-popup>div .agree-button,.node--type-resource.node--view-mode-teaser .node__links ul a,.node--type-resource.node--view-mode-search-result .node__links ul a,.node--type-video.node--view-mode-teaser .node__links ul a,.node--type-video.node--view-mode-search-result .node__links ul a,.node--type-webinar.node--view-mode-teaser .node__links ul a,.node--type-webinar.node--view-mode-search-result .node__links ul a,.node--type-customer-story.node--view-mode-teaser .node__links ul a,.node--type-customer-story.node--view-mode-search-result .node__links ul a,.node--type-event.node--view-mode-teaser .node__links ul a,.node--type-event.node--view-mode-search-result .node__links ul a,.node--type-media-coverage.node--view-mode-teaser .node__links ul a,.node--type-media-coverage.node--view-mode-search-result .node__links ul a,.node--type-blog-post.node--view-mode-teaser .node__links ul a,.node--type-blog-post.node--view-mode-search-result .node__links ul a,.node--type-podcast.node--view-mode-teaser .node__links ul a,.node--type-podcast.node--view-mode-search-result .node__links ul a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a,.node--type-resource .field--name-field-link a,.node--type-video .field--name-field-link a,.node--type-webinar .field--name-field-link a,.node--type-customer-story .field--name-field-link a,.node--type-event .field--name-field-link a,.node--type-media-coverage .field--name-field-link a,.node--type-blog-post .field--name-field-link a,.node--type-podcast .field--name-field-link a,.node--type-podcast-episode .field--name-field-link a,.view-resources .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters form .form--inline .form-actions .button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button,main form button,main form input[type=submit],.region-content header .cta form button,.region-content header .cta form input[type=submit],.wp-block-buttons .wp-block-button a,.wp-block-buttons .wp-block-button .wp-block-button__link,.region-main-menu nav ul a.button,.node--type-customer-story .download-resource a{transition:none}}.btn:hover,#sliding-popup>div .decline-button:hover,#sliding-popup>div .eu-cookie-withdraw-button:hover,#sliding-popup>div .agree-button:hover,.node--type-resource.node--view-mode-teaser .node__links ul a:hover,.node--type-resource.node--view-mode-search-result .node__links ul a:hover,.node--type-video.node--view-mode-teaser .node__links ul a:hover,.node--type-video.node--view-mode-search-result .node__links ul a:hover,.node--type-webinar.node--view-mode-teaser .node__links ul a:hover,.node--type-webinar.node--view-mode-search-result .node__links ul a:hover,.node--type-customer-story.node--view-mode-teaser .node__links ul a:hover,.node--type-customer-story.node--view-mode-search-result .node__links ul a:hover,.node--type-event.node--view-mode-teaser .node__links ul a:hover,.node--type-event.node--view-mode-search-result .node__links ul a:hover,.node--type-media-coverage.node--view-mode-teaser .node__links ul a:hover,.node--type-media-coverage.node--view-mode-search-result .node__links ul a:hover,.node--type-blog-post.node--view-mode-teaser .node__links ul a:hover,.node--type-blog-post.node--view-mode-search-result .node__links ul a:hover,.node--type-podcast.node--view-mode-teaser .node__links ul a:hover,.node--type-podcast.node--view-mode-search-result .node__links ul a:hover,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a:hover,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a:hover,.node--type-resource .field--name-field-link a:hover,.node--type-video .field--name-field-link a:hover,.node--type-webinar .field--name-field-link a:hover,.node--type-customer-story .field--name-field-link a:hover,.node--type-event .field--name-field-link a:hover,.node--type-media-coverage .field--name-field-link a:hover,.node--type-blog-post .field--name-field-link a:hover,.node--type-podcast .field--name-field-link a:hover,.node--type-podcast-episode .field--name-field-link a:hover,.view-resources .view-filters form .form--inline .form-actions .button:hover,.view-resource-search .view-filters form .form--inline .form-actions .button:hover,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:hover,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:hover,main form button:hover,main form input[type=submit]:hover,.region-content header .cta form button:hover,.region-content header .cta form input[type=submit]:hover,.wp-block-buttons .wp-block-button a:hover,.wp-block-buttons .wp-block-button .wp-block-button__link:hover,.region-main-menu nav ul a.button:hover,.node--type-customer-story .download-resource a:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover,#sliding-popup>div .btn-check+.decline-button:hover,#sliding-popup>div .btn-check+.eu-cookie-withdraw-button:hover,#sliding-popup>div .btn-check+.agree-button:hover,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-video.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-video.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-event.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-event.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check+a:hover,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check+a:hover,.node--type-resource .field--name-field-link .btn-check+a:hover,.node--type-video .field--name-field-link .btn-check+a:hover,.node--type-webinar .field--name-field-link .btn-check+a:hover,.node--type-customer-story .field--name-field-link .btn-check+a:hover,.node--type-event .field--name-field-link .btn-check+a:hover,.node--type-media-coverage .field--name-field-link .btn-check+a:hover,.node--type-blog-post .field--name-field-link .btn-check+a:hover,.node--type-podcast .field--name-field-link .btn-check+a:hover,.node--type-podcast-episode .field--name-field-link .btn-check+a:hover,.view-resources .view-filters form .form--inline .form-actions .btn-check+.button:hover,.view-resource-search .view-filters form .form--inline .form-actions .btn-check+.button:hover,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check+.button:hover,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check+.button:hover,main form .btn-check+button:hover,main form .btn-check+input[type=submit]:hover,.region-content header .cta form .btn-check+button:hover,.region-content header .cta form .btn-check+input[type=submit]:hover,.wp-block-buttons .wp-block-button .btn-check+a:hover,.wp-block-buttons .wp-block-button .btn-check+.wp-block-button__link:hover,.region-main-menu nav ul .btn-check+a.button:hover,.node--type-customer-story .download-resource .btn-check+a:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible,#sliding-popup>div .decline-button:focus-visible,#sliding-popup>div .eu-cookie-withdraw-button:focus-visible,#sliding-popup>div .agree-button:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a:focus-visible,.node--type-resource .field--name-field-link a:focus-visible,.node--type-video .field--name-field-link a:focus-visible,.node--type-webinar .field--name-field-link a:focus-visible,.node--type-customer-story .field--name-field-link a:focus-visible,.node--type-event .field--name-field-link a:focus-visible,.node--type-media-coverage .field--name-field-link a:focus-visible,.node--type-blog-post .field--name-field-link a:focus-visible,.node--type-podcast .field--name-field-link a:focus-visible,.node--type-podcast-episode .field--name-field-link a:focus-visible,.view-resources .view-filters form .form--inline .form-actions .button:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions .button:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:focus-visible,main form button:focus-visible,main form input[type=submit]:focus-visible,.region-content header .cta form button:focus-visible,.region-content header .cta form input[type=submit]:focus-visible,.wp-block-buttons .wp-block-button a:focus-visible,.wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible,.region-main-menu nav ul a.button:focus-visible,.node--type-customer-story .download-resource a:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn,#sliding-popup>div .btn-check:focus-visible+.decline-button,#sliding-popup>div .btn-check:focus-visible+.eu-cookie-withdraw-button,#sliding-popup>div .btn-check:focus-visible+.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-video.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-video.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-event.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-event.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check:focus-visible+a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check:focus-visible+a,.node--type-resource .field--name-field-link .btn-check:focus-visible+a,.node--type-video .field--name-field-link .btn-check:focus-visible+a,.node--type-webinar .field--name-field-link .btn-check:focus-visible+a,.node--type-customer-story .field--name-field-link .btn-check:focus-visible+a,.node--type-event .field--name-field-link .btn-check:focus-visible+a,.node--type-media-coverage .field--name-field-link .btn-check:focus-visible+a,.node--type-blog-post .field--name-field-link .btn-check:focus-visible+a,.node--type-podcast .field--name-field-link .btn-check:focus-visible+a,.node--type-podcast-episode .field--name-field-link .btn-check:focus-visible+a,.view-resources .view-filters form .form--inline .form-actions .btn-check:focus-visible+.button,.view-resource-search .view-filters form .form--inline .form-actions .btn-check:focus-visible+.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check:focus-visible+.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check:focus-visible+.button,main form .btn-check:focus-visible+button,main form .btn-check:focus-visible+input[type=submit],.region-content header .cta form .btn-check:focus-visible+button,.region-content header .cta form .btn-check:focus-visible+input[type=submit],.wp-block-buttons .wp-block-button .btn-check:focus-visible+a,.wp-block-buttons .wp-block-button .btn-check:focus-visible+.wp-block-button__link,.region-main-menu nav ul .btn-check:focus-visible+a.button,.node--type-customer-story .download-resource .btn-check:focus-visible+a{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-box-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,#sliding-popup>div .btn-check:checked+.decline-button,#sliding-popup>div .btn-check:checked+.eu-cookie-withdraw-button,#sliding-popup>div .btn-check:checked+.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-video.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-video.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-event.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-event.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check:checked+a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check:checked+a,.node--type-resource .field--name-field-link .btn-check:checked+a,.node--type-video .field--name-field-link .btn-check:checked+a,.node--type-webinar .field--name-field-link .btn-check:checked+a,.node--type-customer-story .field--name-field-link .btn-check:checked+a,.node--type-event .field--name-field-link .btn-check:checked+a,.node--type-media-coverage .field--name-field-link .btn-check:checked+a,.node--type-blog-post .field--name-field-link .btn-check:checked+a,.node--type-podcast .field--name-field-link .btn-check:checked+a,.node--type-podcast-episode .field--name-field-link .btn-check:checked+a,.view-resources .view-filters form .form--inline .form-actions .btn-check:checked+.button,.view-resource-search .view-filters form .form--inline .form-actions .btn-check:checked+.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check:checked+.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check:checked+.button,main form .btn-check:checked+button,main form .btn-check:checked+input[type=submit],.region-content header .cta form .btn-check:checked+button,.region-content header .cta form .btn-check:checked+input[type=submit],.wp-block-buttons .wp-block-button .btn-check:checked+a,.wp-block-buttons .wp-block-button .btn-check:checked+.wp-block-button__link,.region-main-menu nav ul .btn-check:checked+a.button,.node--type-customer-story .download-resource .btn-check:checked+a,:not(.btn-check)+.btn:active,#sliding-popup>div :not(.btn-check)+.decline-button:active,#sliding-popup>div :not(.btn-check)+.eu-cookie-withdraw-button:active,#sliding-popup>div :not(.btn-check)+.agree-button:active,.node--type-resource.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-resource.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-video.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-video.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-webinar.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-webinar.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-customer-story.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-customer-story.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-event.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-event.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-media-coverage.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-media-coverage.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-blog-post.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-blog-post.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-podcast.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-podcast.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-podcast-episode.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active,.node--type-podcast-episode.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active,.node--type-resource .field--name-field-link :not(.btn-check)+a:active,.node--type-video .field--name-field-link :not(.btn-check)+a:active,.node--type-webinar .field--name-field-link :not(.btn-check)+a:active,.node--type-customer-story .field--name-field-link :not(.btn-check)+a:active,.node--type-event .field--name-field-link :not(.btn-check)+a:active,.node--type-media-coverage .field--name-field-link :not(.btn-check)+a:active,.node--type-blog-post .field--name-field-link :not(.btn-check)+a:active,.node--type-podcast .field--name-field-link :not(.btn-check)+a:active,.node--type-podcast-episode .field--name-field-link :not(.btn-check)+a:active,.view-resources .view-filters form .form--inline .form-actions :not(.btn-check)+.button:active,.view-resource-search .view-filters form .form--inline .form-actions :not(.btn-check)+.button:active,form#views-exposed-form-resources-block-1 .form--inline .form-actions :not(.btn-check)+.button:active,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions :not(.btn-check)+.button:active,main form :not(.btn-check)+button:active,main form :not(.btn-check)+input[type=submit]:active,.region-content header .cta form :not(.btn-check)+button:active,.region-content header .cta form :not(.btn-check)+input[type=submit]:active,.wp-block-buttons .wp-block-button :not(.btn-check)+a:active,.wp-block-buttons .wp-block-button :not(.btn-check)+.wp-block-button__link:active,.region-main-menu nav ul :not(.btn-check)+a.button:active,.node--type-customer-story .download-resource :not(.btn-check)+a:active,.btn:first-child:active,#sliding-popup>div .decline-button:first-child:active,#sliding-popup>div .eu-cookie-withdraw-button:first-child:active,#sliding-popup>div .agree-button:first-child:active,.node--type-resource.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-resource.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-video.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-video.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-webinar.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-webinar.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-customer-story.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-customer-story.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-event.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-event.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-media-coverage.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-media-coverage.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-blog-post.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-blog-post.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-podcast.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-podcast.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a:first-child:active,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a:first-child:active,.node--type-resource .field--name-field-link a:first-child:active,.node--type-video .field--name-field-link a:first-child:active,.node--type-webinar .field--name-field-link a:first-child:active,.node--type-customer-story .field--name-field-link a:first-child:active,.node--type-event .field--name-field-link a:first-child:active,.node--type-media-coverage .field--name-field-link a:first-child:active,.node--type-blog-post .field--name-field-link a:first-child:active,.node--type-podcast .field--name-field-link a:first-child:active,.node--type-podcast-episode .field--name-field-link a:first-child:active,.view-resources .view-filters form .form--inline .form-actions .button:first-child:active,.view-resource-search .view-filters form .form--inline .form-actions .button:first-child:active,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:first-child:active,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:first-child:active,main form button:first-child:active,main form input[type=submit]:first-child:active,.region-content header .cta form button:first-child:active,.region-content header .cta form input[type=submit]:first-child:active,.wp-block-buttons .wp-block-button a:first-child:active,.wp-block-buttons .wp-block-button .wp-block-button__link:first-child:active,.region-main-menu nav ul a.button:first-child:active,.node--type-customer-story .download-resource a:first-child:active,.btn.active,#sliding-popup>div .active.decline-button,#sliding-popup>div .active.eu-cookie-withdraw-button,#sliding-popup>div .active.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul a.active,.node--type-resource.node--view-mode-search-result .node__links ul a.active,.node--type-video.node--view-mode-teaser .node__links ul a.active,.node--type-video.node--view-mode-search-result .node__links ul a.active,.node--type-webinar.node--view-mode-teaser .node__links ul a.active,.node--type-webinar.node--view-mode-search-result .node__links ul a.active,.node--type-customer-story.node--view-mode-teaser .node__links ul a.active,.node--type-customer-story.node--view-mode-search-result .node__links ul a.active,.node--type-event.node--view-mode-teaser .node__links ul a.active,.node--type-event.node--view-mode-search-result .node__links ul a.active,.node--type-media-coverage.node--view-mode-teaser .node__links ul a.active,.node--type-media-coverage.node--view-mode-search-result .node__links ul a.active,.node--type-blog-post.node--view-mode-teaser .node__links ul a.active,.node--type-blog-post.node--view-mode-search-result .node__links ul a.active,.node--type-podcast.node--view-mode-teaser .node__links ul a.active,.node--type-podcast.node--view-mode-search-result .node__links ul a.active,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a.active,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a.active,.node--type-resource .field--name-field-link a.active,.node--type-video .field--name-field-link a.active,.node--type-webinar .field--name-field-link a.active,.node--type-customer-story .field--name-field-link a.active,.node--type-event .field--name-field-link a.active,.node--type-media-coverage .field--name-field-link a.active,.node--type-blog-post .field--name-field-link a.active,.node--type-podcast .field--name-field-link a.active,.node--type-podcast-episode .field--name-field-link a.active,.view-resources .view-filters form .form--inline .form-actions .active.button,.view-resource-search .view-filters form .form--inline .form-actions .active.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .active.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .active.button,main form button.active,main form input.active[type=submit],.region-content header .cta form button.active,.region-content header .cta form input.active[type=submit],.wp-block-buttons .wp-block-button a.active,.wp-block-buttons .wp-block-button .active.wp-block-button__link,.region-main-menu nav ul a.active.button,.node--type-customer-story .download-resource a.active,.btn.show,#sliding-popup>div .show.decline-button,#sliding-popup>div .show.eu-cookie-withdraw-button,#sliding-popup>div .show.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul a.show,.node--type-resource.node--view-mode-search-result .node__links ul a.show,.node--type-video.node--view-mode-teaser .node__links ul a.show,.node--type-video.node--view-mode-search-result .node__links ul a.show,.node--type-webinar.node--view-mode-teaser .node__links ul a.show,.node--type-webinar.node--view-mode-search-result .node__links ul a.show,.node--type-customer-story.node--view-mode-teaser .node__links ul a.show,.node--type-customer-story.node--view-mode-search-result .node__links ul a.show,.node--type-event.node--view-mode-teaser .node__links ul a.show,.node--type-event.node--view-mode-search-result .node__links ul a.show,.node--type-media-coverage.node--view-mode-teaser .node__links ul a.show,.node--type-media-coverage.node--view-mode-search-result .node__links ul a.show,.node--type-blog-post.node--view-mode-teaser .node__links ul a.show,.node--type-blog-post.node--view-mode-search-result .node__links ul a.show,.node--type-podcast.node--view-mode-teaser .node__links ul a.show,.node--type-podcast.node--view-mode-search-result .node__links ul a.show,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a.show,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a.show,.node--type-resource .field--name-field-link a.show,.node--type-video .field--name-field-link a.show,.node--type-webinar .field--name-field-link a.show,.node--type-customer-story .field--name-field-link a.show,.node--type-event .field--name-field-link a.show,.node--type-media-coverage .field--name-field-link a.show,.node--type-blog-post .field--name-field-link a.show,.node--type-podcast .field--name-field-link a.show,.node--type-podcast-episode .field--name-field-link a.show,.view-resources .view-filters form .form--inline .form-actions .show.button,.view-resource-search .view-filters form .form--inline .form-actions .show.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .show.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .show.button,main form button.show,main form input.show[type=submit],.region-content header .cta form button.show,.region-content header .cta form input.show[type=submit],.wp-block-buttons .wp-block-button a.show,.wp-block-buttons .wp-block-button .show.wp-block-button__link,.region-main-menu nav ul a.show.button,.node--type-customer-story .download-resource a.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);box-shadow:var(--bs-btn-active-shadow)}.btn-check:checked+.btn:focus-visible,#sliding-popup>div .btn-check:checked+.decline-button:focus-visible,#sliding-popup>div .btn-check:checked+.eu-cookie-withdraw-button:focus-visible,#sliding-popup>div .btn-check:checked+.agree-button:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check:checked+a:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check:checked+a:focus-visible,.node--type-resource .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-video .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-webinar .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-customer-story .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-event .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-media-coverage .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-blog-post .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-podcast .field--name-field-link .btn-check:checked+a:focus-visible,.node--type-podcast-episode .field--name-field-link .btn-check:checked+a:focus-visible,.view-resources .view-filters form .form--inline .form-actions .btn-check:checked+.button:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions .btn-check:checked+.button:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check:checked+.button:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check:checked+.button:focus-visible,main form .btn-check:checked+button:focus-visible,main form .btn-check:checked+input[type=submit]:focus-visible,.region-content header .cta form .btn-check:checked+button:focus-visible,.region-content header .cta form .btn-check:checked+input[type=submit]:focus-visible,.wp-block-buttons .wp-block-button .btn-check:checked+a:focus-visible,.wp-block-buttons .wp-block-button .btn-check:checked+.wp-block-button__link:focus-visible,.region-main-menu nav ul .btn-check:checked+a.button:focus-visible,.node--type-customer-story .download-resource .btn-check:checked+a:focus-visible,:not(.btn-check)+.btn:active:focus-visible,#sliding-popup>div :not(.btn-check)+.decline-button:active:focus-visible,#sliding-popup>div :not(.btn-check)+.eu-cookie-withdraw-button:active:focus-visible,#sliding-popup>div :not(.btn-check)+.agree-button:active:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul :not(.btn-check)+a:active:focus-visible,.node--type-resource .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-video .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-webinar .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-customer-story .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-event .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-media-coverage .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-blog-post .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-podcast .field--name-field-link :not(.btn-check)+a:active:focus-visible,.node--type-podcast-episode .field--name-field-link :not(.btn-check)+a:active:focus-visible,.view-resources .view-filters form .form--inline .form-actions :not(.btn-check)+.button:active:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions :not(.btn-check)+.button:active:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions :not(.btn-check)+.button:active:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions :not(.btn-check)+.button:active:focus-visible,main form :not(.btn-check)+button:active:focus-visible,main form :not(.btn-check)+input[type=submit]:active:focus-visible,.region-content header .cta form :not(.btn-check)+button:active:focus-visible,.region-content header .cta form :not(.btn-check)+input[type=submit]:active:focus-visible,.wp-block-buttons .wp-block-button :not(.btn-check)+a:active:focus-visible,.wp-block-buttons .wp-block-button :not(.btn-check)+.wp-block-button__link:active:focus-visible,.region-main-menu nav ul :not(.btn-check)+a.button:active:focus-visible,.node--type-customer-story .download-resource :not(.btn-check)+a:active:focus-visible,.btn:first-child:active:focus-visible,#sliding-popup>div .decline-button:first-child:active:focus-visible,#sliding-popup>div .eu-cookie-withdraw-button:first-child:active:focus-visible,#sliding-popup>div .agree-button:first-child:active:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a:first-child:active:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a:first-child:active:focus-visible,.node--type-resource .field--name-field-link a:first-child:active:focus-visible,.node--type-video .field--name-field-link a:first-child:active:focus-visible,.node--type-webinar .field--name-field-link a:first-child:active:focus-visible,.node--type-customer-story .field--name-field-link a:first-child:active:focus-visible,.node--type-event .field--name-field-link a:first-child:active:focus-visible,.node--type-media-coverage .field--name-field-link a:first-child:active:focus-visible,.node--type-blog-post .field--name-field-link a:first-child:active:focus-visible,.node--type-podcast .field--name-field-link a:first-child:active:focus-visible,.node--type-podcast-episode .field--name-field-link a:first-child:active:focus-visible,.view-resources .view-filters form .form--inline .form-actions .button:first-child:active:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions .button:first-child:active:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:first-child:active:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:first-child:active:focus-visible,main form button:first-child:active:focus-visible,main form input[type=submit]:first-child:active:focus-visible,.region-content header .cta form button:first-child:active:focus-visible,.region-content header .cta form input[type=submit]:first-child:active:focus-visible,.wp-block-buttons .wp-block-button a:first-child:active:focus-visible,.wp-block-buttons .wp-block-button .wp-block-button__link:first-child:active:focus-visible,.region-main-menu nav ul a.button:first-child:active:focus-visible,.node--type-customer-story .download-resource a:first-child:active:focus-visible,.btn.active:focus-visible,#sliding-popup>div .active.decline-button:focus-visible,#sliding-popup>div .active.eu-cookie-withdraw-button:focus-visible,#sliding-popup>div .active.agree-button:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a.active:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a.active:focus-visible,.node--type-resource .field--name-field-link a.active:focus-visible,.node--type-video .field--name-field-link a.active:focus-visible,.node--type-webinar .field--name-field-link a.active:focus-visible,.node--type-customer-story .field--name-field-link a.active:focus-visible,.node--type-event .field--name-field-link a.active:focus-visible,.node--type-media-coverage .field--name-field-link a.active:focus-visible,.node--type-blog-post .field--name-field-link a.active:focus-visible,.node--type-podcast .field--name-field-link a.active:focus-visible,.node--type-podcast-episode .field--name-field-link a.active:focus-visible,.view-resources .view-filters form .form--inline .form-actions .active.button:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions .active.button:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions .active.button:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .active.button:focus-visible,main form button.active:focus-visible,main form input.active[type=submit]:focus-visible,.region-content header .cta form button.active:focus-visible,.region-content header .cta form input.active[type=submit]:focus-visible,.wp-block-buttons .wp-block-button a.active:focus-visible,.wp-block-buttons .wp-block-button .active.wp-block-button__link:focus-visible,.region-main-menu nav ul a.active.button:focus-visible,.node--type-customer-story .download-resource a.active:focus-visible,.btn.show:focus-visible,#sliding-popup>div .show.decline-button:focus-visible,#sliding-popup>div .show.eu-cookie-withdraw-button:focus-visible,#sliding-popup>div .show.agree-button:focus-visible,.node--type-resource.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-resource.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-video.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-video.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-webinar.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-webinar.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-customer-story.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-customer-story.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-event.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-event.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-media-coverage.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-media-coverage.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-blog-post.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-blog-post.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-podcast.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-podcast.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a.show:focus-visible,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a.show:focus-visible,.node--type-resource .field--name-field-link a.show:focus-visible,.node--type-video .field--name-field-link a.show:focus-visible,.node--type-webinar .field--name-field-link a.show:focus-visible,.node--type-customer-story .field--name-field-link a.show:focus-visible,.node--type-event .field--name-field-link a.show:focus-visible,.node--type-media-coverage .field--name-field-link a.show:focus-visible,.node--type-blog-post .field--name-field-link a.show:focus-visible,.node--type-podcast .field--name-field-link a.show:focus-visible,.node--type-podcast-episode .field--name-field-link a.show:focus-visible,.view-resources .view-filters form .form--inline .form-actions .show.button:focus-visible,.view-resource-search .view-filters form .form--inline .form-actions .show.button:focus-visible,form#views-exposed-form-resources-block-1 .form--inline .form-actions .show.button:focus-visible,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .show.button:focus-visible,main form button.show:focus-visible,main form input.show[type=submit]:focus-visible,.region-content header .cta form button.show:focus-visible,.region-content header .cta form input.show[type=submit]:focus-visible,.wp-block-buttons .wp-block-button a.show:focus-visible,.wp-block-buttons .wp-block-button .show.wp-block-button__link:focus-visible,.region-main-menu nav ul a.show.button:focus-visible,.node--type-customer-story .download-resource a.show:focus-visible{box-shadow:var(--bs-btn-active-shadow),var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn,#sliding-popup>div .btn-check:checked:focus-visible+.decline-button,#sliding-popup>div .btn-check:checked:focus-visible+.eu-cookie-withdraw-button,#sliding-popup>div .btn-check:checked:focus-visible+.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-video.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-video.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-event.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-event.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check:checked:focus-visible+a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check:checked:focus-visible+a,.node--type-resource .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-video .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-webinar .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-customer-story .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-event .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-media-coverage .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-blog-post .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-podcast .field--name-field-link .btn-check:checked:focus-visible+a,.node--type-podcast-episode .field--name-field-link .btn-check:checked:focus-visible+a,.view-resources .view-filters form .form--inline .form-actions .btn-check:checked:focus-visible+.button,.view-resource-search .view-filters form .form--inline .form-actions .btn-check:checked:focus-visible+.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check:checked:focus-visible+.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check:checked:focus-visible+.button,main form .btn-check:checked:focus-visible+button,main form .btn-check:checked:focus-visible+input[type=submit],.region-content header .cta form .btn-check:checked:focus-visible+button,.region-content header .cta form .btn-check:checked:focus-visible+input[type=submit],.wp-block-buttons .wp-block-button .btn-check:checked:focus-visible+a,.wp-block-buttons .wp-block-button .btn-check:checked:focus-visible+.wp-block-button__link,.region-main-menu nav ul .btn-check:checked:focus-visible+a.button,.node--type-customer-story .download-resource .btn-check:checked:focus-visible+a{box-shadow:var(--bs-btn-active-shadow),var(--bs-btn-focus-box-shadow)}.btn:disabled,#sliding-popup>div .decline-button:disabled,#sliding-popup>div .eu-cookie-withdraw-button:disabled,#sliding-popup>div .agree-button:disabled,.node--type-resource.node--view-mode-teaser .node__links ul a:disabled,.node--type-resource.node--view-mode-search-result .node__links ul a:disabled,.node--type-video.node--view-mode-teaser .node__links ul a:disabled,.node--type-video.node--view-mode-search-result .node__links ul a:disabled,.node--type-webinar.node--view-mode-teaser .node__links ul a:disabled,.node--type-webinar.node--view-mode-search-result .node__links ul a:disabled,.node--type-customer-story.node--view-mode-teaser .node__links ul a:disabled,.node--type-customer-story.node--view-mode-search-result .node__links ul a:disabled,.node--type-event.node--view-mode-teaser .node__links ul a:disabled,.node--type-event.node--view-mode-search-result .node__links ul a:disabled,.node--type-media-coverage.node--view-mode-teaser .node__links ul a:disabled,.node--type-media-coverage.node--view-mode-search-result .node__links ul a:disabled,.node--type-blog-post.node--view-mode-teaser .node__links ul a:disabled,.node--type-blog-post.node--view-mode-search-result .node__links ul a:disabled,.node--type-podcast.node--view-mode-teaser .node__links ul a:disabled,.node--type-podcast.node--view-mode-search-result .node__links ul a:disabled,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a:disabled,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a:disabled,.node--type-resource .field--name-field-link a:disabled,.node--type-video .field--name-field-link a:disabled,.node--type-webinar .field--name-field-link a:disabled,.node--type-customer-story .field--name-field-link a:disabled,.node--type-event .field--name-field-link a:disabled,.node--type-media-coverage .field--name-field-link a:disabled,.node--type-blog-post .field--name-field-link a:disabled,.node--type-podcast .field--name-field-link a:disabled,.node--type-podcast-episode .field--name-field-link a:disabled,.view-resources .view-filters form .form--inline .form-actions .button:disabled,.view-resource-search .view-filters form .form--inline .form-actions .button:disabled,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:disabled,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:disabled,main form button:disabled,main form input[type=submit]:disabled,.region-content header .cta form button:disabled,.region-content header .cta form input[type=submit]:disabled,.wp-block-buttons .wp-block-button a:disabled,.wp-block-buttons .wp-block-button .wp-block-button__link:disabled,.region-main-menu nav ul a.button:disabled,.node--type-customer-story .download-resource a:disabled,.btn.disabled,#sliding-popup>div .disabled.decline-button,#sliding-popup>div .disabled.eu-cookie-withdraw-button,#sliding-popup>div .disabled.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul a.disabled,.node--type-resource.node--view-mode-search-result .node__links ul a.disabled,.node--type-video.node--view-mode-teaser .node__links ul a.disabled,.node--type-video.node--view-mode-search-result .node__links ul a.disabled,.node--type-webinar.node--view-mode-teaser .node__links ul a.disabled,.node--type-webinar.node--view-mode-search-result .node__links ul a.disabled,.node--type-customer-story.node--view-mode-teaser .node__links ul a.disabled,.node--type-customer-story.node--view-mode-search-result .node__links ul a.disabled,.node--type-event.node--view-mode-teaser .node__links ul a.disabled,.node--type-event.node--view-mode-search-result .node__links ul a.disabled,.node--type-media-coverage.node--view-mode-teaser .node__links ul a.disabled,.node--type-media-coverage.node--view-mode-search-result .node__links ul a.disabled,.node--type-blog-post.node--view-mode-teaser .node__links ul a.disabled,.node--type-blog-post.node--view-mode-search-result .node__links ul a.disabled,.node--type-podcast.node--view-mode-teaser .node__links ul a.disabled,.node--type-podcast.node--view-mode-search-result .node__links ul a.disabled,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a.disabled,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a.disabled,.node--type-resource .field--name-field-link a.disabled,.node--type-video .field--name-field-link a.disabled,.node--type-webinar .field--name-field-link a.disabled,.node--type-customer-story .field--name-field-link a.disabled,.node--type-event .field--name-field-link a.disabled,.node--type-media-coverage .field--name-field-link a.disabled,.node--type-blog-post .field--name-field-link a.disabled,.node--type-podcast .field--name-field-link a.disabled,.node--type-podcast-episode .field--name-field-link a.disabled,.view-resources .view-filters form .form--inline .form-actions .disabled.button,.view-resource-search .view-filters form .form--inline .form-actions .disabled.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .disabled.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .disabled.button,main form button.disabled,main form input.disabled[type=submit],.region-content header .cta form button.disabled,.region-content header .cta form input.disabled[type=submit],.wp-block-buttons .wp-block-button a.disabled,.wp-block-buttons .wp-block-button .disabled.wp-block-button__link,.region-main-menu nav ul a.disabled.button,.node--type-customer-story .download-resource a.disabled,fieldset:disabled .btn,fieldset:disabled #sliding-popup>div .decline-button,#sliding-popup>div fieldset:disabled .decline-button,fieldset:disabled #sliding-popup>div .eu-cookie-withdraw-button,#sliding-popup>div fieldset:disabled .eu-cookie-withdraw-button,fieldset:disabled #sliding-popup>div .agree-button,#sliding-popup>div fieldset:disabled .agree-button,fieldset:disabled .node--type-resource.node--view-mode-teaser .node__links ul a,.node--type-resource.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-resource.node--view-mode-search-result .node__links ul a,.node--type-resource.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-video.node--view-mode-teaser .node__links ul a,.node--type-video.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-video.node--view-mode-search-result .node__links ul a,.node--type-video.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-webinar.node--view-mode-teaser .node__links ul a,.node--type-webinar.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-webinar.node--view-mode-search-result .node__links ul a,.node--type-webinar.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-customer-story.node--view-mode-teaser .node__links ul a,.node--type-customer-story.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-customer-story.node--view-mode-search-result .node__links ul a,.node--type-customer-story.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-event.node--view-mode-teaser .node__links ul a,.node--type-event.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-event.node--view-mode-search-result .node__links ul a,.node--type-event.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-media-coverage.node--view-mode-teaser .node__links ul a,.node--type-media-coverage.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-media-coverage.node--view-mode-search-result .node__links ul a,.node--type-media-coverage.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-blog-post.node--view-mode-teaser .node__links ul a,.node--type-blog-post.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-blog-post.node--view-mode-search-result .node__links ul a,.node--type-blog-post.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-podcast.node--view-mode-teaser .node__links ul a,.node--type-podcast.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-podcast.node--view-mode-search-result .node__links ul a,.node--type-podcast.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-podcast-episode.node--view-mode-teaser .node__links ul a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul fieldset:disabled a,fieldset:disabled .node--type-podcast-episode.node--view-mode-search-result .node__links ul a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul fieldset:disabled a,fieldset:disabled .node--type-resource .field--name-field-link a,.node--type-resource .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-video .field--name-field-link a,.node--type-video .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-webinar .field--name-field-link a,.node--type-webinar .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-customer-story .field--name-field-link a,.node--type-customer-story .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-event .field--name-field-link a,.node--type-event .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-media-coverage .field--name-field-link a,.node--type-media-coverage .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-blog-post .field--name-field-link a,.node--type-blog-post .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-podcast .field--name-field-link a,.node--type-podcast .field--name-field-link fieldset:disabled a,fieldset:disabled .node--type-podcast-episode .field--name-field-link a,.node--type-podcast-episode .field--name-field-link fieldset:disabled a,fieldset:disabled .view-resources .view-filters form .form--inline .form-actions .button,.view-resources .view-filters fieldset:disabled form .form--inline .form-actions .button,fieldset:disabled .view-resource-search .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters fieldset:disabled form .form--inline .form-actions .button,fieldset:disabled form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,fieldset:disabled form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button,.view-resources .view-filters form .form--inline .form-actions fieldset:disabled .button,.view-resource-search .view-filters form .form--inline .form-actions fieldset:disabled .button,form#views-exposed-form-resources-block-1 .form--inline .form-actions fieldset:disabled .button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions fieldset:disabled .button,fieldset:disabled main form button,main form fieldset:disabled button,fieldset:disabled main form input[type=submit],main form fieldset:disabled input[type=submit],fieldset:disabled .region-content header .cta form button,.region-content header .cta form fieldset:disabled button,fieldset:disabled .region-content header .cta form input[type=submit],.region-content header .cta form fieldset:disabled input[type=submit],fieldset:disabled .wp-block-buttons .wp-block-button a,.wp-block-buttons .wp-block-button fieldset:disabled a,fieldset:disabled .wp-block-buttons .wp-block-button .wp-block-button__link,.wp-block-buttons .wp-block-button fieldset:disabled .wp-block-button__link,fieldset:disabled .region-main-menu nav ul a.button,.region-main-menu nav ul fieldset:disabled a.button,fieldset:disabled .node--type-customer-story .download-resource a,.node--type-customer-story .download-resource fieldset:disabled a{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity);box-shadow:none}.btn-primary,#sliding-popup>div .agree-button,.node--type-resource .field--name-field-link a,.node--type-video .field--name-field-link a,.node--type-webinar .field--name-field-link a,.node--type-customer-story .field--name-field-link a,.node--type-event .field--name-field-link a,.node--type-media-coverage .field--name-field-link a,.node--type-blog-post .field--name-field-link a,.node--type-podcast .field--name-field-link a,.node--type-podcast-episode .field--name-field-link a,main form button,main form input[type=submit],.region-content header .cta form button,.region-content header .cta form input[type=submit],.wp-block-buttons .wp-block-button a,.wp-block-buttons .wp-block-button .wp-block-button__link,.region-main-menu nav ul a.button{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:black;--bs-btn-hover-border-color:black;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:black;--bs-btn-active-border-color:black;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000000;--bs-btn-disabled-border-color:#000000}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#009A4B;--bs-btn-border-color:#009A4B;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(38.25,169.15,102);--bs-btn-hover-border-color:rgb(25.5,164.1,93);--bs-btn-focus-shadow-rgb:0,131,64;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(51,174.2,111);--bs-btn-active-border-color:rgb(25.5,164.1,93);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#009A4B;--bs-btn-disabled-border-color:#009A4B}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(233.75,122.4,64.6);--bs-btn-hover-border-color:rgb(232.5,114.6,53.4);--bs-btn-focus-shadow-rgb:196,84,26;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(235,130.2,75.8);--bs-btn-active-border-color:rgb(232.5,114.6,53.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#E6631F;--bs-btn-disabled-border-color:#E6631F}.btn-danger{--bs-btn-color:#000;--bs-btn-bg:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(233.75,122.4,64.6);--bs-btn-hover-border-color:rgb(232.5,114.6,53.4);--bs-btn-focus-shadow-rgb:196,84,26;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(235,130.2,75.8);--bs-btn-active-border-color:rgb(232.5,114.6,53.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#E6631F;--bs-btn-disabled-border-color:#E6631F}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(208.25,208.25,208.25);--bs-btn-hover-border-color:#c4c4c4;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#c4c4c4;--bs-btn-active-border-color:rgb(183.75,183.75,183.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(38.25,38.25,38.25);--bs-btn-hover-border-color:rgb(25.5,25.5,25.5);--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#333333;--bs-btn-active-border-color:rgb(25.5,25.5,25.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-brand-blue{--bs-btn-color:#000;--bs-btn-bg:#037CDF;--bs-btn-border-color:#037CDF;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(40.8,143.65,227.8);--bs-btn-hover-border-color:rgb(28.2,137.1,226.2);--bs-btn-focus-shadow-rgb:3,105,190;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(53.4,150.2,229.4);--bs-btn-active-border-color:rgb(28.2,137.1,226.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#037CDF;--bs-btn-disabled-border-color:#037CDF}.btn-alt-blue{--bs-btn-color:#fff;--bs-btn-bg:#3678BD;--bs-btn-border-color:#3678BD;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(45.9,102,160.65);--bs-btn-hover-border-color:rgb(43.2,96,151.2);--bs-btn-focus-shadow-rgb:84,140,199;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(43.2,96,151.2);--bs-btn-active-border-color:rgb(40.5,90,141.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#3678BD;--bs-btn-disabled-border-color:#3678BD}.btn-red{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-darkgray{--bs-btn-color:#fff;--bs-btn-bg:#333;--bs-btn-border-color:#333;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(43.35,43.35,43.35);--bs-btn-hover-border-color:rgb(40.8,40.8,40.8);--bs-btn-focus-shadow-rgb:82,82,82;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(40.8,40.8,40.8);--bs-btn-active-border-color:rgb(38.25,38.25,38.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#333;--bs-btn-disabled-border-color:#333}.btn-lightgray{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(246.5,246.5,246.5);--bs-btn-hover-border-color:#f6f6f6;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7f7f7;--bs-btn-active-border-color:#f6f6f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-white-smoke{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(246.5,246.5,246.5);--bs-btn-hover-border-color:#f6f6f6;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7f7f7;--bs-btn-active-border-color:#f6f6f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-lightblue{--bs-btn-color:#000;--bs-btn-bg:#90CCFE;--bs-btn-border-color:#90CCFE;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(160.65,211.65,254.15);--bs-btn-hover-border-color:rgb(155.1,209.1,254.1);--bs-btn-focus-shadow-rgb:122,173,216;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(166.2,214.2,254.2);--bs-btn-active-border-color:rgb(155.1,209.1,254.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#90CCFE;--bs-btn-disabled-border-color:#90CCFE}.btn-green{--bs-btn-color:#000;--bs-btn-bg:#009933;--bs-btn-border-color:#009933;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(38.25,168.3,81.6);--bs-btn-hover-border-color:rgb(25.5,163.2,71.4);--bs-btn-focus-shadow-rgb:0,130,43;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(51,173.4,91.8);--bs-btn-active-border-color:rgb(25.5,163.2,71.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#009933;--bs-btn-disabled-border-color:#009933}.btn-outline-primary,.node--type-resource.node--view-mode-teaser .node__links ul a,.node--type-resource.node--view-mode-search-result .node__links ul a,.node--type-video.node--view-mode-teaser .node__links ul a,.node--type-video.node--view-mode-search-result .node__links ul a,.node--type-webinar.node--view-mode-teaser .node__links ul a,.node--type-webinar.node--view-mode-search-result .node__links ul a,.node--type-customer-story.node--view-mode-teaser .node__links ul a,.node--type-customer-story.node--view-mode-search-result .node__links ul a,.node--type-event.node--view-mode-teaser .node__links ul a,.node--type-event.node--view-mode-search-result .node__links ul a,.node--type-media-coverage.node--view-mode-teaser .node__links ul a,.node--type-media-coverage.node--view-mode-search-result .node__links ul a,.node--type-blog-post.node--view-mode-teaser .node__links ul a,.node--type-blog-post.node--view-mode-search-result .node__links ul a,.node--type-podcast.node--view-mode-teaser .node__links ul a,.node--type-podcast.node--view-mode-search-result .node__links ul a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul a{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-secondary,#sliding-popup>div .decline-button,#sliding-popup>div .eu-cookie-withdraw-button{--bs-btn-color:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000000;--bs-btn-hover-border-color:#000000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000000;--bs-btn-active-border-color:#000000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000000;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#009A4B;--bs-btn-border-color:#009A4B;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#009A4B;--bs-btn-hover-border-color:#009A4B;--bs-btn-focus-shadow-rgb:0,154,75;--bs-btn-active-color:#000;--bs-btn-active-bg:#009A4B;--bs-btn-active-border-color:#009A4B;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#009A4B;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#009A4B;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#E6631F;--bs-btn-hover-border-color:#E6631F;--bs-btn-focus-shadow-rgb:230,99,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#E6631F;--bs-btn-active-border-color:#E6631F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#E6631F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#E6631F;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#E6631F;--bs-btn-hover-border-color:#E6631F;--bs-btn-focus-shadow-rgb:230,99,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#E6631F;--bs-btn-active-border-color:#E6631F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#E6631F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#E6631F;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-brand-blue{--bs-btn-color:#037CDF;--bs-btn-border-color:#037CDF;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#037CDF;--bs-btn-hover-border-color:#037CDF;--bs-btn-focus-shadow-rgb:3,124,223;--bs-btn-active-color:#000;--bs-btn-active-bg:#037CDF;--bs-btn-active-border-color:#037CDF;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#037CDF;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#037CDF;--bs-gradient:none}.btn-outline-alt-blue{--bs-btn-color:#3678BD;--bs-btn-border-color:#3678BD;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#3678BD;--bs-btn-hover-border-color:#3678BD;--bs-btn-focus-shadow-rgb:54,120,189;--bs-btn-active-color:#fff;--bs-btn-active-bg:#3678BD;--bs-btn-active-border-color:#3678BD;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#3678BD;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#3678BD;--bs-gradient:none}.btn-outline-red{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-darkgray{--bs-btn-color:#333;--bs-btn-border-color:#333;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#333;--bs-btn-hover-border-color:#333;--bs-btn-focus-shadow-rgb:51,51,51;--bs-btn-active-color:#fff;--bs-btn-active-bg:#333;--bs-btn-active-border-color:#333;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#333;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#333;--bs-gradient:none}.btn-outline-lightgray{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-white-smoke{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-lightblue{--bs-btn-color:#90CCFE;--bs-btn-border-color:#90CCFE;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#90CCFE;--bs-btn-hover-border-color:#90CCFE;--bs-btn-focus-shadow-rgb:144,204,254;--bs-btn-active-color:#000;--bs-btn-active-bg:#90CCFE;--bs-btn-active-border-color:#90CCFE;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#90CCFE;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#90CCFE;--bs-gradient:none}.btn-outline-green{--bs-btn-color:#009933;--bs-btn-border-color:#009933;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#009933;--bs-btn-hover-border-color:#009933;--bs-btn-focus-shadow-rgb:0,153,51;--bs-btn-active-color:#000;--bs-btn-active-bg:#009933;--bs-btn-active-border-color:#009933;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#009933;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#009933;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:207,74,77;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.has-red-background-color form button,.has-red-background-color form input[type=submit]{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:2em}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:1em}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2879.6, 16.8, 18%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(199,42,45,0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28221.4, 127.2, 129%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28221.4, 127.2, 129%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-brand-blue{--bs-alert-color:var(--bs-brand-blue-text-emphasis);--bs-alert-bg:var(--bs-brand-blue-bg-subtle);--bs-alert-border-color:var(--bs-brand-blue-border-subtle);--bs-alert-link-color:var(--bs-brand-blue-text-emphasis)}.alert-alt-blue{--bs-alert-color:var(--bs-alt-blue-text-emphasis);--bs-alert-bg:var(--bs-alt-blue-bg-subtle);--bs-alert-border-color:var(--bs-alt-blue-border-subtle);--bs-alert-link-color:var(--bs-alt-blue-text-emphasis)}.alert-red{--bs-alert-color:var(--bs-red-text-emphasis);--bs-alert-bg:var(--bs-red-bg-subtle);--bs-alert-border-color:var(--bs-red-border-subtle);--bs-alert-link-color:var(--bs-red-text-emphasis)}.alert-darkgray{--bs-alert-color:var(--bs-darkgray-text-emphasis);--bs-alert-bg:var(--bs-darkgray-bg-subtle);--bs-alert-border-color:var(--bs-darkgray-border-subtle);--bs-alert-link-color:var(--bs-darkgray-text-emphasis)}.alert-lightgray{--bs-alert-color:var(--bs-lightgray-text-emphasis);--bs-alert-bg:var(--bs-lightgray-bg-subtle);--bs-alert-border-color:var(--bs-lightgray-border-subtle);--bs-alert-link-color:var(--bs-lightgray-text-emphasis)}.alert-white-smoke{--bs-alert-color:var(--bs-white-smoke-text-emphasis);--bs-alert-bg:var(--bs-white-smoke-bg-subtle);--bs-alert-border-color:var(--bs-white-smoke-border-subtle);--bs-alert-link-color:var(--bs-white-smoke-text-emphasis)}.alert-lightblue{--bs-alert-color:var(--bs-lightblue-text-emphasis);--bs-alert-bg:var(--bs-lightblue-bg-subtle);--bs-alert-border-color:var(--bs-lightblue-border-subtle);--bs-alert-link-color:var(--bs-lightblue-text-emphasis)}.alert-green{--bs-alert-color:var(--bs-green-text-emphasis);--bs-alert-bg:var(--bs-green-bg-subtle);--bs-alert-border-color:var(--bs-green-border-subtle);--bs-alert-link-color:var(--bs-green-text-emphasis)}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin:;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:"Libre Franklin",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);box-shadow:var(--bs-modal-box-shadow);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin-top:calc(-0.5*var(--bs-modal-header-padding-y));margin-right:calc(-0.5*var(--bs-modal-header-padding-x));margin-bottom:calc(-0.5*var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media(max-width:2699.98px){.modal-fullscreen-xxxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxxl-down .modal-header,.modal-fullscreen-xxxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.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{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.node--type-customer-story .download-resource a{background:#037cdf;color:#fff;font-size:16px;font-weight:600;box-shadow:0 2px 8px 0 rgba(3,124,223,.75);border-radius:5px;width:100%;max-width:200px;display:inline-block;box-sizing:border-box}.node--type-customer-story .download-resource a:hover{box-shadow:0 2px 5px 0 rgba(3,124,223,.75);background:hsl(207,97.3451327434%,39.3137254902%)}.featured-resources,.field--name-field-content .field-name-field-resources,.view-resources:not(.blog) .view-content,.view-resource-search:not(.blog) .view-content,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content{--bs-columns:1;grid-template-columns:repeat(var(--bs-columns,12),minmax(0,1fr))}@media(min-width:768px){.featured-resources,.field--name-field-content .field-name-field-resources,.view-resources:not(.blog) .view-content,.view-resource-search:not(.blog) .view-content,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content{--bs-columns:2}}@media(min-width:992px){.featured-resources,.field--name-field-content .field-name-field-resources,.view-resources:not(.blog) .view-content,.view-resource-search:not(.blog) .view-content,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content{--bs-columns:3}}.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width:576px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container,.container-sm{max-width:540px}}@media(min-width:768px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container,.container-sm,.container-md{max-width:720px}}@media(min-width:992px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media(min-width:1200px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media(min-width:1400px){.node--type-person.node--view-mode-full,.region-alert .block.notification,.page-node-6 #block-crm-content .wp-block-media-text,.region-content>.container .wp-block-cover__inner-container,.region-content>.container #block-crm-content>.node>div.toc-filter>.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>.node>div.toc-filter>*:not(.alignfull),.region-content>.container #block-crm-content>.node>section.alignfull>*:not(.alignfull),.region-content>.container #block-crm-content>form,.region-content>.container #block-crm-content>article,.region-content>.container #block-crm-content>.sitemap,.region-content>.container #block-crm-content+.block,.region-content>.container #block-crm-content>.node>*:not(.alignfull,.toc-filter),#block-mainnavigation .tbm-row,.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.region-content h1.is-style-heading-secondary,.region-content header h1.eyebrow,.region-content .is-style-heading-secondary.h1,.region-content header .h1.eyebrow,.region-content h2.is-style-heading-secondary,.region-content .is-style-heading-secondary.h2,.region-content h3.is-style-heading-secondary,.region-content .is-style-heading-secondary.h3,.region-content h4.is-style-heading-secondary,.region-content .is-style-heading-secondary.h4,.region-content .video-mini-teaser .is-style-heading-secondary.field--name-title,.video-mini-teaser .region-content .is-style-heading-secondary.field--name-title,.region-content .node--type-resource.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-resource.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-resource.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-resource.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-resource.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-resource.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-resource.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-resource.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-video.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-video.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-video.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-video.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-video.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-video.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-video.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-video.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-webinar.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-webinar.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-webinar.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-webinar.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-webinar.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-webinar.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-webinar.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-webinar.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-customer-story.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-customer-story.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-customer-story.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-customer-story.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-customer-story.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-customer-story.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-customer-story.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-customer-story.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-event.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-event.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-event.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-event.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-event.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-event.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-event.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-event.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-media-coverage.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-media-coverage.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-media-coverage.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-media-coverage.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-media-coverage.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-media-coverage.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-media-coverage.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-media-coverage.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-blog-post.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-blog-post.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-blog-post.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-blog-post.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-blog-post.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-blog-post.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-blog-post.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-blog-post.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-podcast.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-podcast.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-podcast.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-podcast.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-podcast.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-podcast.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-podcast.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-podcast.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content .node--type-podcast-episode.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-podcast-episode.node--view-mode-teaser .region-content h3.is-style-heading-secondary,.region-content .node--type-podcast-episode.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-podcast-episode.node--view-mode-teaser .region-content .is-style-heading-secondary.h3,.region-content .node--type-podcast-episode.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-podcast-episode.node--view-mode-search-result .region-content h3.is-style-heading-secondary,.region-content .node--type-podcast-episode.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-podcast-episode.node--view-mode-search-result .region-content .is-style-heading-secondary.h3,.region-content h5.is-style-heading-secondary,.region-content .is-style-heading-secondary.h5,.region-content h6.is-style-heading-secondary,.region-content .is-style-heading-secondary.h6,.region-content .node--type-resource.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-resource.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-resource.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-video.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-video.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-webinar.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-webinar.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-customer-story.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-customer-story.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-event.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-event.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-media-coverage.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-media-coverage.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-blog-post.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-blog-post.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-podcast.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-podcast.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-podcast-episode.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.region-content .node--type-podcast-episode.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .region-content .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor h1.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h1,.edit-post-visual-editor h2.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h2,.edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor h4.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h4,.edit-post-visual-editor .video-mini-teaser .is-style-heading-secondary.field--name-title,.video-mini-teaser .edit-post-visual-editor .is-style-heading-secondary.field--name-title,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-resource.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-resource.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-resource.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-resource.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-video.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-video.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-video.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-video.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-video.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-video.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-video.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-video.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-webinar.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-webinar.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-webinar.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-webinar.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-customer-story.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-customer-story.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-customer-story.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-customer-story.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-event.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-event.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-event.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-event.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-event.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-event.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-event.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-event.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-media-coverage.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-media-coverage.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-media-coverage.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-media-coverage.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-blog-post.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-blog-post.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-blog-post.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-blog-post.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-podcast.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-podcast.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-podcast.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-podcast.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser h3.is-style-heading-secondary,.node--type-podcast-episode.node--view-mode-teaser .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser .is-style-heading-secondary.h3,.node--type-podcast-episode.node--view-mode-teaser .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result h3.is-style-heading-secondary,.node--type-podcast-episode.node--view-mode-search-result .edit-post-visual-editor h3.is-style-heading-secondary,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result .is-style-heading-secondary.h3,.node--type-podcast-episode.node--view-mode-search-result .edit-post-visual-editor .is-style-heading-secondary.h3,.edit-post-visual-editor h5.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h5,.edit-post-visual-editor h6.is-style-heading-secondary,.edit-post-visual-editor .is-style-heading-secondary.h6,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-resource.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-video.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-video.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-event.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-event.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result .header-content .is-style-heading-secondary.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .edit-post-visual-editor .is-style-heading-secondary.field-name-field-resource-type{font-family:"Libre Franklin",sans-serif;font-weight:400}.region-content h1:not(div)+div,.region-content .h1:not(div)+div,.region-content h2:not(div)+div,.region-content .h2:not(div)+div,.region-content h3:not(div)+div,.region-content .h3:not(div)+div,.region-content h4:not(div)+div,.region-content .h4:not(div)+div,.region-content .video-mini-teaser .field--name-title:not(div)+div,.video-mini-teaser .region-content .field--name-title:not(div)+div,.region-content .node--type-resource.node--view-mode-teaser h3:not(div)+div,.node--type-resource.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-resource.node--view-mode-teaser .h3:not(div)+div,.node--type-resource.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-resource.node--view-mode-search-result h3:not(div)+div,.node--type-resource.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-resource.node--view-mode-search-result .h3:not(div)+div,.node--type-resource.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-video.node--view-mode-teaser h3:not(div)+div,.node--type-video.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-video.node--view-mode-teaser .h3:not(div)+div,.node--type-video.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-video.node--view-mode-search-result h3:not(div)+div,.node--type-video.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-video.node--view-mode-search-result .h3:not(div)+div,.node--type-video.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-webinar.node--view-mode-teaser h3:not(div)+div,.node--type-webinar.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-webinar.node--view-mode-teaser .h3:not(div)+div,.node--type-webinar.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-webinar.node--view-mode-search-result h3:not(div)+div,.node--type-webinar.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-webinar.node--view-mode-search-result .h3:not(div)+div,.node--type-webinar.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-customer-story.node--view-mode-teaser h3:not(div)+div,.node--type-customer-story.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-customer-story.node--view-mode-teaser .h3:not(div)+div,.node--type-customer-story.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-customer-story.node--view-mode-search-result h3:not(div)+div,.node--type-customer-story.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-customer-story.node--view-mode-search-result .h3:not(div)+div,.node--type-customer-story.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-event.node--view-mode-teaser h3:not(div)+div,.node--type-event.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-event.node--view-mode-teaser .h3:not(div)+div,.node--type-event.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-event.node--view-mode-search-result h3:not(div)+div,.node--type-event.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-event.node--view-mode-search-result .h3:not(div)+div,.node--type-event.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-teaser h3:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-teaser .h3:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-search-result h3:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-search-result .h3:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-blog-post.node--view-mode-teaser h3:not(div)+div,.node--type-blog-post.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-blog-post.node--view-mode-teaser .h3:not(div)+div,.node--type-blog-post.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-blog-post.node--view-mode-search-result h3:not(div)+div,.node--type-blog-post.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-blog-post.node--view-mode-search-result .h3:not(div)+div,.node--type-blog-post.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-podcast.node--view-mode-teaser h3:not(div)+div,.node--type-podcast.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-podcast.node--view-mode-teaser .h3:not(div)+div,.node--type-podcast.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-podcast.node--view-mode-search-result h3:not(div)+div,.node--type-podcast.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-podcast.node--view-mode-search-result .h3:not(div)+div,.node--type-podcast.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-teaser h3:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .region-content h3:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-teaser .h3:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .region-content .h3:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-search-result h3:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .region-content h3:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-search-result .h3:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .region-content .h3:not(div)+div,.region-content h5:not(div)+div,.region-content .h5:not(div)+div,.region-content header h1.eyebrow:not(div)+div,.region-content h6:not(div)+div,.region-content .h6:not(div)+div,.region-content .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-resource.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-resource.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-video.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-video.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-webinar.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-webinar.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-customer-story.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-customer-story.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-event.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-event.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-blog-post.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-blog-post.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .header-content .region-content .field-name-field-resource-type:not(div)+div,.region-content .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .header-content .region-content .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor h1:not(div)+div,.edit-post-visual-editor .h1:not(div)+div,.edit-post-visual-editor h2:not(div)+div,.edit-post-visual-editor .h2:not(div)+div,.edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor h4:not(div)+div,.edit-post-visual-editor .h4:not(div)+div,.edit-post-visual-editor .video-mini-teaser .field--name-title:not(div)+div,.video-mini-teaser .edit-post-visual-editor .field--name-title:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser h3:not(div)+div,.node--type-resource.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser .h3:not(div)+div,.node--type-resource.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result h3:not(div)+div,.node--type-resource.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result .h3:not(div)+div,.node--type-resource.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-teaser h3:not(div)+div,.node--type-video.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-teaser .h3:not(div)+div,.node--type-video.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-search-result h3:not(div)+div,.node--type-video.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-search-result .h3:not(div)+div,.node--type-video.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser h3:not(div)+div,.node--type-webinar.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser .h3:not(div)+div,.node--type-webinar.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result h3:not(div)+div,.node--type-webinar.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result .h3:not(div)+div,.node--type-webinar.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser h3:not(div)+div,.node--type-customer-story.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser .h3:not(div)+div,.node--type-customer-story.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result h3:not(div)+div,.node--type-customer-story.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result .h3:not(div)+div,.node--type-customer-story.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-teaser h3:not(div)+div,.node--type-event.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-teaser .h3:not(div)+div,.node--type-event.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-search-result h3:not(div)+div,.node--type-event.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-search-result .h3:not(div)+div,.node--type-event.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser h3:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser .h3:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result h3:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result .h3:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser h3:not(div)+div,.node--type-blog-post.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser .h3:not(div)+div,.node--type-blog-post.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result h3:not(div)+div,.node--type-blog-post.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result .h3:not(div)+div,.node--type-blog-post.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser h3:not(div)+div,.node--type-podcast.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser .h3:not(div)+div,.node--type-podcast.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result h3:not(div)+div,.node--type-podcast.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result .h3:not(div)+div,.node--type-podcast.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser h3:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser .h3:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result h3:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .edit-post-visual-editor h3:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result .h3:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .edit-post-visual-editor .h3:not(div)+div,.edit-post-visual-editor h5:not(div)+div,.edit-post-visual-editor .h5:not(div)+div,.edit-post-visual-editor h6:not(div)+div,.edit-post-visual-editor .h6:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-resource.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-resource.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-video.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-video.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-webinar.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-webinar.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-customer-story.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-customer-story.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-event.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-event.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-media-coverage.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-media-coverage.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-blog-post.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-blog-post.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast-episode.node--view-mode-teaser .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div,.edit-post-visual-editor .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type:not(div)+div,.node--type-podcast-episode.node--view-mode-search-result .header-content .edit-post-visual-editor .field-name-field-resource-type:not(div)+div{margin-top:3rem}.has-huge-font-size{font-size:4rem}a sup{display:inline-block;text-decoration:none}.page-node-4 .animated-slide-up .has-text-align-right>a sup{text-decoration:underline;text-underline-offset:7px}.tooltipLink{color:#037cdf;text-decoration-style:dashed;text-underline-offset:3px;white-space:nowrap}@media(max-width:575.98px){h1,.h1{font-size:1.875rem !important}h2,.h2{font-size:1.5rem !important}h3,.h3{font-size:1.3125rem !important}h4,.h4,.video-mini-teaser .field--name-title,.node--type-resource.node--view-mode-teaser h3,.node--type-resource.node--view-mode-teaser .h3,.node--type-resource.node--view-mode-search-result h3,.node--type-resource.node--view-mode-search-result .h3,.node--type-video.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser .h3,.node--type-video.node--view-mode-search-result h3,.node--type-video.node--view-mode-search-result .h3,.node--type-webinar.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser .h3,.node--type-webinar.node--view-mode-search-result h3,.node--type-webinar.node--view-mode-search-result .h3,.node--type-customer-story.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser .h3,.node--type-customer-story.node--view-mode-search-result h3,.node--type-customer-story.node--view-mode-search-result .h3,.node--type-event.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser .h3,.node--type-event.node--view-mode-search-result h3,.node--type-event.node--view-mode-search-result .h3,.node--type-media-coverage.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser .h3,.node--type-media-coverage.node--view-mode-search-result h3,.node--type-media-coverage.node--view-mode-search-result .h3,.node--type-blog-post.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser .h3,.node--type-blog-post.node--view-mode-search-result h3,.node--type-blog-post.node--view-mode-search-result .h3,.node--type-podcast.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser .h3,.node--type-podcast.node--view-mode-search-result h3,.node--type-podcast.node--view-mode-search-result .h3,.node--type-podcast-episode.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser .h3,.node--type-podcast-episode.node--view-mode-search-result h3,.node--type-podcast-episode.node--view-mode-search-result .h3{font-size:1.125rem !important}h5,.h5,.region-content header h1.eyebrow,.region-content header .eyebrow.h1{font-size:.9375rem !important}h6,.h6,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type,.region-secondary-menu h2,.region-secondary-menu .h2{font-size:.75rem !important}}.blue_link{color:#037cdf}ul.is-style-with-icons{list-style:none}ul.is-style-with-icons li{position:relative}ul.is-style-with-icons li+li{margin-top:1em}ul.is-style-with-icons i{position:absolute;left:-1.5em;top:.25em;color:#c72a2d}.region-secondary-menu{background:#f5f5f5}.region-secondary-menu .search-toggle{display:none}.region-secondary-menu .search-toggle span{display:none}.region-secondary-menu .search-toggle.search-active i::before{content:""}@media(max-width:767.98px){.region-secondary-menu .search-toggle{display:block}}.region-secondary-menu #block-mobilesecondarymenu{display:flex;justify-content:end;padding-right:3em;align-items:center}@media(max-width:767.98px){.region-secondary-menu #block-mobilesecondarymenu{min-height:80px;width:90vw;padding:10px 0 !important}.region-secondary-menu #block-mobilesecondarymenu ul.menu{width:90vw}}.region-secondary-menu #block-mobilesecondarymenu>ul.menu{list-style-type:none;width:100%;display:flex;justify-items:end;align-items:center}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li a.otc-top-50{font-size:0;display:block;visibility:hidden;position:relative;width:95px;height:40px;margin:5px}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li a.otc-top-50::after{visibility:visible;position:absolute;content:"";width:95px;height:40px;background-image:url(/themes/custom/crm/dist/images/OTCQX_Best_50.png);background-size:cover}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded{position:relative}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded:hover ul,.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded:active ul{display:block}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul{display:none;left:auto;right:0;margin-left:0;padding:1rem}@media(min-width:1600px){.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul{right:auto;left:0}}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul li{padding:0 !important;margin-bottom:.5rem}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul li:last-child{margin-bottom:0}.region-secondary-menu #block-mobilesecondarymenu>ul.menu li.menu-item--expanded ul a{text-decoration:none}.region-secondary-menu #block-signinform{gap:20px}.region-secondary-menu #block-signinform input{width:clamp(100px,10vw,200px);margin-right:10px}@media(max-width:767.98px){.region-secondary-menu #block-signinform{display:none;order:2;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:10px !important;padding:0 !important}}@media(min-width:768px){.region-secondary-menu #block-signinform{display:flex !important}}.region-secondary-menu{padding:0 !important}@media(max-width:767.98px){.region-secondary-menu{background-color:#c72a2d}}.region-secondary-menu>div.container{max-height:7em;align-items:center !important}.region-secondary-menu>div.container #block-mobilesecondarymenu{margin-left:0;border-right:none;padding:0}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu{margin:0;padding-left:0}@media(max-width:767.98px){.region-secondary-menu>div.container #block-mobilesecondarymenu .menu:not(.dropdown-menu)>li>a{color:#fff}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu:not(.dropdown-menu)>li>a span{display:none}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu.dropdown-menu{width:auto;text-align:right}}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .stock-ticker-link{list-style:none;padding-right:1rem;display:flex}@media(max-width:767.98px){.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .stock-ticker-link{margin-right:auto}}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .stock-ticker-link a{font-size:12px;text-decoration:none;font-weight:700}@media(max-width:575.98px){.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .stock-ticker-link a{display:none}}@media(min-width:768px){.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .stock-ticker-link a{color:#000}}.region-secondary-menu>div.container #block-mobilesecondarymenu .menu .menu-item{padding-left:1rem}.region-secondary-menu #block-signinform{align-items:center !important}@media(min-width:768px){.region-secondary-menu #block-signinform{margin-left:0 !important;padding:.5rem 0 .5rem .5rem !important}}@media(max-width:575.98px){.region-secondary-menu #block-signinform{display:none;margin:auto !important}.region-secondary-menu #block-signinform .field--type-text-with-summary{display:flex;height:25px;margin-bottom:.5rem}.region-secondary-menu #block-signinform .field--type-text-with-summary form.topbar__form{font-size:12px}.region-secondary-menu #block-signinform .field--type-text-with-summary form.topbar__form .topbar__input{max-width:85px}.region-secondary-menu #block-signinform .field--type-text-with-summary form.topbar__form .topbar__submit{width:70px;font-size:12px;font-weight:500}}.region-secondary-menu #block-signinform h2,.region-secondary-menu #block-signinform .h2{font-size:.75rem;font-weight:bold;margin:0;line-height:1}.region-secondary-menu #block-signinform .topbar__form{font-size:9px;display:flex}.region-secondary-menu #block-signinform .topbar__form input{border:solid 1px #f5f5f5;border-radius:3px;padding-left:10px}.region-secondary-menu button.topbar__submit{border-radius:.175rem;background-color:#c72a2d;font-size:12px;color:#fff;font-weight:500;padding-top:3px;padding-bottom:3px}@media(max-width:767.98px){.region-secondary-menu button.topbar__submit{border:1px solid #fff}}@media(min-width:768px){.region-secondary-menu button.topbar__submit{border:none}}.region-secondary-menu #block-companylookupplaceholder{align-items:center;gap:20px;font-size:12px}@media(max-width:767.98px){.region-secondary-menu #block-companylookupplaceholder{display:none;margin:5px 2px}.region-secondary-menu #block-companylookupplaceholder.active{display:block}}@media(min-width:768px){.region-secondary-menu #block-companylookupplaceholder{display:flex !important}}.region-secondary-menu #block-companylookupplaceholder h2,.region-secondary-menu #block-companylookupplaceholder .h2{font-size:.75rem;font-weight:bold;margin:0;line-height:1}.region-secondary-menu #block-companylookupplaceholder .field--type-text-with-summary{width:100%;background-color:#fff;border-radius:4px}.region-secondary-menu #block-companylookupplaceholder form.topbar__form{margin-right:auto;border-radius:4px;border:solid 1px #f5f5f5;padding:1px;position:relative}@media(max-width:767.98px){.region-secondary-menu #block-companylookupplaceholder form.topbar__form{width:80vw}}.region-secondary-menu #block-companylookupplaceholder button.topbar__search-submit{background-color:#fff;border:none;position:absolute;right:2px;top:.5rem}.region-secondary-menu #block-companylookupplaceholder .topbar__input--search{border:none}@media(max-width:767.98px){.region-secondary-menu #block-companylookupplaceholder .topbar__input--search{width:calc(80vw - 30px);font-size:16px}}.region-secondary-menu #block-companylookupplaceholder .topbar__input--search,.region-secondary-menu #block-companylookupplaceholder .topbar__input--search:focus{outline:none}.region-secondary-menu .navigation.block-menu{margin-left:auto;border-right:solid 1px #f5f5f5;padding:.3em 1em .3em 0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(199,42,45,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#C72A2D}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.region-main-menu nav ul>.nav-link,.nav-fill .nav-item,.region-main-menu nav ul .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.region-main-menu nav ul .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:1.5em;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:2700px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;box-shadow:none;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255,255,255,0.55);--bs-navbar-hover-color:rgba(255,255,255,0.75);--bs-navbar-disabled-color:rgba(255,255,255,0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255,255,255,0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#C72A2D;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);box-shadow:var(--bs-dropdown-box-shadow)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:2700px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,255,255,0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#C72A2D;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.fa,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.fas,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.region-secondary-menu .topbar__search-submit,.region-main-menu nav ul a[target=_blank]::after,.far,.fal,.fad,.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{font-family:"Font Awesome 6 Brands";font-weight:400}.fa,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.fas,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.region-secondary-menu .topbar__search-submit,.region-main-menu nav ul a[target=_blank]::after{font-family:"Font Awesome 6 Pro";font-weight:900}.far{font-weight:400}.fa-facebook-f::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.facebook a::before{content:""}.fa-linkedin-in::before,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.linkedin a::before{content:""}.fa-vimeo::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.vimeo a::before{content:""}.fa-spotify::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.spotify a::before{content:""}.fa-twitter::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.twitter a::before{content:""}.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before{content:""}.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before{content:""}.fa-search::before,.region-secondary-menu .topbar__search-submit::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-times::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-bars::before{content:""}.fa-user::before{content:""}nav#navigation{background:#fff}#block-mainnavigation,#block-mainnavigation .tbm{position:static;background:rgba(0,0,0,0)}#block-mainnavigation li.tbm-item.level-1{border:none}#block-mainnavigation .level-1 .tbm-link:not(.button){padding-top:0;padding-bottom:0}#block-mainnavigation .tbm-submenu-toggle{display:none}.region-main-menu>.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));margin-left:auto;margin-right:auto}.region-main-menu>.container>#block-crm-branding{flex:0 0 auto;width:16.66666667%}.region-main-menu>.container>#block-crm-branding a.site-logo{overflow:hidden}.region-main-menu>.container>#block-mainnavigation{flex:0 0 auto;width:83.33333333%}.region-main-menu nav ul li:last-child{justify-self:flex-end;margin-left:auto}.region-main-menu nav ul a[target=_blank]::after{content:"";padding-left:.5em;font-size:60%}#navigation.menu.with-primary{padding-top:0 !important}.region-main-menu nav ul li{font-weight:800;font-size:1rem}@media(min-width:992px)and (max-width:1399.98px){.region-main-menu nav ul li{font-size:.7rem}}.region-main-menu nav ul li .block-menu.navigation h2,.region-main-menu nav ul li .block-menu.navigation .h2{font-weight:800;border-bottom:solid #c72a2d 2px;line-height:1.5;font-size:1rem}.region-main-menu nav ul li:last-child{margin:0;justify-self:normal}.region-main-menu .container{flex-wrap:nowrap}.region-main-menu .tbm-main .tbm-nav{justify-content:end;align-items:baseline}.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown{flex:1 1 auto}.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown>.tbm-link-container div.tbm-link{justify-content:center}@media(min-width:992px)and (max-width:1399.98px){.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown>.tbm-link-container div.tbm-link .tbm-toggle{padding:1rem .8rem}}.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown span.tbm-link.level-1.active-trail{-webkit-text-decoration:underline #c72a2d 2.5px;text-decoration:underline #c72a2d 2.5px;text-underline-offset:4px}.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown span.tbm-link.level-1.tbm-toggle::after{height:14px;width:9px;background-color:#000;-webkit-mask-image:url(/themes/custom/crm/dist/images/arrow-down.svg);mask-image:url(/themes/custom/crm/dist/images/arrow-down.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;content:"";display:block;transition:transform .5s;margin-left:8px}.region-main-menu .tbm-main .tbm-nav .level-1.tbm-item--has-dropdown+.level-1.tbm-item--has-dropdown>.tbm-link-container div.tbm-link{border-left:solid 1px #f5f5f5}.region-main-menu .tbm-main .tbm-nav .tbm-row>.tbm-column.span6{grid-column-start:span 8}.region-main-menu .tbm-main .tbm-nav .tbm-row>.tbm-column.span6+.tbm-column.span6{grid-column-start:span 4}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .block-views>h2,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .block-views>.h2{font-weight:900;font-size:1rem;border-bottom:solid #c72a2d 2px;line-height:1.5}.region-main-menu .tbm-main .tbm-nav .tbm-link-container div.tbm-link{display:flex}.region-main-menu .tbm-main .tbm-nav .tbm-link-container span.tbm-link:focus,.region-main-menu .tbm-main .tbm-nav .tbm-link-container span.tbm-link:hover{background-color:inherit}@media(min-width:992px)and (max-width:1399.98px){.region-main-menu .tbm-main .tbm-nav .tbm-link-container .level-1.button{font-size:.7rem}}.region-main-menu .tbm-main .tbm-nav .tbm-submenu li.highlight{grid-column:span 2;border-top:dashed #c72a2d 1px;border-bottom:dashed #c72a2d 1px;background-color:#f2f8fd;margin-bottom:1em}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1{display:grid;grid-template-columns:repeat(2,1fr)}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2{padding:20px}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2>.level-2{padding:0}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2:first-child{grid-column:span 2;border-bottom:dashed #c72a2d 1px}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2:first-child .tbm-link .no-link{text-decoration:none !important}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2:hover{background-color:rgba(199,42,45,.0274509804)}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2 div.tbm-link{max-width:600px}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2 div.tbm-link .tbm-link-icon{color:#c72a2d}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2 div.tbm-link .tbm-link-rich-description{color:#000}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2 div.tbm-link .tbm-link-content:hover{background-color:none}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-subnav.level-1 .tbm-item.level-2 div.tbm-link .tbm-link-content:hover .tbm-link-rich-description{color:#000}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-link-icon{display:flex;flex-direction:row;color:#c72a2d}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-link-content{display:flex;flex-direction:column}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-link-content .tbm-link.level-2{text-decoration:none}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-link-content a.tbm-link.level-2{line-height:1em}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-link-content .tbm-link-rich-description{font-weight:400;margin-top:5px;line-height:1.2em}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-column+.tbm-column{background-color:#f5f5f5;margin-right:-7rem;padding:1rem 7rem 0 1.2rem;margin-top:-1rem}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-column+.tbm-column ul{list-style:none;padding-left:0}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-column+.tbm-column ul li.header{padding-bottom:.2rem}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-column+.tbm-column ul li{padding-bottom:1rem}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .tbm-column+.tbm-column ul li a{color:#037cdf;text-decoration:none;font-weight:600}.region-main-menu .tbm-main .tbm-nav .tbm-submenu>.tbm-row:last-child:after{display:block;content:"";border-top:solid 1px #dddfe0;width:100vw;position:absolute;left:0%}.region-main-menu .tbm-main .tbm-nav .tbm-submenu>.tbm-row:last-child .span12 .menu--main-nav---footer-menu .menu{list-style:none;padding:0}.region-main-menu .tbm-main .tbm-nav .tbm-submenu>.tbm-row:last-child .span12 .menu--main-nav---footer-menu .menu a.button{--bs-btn-bg:white;--bs-btn-color:black;border:solid 1px #dddfe0;margin-top:.5em;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content{--bs-columns:1}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser{display:grid;grid-template-columns:1fr 3fr;cursor:pointer}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-field-featured-image,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-field-featured-image{grid-row:span 2;max-width:80px}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-field-resource-type,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-bundle-fieldnode,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-field-resource-type,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-bundle-fieldnode{color:#c72a2d;padding-left:1rem;line-height:1em}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-node-title,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-node-title{padding-left:1rem;width:100%;line-height:1rem;margin:1rem 0}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-node-title>p,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-node-title>p{margin-bottom:0}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-resource.node--view-mode-mini-teaser .field-name-node-title>p>a,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .view-content .node--type-blog-post.node--view-mode-mini-teaser .field-name-node-title>p>a{text-decoration:none;color:#000;font-size:1em;font-weight:400}.region-main-menu .tbm-main .tbm-nav .tbm-submenu img{max-height:80px;width:100%;aspect-ratio:1/1;object-fit:cover}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .field-name-node-title{padding-left:1rem;width:50%}.region-main-menu .tbm-main .tbm-nav .tbm-submenu .field-name-node-title h3,.region-main-menu .tbm-main .tbm-nav .tbm-submenu .field-name-node-title .h3{font-size:.8rem;font-weight:400}.region-main-menu>.container{justify-content:space-between;align-items:center !important}.region-main-menu>.container #block-mainnavigation .tbm-item.open span.tbm-link{color:#c72a2d}.region-main-menu>.container #block-mainnavigation .tbm-item.open span.tbm-link.level-1.tbm-toggle::after{background-color:#c72a2d;transform:rotate(180deg);transition:transform .5s}.region-main-menu>.container #block-crm-branding img{max-width:180px;height:auto}@media(min-width:992px)and (max-width:1399.98px){.region-main-menu>.container #block-crm-branding img{width:auto}}@media(max-width:991.98px){#navigation #block-mainnavigation{display:flex;flex-direction:row-reverse;width:auto}#navigation #block-mainnavigation .tbm--mobile .tbm-button{margin:0}#navigation #block-mainnavigation .tbm--mobile ul.tbm-subnav .tbm-link-rich-description,#navigation #block-mainnavigation .tbm--mobile .tbm-link-icon{display:none}#navigation #block-mainnavigation .tbm-collapse{width:75%;left:17%;padding-top:0;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}#navigation #block-mainnavigation .tbm-collapse .tbm-item--has-dropdown.level-1.open div.tbm-link{justify-content:flex-start}#navigation #block-mainnavigation .tbm-collapse .tbm-item--has-dropdown.level-1.open div.tbm-link span.tbm-link{color:#000}#navigation #block-mainnavigation .tbm-collapse div.tbm-row:last-child{display:none}#navigation #block-mainnavigation .tbm-collapse ul.tbm-nav li.level-1:last-child{padding:0 0 1.25rem 1.25rem}#navigation #block-mainnavigation .tbm-collapse .tbm-submenu .tbm-column+.tbm-column{display:none}#navigation #block-mainnavigation .tbm-collapse .tbm-submenu li.tbm-item.level-2{min-height:4rem}#navigation #block-mainnavigation .tbm-collapse .tbm-submenu li.tbm-item.level-2:first-child{border-bottom:none}}@media(max-width:991.98px){#navigation #block-mainnavigation .tbm-collapse{width:300px;left:unset;right:0;margin-right:60px}}@media(max-width:991.98px)and (max-width:575.98px){#navigation #block-mainnavigation .tbm-collapse{left:0%;width:100%;max-height:60vh;overflow:auto;border-bottom:solid 2px #000}}@media(max-width:991.98px){#navigation #block-mainnavigation .tbm-collapse .tbm-nav .level-1.tbm-item--has-dropdown+.level-1.tbm-item--has-dropdown>.tbm-link-container div.tbm-link{border-left:none}#navigation #block-mainnavigation .tbm-collapse li.tbm-item.open div.tbm-submenu{background-color:#f5f5f5;border-top:none;margin-left:1rem}#navigation #block-mainnavigation .tbm-collapse li.tbm-item.open div.tbm-submenu>.tbm-row{padding-left:4%}#navigation #block-mainnavigation .tbm-collapse li.tbm-item.open div.tbm-submenu ul.tbm-subnav{padding-right:0}#navigation #block-mainnavigation .tbm-collapse li.tbm-item.open div.tbm-submenu ul.tbm-subnav li.level-2{padding:.25rem 0;border-top:none;min-height:1rem}#navigation #block-mainnavigation .tbm-collapse li.tbm-item.open div.tbm-submenu ul.tbm-subnav li.level-2 .tbm-link-content a.level-2{padding:0}#navigation #block-mainnavigation .tbm-collapse ul.tbm-subnav{display:block}#navigation #block-mainnavigation .tbm-collapse .tbm-item--has-dropdown.level-1{padding:.5rem}#navigation #block-mainnavigation .tbm-collapse li.level-2 div.tbm-link{padding:0 .25rem}.tbm-main .tbm-submenu .tbm-subnav{display:block}}.region-secondary-menu .topbar__search-submit{font-size:12px;border:none;background:rgba(0,0,0,0);color:#c72a2d;appearance:none;cursor:pointer;outline-width:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1}.region-secondary-menu .topbar__search-submit:hover{color:rgb(177.9439834025,37.5560165975,40.2385892116)}.region-content .has-primary-background-color{background-color:#c72a2d}.region-content .has-secondary-background-color{background-color:#000}.region-content .has-success-background-color{background-color:#009a4b}.region-content .has-info-background-color{background-color:#c72a2d}.region-content .has-warning-background-color{background-color:#e6631f}.region-content .has-danger-background-color{background-color:#e6631f}.region-content .has-light-background-color{background-color:#f5f5f5}.region-content .has-dark-background-color{background-color:#000}.region-content .has-brand-blue-background-color{background-color:#037cdf}.region-content .has-alt-blue-background-color{background-color:#3678bd}.region-content .has-red-background-color{background-color:#c72a2d}.region-content .has-darkgray-background-color{background-color:#333}.region-content .has-lightgray-background-color{background-color:#f5f5f5}.region-content .has-white-smoke-background-color{background-color:#f5f5f5}.region-content .has-lightblue-background-color{background-color:#90ccfe}.region-content .has-green-background-color{background-color:#093}.region-content>.container{max-width:none !important;padding:0}.region-content .wp-block-pullquote{position:relative;border:none}.region-content .wp-block-pullquote blockquote{margin-bottom:0}.region-content .wp-block-pullquote blockquote::before,.region-content .wp-block-pullquote blockquote::after{content:"“";font-size:15em;position:absolute;top:-0.35em;left:0;z-index:-1;color:#f3f3f3;font-family:"Libre Franklin"}.region-content .wp-block-pullquote blockquote::after{top:auto;bottom:-0.8em;left:auto;right:0;content:"”"}.region-content .wp-block-pullquote p{margin-bottom:0}@media(max-width:767.98px){[id]{scroll-margin-top:170px}}@media(min-width:768px){[id]{scroll-margin-top:160px}}@media(min-width:992px){[id]{scroll-margin-top:180px}}.fa,.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit,.far,.fal,.fad,.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{font-family:"Font Awesome 6 Brands";font-weight:400}.fa,.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit{font-family:"Font Awesome 6 Pro";font-weight:900}.far{font-weight:400}.fa-facebook-f::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.facebook a::before{content:""}.fa-linkedin-in::before,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.linkedin a::before{content:""}.fa-vimeo::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.vimeo a::before{content:""}.fa-spotify::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.spotify a::before{content:""}.fa-twitter::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.twitter a::before{content:""}.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before{content:""}.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before{content:""}.fa-search::before,.region-secondary-menu .topbar__search-submit::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-times::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-bars::before{content:""}.fa-user::before{content:""}.region-footer{--bs-body-font-size:12px;background-color:#333}.region-footer>.container{padding:0;display:flex;margin:auto;justify-content:space-between;gap:1em}.region-footer>.container #block-bbb{margin:1em 0}@media(min-width:992px){.region-footer>.container #block-bbb{padding-right:4rem}}@media(max-width:575.98px){.region-footer>.container #block-bbb{margin:0%;padding-top:3rem;padding-right:0}}.region-footer>.container .menu--footer-secondary-menu{display:grid;grid-row-gap:1em;font-family:"Libre Franklin",sans-serif;letter-spacing:.5px;align-items:center;padding-left:calc(var(--bs-gutter-x)*.5)}@media(max-width:575.98px){.region-footer>.container .menu--footer-secondary-menu{padding-left:calc(var(--bs-gutter-x)*.5)}}.region-footer>.container .menu--footer-secondary-menu .copyright{color:#fff;order:2;text-align:center}.region-footer>.container .menu--footer-secondary-menu .copyright a{text-decoration:none;color:#fff}.region-footer>.container .menu--footer-secondary-menu .menu{display:flex;flex-wrap:wrap;justify-content:center;padding-left:0;margin:0;list-style:none}.region-footer>.container .menu--footer-secondary-menu .menu .menu-item{padding-left:1.5vw}.region-footer>.container .menu--footer-secondary-menu .menu a{text-decoration:none;color:#fff}.region-footer>.container .menu--footer-secondary-menu .menu li.social{display:flex;flex-basis:100%;justify-items:center}.region-footer>.container .menu--footer-secondary-menu .menu li.social ul.menu{margin:1em auto}@media(max-width:575.98px){.region-footer>.container .menu--footer-secondary-menu .menu li.social ul.menu{margin:0}}.region-footer>.container .menu--footer-secondary-menu .menu li.social li{margin-right:10px}.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;font-size:0;text-decoration:none}.region-footer>.container .menu--footer-secondary-menu .menu li.social li a::before{font-size:18px}.region-footer>.container .menu--footer-secondary-menu .menu li.social li a:hover{color:rgb(177.9439834025,37.5560165975,40.2385892116)}@media(max-width:767.98px){.region-footer #block-footersecondarymenu{flex-wrap:wrap}.region-footer #block-footersecondarymenu .copyright{margin:1em auto;text-align:left}.region-footer #block-footersecondarymenu ul.menu{display:flex;flex-flow:row wrap;max-width:100%;padding-left:0}.region-footer #block-footersecondarymenu ul.menu .menu-item{padding-left:0;margin-bottom:2.5vw;display:flex;flex-basis:100%}.region-footer #block-footersecondarymenu ul.menu .menu-item.social .menu-item{flex-basis:auto}}.page-node-6 #block-crm-content .wp-block-media-text>.wp-block-media-text__media{justify-self:start}@media(max-width:767.98px){.page-node-6 #block-crm-content .wp-block-media-text>.wp-block-media-text__media{padding-left:8%}}.page-node-6 #block-crm-content .wp-block-media-text>.wp-block-media-text__media img.size-headshot{max-width:200px;border-radius:8px;box-shadow:0px 0px 0px 5px #000;margin-top:10px}.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h2,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h2{color:#c72a2d}.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h4,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h4,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .video-mini-teaser .field--name-title,.video-mini-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .field--name-title,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-resource.node--view-mode-teaser h3,.node--type-resource.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-resource.node--view-mode-teaser .h3,.node--type-resource.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-resource.node--view-mode-search-result h3,.node--type-resource.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-resource.node--view-mode-search-result .h3,.node--type-resource.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-video.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-video.node--view-mode-teaser .h3,.node--type-video.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-video.node--view-mode-search-result h3,.node--type-video.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-video.node--view-mode-search-result .h3,.node--type-video.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-webinar.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-webinar.node--view-mode-teaser .h3,.node--type-webinar.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-webinar.node--view-mode-search-result h3,.node--type-webinar.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-webinar.node--view-mode-search-result .h3,.node--type-webinar.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-customer-story.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-customer-story.node--view-mode-teaser .h3,.node--type-customer-story.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-customer-story.node--view-mode-search-result h3,.node--type-customer-story.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-customer-story.node--view-mode-search-result .h3,.node--type-customer-story.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-event.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-event.node--view-mode-teaser .h3,.node--type-event.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-event.node--view-mode-search-result h3,.node--type-event.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-event.node--view-mode-search-result .h3,.node--type-event.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-media-coverage.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-media-coverage.node--view-mode-teaser .h3,.node--type-media-coverage.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-media-coverage.node--view-mode-search-result h3,.node--type-media-coverage.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-media-coverage.node--view-mode-search-result .h3,.node--type-media-coverage.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-blog-post.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-blog-post.node--view-mode-teaser .h3,.node--type-blog-post.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-blog-post.node--view-mode-search-result h3,.node--type-blog-post.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-blog-post.node--view-mode-search-result .h3,.node--type-blog-post.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast.node--view-mode-teaser .h3,.node--type-podcast.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast.node--view-mode-search-result h3,.node--type-podcast.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast.node--view-mode-search-result .h3,.node--type-podcast.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast-episode.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast-episode.node--view-mode-teaser .h3,.node--type-podcast-episode.node--view-mode-teaser .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast-episode.node--view-mode-search-result h3,.node--type-podcast-episode.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content h3,.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .node--type-podcast-episode.node--view-mode-search-result .h3,.node--type-podcast-episode.node--view-mode-search-result .page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content .h3{font-weight:400}.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content p{line-height:1.2}.page-node-6 #block-crm-content .wp-block-media-text div.wp-block-media-text__content i.fa-linkedin{color:#0077b5;font-size:2rem}@media(max-width:767.98px){.page-node-6 #block-crm-content .wp-block-media-text__media{margin-bottom:1rem}}.page-node-40 #block-crm-content .field--name-field-content{padding-bottom:4vw}.node--type-page header .topbar__form input{margin-bottom:1em}.node--type-resource.node--view-mode-teaser.has-weight,.node--type-resource.node--view-mode-search-result.has-weight,.node--type-video.node--view-mode-teaser.has-weight,.node--type-video.node--view-mode-search-result.has-weight,.node--type-webinar.node--view-mode-teaser.has-weight,.node--type-webinar.node--view-mode-search-result.has-weight,.node--type-customer-story.node--view-mode-teaser.has-weight,.node--type-customer-story.node--view-mode-search-result.has-weight,.node--type-event.node--view-mode-teaser.has-weight,.node--type-event.node--view-mode-search-result.has-weight,.node--type-media-coverage.node--view-mode-teaser.has-weight,.node--type-media-coverage.node--view-mode-search-result.has-weight,.node--type-blog-post.node--view-mode-teaser.has-weight,.node--type-blog-post.node--view-mode-search-result.has-weight,.node--type-podcast.node--view-mode-teaser.has-weight,.node--type-podcast.node--view-mode-search-result.has-weight,.node--type-podcast-episode.node--view-mode-teaser.has-weight,.node--type-podcast-episode.node--view-mode-search-result.has-weight{overflow:hidden;transform:translateZ(0)}.node--type-resource.node--view-mode-teaser.has-weight::before,.node--type-resource.node--view-mode-search-result.has-weight::before,.node--type-video.node--view-mode-teaser.has-weight::before,.node--type-video.node--view-mode-search-result.has-weight::before,.node--type-webinar.node--view-mode-teaser.has-weight::before,.node--type-webinar.node--view-mode-search-result.has-weight::before,.node--type-customer-story.node--view-mode-teaser.has-weight::before,.node--type-customer-story.node--view-mode-search-result.has-weight::before,.node--type-event.node--view-mode-teaser.has-weight::before,.node--type-event.node--view-mode-search-result.has-weight::before,.node--type-media-coverage.node--view-mode-teaser.has-weight::before,.node--type-media-coverage.node--view-mode-search-result.has-weight::before,.node--type-blog-post.node--view-mode-teaser.has-weight::before,.node--type-blog-post.node--view-mode-search-result.has-weight::before,.node--type-podcast.node--view-mode-teaser.has-weight::before,.node--type-podcast.node--view-mode-search-result.has-weight::before,.node--type-podcast-episode.node--view-mode-teaser.has-weight::before,.node--type-podcast-episode.node--view-mode-search-result.has-weight::before,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{content:"";width:100px;height:100px;position:absolute;top:-50px;right:-50px;background-color:#c72a2d}.node--type-resource.node--view-mode-teaser.has-weight::before,.node--type-resource.node--view-mode-search-result.has-weight::before,.node--type-video.node--view-mode-teaser.has-weight::before,.node--type-video.node--view-mode-search-result.has-weight::before,.node--type-webinar.node--view-mode-teaser.has-weight::before,.node--type-webinar.node--view-mode-search-result.has-weight::before,.node--type-customer-story.node--view-mode-teaser.has-weight::before,.node--type-customer-story.node--view-mode-search-result.has-weight::before,.node--type-event.node--view-mode-teaser.has-weight::before,.node--type-event.node--view-mode-search-result.has-weight::before,.node--type-media-coverage.node--view-mode-teaser.has-weight::before,.node--type-media-coverage.node--view-mode-search-result.has-weight::before,.node--type-blog-post.node--view-mode-teaser.has-weight::before,.node--type-blog-post.node--view-mode-search-result.has-weight::before,.node--type-podcast.node--view-mode-teaser.has-weight::before,.node--type-podcast.node--view-mode-search-result.has-weight::before,.node--type-podcast-episode.node--view-mode-teaser.has-weight::before,.node--type-podcast-episode.node--view-mode-search-result.has-weight::before{z-index:2;transform:rotate(45deg);box-shadow:var(--bs-card-box-shadow);border:2px solid #fff}.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{z-index:3;width:20px;height:20px;top:10px;right:10px;height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.scm.node--type-resource.node--view-mode-teaser.has-weight::after,.scm.node--type-resource.node--view-mode-search-result.has-weight::after,.scm.node--type-video.node--view-mode-teaser.has-weight::after,.scm.node--type-video.node--view-mode-search-result.has-weight::after,.scm.node--type-webinar.node--view-mode-teaser.has-weight::after,.scm.node--type-webinar.node--view-mode-search-result.has-weight::after,.scm.node--type-customer-story.node--view-mode-teaser.has-weight::after,.scm.node--type-customer-story.node--view-mode-search-result.has-weight::after,.scm.node--type-event.node--view-mode-teaser.has-weight::after,.scm.node--type-event.node--view-mode-search-result.has-weight::after,.scm.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.scm.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.scm.node--type-blog-post.node--view-mode-teaser.has-weight::after,.scm.node--type-blog-post.node--view-mode-search-result.has-weight::after,.scm.node--type-podcast.node--view-mode-teaser.has-weight::after,.scm.node--type-podcast.node--view-mode-search-result.has-weight::after,.scm.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.scm.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card>div p,.video-mini-teaser>div p,.node--type-person.node--view-mode-teaser>div p,.node--type-resource.node--view-mode-teaser>div p,.node--type-resource.node--view-mode-search-result>div p,.node--type-video.node--view-mode-teaser>div p,.node--type-video.node--view-mode-search-result>div p,.node--type-webinar.node--view-mode-teaser>div p,.node--type-webinar.node--view-mode-search-result>div p,.node--type-customer-story.node--view-mode-teaser>div p,.node--type-customer-story.node--view-mode-search-result>div p,.node--type-event.node--view-mode-teaser>div p,.node--type-event.node--view-mode-search-result>div p,.node--type-media-coverage.node--view-mode-teaser>div p,.node--type-media-coverage.node--view-mode-search-result>div p,.node--type-blog-post.node--view-mode-teaser>div p,.node--type-blog-post.node--view-mode-search-result>div p,.node--type-podcast.node--view-mode-teaser>div p,.node--type-podcast.node--view-mode-search-result>div p,.node--type-podcast-episode.node--view-mode-teaser>div p,.node--type-podcast-episode.node--view-mode-search-result>div p,.wp-block-group.is-style-card>div p,.card>div li,.video-mini-teaser>div li,.node--type-person.node--view-mode-teaser>div li,.node--type-resource.node--view-mode-teaser>div li,.node--type-resource.node--view-mode-search-result>div li,.node--type-video.node--view-mode-teaser>div li,.node--type-video.node--view-mode-search-result>div li,.node--type-webinar.node--view-mode-teaser>div li,.node--type-webinar.node--view-mode-search-result>div li,.node--type-customer-story.node--view-mode-teaser>div li,.node--type-customer-story.node--view-mode-search-result>div li,.node--type-event.node--view-mode-teaser>div li,.node--type-event.node--view-mode-search-result>div li,.node--type-media-coverage.node--view-mode-teaser>div li,.node--type-media-coverage.node--view-mode-search-result>div li,.node--type-blog-post.node--view-mode-teaser>div li,.node--type-blog-post.node--view-mode-search-result>div li,.node--type-podcast.node--view-mode-teaser>div li,.node--type-podcast.node--view-mode-search-result>div li,.node--type-podcast-episode.node--view-mode-teaser>div li,.node--type-podcast-episode.node--view-mode-search-result>div li,.wp-block-group.is-style-card>div li{font-size:auto !important}.card .eyebrow,.video-mini-teaser .eyebrow,.node--type-person.node--view-mode-teaser .eyebrow,.node--type-resource.node--view-mode-teaser .eyebrow,.node--type-resource.node--view-mode-search-result .eyebrow,.node--type-video.node--view-mode-teaser .eyebrow,.node--type-video.node--view-mode-search-result .eyebrow,.node--type-webinar.node--view-mode-teaser .eyebrow,.node--type-webinar.node--view-mode-search-result .eyebrow,.node--type-customer-story.node--view-mode-teaser .eyebrow,.node--type-customer-story.node--view-mode-search-result .eyebrow,.node--type-event.node--view-mode-teaser .eyebrow,.node--type-event.node--view-mode-search-result .eyebrow,.node--type-media-coverage.node--view-mode-teaser .eyebrow,.node--type-media-coverage.node--view-mode-search-result .eyebrow,.node--type-blog-post.node--view-mode-teaser .eyebrow,.node--type-blog-post.node--view-mode-search-result .eyebrow,.node--type-podcast.node--view-mode-teaser .eyebrow,.node--type-podcast.node--view-mode-search-result .eyebrow,.node--type-podcast-episode.node--view-mode-teaser .eyebrow,.node--type-podcast-episode.node--view-mode-search-result .eyebrow,.wp-block-group.is-style-card .eyebrow{border-top-right-radius:.375rem;background:#c72a2d;display:inline-block;color:#fff;text-transform:uppercase;font-size:80% !important;padding:.25em .5em;position:absolute;top:0;right:0}.card.crm,.crm.video-mini-teaser,.crm.node--type-person.node--view-mode-teaser,.crm.node--type-resource.node--view-mode-teaser,.crm.node--type-resource.node--view-mode-search-result,.crm.node--type-video.node--view-mode-teaser,.crm.node--type-video.node--view-mode-search-result,.crm.node--type-webinar.node--view-mode-teaser,.crm.node--type-webinar.node--view-mode-search-result,.crm.node--type-customer-story.node--view-mode-teaser,.crm.node--type-customer-story.node--view-mode-search-result,.crm.node--type-event.node--view-mode-teaser,.crm.node--type-event.node--view-mode-search-result,.crm.node--type-media-coverage.node--view-mode-teaser,.crm.node--type-media-coverage.node--view-mode-search-result,.crm.node--type-blog-post.node--view-mode-teaser,.crm.node--type-blog-post.node--view-mode-search-result,.crm.node--type-podcast.node--view-mode-teaser,.crm.node--type-podcast.node--view-mode-search-result,.crm.node--type-podcast-episode.node--view-mode-teaser,.crm.node--type-podcast-episode.node--view-mode-search-result,.crm.wp-block-group.is-style-card,.card.scm,.scm.video-mini-teaser,.scm.node--type-person.node--view-mode-teaser,.scm.node--type-resource.node--view-mode-teaser,.scm.node--type-resource.node--view-mode-search-result,.scm.node--type-video.node--view-mode-teaser,.scm.node--type-video.node--view-mode-search-result,.scm.node--type-webinar.node--view-mode-teaser,.scm.node--type-webinar.node--view-mode-search-result,.scm.node--type-customer-story.node--view-mode-teaser,.scm.node--type-customer-story.node--view-mode-search-result,.scm.node--type-event.node--view-mode-teaser,.scm.node--type-event.node--view-mode-search-result,.scm.node--type-media-coverage.node--view-mode-teaser,.scm.node--type-media-coverage.node--view-mode-search-result,.scm.node--type-blog-post.node--view-mode-teaser,.scm.node--type-blog-post.node--view-mode-search-result,.scm.node--type-podcast.node--view-mode-teaser,.scm.node--type-podcast.node--view-mode-search-result,.scm.node--type-podcast-episode.node--view-mode-teaser,.scm.node--type-podcast-episode.node--view-mode-search-result,.scm.wp-block-group.is-style-card{overflow:hidden}.card.crm::before,.crm.video-mini-teaser::before,.crm.node--type-person.node--view-mode-teaser::before,.crm.node--type-resource.node--view-mode-teaser::before,.crm.node--type-resource.node--view-mode-search-result::before,.crm.node--type-video.node--view-mode-teaser::before,.crm.node--type-video.node--view-mode-search-result::before,.crm.node--type-webinar.node--view-mode-teaser::before,.crm.node--type-webinar.node--view-mode-search-result::before,.crm.node--type-customer-story.node--view-mode-teaser::before,.crm.node--type-customer-story.node--view-mode-search-result::before,.crm.node--type-event.node--view-mode-teaser::before,.crm.node--type-event.node--view-mode-search-result::before,.crm.node--type-media-coverage.node--view-mode-teaser::before,.crm.node--type-media-coverage.node--view-mode-search-result::before,.crm.node--type-blog-post.node--view-mode-teaser::before,.crm.node--type-blog-post.node--view-mode-search-result::before,.crm.node--type-podcast.node--view-mode-teaser::before,.crm.node--type-podcast.node--view-mode-search-result::before,.crm.node--type-podcast-episode.node--view-mode-teaser::before,.crm.node--type-podcast-episode.node--view-mode-search-result::before,.crm.wp-block-group.is-style-card::before,.card.crm::after,.crm.video-mini-teaser::after,.crm.node--type-person.node--view-mode-teaser::after,.crm.node--type-resource.node--view-mode-teaser::after,.crm.node--type-resource.node--view-mode-search-result::after,.crm.node--type-video.node--view-mode-teaser::after,.crm.node--type-video.node--view-mode-search-result::after,.crm.node--type-webinar.node--view-mode-teaser::after,.crm.node--type-webinar.node--view-mode-search-result::after,.crm.node--type-customer-story.node--view-mode-teaser::after,.crm.node--type-customer-story.node--view-mode-search-result::after,.crm.node--type-event.node--view-mode-teaser::after,.crm.node--type-event.node--view-mode-search-result::after,.crm.node--type-media-coverage.node--view-mode-teaser::after,.crm.node--type-media-coverage.node--view-mode-search-result::after,.crm.node--type-blog-post.node--view-mode-teaser::after,.crm.node--type-blog-post.node--view-mode-search-result::after,.crm.node--type-podcast.node--view-mode-teaser::after,.crm.node--type-podcast.node--view-mode-search-result::after,.crm.node--type-podcast-episode.node--view-mode-teaser::after,.crm.node--type-podcast-episode.node--view-mode-search-result::after,.crm.wp-block-group.is-style-card::after,.card.scm::before,.scm.video-mini-teaser::before,.scm.node--type-person.node--view-mode-teaser::before,.scm.node--type-resource.node--view-mode-teaser::before,.scm.node--type-resource.node--view-mode-search-result::before,.scm.node--type-video.node--view-mode-teaser::before,.scm.node--type-video.node--view-mode-search-result::before,.scm.node--type-webinar.node--view-mode-teaser::before,.scm.node--type-webinar.node--view-mode-search-result::before,.scm.node--type-customer-story.node--view-mode-teaser::before,.scm.node--type-customer-story.node--view-mode-search-result::before,.scm.node--type-event.node--view-mode-teaser::before,.scm.node--type-event.node--view-mode-search-result::before,.scm.node--type-media-coverage.node--view-mode-teaser::before,.scm.node--type-media-coverage.node--view-mode-search-result::before,.scm.node--type-blog-post.node--view-mode-teaser::before,.scm.node--type-blog-post.node--view-mode-search-result::before,.scm.node--type-podcast.node--view-mode-teaser::before,.scm.node--type-podcast.node--view-mode-search-result::before,.scm.node--type-podcast-episode.node--view-mode-teaser::before,.scm.node--type-podcast-episode.node--view-mode-search-result::before,.scm.wp-block-group.is-style-card::before,.card.scm::after,.scm.video-mini-teaser::after,.scm.node--type-person.node--view-mode-teaser::after,.scm.node--type-resource.node--view-mode-teaser::after,.scm.node--type-resource.node--view-mode-search-result::after,.scm.node--type-video.node--view-mode-teaser::after,.scm.node--type-video.node--view-mode-search-result::after,.scm.node--type-webinar.node--view-mode-teaser::after,.scm.node--type-webinar.node--view-mode-search-result::after,.scm.node--type-customer-story.node--view-mode-teaser::after,.scm.node--type-customer-story.node--view-mode-search-result::after,.scm.node--type-event.node--view-mode-teaser::after,.scm.node--type-event.node--view-mode-search-result::after,.scm.node--type-media-coverage.node--view-mode-teaser::after,.scm.node--type-media-coverage.node--view-mode-search-result::after,.scm.node--type-blog-post.node--view-mode-teaser::after,.scm.node--type-blog-post.node--view-mode-search-result::after,.scm.node--type-podcast.node--view-mode-teaser::after,.scm.node--type-podcast.node--view-mode-search-result::after,.scm.node--type-podcast-episode.node--view-mode-teaser::after,.scm.node--type-podcast-episode.node--view-mode-search-result::after,.scm.wp-block-group.is-style-card::after{content:"";width:100px;height:100px;position:absolute;top:-50px;right:-50px;background-color:#c72a2d}.card.crm::before,.crm.video-mini-teaser::before,.crm.node--type-person.node--view-mode-teaser::before,.crm.node--type-resource.node--view-mode-teaser::before,.crm.node--type-resource.node--view-mode-search-result::before,.crm.node--type-video.node--view-mode-teaser::before,.crm.node--type-video.node--view-mode-search-result::before,.crm.node--type-webinar.node--view-mode-teaser::before,.crm.node--type-webinar.node--view-mode-search-result::before,.crm.node--type-customer-story.node--view-mode-teaser::before,.crm.node--type-customer-story.node--view-mode-search-result::before,.crm.node--type-event.node--view-mode-teaser::before,.crm.node--type-event.node--view-mode-search-result::before,.crm.node--type-media-coverage.node--view-mode-teaser::before,.crm.node--type-media-coverage.node--view-mode-search-result::before,.crm.node--type-blog-post.node--view-mode-teaser::before,.crm.node--type-blog-post.node--view-mode-search-result::before,.crm.node--type-podcast.node--view-mode-teaser::before,.crm.node--type-podcast.node--view-mode-search-result::before,.crm.node--type-podcast-episode.node--view-mode-teaser::before,.crm.node--type-podcast-episode.node--view-mode-search-result::before,.crm.wp-block-group.is-style-card::before,.card.scm::before,.scm.video-mini-teaser::before,.scm.node--type-person.node--view-mode-teaser::before,.scm.node--type-resource.node--view-mode-teaser::before,.scm.node--type-resource.node--view-mode-search-result::before,.scm.node--type-video.node--view-mode-teaser::before,.scm.node--type-video.node--view-mode-search-result::before,.scm.node--type-webinar.node--view-mode-teaser::before,.scm.node--type-webinar.node--view-mode-search-result::before,.scm.node--type-customer-story.node--view-mode-teaser::before,.scm.node--type-customer-story.node--view-mode-search-result::before,.scm.node--type-event.node--view-mode-teaser::before,.scm.node--type-event.node--view-mode-search-result::before,.scm.node--type-media-coverage.node--view-mode-teaser::before,.scm.node--type-media-coverage.node--view-mode-search-result::before,.scm.node--type-blog-post.node--view-mode-teaser::before,.scm.node--type-blog-post.node--view-mode-search-result::before,.scm.node--type-podcast.node--view-mode-teaser::before,.scm.node--type-podcast.node--view-mode-search-result::before,.scm.node--type-podcast-episode.node--view-mode-teaser::before,.scm.node--type-podcast-episode.node--view-mode-search-result::before,.scm.wp-block-group.is-style-card::before{transform:rotate(45deg)}.card.crm::after,.crm.video-mini-teaser::after,.crm.node--type-person.node--view-mode-teaser::after,.crm.node--type-resource.node--view-mode-teaser::after,.crm.node--type-resource.node--view-mode-search-result::after,.crm.node--type-video.node--view-mode-teaser::after,.crm.node--type-video.node--view-mode-search-result::after,.crm.node--type-webinar.node--view-mode-teaser::after,.crm.node--type-webinar.node--view-mode-search-result::after,.crm.node--type-customer-story.node--view-mode-teaser::after,.crm.node--type-customer-story.node--view-mode-search-result::after,.crm.node--type-event.node--view-mode-teaser::after,.crm.node--type-event.node--view-mode-search-result::after,.crm.node--type-media-coverage.node--view-mode-teaser::after,.crm.node--type-media-coverage.node--view-mode-search-result::after,.crm.node--type-blog-post.node--view-mode-teaser::after,.crm.node--type-blog-post.node--view-mode-search-result::after,.crm.node--type-podcast.node--view-mode-teaser::after,.crm.node--type-podcast.node--view-mode-search-result::after,.crm.node--type-podcast-episode.node--view-mode-teaser::after,.crm.node--type-podcast-episode.node--view-mode-search-result::after,.crm.wp-block-group.is-style-card::after,.card.scm::after,.scm.video-mini-teaser::after,.scm.node--type-person.node--view-mode-teaser::after,.scm.node--type-resource.node--view-mode-teaser::after,.scm.node--type-resource.node--view-mode-search-result::after,.scm.node--type-video.node--view-mode-teaser::after,.scm.node--type-video.node--view-mode-search-result::after,.scm.node--type-webinar.node--view-mode-teaser::after,.scm.node--type-webinar.node--view-mode-search-result::after,.scm.node--type-customer-story.node--view-mode-teaser::after,.scm.node--type-customer-story.node--view-mode-search-result::after,.scm.node--type-event.node--view-mode-teaser::after,.scm.node--type-event.node--view-mode-search-result::after,.scm.node--type-media-coverage.node--view-mode-teaser::after,.scm.node--type-media-coverage.node--view-mode-search-result::after,.scm.node--type-blog-post.node--view-mode-teaser::after,.scm.node--type-blog-post.node--view-mode-search-result::after,.scm.node--type-podcast.node--view-mode-teaser::after,.scm.node--type-podcast.node--view-mode-search-result::after,.scm.node--type-podcast-episode.node--view-mode-teaser::after,.scm.node--type-podcast-episode.node--view-mode-search-result::after,.scm.wp-block-group.is-style-card::after{z-index:2;width:20px;height:20px;top:10px;right:10px;height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card.crm.scm::after,.card.scm.scm::after,.scm.scm.video-mini-teaser::after,.scm.scm.node--type-person.node--view-mode-teaser::after,.scm.scm.node--type-resource.node--view-mode-teaser::after,.scm.scm.node--type-resource.node--view-mode-search-result::after,.scm.scm.node--type-video.node--view-mode-teaser::after,.scm.scm.node--type-video.node--view-mode-search-result::after,.scm.scm.node--type-webinar.node--view-mode-teaser::after,.scm.scm.node--type-webinar.node--view-mode-search-result::after,.scm.scm.node--type-customer-story.node--view-mode-teaser::after,.scm.scm.node--type-customer-story.node--view-mode-search-result::after,.scm.scm.node--type-event.node--view-mode-teaser::after,.scm.scm.node--type-event.node--view-mode-search-result::after,.scm.scm.node--type-media-coverage.node--view-mode-teaser::after,.scm.scm.node--type-media-coverage.node--view-mode-search-result::after,.scm.scm.node--type-blog-post.node--view-mode-teaser::after,.scm.scm.node--type-blog-post.node--view-mode-search-result::after,.scm.scm.node--type-podcast.node--view-mode-teaser::after,.scm.scm.node--type-podcast.node--view-mode-search-result::after,.scm.scm.node--type-podcast-episode.node--view-mode-teaser::after,.scm.scm.node--type-podcast-episode.node--view-mode-search-result::after,.scm.scm.wp-block-group.is-style-card::after{height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card.crm .wp-block-group>h3,.crm.video-mini-teaser .wp-block-group>h3,.crm.node--type-person.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-resource.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-resource.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-video.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-video.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-webinar.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-webinar.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-customer-story.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-customer-story.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-event.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-event.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-media-coverage.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-media-coverage.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-blog-post.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-blog-post.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-podcast.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-podcast.node--view-mode-search-result .wp-block-group>h3,.crm.node--type-podcast-episode.node--view-mode-teaser .wp-block-group>h3,.crm.node--type-podcast-episode.node--view-mode-search-result .wp-block-group>h3,.crm.wp-block-group.is-style-card .wp-block-group>h3,.card.crm .wp-block-group>.h3,.crm.video-mini-teaser .wp-block-group>.h3,.crm.node--type-person.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-resource.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-resource.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-video.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-video.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-webinar.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-webinar.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-customer-story.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-customer-story.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-event.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-event.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-media-coverage.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-media-coverage.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-blog-post.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-blog-post.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-podcast.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-podcast.node--view-mode-search-result .wp-block-group>.h3,.crm.node--type-podcast-episode.node--view-mode-teaser .wp-block-group>.h3,.crm.node--type-podcast-episode.node--view-mode-search-result .wp-block-group>.h3,.crm.wp-block-group.is-style-card .wp-block-group>.h3,.card.scm .wp-block-group>h3,.scm.video-mini-teaser .wp-block-group>h3,.scm.node--type-person.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-resource.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-resource.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-video.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-video.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-webinar.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-webinar.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-customer-story.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-customer-story.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-event.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-event.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-media-coverage.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-media-coverage.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-blog-post.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-blog-post.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-podcast.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-podcast.node--view-mode-search-result .wp-block-group>h3,.scm.node--type-podcast-episode.node--view-mode-teaser .wp-block-group>h3,.scm.node--type-podcast-episode.node--view-mode-search-result .wp-block-group>h3,.scm.wp-block-group.is-style-card .wp-block-group>h3,.card.scm .wp-block-group>.h3,.scm.video-mini-teaser .wp-block-group>.h3,.scm.node--type-person.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-resource.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-resource.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-video.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-video.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-webinar.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-webinar.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-customer-story.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-customer-story.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-event.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-event.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-media-coverage.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-media-coverage.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-blog-post.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-blog-post.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-podcast.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-podcast.node--view-mode-search-result .wp-block-group>.h3,.scm.node--type-podcast-episode.node--view-mode-teaser .wp-block-group>.h3,.scm.node--type-podcast-episode.node--view-mode-search-result .wp-block-group>.h3,.scm.wp-block-group.is-style-card .wp-block-group>.h3{max-width:90%}#block-crm-content .block-menu ul.crosslinks{display:grid;max-width:900px;grid-template-columns:50% 50%;column-gap:1rem;row-gap:1rem;font-size:1rem;list-style:none;padding:0}#block-crm-content .block-menu ul.crosslinks i,#block-crm-content .block-menu ul.crosslinks svg{color:#c72a2d}#block-crm-content .block-menu ul.crosslinks a{font-weight:800;text-decoration:none}:root .tooltip{--bs-tooltip-opacity:0.9;--bs-tooltip-bg:#C72A2D}body .tooltip-inner{max-width:500px}.alert{font-size:1.2rem}.alert .text-formatted{display:flex;justify-content:center;align-content:center;padding:1em 0}.alert .text-formatted p{margin:0;align-self:center}@media(max-width:767.98px){.alert .text-formatted p{margin-right:1em}}.alert i:not(.fa-times-circle){font-size:2em;margin-right:1em}@media(max-width:767.98px){.alert i:not(.fa-times-circle){padding-left:.5em;margin-right:.5em}}.alert-info{background:#f5f5f5;border:none;color:#333}.alert{--icon-padding:60px;--icon-size:30px}.tooltip{--icon-size:25px;--icon-padding:35px}.alert.crm,.alert.scm,.tooltip .wp-block-group.crm,.tooltip .wp-block-group.scm{padding-left:var(--icon-padding);position:relative}.alert.crm::before,.alert.scm::before,.tooltip .wp-block-group.crm::before,.tooltip .wp-block-group.scm::before{display:block;position:absolute;top:20px;left:20px;content:"";width:var(--icon-size) !important;height:var(--icon-size) !important;background-size:cover}.alert.crm::before,.tooltip .wp-block-group.crm::before{height:20px;width:20px;background-color:#C72A2D;-webkit-mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.alert.scm::before,.tooltip .wp-block-group.scm::before{height:20px;width:20px;background-color:#C72A2D;-webkit-mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tooltip .wp-block-group{background:rgba(0,0,0,0) !important;color:#fff;font-weight:bold;align-items:center}.tooltip .wp-block-group p:last-child{margin-bottom:0}.tooltip .wp-block-group *{text-align:left}.tooltip .wp-block-group.crm::before,.tooltip .wp-block-group.scm::before{top:0;left:0}.tooltip .wp-block-group.crm::before{height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/CRM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tooltip .wp-block-group.scm::before{height:20px;width:20px;background-color:#fff;-webkit-mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);mask-image:url(/themes/custom/crm/dist/images/SCM-Product-Favicon.svg);background-size:cover;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.has-background .alert-info{background:#fff}.region-alert .close{position:absolute;top:5px;right:1em;cursor:pointer}@media(max-width:767.98px){.region-alert .close{right:3px;padding-right:0}}.region-alert .block.notification{position:relative;padding:1rem 0}.region-alert .block.notification p{line-height:120%}.region-alert .block.notification p:last-child{margin-bottom:0}.region-alert .block.notification .field--name-body{padding:0 1rem}div.is-layout-flex{display:flex}.wp-block-columns{column-gap:2em}@keyframes iconBackground{0%{background-color:hsl(207,97.3451327434%,94.3137254902%)}50%{background-color:hsl(207,97.3451327434%,69.3137254902%)}10%{background-color:hsl(207,97.3451327434%,94.3137254902%)}}.wp-block-group.is-style-card{height:100%}.wp-block-group.is-style-card>div{display:flex;flex-direction:column;flex:1}.wp-block-group.is-style-card>div p{color:#000}.wp-block-group.is-style-card>div h2.with-icon,.wp-block-group.is-style-card>div .with-icon.h2,.wp-block-group.is-style-card>div h3.with-icon,.wp-block-group.is-style-card>div .with-icon.h3{padding-left:0;position:relative}.wp-block-group.is-style-card>div h2.with-icon>i,.wp-block-group.is-style-card>div .with-icon.h2>i,.wp-block-group.is-style-card>div h3.with-icon>i,.wp-block-group.is-style-card>div .with-icon.h3>i{font-size:20px;color:#fff;display:block;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;background:hsl(207,97.3451327434%,94.3137254902%);animation:iconBackground 5s infinite;color:#037cdf;position:relative;top:0;left:-0.25em;border-radius:50%;margin:auto;margin-bottom:.5rem}.wp-block-group.is-style-card>div a.wp-block-button__link{--bs-btn-bg:white;--bs-btn-color:black;border:solid 1px #dddfe0}.wp-block-group.is-style-card>div .wp-block-buttons:last-child{margin-top:auto !important}@media(max-width:767.98px){.wp-block-group.has-background{padding-left:0;padding-right:0}}section.wp-block-group>.wp-block-columns:last-child{margin-bottom:0 !important}.wp-block-media-text{padding:0}@media(min-width:992px){.wp-block-column>.wp-block-media-text{padding-right:3vw;padding-bottom:3vw}}@media(min-width:992px){.wp-block-columns.features .wp-block-column>.wp-block-media-text,.features .wp-block-column>.wp-block-media-text{padding-top:0;padding-bottom:0}}.accordion .accordion-header .accordion-button{width:100%}.wp-block-group.coverage-map{background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(174,220,253) 25%,rgb(174,220,253) 75%,rgb(255,255,255) 100%)}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control,main form input[type=text],main form input[type=tel],main form input[type=email],main form input[type=password],.region-content header .cta form input,.region-content header .cta form select{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control,main form input[type=text],main form input[type=tel],main form input[type=email],main form input[type=password],.region-content header .cta form input,.region-content header .cta form select{transition:none}}.form-control[type=file],main form input[type=file][type=text],main form input[type=file][type=tel],main form input[type=file][type=email],main form input[type=file][type=password],.region-content header .cta form input[type=file],.region-content header .cta form select[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]),main form input[type=file][type=text]:not(:disabled):not([readonly]),main form input[type=file][type=tel]:not(:disabled):not([readonly]),main form input[type=file][type=email]:not(:disabled):not([readonly]),main form input[type=file][type=password]:not(:disabled):not([readonly]),.region-content header .cta form input[type=file]:not(:disabled):not([readonly]),.region-content header .cta form select[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus,main form input[type=text]:focus,main form input[type=tel]:focus,main form input[type=email]:focus,main form input[type=password]:focus,.region-content header .cta form input:focus,.region-content header .cta form select:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(227,148.5,150);outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(199,42,45,.25)}.form-control::-webkit-date-and-time-value,main form input[type=text]::-webkit-date-and-time-value,main form input[type=tel]::-webkit-date-and-time-value,main form input[type=email]::-webkit-date-and-time-value,main form input[type=password]::-webkit-date-and-time-value,.region-content header .cta form input::-webkit-date-and-time-value,.region-content header .cta form select::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit,main form input[type=text]::-webkit-datetime-edit,main form input[type=tel]::-webkit-datetime-edit,main form input[type=email]::-webkit-datetime-edit,main form input[type=password]::-webkit-datetime-edit,.region-content header .cta form input::-webkit-datetime-edit,.region-content header .cta form select::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder,main form input[type=text]::placeholder,main form input[type=tel]::placeholder,main form input[type=email]::placeholder,main form input[type=password]::placeholder,.region-content header .cta form input::placeholder,.region-content header .cta form select::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled,main form input[type=text]:disabled,main form input[type=tel]:disabled,main form input[type=email]:disabled,main form input[type=password]:disabled,.region-content header .cta form input:disabled,.region-content header .cta form select:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button,main form input[type=text]::file-selector-button,main form input[type=tel]::file-selector-button,main form input[type=email]::file-selector-button,main form input[type=password]::file-selector-button,.region-content header .cta form input::file-selector-button,.region-content header .cta form select::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button,main form input[type=text]::file-selector-button,main form input[type=tel]::file-selector-button,main form input[type=email]::file-selector-button,main form input[type=password]::file-selector-button,.region-content header .cta form input::file-selector-button,.region-content header .cta form select::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button,main form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,main form input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,main form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,main form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,.region-content header .cta form input:hover:not(:disabled):not([readonly])::file-selector-button,.region-content header .cta form select:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select,main form select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:var(--bs-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select,main form select{transition:none}}.form-select:focus,main form select:focus{border-color:rgb(227,148.5,150);outline:0;box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(199,42,45,.25)}.form-select[multiple],main form select[multiple],.form-select[size]:not([size="1"]),main form select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled,main form select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring,main form select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select,[data-bs-theme=dark] main form select,main form [data-bs-theme=dark] select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input,.form-check main form .form-type-radio input,main form .form-type-radio .form-check input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input,.form-check-reverse main form .form-type-radio input,main form .form-type-radio .form-check-reverse input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input,main form .form-type-radio input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox],main form .form-type-radio input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio],main form .form-type-radio input[type=radio]{border-radius:50%}.form-check-input:active,main form .form-type-radio input:active{filter:brightness(90%)}.form-check-input:focus,main form .form-type-radio input:focus{border-color:rgb(227,148.5,150);outline:0;box-shadow:0 0 0 .25rem rgba(199,42,45,.25)}.form-check-input:checked,main form .form-type-radio input:checked{background-color:#c72a2d;border-color:#c72a2d}.form-check-input:checked[type=checkbox],main form .form-type-radio input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio],main form .form-type-radio input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate,main form .form-type-radio input[type=checkbox]:indeterminate{background-color:#c72a2d;border-color:#c72a2d;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled,main form .form-type-radio input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,main form .form-type-radio .form-check-input[disabled]~label,main form .form-type-radio input[disabled]~.form-check-label,main form .form-type-radio input[disabled]~label,.form-check-input:disabled~.form-check-label,main form .form-type-radio .form-check-input:disabled~label,main form .form-type-radio input:disabled~.form-check-label,main form .form-type-radio input:disabled~label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input,.form-switch main form .form-type-radio input,main form .form-type-radio .form-switch input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input,.form-switch main form .form-type-radio input,main form .form-type-radio .form-switch input{transition:none}}.form-switch .form-check-input:focus,.form-switch main form .form-type-radio input:focus,main form .form-type-radio .form-switch input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28227, 148.5, 150%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked,.form-switch main form .form-type-radio input:checked,main form .form-type-radio .form-switch input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input,.form-switch.form-check-reverse main form .form-type-radio input,main form .form-type-radio .form-switch.form-check-reverse input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,#sliding-popup>div .btn-check[disabled]+.decline-button,#sliding-popup>div .btn-check[disabled]+.eu-cookie-withdraw-button,#sliding-popup>div .btn-check[disabled]+.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-video.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-video.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-event.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-event.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check[disabled]+a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check[disabled]+a,.node--type-resource .field--name-field-link .btn-check[disabled]+a,.node--type-video .field--name-field-link .btn-check[disabled]+a,.node--type-webinar .field--name-field-link .btn-check[disabled]+a,.node--type-customer-story .field--name-field-link .btn-check[disabled]+a,.node--type-event .field--name-field-link .btn-check[disabled]+a,.node--type-media-coverage .field--name-field-link .btn-check[disabled]+a,.node--type-blog-post .field--name-field-link .btn-check[disabled]+a,.node--type-podcast .field--name-field-link .btn-check[disabled]+a,.node--type-podcast-episode .field--name-field-link .btn-check[disabled]+a,.view-resources .view-filters form .form--inline .form-actions .btn-check[disabled]+.button,.view-resource-search .view-filters form .form--inline .form-actions .btn-check[disabled]+.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check[disabled]+.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check[disabled]+.button,main form .btn-check[disabled]+button,main form .btn-check[disabled]+input[type=submit],.region-content header .cta form .btn-check[disabled]+button,.region-content header .cta form .btn-check[disabled]+input[type=submit],.node--type-customer-story .download-resource .btn-check[disabled]+a,.region-main-menu nav ul .btn-check[disabled]+a.button,.wp-block-buttons .wp-block-button .btn-check[disabled]+a,.wp-block-buttons .wp-block-button .btn-check[disabled]+.wp-block-button__link,.btn-check:disabled+.btn,#sliding-popup>div .btn-check:disabled+.decline-button,#sliding-popup>div .btn-check:disabled+.eu-cookie-withdraw-button,#sliding-popup>div .btn-check:disabled+.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-resource.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-video.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-video.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-webinar.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-webinar.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-customer-story.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-customer-story.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-event.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-event.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-blog-post.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-blog-post.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-podcast.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-podcast.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .btn-check:disabled+a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .btn-check:disabled+a,.node--type-resource .field--name-field-link .btn-check:disabled+a,.node--type-video .field--name-field-link .btn-check:disabled+a,.node--type-webinar .field--name-field-link .btn-check:disabled+a,.node--type-customer-story .field--name-field-link .btn-check:disabled+a,.node--type-event .field--name-field-link .btn-check:disabled+a,.node--type-media-coverage .field--name-field-link .btn-check:disabled+a,.node--type-blog-post .field--name-field-link .btn-check:disabled+a,.node--type-podcast .field--name-field-link .btn-check:disabled+a,.node--type-podcast-episode .field--name-field-link .btn-check:disabled+a,.view-resources .view-filters form .form--inline .form-actions .btn-check:disabled+.button,.view-resource-search .view-filters form .form--inline .form-actions .btn-check:disabled+.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .btn-check:disabled+.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .btn-check:disabled+.button,main form .btn-check:disabled+button,main form .btn-check:disabled+input[type=submit],.region-content header .cta form .btn-check:disabled+button,.region-content header .cta form .btn-check:disabled+input[type=submit],.node--type-customer-story .download-resource .btn-check:disabled+a,.region-main-menu nav ul .btn-check:disabled+a.button,.wp-block-buttons .wp-block-button .btn-check:disabled+a,.wp-block-buttons .wp-block-button .btn-check:disabled+.wp-block-button__link{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus),[data-bs-theme=dark] .form-switch main form .form-type-radio input:not(:checked):not(:focus),main form .form-type-radio [data-bs-theme=dark] .form-switch input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(199,42,45,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(199,42,45,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#c72a2d;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:rgb(238.2,191.1,192)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#c72a2d;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:rgb(238.2,191.1,192)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem;box-shadow:var(--bs-box-shadow-inset)}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,main form .form-floating>input[type=text],main form .form-floating>input[type=tel],main form .form-floating>input[type=email],main form .form-floating>input[type=password],.region-content header .cta form .form-floating>input,.region-content header .cta form .form-floating>select,.form-floating>.form-control-plaintext,.form-floating>.form-select,main form .form-floating>select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),0.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,main form .form-floating>input[type=text],main form .form-floating>input[type=tel],main form .form-floating>input[type=email],main form .form-floating>input[type=password],.region-content header .cta form .form-floating>input,.region-content header .cta form .form-floating>select,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,main form .form-floating>input[type=text]::placeholder,main form .form-floating>input[type=tel]::placeholder,main form .form-floating>input[type=email]::placeholder,main form .form-floating>input[type=password]::placeholder,.region-content header .cta form .form-floating>input::placeholder,.region-content header .cta form .form-floating>select::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,main form .form-floating>input[type=text]:focus,main form .form-floating>input[type=tel]:focus,main form .form-floating>input[type=email]:focus,main form .form-floating>input[type=password]:focus,.region-content header .cta form .form-floating>input:focus,.region-content header .cta form .form-floating>select:focus,.form-floating>.form-control:not(:placeholder-shown),main form .form-floating>input[type=text]:not(:placeholder-shown),main form .form-floating>input[type=tel]:not(:placeholder-shown),main form .form-floating>input[type=email]:not(:placeholder-shown),main form .form-floating>input[type=password]:not(:placeholder-shown),.region-content header .cta form .form-floating>input:not(:placeholder-shown),.region-content header .cta form .form-floating>select:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,main form .form-floating>input[type=text]:-webkit-autofill,main form .form-floating>input[type=tel]:-webkit-autofill,main form .form-floating>input[type=email]:-webkit-autofill,main form .form-floating>input[type=password]:-webkit-autofill,.region-content header .cta form .form-floating>input:-webkit-autofill,.region-content header .cta form .form-floating>select:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select,main form .form-floating>select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,main form .form-floating>input[type=text]:focus~label,main form .form-floating>input[type=tel]:focus~label,main form .form-floating>input[type=email]:focus~label,main form .form-floating>input[type=password]:focus~label,.region-content header .cta form .form-floating>input:focus~label,.region-content header .cta form .form-floating>select:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,main form .form-floating>input[type=text]:not(:placeholder-shown)~label,main form .form-floating>input[type=tel]:not(:placeholder-shown)~label,main form .form-floating>input[type=email]:not(:placeholder-shown)~label,main form .form-floating>input[type=password]:not(:placeholder-shown)~label,.region-content header .cta form .form-floating>input:not(:placeholder-shown)~label,.region-content header .cta form .form-floating>select:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label,main form .form-floating>select~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label,main form .form-floating>input[type=text]:-webkit-autofill~label,main form .form-floating>input[type=tel]:-webkit-autofill~label,main form .form-floating>input[type=email]:-webkit-autofill~label,main form .form-floating>input[type=password]:-webkit-autofill~label,.region-content header .cta form .form-floating>input:-webkit-autofill~label,.region-content header .cta form .form-floating>select:-webkit-autofill~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label,.region-content header .cta form .form-floating>input:disabled~label,.region-content header .cta form .form-floating>select:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,main form .input-group>input[type=text],main form .input-group>input[type=tel],main form .input-group>input[type=email],main form .input-group>input[type=password],.region-content header .cta form .input-group>input,.region-content header .cta form .input-group>select,.input-group>.form-select,main form .input-group>select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,main form .input-group>input[type=text]:focus,main form .input-group>input[type=tel]:focus,main form .input-group>input[type=email]:focus,main form .input-group>input[type=password]:focus,.region-content header .cta form .input-group>input:focus,.region-content header .cta form .input-group>select:focus,.input-group>.form-select:focus,main form .input-group>select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn,.input-group #sliding-popup>div .decline-button,#sliding-popup>div .input-group .decline-button,.input-group #sliding-popup>div .eu-cookie-withdraw-button,#sliding-popup>div .input-group .eu-cookie-withdraw-button,.input-group #sliding-popup>div .agree-button,#sliding-popup>div .input-group .agree-button,.input-group .node--type-resource.node--view-mode-teaser .node__links ul a,.node--type-resource.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-resource.node--view-mode-search-result .node__links ul a,.node--type-resource.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-video.node--view-mode-teaser .node__links ul a,.node--type-video.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-video.node--view-mode-search-result .node__links ul a,.node--type-video.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-webinar.node--view-mode-teaser .node__links ul a,.node--type-webinar.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-webinar.node--view-mode-search-result .node__links ul a,.node--type-webinar.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-customer-story.node--view-mode-teaser .node__links ul a,.node--type-customer-story.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-customer-story.node--view-mode-search-result .node__links ul a,.node--type-customer-story.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-event.node--view-mode-teaser .node__links ul a,.node--type-event.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-event.node--view-mode-search-result .node__links ul a,.node--type-event.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-media-coverage.node--view-mode-teaser .node__links ul a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-media-coverage.node--view-mode-search-result .node__links ul a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-blog-post.node--view-mode-teaser .node__links ul a,.node--type-blog-post.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-blog-post.node--view-mode-search-result .node__links ul a,.node--type-blog-post.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-podcast.node--view-mode-teaser .node__links ul a,.node--type-podcast.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-podcast.node--view-mode-search-result .node__links ul a,.node--type-podcast.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-podcast-episode.node--view-mode-teaser .node__links ul a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .input-group a,.input-group .node--type-podcast-episode.node--view-mode-search-result .node__links ul a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .input-group a,.input-group .node--type-resource .field--name-field-link a,.node--type-resource .field--name-field-link .input-group a,.input-group .node--type-video .field--name-field-link a,.node--type-video .field--name-field-link .input-group a,.input-group .node--type-webinar .field--name-field-link a,.node--type-webinar .field--name-field-link .input-group a,.input-group .node--type-customer-story .field--name-field-link a,.node--type-customer-story .field--name-field-link .input-group a,.input-group .node--type-event .field--name-field-link a,.node--type-event .field--name-field-link .input-group a,.input-group .node--type-media-coverage .field--name-field-link a,.node--type-media-coverage .field--name-field-link .input-group a,.input-group .node--type-blog-post .field--name-field-link a,.node--type-blog-post .field--name-field-link .input-group a,.input-group .node--type-podcast .field--name-field-link a,.node--type-podcast .field--name-field-link .input-group a,.input-group .node--type-podcast-episode .field--name-field-link a,.node--type-podcast-episode .field--name-field-link .input-group a,.input-group .view-resources .view-filters form .form--inline .form-actions .button,.view-resources .view-filters .input-group form .form--inline .form-actions .button,.input-group .view-resource-search .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters .input-group form .form--inline .form-actions .button,.input-group form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,.input-group form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button,.view-resources .view-filters form .form--inline .form-actions .input-group .button,.view-resource-search .view-filters form .form--inline .form-actions .input-group .button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .input-group .button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .input-group .button,.input-group main form button,main form .input-group button,.input-group main form input[type=submit],main form .input-group input[type=submit],.input-group .region-content header .cta form button,.region-content header .cta form .input-group button,.input-group .region-content header .cta form input[type=submit],.region-content header .cta form .input-group input[type=submit],.input-group .node--type-customer-story .download-resource a,.node--type-customer-story .download-resource .input-group a,.input-group .region-main-menu nav ul a.button,.region-main-menu nav ul .input-group a.button,.input-group .wp-block-buttons .wp-block-button a,.wp-block-buttons .wp-block-button .input-group a,.input-group .wp-block-buttons .wp-block-button .wp-block-button__link,.wp-block-buttons .wp-block-button .input-group .wp-block-button__link{position:relative;z-index:2}.input-group .btn:focus,.input-group #sliding-popup>div .decline-button:focus,#sliding-popup>div .input-group .decline-button:focus,.input-group #sliding-popup>div .eu-cookie-withdraw-button:focus,#sliding-popup>div .input-group .eu-cookie-withdraw-button:focus,.input-group #sliding-popup>div .agree-button:focus,#sliding-popup>div .input-group .agree-button:focus,.input-group .node--type-resource.node--view-mode-teaser .node__links ul a:focus,.node--type-resource.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-resource.node--view-mode-search-result .node__links ul a:focus,.node--type-resource.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-video.node--view-mode-teaser .node__links ul a:focus,.node--type-video.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-video.node--view-mode-search-result .node__links ul a:focus,.node--type-video.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-webinar.node--view-mode-teaser .node__links ul a:focus,.node--type-webinar.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-webinar.node--view-mode-search-result .node__links ul a:focus,.node--type-webinar.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-customer-story.node--view-mode-teaser .node__links ul a:focus,.node--type-customer-story.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-customer-story.node--view-mode-search-result .node__links ul a:focus,.node--type-customer-story.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-event.node--view-mode-teaser .node__links ul a:focus,.node--type-event.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-event.node--view-mode-search-result .node__links ul a:focus,.node--type-event.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-media-coverage.node--view-mode-teaser .node__links ul a:focus,.node--type-media-coverage.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-media-coverage.node--view-mode-search-result .node__links ul a:focus,.node--type-media-coverage.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-blog-post.node--view-mode-teaser .node__links ul a:focus,.node--type-blog-post.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-blog-post.node--view-mode-search-result .node__links ul a:focus,.node--type-blog-post.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-podcast.node--view-mode-teaser .node__links ul a:focus,.node--type-podcast.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-podcast.node--view-mode-search-result .node__links ul a:focus,.node--type-podcast.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-podcast-episode.node--view-mode-teaser .node__links ul a:focus,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .input-group a:focus,.input-group .node--type-podcast-episode.node--view-mode-search-result .node__links ul a:focus,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .input-group a:focus,.input-group .node--type-resource .field--name-field-link a:focus,.node--type-resource .field--name-field-link .input-group a:focus,.input-group .node--type-video .field--name-field-link a:focus,.node--type-video .field--name-field-link .input-group a:focus,.input-group .node--type-webinar .field--name-field-link a:focus,.node--type-webinar .field--name-field-link .input-group a:focus,.input-group .node--type-customer-story .field--name-field-link a:focus,.node--type-customer-story .field--name-field-link .input-group a:focus,.input-group .node--type-event .field--name-field-link a:focus,.node--type-event .field--name-field-link .input-group a:focus,.input-group .node--type-media-coverage .field--name-field-link a:focus,.node--type-media-coverage .field--name-field-link .input-group a:focus,.input-group .node--type-blog-post .field--name-field-link a:focus,.node--type-blog-post .field--name-field-link .input-group a:focus,.input-group .node--type-podcast .field--name-field-link a:focus,.node--type-podcast .field--name-field-link .input-group a:focus,.input-group .node--type-podcast-episode .field--name-field-link a:focus,.node--type-podcast-episode .field--name-field-link .input-group a:focus,.input-group .view-resources .view-filters form .form--inline .form-actions .button:focus,.view-resources .view-filters .input-group form .form--inline .form-actions .button:focus,.input-group .view-resource-search .view-filters form .form--inline .form-actions .button:focus,.view-resource-search .view-filters .input-group form .form--inline .form-actions .button:focus,.input-group form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:focus,.input-group form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:focus,.view-resources .view-filters form .form--inline .form-actions .input-group .button:focus,.view-resource-search .view-filters form .form--inline .form-actions .input-group .button:focus,form#views-exposed-form-resources-block-1 .form--inline .form-actions .input-group .button:focus,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .input-group .button:focus,.input-group main form button:focus,main form .input-group button:focus,.input-group main form input[type=submit]:focus,main form .input-group input[type=submit]:focus,.input-group .region-content header .cta form button:focus,.region-content header .cta form .input-group button:focus,.input-group .region-content header .cta form input[type=submit]:focus,.region-content header .cta form .input-group input[type=submit]:focus,.input-group .node--type-customer-story .download-resource a:focus,.node--type-customer-story .download-resource .input-group a:focus,.input-group .region-main-menu nav ul a.button:focus,.region-main-menu nav ul .input-group a.button:focus,.input-group .wp-block-buttons .wp-block-button a:focus,.wp-block-buttons .wp-block-button .input-group a:focus,.input-group .wp-block-buttons .wp-block-button .wp-block-button__link:focus,.wp-block-buttons .wp-block-button .input-group .wp-block-button__link:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,main form .input-group-lg>input[type=text],main form .input-group-lg>input[type=tel],main form .input-group-lg>input[type=email],main form .input-group-lg>input[type=password],.region-content header .cta form .input-group-lg>input,.region-content header .cta form .input-group-lg>select,.input-group-lg>.form-select,main form .input-group-lg>select,.input-group-lg>.input-group-text,.input-group-lg>.btn,#sliding-popup>div .input-group-lg>.decline-button,#sliding-popup>div .input-group-lg>.eu-cookie-withdraw-button,#sliding-popup>div .input-group-lg>.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-resource.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-video.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-video.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-webinar.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-webinar.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-customer-story.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-customer-story.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-event.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-event.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-blog-post.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-blog-post.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-podcast.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-podcast.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .input-group-lg>a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .input-group-lg>a,.node--type-resource .field--name-field-link .input-group-lg>a,.node--type-video .field--name-field-link .input-group-lg>a,.node--type-webinar .field--name-field-link .input-group-lg>a,.node--type-customer-story .field--name-field-link .input-group-lg>a,.node--type-event .field--name-field-link .input-group-lg>a,.node--type-media-coverage .field--name-field-link .input-group-lg>a,.node--type-blog-post .field--name-field-link .input-group-lg>a,.node--type-podcast .field--name-field-link .input-group-lg>a,.node--type-podcast-episode .field--name-field-link .input-group-lg>a,.view-resources .view-filters form .form--inline .form-actions .input-group-lg>.button,.view-resource-search .view-filters form .form--inline .form-actions .input-group-lg>.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .input-group-lg>.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .input-group-lg>.button,main form .input-group-lg>button,main form .input-group-lg>input[type=submit],.region-content header .cta form .input-group-lg>button,.node--type-customer-story .download-resource .input-group-lg>a,.region-main-menu nav ul .input-group-lg>a.button,.wp-block-buttons .wp-block-button .input-group-lg>a,.wp-block-buttons .wp-block-button .input-group-lg>.wp-block-button__link{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,main form .input-group-sm>input[type=text],main form .input-group-sm>input[type=tel],main form .input-group-sm>input[type=email],main form .input-group-sm>input[type=password],.region-content header .cta form .input-group-sm>input,.region-content header .cta form .input-group-sm>select,.input-group-sm>.form-select,main form .input-group-sm>select,.input-group-sm>.input-group-text,.input-group-sm>.btn,#sliding-popup>div .input-group-sm>.decline-button,#sliding-popup>div .input-group-sm>.eu-cookie-withdraw-button,#sliding-popup>div .input-group-sm>.agree-button,.node--type-resource.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-resource.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-video.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-video.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-webinar.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-webinar.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-customer-story.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-customer-story.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-event.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-event.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-media-coverage.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-media-coverage.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-blog-post.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-blog-post.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-podcast.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-podcast.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-podcast-episode.node--view-mode-teaser .node__links ul .input-group-sm>a,.node--type-podcast-episode.node--view-mode-search-result .node__links ul .input-group-sm>a,.node--type-resource .field--name-field-link .input-group-sm>a,.node--type-video .field--name-field-link .input-group-sm>a,.node--type-webinar .field--name-field-link .input-group-sm>a,.node--type-customer-story .field--name-field-link .input-group-sm>a,.node--type-event .field--name-field-link .input-group-sm>a,.node--type-media-coverage .field--name-field-link .input-group-sm>a,.node--type-blog-post .field--name-field-link .input-group-sm>a,.node--type-podcast .field--name-field-link .input-group-sm>a,.node--type-podcast-episode .field--name-field-link .input-group-sm>a,.view-resources .view-filters form .form--inline .form-actions .input-group-sm>.button,.view-resource-search .view-filters form .form--inline .form-actions .input-group-sm>.button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .input-group-sm>.button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .input-group-sm>.button,main form .input-group-sm>button,main form .input-group-sm>input[type=submit],.region-content header .cta form .input-group-sm>button,.node--type-customer-story .download-resource .input-group-sm>a,.region-main-menu nav ul .input-group-sm>a.button,.wp-block-buttons .wp-block-button .input-group-sm>a,.wp-block-buttons .wp-block-button .input-group-sm>.wp-block-button__link{padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,main form .input-group-lg>select,.input-group-sm>.form-select,main form .input-group-sm>select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,main form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=text],main form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=tel],main form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=email],main form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=password],.region-content header .cta form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input,.region-content header .cta form .input-group:not(.has-validation)>.form-floating:not(:last-child)>select,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,main form .input-group:not(.has-validation)>.form-floating:not(:last-child)>select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,main form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=text],main form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=tel],main form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=email],main form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=password],.region-content header .cta form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input,.region-content header .cta form .input-group.has-validation>.form-floating:nth-last-child(n+3)>select,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,main form .input-group.has-validation>.form-floating:nth-last-child(n+3)>select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1*var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,main form .input-group>.form-floating:not(:first-child)>input[type=text],main form .input-group>.form-floating:not(:first-child)>input[type=tel],main form .input-group>.form-floating:not(:first-child)>input[type=email],main form .input-group>.form-floating:not(:first-child)>input[type=password],.region-content header .cta form .input-group>.form-floating:not(:first-child)>input,.region-content header .cta form .input-group>.form-floating:not(:first-child)>select,.input-group>.form-floating:not(:first-child)>.form-select,main form .input-group>.form-floating:not(:first-child)>select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated main form input[type=text]:valid,main form .was-validated input[type=text]:valid,.was-validated main form input[type=tel]:valid,main form .was-validated input[type=tel]:valid,.was-validated main form input[type=email]:valid,main form .was-validated input[type=email]:valid,.was-validated main form input[type=password]:valid,main form .was-validated input[type=password]:valid,.was-validated .region-content header .cta form input:valid,.region-content header .cta form .was-validated input:valid,.was-validated .region-content header .cta form select:valid,.region-content header .cta form .was-validated select:valid,.form-control.is-valid,main form input.is-valid[type=text],main form input.is-valid[type=tel],main form input.is-valid[type=email],main form input.is-valid[type=password],.region-content header .cta form input.is-valid,.region-content header .cta form select.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009A4B' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.was-validated main form input[type=text]:valid:focus,main form .was-validated input[type=text]:valid:focus,.was-validated main form input[type=tel]:valid:focus,main form .was-validated input[type=tel]:valid:focus,.was-validated main form input[type=email]:valid:focus,main form .was-validated input[type=email]:valid:focus,.was-validated main form input[type=password]:valid:focus,main form .was-validated input[type=password]:valid:focus,.was-validated .region-content header .cta form input:valid:focus,.region-content header .cta form .was-validated input:valid:focus,.was-validated .region-content header .cta form select:valid:focus,.region-content header .cta form .was-validated select:valid:focus,.form-control.is-valid:focus,main form input.is-valid[type=text]:focus,main form input.is-valid[type=tel]:focus,main form input.is-valid[type=email]:focus,main form input.is-valid[type=password]:focus,.region-content header .cta form input.is-valid:focus,.region-content header .cta form select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.was-validated main form select:valid,main form .was-validated select:valid,.form-select.is-valid,main form select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated main form select:valid:not([multiple]):not([size]),main form .was-validated select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.was-validated main form select:valid:not([multiple])[size="1"],main form .was-validated select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),main form select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],main form select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009A4B' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.was-validated main form select:valid:focus,main form .was-validated select:valid:focus,.form-select.is-valid:focus,main form select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.was-validated main form .form-type-radio input:valid,main form .form-type-radio .was-validated input:valid,.form-check-input.is-valid,main form .form-type-radio input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.was-validated main form .form-type-radio input:valid:checked,main form .form-type-radio .was-validated input:valid:checked,.form-check-input.is-valid:checked,main form .form-type-radio input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.was-validated main form .form-type-radio input:valid:focus,main form .form-type-radio .was-validated input:valid:focus,.form-check-input.is-valid:focus,main form .form-type-radio input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-check-input:valid~.form-check-label,.was-validated main form .form-type-radio .form-check-input:valid~label,main form .form-type-radio .was-validated .form-check-input:valid~label,.was-validated main form .form-type-radio input:valid~.form-check-label,.was-validated main form .form-type-radio input:valid~label,main form .form-type-radio .was-validated input:valid~.form-check-label,main form .form-type-radio .was-validated input:valid~label,.form-check-input.is-valid~.form-check-label,main form .form-type-radio .form-check-input.is-valid~label,main form .form-type-radio input.is-valid~.form-check-label,main form .form-type-radio input.is-valid~label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback,.form-check-inline main form .form-type-radio input~.valid-feedback,main form .form-type-radio .form-check-inline input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.was-validated main form .input-group>input[type=text]:not(:focus):valid,main form .was-validated .input-group>input[type=text]:not(:focus):valid,.was-validated main form .input-group>input[type=tel]:not(:focus):valid,main form .was-validated .input-group>input[type=tel]:not(:focus):valid,.was-validated main form .input-group>input[type=email]:not(:focus):valid,main form .was-validated .input-group>input[type=email]:not(:focus):valid,.was-validated main form .input-group>input[type=password]:not(:focus):valid,main form .was-validated .input-group>input[type=password]:not(:focus):valid,.was-validated .region-content header .cta form .input-group>input:not(:focus):valid,.region-content header .cta form .was-validated .input-group>input:not(:focus):valid,.was-validated .region-content header .cta form .input-group>select:not(:focus):valid,.region-content header .cta form .was-validated .input-group>select:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,main form .input-group>input[type=text]:not(:focus).is-valid,main form .input-group>input[type=tel]:not(:focus).is-valid,main form .input-group>input[type=email]:not(:focus).is-valid,main form .input-group>input[type=password]:not(:focus).is-valid,.region-content header .cta form .input-group>input:not(:focus).is-valid,.region-content header .cta form .input-group>select:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.was-validated main form .input-group>select:not(:focus):valid,main form .was-validated .input-group>select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,main form .input-group>select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated main form input[type=text]:invalid,main form .was-validated input[type=text]:invalid,.was-validated main form input[type=tel]:invalid,main form .was-validated input[type=tel]:invalid,.was-validated main form input[type=email]:invalid,main form .was-validated input[type=email]:invalid,.was-validated main form input[type=password]:invalid,main form .was-validated input[type=password]:invalid,.was-validated .region-content header .cta form input:invalid,.region-content header .cta form .was-validated input:invalid,.was-validated .region-content header .cta form select:invalid,.region-content header .cta form .was-validated select:invalid,.form-control.is-invalid,main form input.is-invalid[type=text],main form input.is-invalid[type=tel],main form input.is-invalid[type=email],main form input.is-invalid[type=password],.region-content header .cta form input.is-invalid,.region-content header .cta form select.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E6631F'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E6631F' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.was-validated main form input[type=text]:invalid:focus,main form .was-validated input[type=text]:invalid:focus,.was-validated main form input[type=tel]:invalid:focus,main form .was-validated input[type=tel]:invalid:focus,.was-validated main form input[type=email]:invalid:focus,main form .was-validated input[type=email]:invalid:focus,.was-validated main form input[type=password]:invalid:focus,main form .was-validated input[type=password]:invalid:focus,.was-validated .region-content header .cta form input:invalid:focus,.region-content header .cta form .was-validated input:invalid:focus,.was-validated .region-content header .cta form select:invalid:focus,.region-content header .cta form .was-validated select:invalid:focus,.form-control.is-invalid:focus,main form input.is-invalid[type=text]:focus,main form input.is-invalid[type=tel]:focus,main form input.is-invalid[type=email]:focus,main form input.is-invalid[type=password]:focus,.region-content header .cta form input.is-invalid:focus,.region-content header .cta form select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.was-validated main form select:invalid,main form .was-validated select:invalid,.form-select.is-invalid,main form select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated main form select:invalid:not([multiple]):not([size]),main form .was-validated select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.was-validated main form select:invalid:not([multiple])[size="1"],main form .was-validated select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),main form select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],main form select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E6631F'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E6631F' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.was-validated main form select:invalid:focus,main form .was-validated select:invalid:focus,.form-select.is-invalid:focus,main form select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:var(--bs-box-shadow-inset),0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.was-validated main form .form-type-radio input:invalid,main form .form-type-radio .was-validated input:invalid,.form-check-input.is-invalid,main form .form-type-radio input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.was-validated main form .form-type-radio input:invalid:checked,main form .form-type-radio .was-validated input:invalid:checked,.form-check-input.is-invalid:checked,main form .form-type-radio input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.was-validated main form .form-type-radio input:invalid:focus,main form .form-type-radio .was-validated input:invalid:focus,.form-check-input.is-invalid:focus,main form .form-type-radio input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-check-input:invalid~.form-check-label,.was-validated main form .form-type-radio .form-check-input:invalid~label,main form .form-type-radio .was-validated .form-check-input:invalid~label,.was-validated main form .form-type-radio input:invalid~.form-check-label,.was-validated main form .form-type-radio input:invalid~label,main form .form-type-radio .was-validated input:invalid~.form-check-label,main form .form-type-radio .was-validated input:invalid~label,.form-check-input.is-invalid~.form-check-label,main form .form-type-radio .form-check-input.is-invalid~label,main form .form-type-radio input.is-invalid~.form-check-label,main form .form-type-radio input.is-invalid~label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback,.form-check-inline main form .form-type-radio input~.invalid-feedback,main form .form-type-radio .form-check-inline input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated main form .input-group>input[type=text]:not(:focus):invalid,main form .was-validated .input-group>input[type=text]:not(:focus):invalid,.was-validated main form .input-group>input[type=tel]:not(:focus):invalid,main form .was-validated .input-group>input[type=tel]:not(:focus):invalid,.was-validated main form .input-group>input[type=email]:not(:focus):invalid,main form .was-validated .input-group>input[type=email]:not(:focus):invalid,.was-validated main form .input-group>input[type=password]:not(:focus):invalid,main form .was-validated .input-group>input[type=password]:not(:focus):invalid,.was-validated .region-content header .cta form .input-group>input:not(:focus):invalid,.region-content header .cta form .was-validated .input-group>input:not(:focus):invalid,.was-validated .region-content header .cta form .input-group>select:not(:focus):invalid,.region-content header .cta form .was-validated .input-group>select:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,main form .input-group>input[type=text]:not(:focus).is-invalid,main form .input-group>input[type=tel]:not(:focus).is-invalid,main form .input-group>input[type=email]:not(:focus).is-invalid,main form .input-group>input[type=password]:not(:focus).is-invalid,.region-content header .cta form .input-group>input:not(:focus).is-invalid,.region-content header .cta form .input-group>select:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.was-validated main form .input-group>select:not(:focus):invalid,main form .was-validated .input-group>select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,main form .input-group>select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.region-content header :where(.wp-block-cover-image.is-light:not(.has-text-color)),.region-content header :where(.wp-block-cover.is-light:not(.has-text-color)){color:inherit}.region-content header .cta{background:#f5f5f5}.region-content header .cta form{margin-top:-20px}.region-content header .cta form .mktoAsterix{display:inline;font-weight:bold}.region-content header .cta form label,.region-content header .cta form input{width:100% !important}@keyframes rotation{0%{rotate:0deg}100%{rotate:360deg}}#hero,.region-content header{position:relative;overflow:hidden;z-index:1;color:#fff}#hero .stripe-container,.region-content header .stripe-container{pointer-events:none;top:0;left:0;display:flex;justify-content:center;align-items:center}#hero span.stripe,.region-content header span.stripe{z-index:4;--color:white;opacity:.25;position:absolute;display:block;background-color:var(--color);z-index:var(--z);transform:translateX(var(--x)) translateY(var(--y)) rotate(var(--angle));transform-origin:center center;width:400%;height:var(--width);animation:rotation 180s linear infinite}#hero span.stripe:nth-child(odd),.region-content header span.stripe:nth-child(odd){animation-direction:reverse}#hero .wp-block-cover__inner-container,.region-content header .wp-block-cover__inner-container{z-index:3}#hero:not(.with-simple-header),.region-content header:not(.with-simple-header){background:#037cdf}#hero.with-simple-header::before,#hero.with-simple-header::after,.region-content header.with-simple-header::before,.region-content header.with-simple-header::after{position:absolute;content:"";width:125vw;margin-left:-25vw;height:100%;top:0}#hero.with-simple-header::before,.region-content header.with-simple-header::before{display:flex;background-position:right !important;background-size:600px,600px !important}#hero.with-simple-header .region-hero::before,#hero.with-simple-header .region-hero::after,.region-content header.with-simple-header .region-hero::before,.region-content header.with-simple-header .region-hero::after{position:absolute;content:"";width:100vw;margin-left:0;height:100%;top:0}#hero.with-simple-header .region-hero::after,.region-content header.with-simple-header .region-hero::after{background-image:linear-gradient(0deg,#4999c3 0%,#234b91 100%);z-index:0;opacity:.7}#hero.with-simple-header .region-hero .container,.region-content header.with-simple-header .region-hero .container{z-index:999;position:relative}#hero.with-simple-header .region-hero .container h1,#hero.with-simple-header .region-hero .container .h1,.region-content header.with-simple-header .region-hero .container h1,.region-content header.with-simple-header .region-hero .container .h1{color:#fff}body.page-node-type-page .layout-container #hero .paragraph--type-banner::before{background-image:url(/sites/default/files/2019-12/background-texture.png);background-size:cover}main form .customMktoError.invalid{display:block !important;opacity:1 !important}main form .form-type-radio{display:grid;grid-template-columns:2em auto}main form label,main form input[type=text],main form input[type=tel],main form input[type=email],main form select,main form input[type=password]{width:clamp(200px,100%,600px) !important}main form fieldset legend{display:none}main form>div.js-form-item,main form button{margin-bottom:10px}.has-red-background-color form button,.has-red-background-color form input[type=submit]{--bs-btn-font-weight:600;--bs-btn-color:#dc3545;--bs-btn-bg:white}#views-exposed-form-resources-block-1{margin-bottom:2em}#views-exposed-form-resources-block-1 input.form-text{margin-top:0}#views-exposed-form-resources-block-1 input.form-submit{padding:6px 0}body:not(.adminimal) .wp-block-group.features{position:relative}body:not(.adminimal) .wp-block-group.features .feature:not(.active) .wp-block-columns .wp-block-column p,body:not(.adminimal) .wp-block-group.features .feature:not(.active) .wp-block-columns .wp-block-column .wp-block-buttons,body:not(.adminimal) .wp-block-group.features .feature:not(.active) .wp-block-columns .wp-block-column .wp-block-image{display:none}body:not(.adminimal) .wp-block-group.features .feature .wp-block-columns.reverse-mobile{flex-direction:column-reverse}body:not(.adminimal) .wp-block-group.features .feature .wp-block-columns .wp-block-column:not(:first-child){margin-left:0}body:not(.adminimal) .wp-block-group.features .feature .wp-block-columns .wp-block-column .headline{cursor:pointer}@media(min-width:576px){body:not(.adminimal) .wp-block-group.features .feature .wp-block-columns .wp-block-column.feature-body{max-width:33%}}@media(min-width:576px){body:not(.adminimal) .wp-block-group.features .feature .wp-block-columns .wp-block-column.feature-media{max-width:67%;width:67%;position:absolute;top:0;right:0}}@media(max-width:575.98px){.page-node-392 #block-crm-content .wp-block-columns{flex-direction:row}}.page-node-392 #block-crm-content .wp-block-columns .wp-block-column.feature-media{position:relative;display:flex;justify-content:center;margin-top:2.5rem;flex-basis:50%}@media(min-width:576px){.page-node-392 #block-crm-content .wp-block-columns .wp-block-column.feature-media{max-width:40%}}.page-node-392 #block-crm-content .wp-block-columns .wp-block-column.feature-body{max-width:70%;margin-right:2rem}.wp-block-columns.is-style-key-metrics p{font-size:1rem !important}.wp-block-columns.is-style-key-metrics p strong{font-family:"Libre Franklin",sans-serif;letter-spacing:-0.04em;font-weight:800;display:block;line-height:1.25;padding-right:.25em;white-space:nowrap}.wp-block-columns.is-style-key-metrics p strong span sup{top:-3.5rem;font-size:1.7rem;letter-spacing:0;margin-left:-0.5rem}@media(max-width:1199.98px){.wp-block-columns.is-style-key-metrics p strong span sup{font-size:1.2rem;top:-2rem;margin-left:0}}.wp-block-columns.is-style-key-metrics p.has-medium-font-size strong,.wp-block-columns.is-style-key-metrics .region-content .wp-block-pullquote p strong,.region-content .wp-block-pullquote .wp-block-columns.is-style-key-metrics p strong{font-size:calc(1.325rem + 0.9vw)}@media(min-width:1200px){.wp-block-columns.is-style-key-metrics p.has-medium-font-size strong,.wp-block-columns.is-style-key-metrics .region-content .wp-block-pullquote p strong,.region-content .wp-block-pullquote .wp-block-columns.is-style-key-metrics p strong{font-size:2rem}}.wp-block-columns.is-style-key-metrics p.has-large-font-size strong{font-size:calc(1.525rem + 3.3vw)}@media(min-width:1200px){.wp-block-columns.is-style-key-metrics p.has-large-font-size strong{font-size:4rem}}@media(min-width:768px)and (max-width:991.98px){.wp-block-columns.is-style-key-metrics p.has-large-font-size strong{font-size:3rem}}@media(min-width:576px)and (max-width:767.98px){.wp-block-columns.is-style-key-metrics p.has-large-font-size strong{font-size:2.5rem}}.wp-block-columns.is-style-key-metrics p.has-huge-font-size strong{font-size:calc(1.725rem + 5.7vw)}@media(min-width:1200px){.wp-block-columns.is-style-key-metrics p.has-huge-font-size strong{font-size:6rem}}@media(min-width:576px)and (max-width:1199.98px){.wp-block-columns.is-style-key-metrics p.has-huge-font-size strong{font-size:3.5rem}}.wp-block-gallery .blocks-gallery-item{align-self:center;justify-content:center}.wp-block-gallery .blocks-gallery-item figure{justify-content:center}@media(max-width:575.98px){.wp-block-gallery.logos figure img{max-width:120px;margin:1em 0}}@media(max-width:575.98px){.page-node-43683 .wp-block-gallery.columns-5 .blocks-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr)}.page-node-43683 .wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item{width:calc(90% - 1em)}}.image-with-background{perspective:500px;position:relative;min-height:350px}@media(max-width:767.98px){.image-with-background{min-height:300px}}.image-with-background figure:first-child{z-index:-1;transform-origin:bottom center;transform:rotateX(60deg);width:100%;margin-left:-25%;transition:all linear .25s}.image-with-background figure:first-child img{object-fit:cover;margin-top:30px}.image-with-background figure:last-child{position:absolute;width:70%;top:15%;z-index:2;transition:all linear .25s}.image-with-background figure:last-child img{box-shadow:0px 0px 5px 5px rgba(0,0,0,.75);width:100%;object-fit:cover}.image-with-background.aos-animate figure:first-child{transform:rotateX(60deg)}.image-with-background.aos-animate figure:last-child{top:-5%;width:95%}.wp-block-columns>.wp-block-column:last-child .image-with-background figure:first-child{margin-left:25%}.wp-block-columns:last-child .wp-block-column .image-with-background.animated{margin-bottom:0}@media(max-width:575.98px){.wp-block-group .wp-block-column .image-with-background.animated{max-width:75%}}.page-node-43673 figure.wp-block-media-text__media{display:flex;justify-content:center;overflow:hidden}.page-node-43673 figure.wp-block-media-text__media img{max-height:300px;width:auto}@media(max-width:575.98px){.page-node-43673 figure.wp-block-media-text__media img{padding-bottom:3rem}}.page-node-43680 figure.wp-block-media-text__media{display:flex;justify-content:center;overflow:hidden}.page-node-43680 figure.wp-block-media-text__media img{max-height:300px}@media(max-width:575.98px){.page-node-43680 figure.wp-block-media-text__media img{padding-bottom:3rem;width:auto}}@media(max-width:575.98px){.page-node-43654 .is-stacked-on-mobile figure.wp-block-text__media{display:flex;justify-content:center;margin-bottom:1rem}.page-node-43654 .is-stacked-on-mobile figure.wp-block-text__media img{max-width:50%}}@media(min-width:992px){.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content{grid-template-columns:1fr 1fr 1fr 1fr}}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row{cursor:pointer;margin-bottom:.5rem}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image figure{margin-bottom:0}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-field-media-image img{width:100%;height:auto}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser figcaption{display:none}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title:hover{color:#c72a2d}.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-csuite .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-vp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-avp .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-bod .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-corporate-officers .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title h2,.block-views-blockleadership-block-leadership-directors .view-leadership .view-content .views-row .node--type-person.node--view-mode-teaser .field--name-node-title .h2{margin-bottom:0}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(199,42,45,0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#C72A2D;--bs-pagination-active-border-color:#C72A2D;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1*var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.view-resources .view-filters form select,.view-resource-search .view-filters form select,form#views-exposed-form-resources-block-1 select,form#views-exposed-form-resource-search-block-1 select{background-image:url(/themes/custom/crm/dist/images/dropdown.svg);background-repeat:no-repeat;background-position:right -1px center;background-size:auto calc(100% + 2px);appearance:none}.view-resources .view-filters form select#edit-type,.view-resource-search .view-filters form select#edit-type,form#views-exposed-form-resources-block-1 select#edit-type,form#views-exposed-form-resource-search-block-1 select#edit-type{min-width:250px}.view-resources .view-filters form .form--inline,.view-resource-search .view-filters form .form--inline,form#views-exposed-form-resources-block-1 .form--inline,form#views-exposed-form-resource-search-block-1 .form--inline{display:grid;align-items:baseline;grid-template-columns:repeat(1,1fr);grid-row-gap:10px}@media(min-width:768px){.view-resources .view-filters form .form--inline,.view-resource-search .view-filters form .form--inline,form#views-exposed-form-resources-block-1 .form--inline,form#views-exposed-form-resource-search-block-1 .form--inline{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}}@media(min-width:992px){.view-resources .view-filters form .form--inline,.view-resource-search .view-filters form .form--inline,form#views-exposed-form-resources-block-1 .form--inline,form#views-exposed-form-resource-search-block-1 .form--inline{grid-template-columns:repeat(4,1fr)}}.view-resources .view-filters form .form--inline input,.view-resource-search .view-filters form .form--inline input,form#views-exposed-form-resources-block-1 .form--inline input,form#views-exposed-form-resource-search-block-1 .form--inline input,.view-resources .view-filters form .form--inline select,.view-resource-search .view-filters form .form--inline select,form#views-exposed-form-resources-block-1 .form--inline select,form#views-exposed-form-resource-search-block-1 .form--inline select{width:100%}.view-resources .view-filters form .form--inline .form-actions,.view-resource-search .view-filters form .form--inline .form-actions,form#views-exposed-form-resources-block-1 .form--inline .form-actions,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions{clear:none}.view-resources .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters form .form--inline .form-actions .button,form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button{color:#000;font-size:16px;font-weight:600;border-radius:5px;padding:7px 0;width:100%;max-width:200px;display:inline-block;box-sizing:border-box;border:solid 1px #f5f5f5}header.wp-block-group .view-resources .view-filters form .form--inline .form-actions .button,.view-resources .view-filters header.wp-block-group form .form--inline .form-actions .button,header.wp-block-group .view-resource-search .view-filters form .form--inline .form-actions .button,.view-resource-search .view-filters header.wp-block-group form .form--inline .form-actions .button,header.wp-block-group form#views-exposed-form-resources-block-1 .form--inline .form-actions .button,header.wp-block-group form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button{color:#037cdf;background-color:#fff}header.wp-block-group .view-resources .view-filters form .form--inline .form-actions .button:hover,.view-resources .view-filters header.wp-block-group form .form--inline .form-actions .button:hover,header.wp-block-group .view-resource-search .view-filters form .form--inline .form-actions .button:hover,.view-resource-search .view-filters header.wp-block-group form .form--inline .form-actions .button:hover,header.wp-block-group form#views-exposed-form-resources-block-1 .form--inline .form-actions .button:hover,header.wp-block-group form#views-exposed-form-resource-search-block-1 .form--inline .form-actions .button:hover{font-weight:800}.view-resources .views-field,.view-resource-search .views-field{height:100%}.view-resources:not(.blog) .view-content .views-row.linked,.view-resource-search:not(.blog) .view-content .views-row.linked{cursor:pointer}.view-resources:not(.blog) .view-content .views-row .field--name-field-logo img,.view-resource-search:not(.blog) .view-content .views-row .field--name-field-logo img{width:auto}.view-resources.blog .view-content .views-row,.view-resource-search.blog .view-content .views-row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.view-resources.blog .view-content .views-row>.node,.view-resource-search.blog .view-content .views-row>.node{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);display:flex;flex-direction:row}.view-resources.blog .view-content .views-row>.node .header-content,.view-resource-search.blog .view-content .views-row>.node .header-content{flex:0 0 auto;width:25%}.view-resources.blog .view-content .views-row>.node .product-focus,.view-resource-search.blog .view-content .views-row>.node .product-focus{position:static !important;margin-bottom:.5em}.view-resources.blog .view-content .views-row>.node .content,.view-resource-search.blog .view-content .views-row>.node .content{flex:0 0 auto;width:75%}@media(max-width:767.98px){.view-resources.blog .view-content .views-row>.node,.view-resource-search.blog .view-content .views-row>.node{flex-direction:column;padding:0}.view-resources.blog .view-content .views-row>.node .header-content,.view-resource-search.blog .view-content .views-row>.node .header-content{width:100%;padding:0 !important;margin:0 !important}.view-resources.blog .view-content .views-row>.node .content,.view-resource-search.blog .view-content .views-row>.node .content{flex:0 0 auto;width:100%}}.view-resources .pager ul,.view-resource-search .pager ul{list-style-type:none;margin:0;padding:0;text-align:center}.view-resources .pager ul li,.view-resource-search .pager ul li{display:inline-block}.view-resources .pager ul li a,.view-resource-search .pager ul li a{display:inline-block;text-decoration:none;color:#fff;font-weight:bold;color:#c72a2d;min-height:25px;min-width:25px}.view-resources .pager ul li.is-active a,.view-resource-search .pager ul li.is-active a{text-decoration:underline}.view-resources.view-display-id-customer_stories_block .view-content .views-row .node--type-customer-story,.view-resource-search.view-display-id-customer_stories_block .view-content .views-row .node--type-customer-story{text-align:center}@media(max-width:767.98px){.block-views-blockresources-blog-posts-block{margin:0 !important;padding:0 12px !important}}.field--name-field-content .field-name-field-resources{margin-bottom:1em}.block-views:not(.is-style-carousel) .view-customers .view-content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.block-views:not(.is-style-carousel) .view-customers .view-content .views-row{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%;display:flex;justify-content:center;align-items:center;min-height:120px}@media(min-width:992px){.block-views:not(.is-style-carousel) .view-customers .view-content .views-row{flex:0 0 auto;width:33.33333333%}}@media(min-width:1200px){.block-views:not(.is-style-carousel) .view-customers .view-content .views-row{flex:0 0 auto;width:25%}}.block-views:not(.is-style-carousel) .view-customers .view-content .views-row img{max-width:200px;height:auto}.block-views.is-style-carousel .view-customers .views-row{min-height:120px;display:flex;justify-content:center;align-items:center}.block-views.is-style-carousel .view-customers img{max-width:80%;height:auto}.node--type-resource .wp-block-column>.toc,.node--type-video .wp-block-column>.toc,.node--type-webinar .wp-block-column>.toc,.node--type-customer-story .wp-block-column>.toc,.node--type-event .wp-block-column>.toc,.node--type-media-coverage .wp-block-column>.toc,.node--type-blog-post .wp-block-column>.toc,.node--type-podcast .wp-block-column>.toc,.node--type-podcast-episode .wp-block-column>.toc{position:sticky;top:180px}.node--type-resource .toc-tree,.node--type-video .toc-tree,.node--type-webinar .toc-tree,.node--type-customer-story .toc-tree,.node--type-event .toc-tree,.node--type-media-coverage .toc-tree,.node--type-blog-post .toc-tree,.node--type-podcast .toc-tree,.node--type-podcast-episode .toc-tree{background:#f5f5f5;padding:1em !important}.node--type-resource .toc-tree::before,.node--type-video .toc-tree::before,.node--type-webinar .toc-tree::before,.node--type-customer-story .toc-tree::before,.node--type-event .toc-tree::before,.node--type-media-coverage .toc-tree::before,.node--type-blog-post .toc-tree::before,.node--type-podcast .toc-tree::before,.node--type-podcast-episode .toc-tree::before{content:"Table of Contents";display:block;font-size:1.2em;font-weight:bold;margin-bottom:1.5em}.node--type-resource .toc-tree ol,.node--type-video .toc-tree ol,.node--type-webinar .toc-tree ol,.node--type-customer-story .toc-tree ol,.node--type-event .toc-tree ol,.node--type-media-coverage .toc-tree ol,.node--type-blog-post .toc-tree ol,.node--type-podcast .toc-tree ol,.node--type-podcast-episode .toc-tree ol{padding:0;background:#f5f5f5}.node--type-resource .toc-tree>ol,.node--type-video .toc-tree>ol,.node--type-webinar .toc-tree>ol,.node--type-customer-story .toc-tree>ol,.node--type-event .toc-tree>ol,.node--type-media-coverage .toc-tree>ol,.node--type-blog-post .toc-tree>ol,.node--type-podcast .toc-tree>ol,.node--type-podcast-episode .toc-tree>ol{position:relative}.node--type-resource .toc-tree>ol::before,.node--type-video .toc-tree>ol::before,.node--type-webinar .toc-tree>ol::before,.node--type-customer-story .toc-tree>ol::before,.node--type-event .toc-tree>ol::before,.node--type-media-coverage .toc-tree>ol::before,.node--type-blog-post .toc-tree>ol::before,.node--type-podcast .toc-tree>ol::before,.node--type-podcast-episode .toc-tree>ol::before{display:block;position:absolute;content:"";background:#ccc;width:2px;height:calc(100% - 2.5em);left:5px;top:1.5em}.node--type-resource .toc-tree li,.node--type-video .toc-tree li,.node--type-webinar .toc-tree li,.node--type-customer-story .toc-tree li,.node--type-event .toc-tree li,.node--type-media-coverage .toc-tree li,.node--type-blog-post .toc-tree li,.node--type-podcast .toc-tree li,.node--type-podcast-episode .toc-tree li{list-style:none;margin-bottom:1.5em}.node--type-resource .toc-tree li a,.node--type-video .toc-tree li a,.node--type-webinar .toc-tree li a,.node--type-customer-story .toc-tree li a,.node--type-event .toc-tree li a,.node--type-media-coverage .toc-tree li a,.node--type-blog-post .toc-tree li a,.node--type-podcast .toc-tree li a,.node--type-podcast-episode .toc-tree li a{display:block;border-radius:.5em;color:#000;text-decoration:none}.node--type-resource .toc-tree li li,.node--type-video .toc-tree li li,.node--type-webinar .toc-tree li li,.node--type-customer-story .toc-tree li li,.node--type-event .toc-tree li li,.node--type-media-coverage .toc-tree li li,.node--type-blog-post .toc-tree li li,.node--type-podcast .toc-tree li li,.node--type-podcast-episode .toc-tree li li{margin-top:1.5em}.node--type-resource .toc-tree a,.node--type-video .toc-tree a,.node--type-webinar .toc-tree a,.node--type-customer-story .toc-tree a,.node--type-event .toc-tree a,.node--type-media-coverage .toc-tree a,.node--type-blog-post .toc-tree a,.node--type-podcast .toc-tree a,.node--type-podcast-episode .toc-tree a{position:relative;padding:2px .5em 2px 24px}.node--type-resource .toc-tree a::before,.node--type-video .toc-tree a::before,.node--type-webinar .toc-tree a::before,.node--type-customer-story .toc-tree a::before,.node--type-event .toc-tree a::before,.node--type-media-coverage .toc-tree a::before,.node--type-blog-post .toc-tree a::before,.node--type-podcast .toc-tree a::before,.node--type-podcast-episode .toc-tree a::before{content:" ";position:absolute;left:0;top:calc(50% - 5px);width:12px;height:12px;border-radius:50%;background-color:#fff;border:1px solid #000}.node--type-resource .toc-tree a.active::before,.node--type-video .toc-tree a.active::before,.node--type-webinar .toc-tree a.active::before,.node--type-customer-story .toc-tree a.active::before,.node--type-event .toc-tree a.active::before,.node--type-media-coverage .toc-tree a.active::before,.node--type-blog-post .toc-tree a.active::before,.node--type-podcast .toc-tree a.active::before,.node--type-podcast-episode .toc-tree a.active::before{background-color:#c72a2d}.node--type-resource.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-resource.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-video.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-video.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-webinar.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-webinar.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-customer-story.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-customer-story.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-event.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-event.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-media-coverage.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-media-coverage.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-blog-post.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-blog-post.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-podcast.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-podcast.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract,.node--type-podcast-episode.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-description,.node--type-podcast-episode.node--view-mode-search-result .field--search-api-excerpt+.field--name-field-abstract{display:none}.node--type-resource .back-to-top,.node--type-video .back-to-top,.node--type-webinar .back-to-top,.node--type-customer-story .back-to-top,.node--type-event .back-to-top,.node--type-media-coverage .back-to-top,.node--type-blog-post .back-to-top,.node--type-podcast .back-to-top,.node--type-podcast-episode .back-to-top{display:none}.node--type-resource .field--name-field-link,.node--type-video .field--name-field-link,.node--type-webinar .field--name-field-link,.node--type-customer-story .field--name-field-link,.node--type-event .field--name-field-link,.node--type-media-coverage .field--name-field-link,.node--type-blog-post .field--name-field-link,.node--type-podcast .field--name-field-link,.node--type-podcast-episode .field--name-field-link{padding-bottom:40px}.node--type-resource.node--view-mode-teaser,.node--type-resource.node--view-mode-search-result,.node--type-video.node--view-mode-teaser,.node--type-video.node--view-mode-search-result,.node--type-webinar.node--view-mode-teaser,.node--type-webinar.node--view-mode-search-result,.node--type-customer-story.node--view-mode-teaser,.node--type-customer-story.node--view-mode-search-result,.node--type-event.node--view-mode-teaser,.node--type-event.node--view-mode-search-result,.node--type-media-coverage.node--view-mode-teaser,.node--type-media-coverage.node--view-mode-search-result,.node--type-blog-post.node--view-mode-teaser,.node--type-blog-post.node--view-mode-search-result,.node--type-podcast.node--view-mode-teaser,.node--type-podcast.node--view-mode-search-result,.node--type-podcast-episode.node--view-mode-teaser,.node--type-podcast-episode.node--view-mode-search-result{height:100%}.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{content:"";background:none;-webkit-mask-image:none;mask-image:none;color:#fff;font-size:1.25rem}.node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type{font-weight:bold;color:#000}.resources-group .node--type-resource.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-resource.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-video.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-video.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-webinar.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-webinar.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-event.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-event.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-podcast.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-podcast.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-resource-type+.field-name-field-featured-image img,.resources-group .node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-resource-type+.field-name-field-featured-image img{border-radius:1rem 1rem 0 0 !important}.node--type-resource.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-resource.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-resource.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-video.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-video.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-webinar.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-customer-story.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-event.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-event.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-media-coverage.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-blog-post.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast.node--view-mode-search-result .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-teaser .header-content .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-video img,.node--type-podcast-episode.node--view-mode-search-result .header-content .field-name-field-featured-image img{border-radius:0 !important;height:auto}.node--type-resource.node--view-mode-teaser .title-content,.node--type-resource.node--view-mode-search-result .title-content,.node--type-video.node--view-mode-teaser .title-content,.node--type-video.node--view-mode-search-result .title-content,.node--type-webinar.node--view-mode-teaser .title-content,.node--type-webinar.node--view-mode-search-result .title-content,.node--type-customer-story.node--view-mode-teaser .title-content,.node--type-customer-story.node--view-mode-search-result .title-content,.node--type-event.node--view-mode-teaser .title-content,.node--type-event.node--view-mode-search-result .title-content,.node--type-media-coverage.node--view-mode-teaser .title-content,.node--type-media-coverage.node--view-mode-search-result .title-content,.node--type-blog-post.node--view-mode-teaser .title-content,.node--type-blog-post.node--view-mode-search-result .title-content,.node--type-podcast.node--view-mode-teaser .title-content,.node--type-podcast.node--view-mode-search-result .title-content,.node--type-podcast-episode.node--view-mode-teaser .title-content,.node--type-podcast-episode.node--view-mode-search-result .title-content{position:relative}.node--type-resource.node--view-mode-teaser .title-content .product-focus,.node--type-resource.node--view-mode-search-result .title-content .product-focus,.node--type-video.node--view-mode-teaser .title-content .product-focus,.node--type-video.node--view-mode-search-result .title-content .product-focus,.node--type-webinar.node--view-mode-teaser .title-content .product-focus,.node--type-webinar.node--view-mode-search-result .title-content .product-focus,.node--type-customer-story.node--view-mode-teaser .title-content .product-focus,.node--type-customer-story.node--view-mode-search-result .title-content .product-focus,.node--type-event.node--view-mode-teaser .title-content .product-focus,.node--type-event.node--view-mode-search-result .title-content .product-focus,.node--type-media-coverage.node--view-mode-teaser .title-content .product-focus,.node--type-media-coverage.node--view-mode-search-result .title-content .product-focus,.node--type-blog-post.node--view-mode-teaser .title-content .product-focus,.node--type-blog-post.node--view-mode-search-result .title-content .product-focus,.node--type-podcast.node--view-mode-teaser .title-content .product-focus,.node--type-podcast.node--view-mode-search-result .title-content .product-focus,.node--type-podcast-episode.node--view-mode-teaser .title-content .product-focus,.node--type-podcast-episode.node--view-mode-search-result .title-content .product-focus{position:absolute;top:-1.25em}.node--type-resource.node--view-mode-teaser .title-content .product-focus i,.node--type-resource.node--view-mode-search-result .title-content .product-focus i,.node--type-video.node--view-mode-teaser .title-content .product-focus i,.node--type-video.node--view-mode-search-result .title-content .product-focus i,.node--type-webinar.node--view-mode-teaser .title-content .product-focus i,.node--type-webinar.node--view-mode-search-result .title-content .product-focus i,.node--type-customer-story.node--view-mode-teaser .title-content .product-focus i,.node--type-customer-story.node--view-mode-search-result .title-content .product-focus i,.node--type-event.node--view-mode-teaser .title-content .product-focus i,.node--type-event.node--view-mode-search-result .title-content .product-focus i,.node--type-media-coverage.node--view-mode-teaser .title-content .product-focus i,.node--type-media-coverage.node--view-mode-search-result .title-content .product-focus i,.node--type-blog-post.node--view-mode-teaser .title-content .product-focus i,.node--type-blog-post.node--view-mode-search-result .title-content .product-focus i,.node--type-podcast.node--view-mode-teaser .title-content .product-focus i,.node--type-podcast.node--view-mode-search-result .title-content .product-focus i,.node--type-podcast-episode.node--view-mode-teaser .title-content .product-focus i,.node--type-podcast-episode.node--view-mode-search-result .title-content .product-focus i{color:#c72a2d}.node--type-resource.node--view-mode-teaser .title-content .field-name-node-title,.node--type-resource.node--view-mode-search-result .title-content .field-name-node-title,.node--type-video.node--view-mode-teaser .title-content .field-name-node-title,.node--type-video.node--view-mode-search-result .title-content .field-name-node-title,.node--type-webinar.node--view-mode-teaser .title-content .field-name-node-title,.node--type-webinar.node--view-mode-search-result .title-content .field-name-node-title,.node--type-customer-story.node--view-mode-teaser .title-content .field-name-node-title,.node--type-customer-story.node--view-mode-search-result .title-content .field-name-node-title,.node--type-event.node--view-mode-teaser .title-content .field-name-node-title,.node--type-event.node--view-mode-search-result .title-content .field-name-node-title,.node--type-media-coverage.node--view-mode-teaser .title-content .field-name-node-title,.node--type-media-coverage.node--view-mode-search-result .title-content .field-name-node-title,.node--type-blog-post.node--view-mode-teaser .title-content .field-name-node-title,.node--type-blog-post.node--view-mode-search-result .title-content .field-name-node-title,.node--type-podcast.node--view-mode-teaser .title-content .field-name-node-title,.node--type-podcast.node--view-mode-search-result .title-content .field-name-node-title,.node--type-podcast-episode.node--view-mode-teaser .title-content .field-name-node-title,.node--type-podcast-episode.node--view-mode-search-result .title-content .field-name-node-title{margin-top:.5em}.node--type-resource.node--view-mode-teaser div.node__links,.node--type-resource.node--view-mode-search-result div.node__links,.node--type-video.node--view-mode-teaser div.node__links,.node--type-video.node--view-mode-search-result div.node__links,.node--type-webinar.node--view-mode-teaser div.node__links,.node--type-webinar.node--view-mode-search-result div.node__links,.node--type-customer-story.node--view-mode-teaser div.node__links,.node--type-customer-story.node--view-mode-search-result div.node__links,.node--type-event.node--view-mode-teaser div.node__links,.node--type-event.node--view-mode-search-result div.node__links,.node--type-media-coverage.node--view-mode-teaser div.node__links,.node--type-media-coverage.node--view-mode-search-result div.node__links,.node--type-blog-post.node--view-mode-teaser div.node__links,.node--type-blog-post.node--view-mode-search-result div.node__links,.node--type-podcast.node--view-mode-teaser div.node__links,.node--type-podcast.node--view-mode-search-result div.node__links,.node--type-podcast-episode.node--view-mode-teaser div.node__links,.node--type-podcast-episode.node--view-mode-search-result div.node__links{justify-self:flex-end;display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem}.node--type-resource.node--view-mode-teaser .field-name-field-tags,.node--type-resource.node--view-mode-search-result .field-name-field-tags,.node--type-video.node--view-mode-teaser .field-name-field-tags,.node--type-video.node--view-mode-search-result .field-name-field-tags,.node--type-webinar.node--view-mode-teaser .field-name-field-tags,.node--type-webinar.node--view-mode-search-result .field-name-field-tags,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags,.node--type-event.node--view-mode-teaser .field-name-field-tags,.node--type-event.node--view-mode-search-result .field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags,.node--type-podcast.node--view-mode-teaser .field-name-field-tags,.node--type-podcast.node--view-mode-search-result .field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags{display:flex;flex-wrap:wrap}.node--type-resource.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-resource.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-video.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-video.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-webinar.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-webinar.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-event.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-event.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-podcast.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-podcast.node--view-mode-search-result .field-name-field-tags .field-label-above,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags .field-label-above,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags .field-label-above{width:100%}.node--type-resource.node--view-mode-teaser>.field-name-field-tags,.node--type-resource.node--view-mode-search-result>.field-name-field-tags,.node--type-video.node--view-mode-teaser>.field-name-field-tags,.node--type-video.node--view-mode-search-result>.field-name-field-tags,.node--type-webinar.node--view-mode-teaser>.field-name-field-tags,.node--type-webinar.node--view-mode-search-result>.field-name-field-tags,.node--type-customer-story.node--view-mode-teaser>.field-name-field-tags,.node--type-customer-story.node--view-mode-search-result>.field-name-field-tags,.node--type-event.node--view-mode-teaser>.field-name-field-tags,.node--type-event.node--view-mode-search-result>.field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser>.field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result>.field-name-field-tags,.node--type-blog-post.node--view-mode-teaser>.field-name-field-tags,.node--type-blog-post.node--view-mode-search-result>.field-name-field-tags,.node--type-podcast.node--view-mode-teaser>.field-name-field-tags,.node--type-podcast.node--view-mode-search-result>.field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser>.field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result>.field-name-field-tags{padding-bottom:2.5rem}.node--type-resource.node--view-mode-teaser .node__links ul,.node--type-resource.node--view-mode-search-result .node__links ul,.node--type-video.node--view-mode-teaser .node__links ul,.node--type-video.node--view-mode-search-result .node__links ul,.node--type-webinar.node--view-mode-teaser .node__links ul,.node--type-webinar.node--view-mode-search-result .node__links ul,.node--type-customer-story.node--view-mode-teaser .node__links ul,.node--type-customer-story.node--view-mode-search-result .node__links ul,.node--type-event.node--view-mode-teaser .node__links ul,.node--type-event.node--view-mode-search-result .node__links ul,.node--type-media-coverage.node--view-mode-teaser .node__links ul,.node--type-media-coverage.node--view-mode-search-result .node__links ul,.node--type-blog-post.node--view-mode-teaser .node__links ul,.node--type-blog-post.node--view-mode-search-result .node__links ul,.node--type-podcast.node--view-mode-teaser .node__links ul,.node--type-podcast.node--view-mode-search-result .node__links ul,.node--type-podcast-episode.node--view-mode-teaser .node__links ul,.node--type-podcast-episode.node--view-mode-search-result .node__links ul{list-style:none;margin:0;padding:0}.node--type-resource.node--view-mode-teaser .node__links .links .node-readmore,.node--type-resource.node--view-mode-search-result .node__links .links .node-readmore,.node--type-video.node--view-mode-teaser .node__links .links .node-readmore,.node--type-video.node--view-mode-search-result .node__links .links .node-readmore,.node--type-webinar.node--view-mode-teaser .node__links .links .node-readmore,.node--type-webinar.node--view-mode-search-result .node__links .links .node-readmore,.node--type-customer-story.node--view-mode-teaser .node__links .links .node-readmore,.node--type-customer-story.node--view-mode-search-result .node__links .links .node-readmore,.node--type-event.node--view-mode-teaser .node__links .links .node-readmore,.node--type-event.node--view-mode-search-result .node__links .links .node-readmore,.node--type-media-coverage.node--view-mode-teaser .node__links .links .node-readmore,.node--type-media-coverage.node--view-mode-search-result .node__links .links .node-readmore,.node--type-blog-post.node--view-mode-teaser .node__links .links .node-readmore,.node--type-blog-post.node--view-mode-search-result .node__links .links .node-readmore,.node--type-podcast.node--view-mode-teaser .node__links .links .node-readmore,.node--type-podcast.node--view-mode-search-result .node__links .links .node-readmore,.node--type-podcast-episode.node--view-mode-teaser .node__links .links .node-readmore,.node--type-podcast-episode.node--view-mode-search-result .node__links .links .node-readmore{padding:0}.node--type-resource.node--view-mode-teaser .content,.node--type-resource.node--view-mode-search-result .content,.node--type-video.node--view-mode-teaser .content,.node--type-video.node--view-mode-search-result .content,.node--type-webinar.node--view-mode-teaser .content,.node--type-webinar.node--view-mode-search-result .content,.node--type-customer-story.node--view-mode-teaser .content,.node--type-customer-story.node--view-mode-search-result .content,.node--type-event.node--view-mode-teaser .content,.node--type-event.node--view-mode-search-result .content,.node--type-media-coverage.node--view-mode-teaser .content,.node--type-media-coverage.node--view-mode-search-result .content,.node--type-blog-post.node--view-mode-teaser .content,.node--type-blog-post.node--view-mode-search-result .content,.node--type-podcast.node--view-mode-teaser .content,.node--type-podcast.node--view-mode-search-result .content,.node--type-podcast-episode.node--view-mode-teaser .content,.node--type-podcast-episode.node--view-mode-search-result .content{color:#000;display:grid;flex-direction:column;grid-template-rows:min-content;cursor:pointer}.node--type-resource.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-resource.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-video.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-video.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-webinar.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-webinar.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-customer-story.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-customer-story.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-event.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-event.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-media-coverage.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-media-coverage.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-blog-post.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-blog-post.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-podcast.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-podcast.node--view-mode-search-result .content div.field--name-field-abstract,.node--type-podcast-episode.node--view-mode-teaser .content div.field--name-field-abstract,.node--type-podcast-episode.node--view-mode-search-result .content div.field--name-field-abstract{padding-bottom:3rem}.node--type-resource.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-resource.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-video.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-video.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-webinar.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-webinar.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-customer-story.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-customer-story.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-event.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-event.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-media-coverage.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-media-coverage.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-blog-post.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-blog-post.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-podcast.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-podcast.node--view-mode-search-result .content div.field--type-text-with-summary,.node--type-podcast-episode.node--view-mode-teaser .content div.field--type-text-with-summary,.node--type-podcast-episode.node--view-mode-search-result .content div.field--type-text-with-summary{display:flex;flex-grow:1}.node--type-resource.node--view-mode-teaser .content em,.node--type-resource.node--view-mode-search-result .content em,.node--type-video.node--view-mode-teaser .content em,.node--type-video.node--view-mode-search-result .content em,.node--type-webinar.node--view-mode-teaser .content em,.node--type-webinar.node--view-mode-search-result .content em,.node--type-customer-story.node--view-mode-teaser .content em,.node--type-customer-story.node--view-mode-search-result .content em,.node--type-event.node--view-mode-teaser .content em,.node--type-event.node--view-mode-search-result .content em,.node--type-media-coverage.node--view-mode-teaser .content em,.node--type-media-coverage.node--view-mode-search-result .content em,.node--type-blog-post.node--view-mode-teaser .content em,.node--type-blog-post.node--view-mode-search-result .content em,.node--type-podcast.node--view-mode-teaser .content em,.node--type-podcast.node--view-mode-search-result .content em,.node--type-podcast-episode.node--view-mode-teaser .content em,.node--type-podcast-episode.node--view-mode-search-result .content em{display:inline;font-style:normal;background:#ff0}.node--type-resource.node--view-mode-teaser .actions,.node--type-resource.node--view-mode-search-result .actions,.node--type-video.node--view-mode-teaser .actions,.node--type-video.node--view-mode-search-result .actions,.node--type-webinar.node--view-mode-teaser .actions,.node--type-webinar.node--view-mode-search-result .actions,.node--type-customer-story.node--view-mode-teaser .actions,.node--type-customer-story.node--view-mode-search-result .actions,.node--type-event.node--view-mode-teaser .actions,.node--type-event.node--view-mode-search-result .actions,.node--type-media-coverage.node--view-mode-teaser .actions,.node--type-media-coverage.node--view-mode-search-result .actions,.node--type-blog-post.node--view-mode-teaser .actions,.node--type-blog-post.node--view-mode-search-result .actions,.node--type-podcast.node--view-mode-teaser .actions,.node--type-podcast.node--view-mode-search-result .actions,.node--type-podcast-episode.node--view-mode-teaser .actions,.node--type-podcast-episode.node--view-mode-search-result .actions{align-self:flex-end;width:100%}.node--type-resource.node--view-mode-teaser .content+.actions,.node--type-resource.node--view-mode-search-result .content+.actions,.node--type-video.node--view-mode-teaser .content+.actions,.node--type-video.node--view-mode-search-result .content+.actions,.node--type-webinar.node--view-mode-teaser .content+.actions,.node--type-webinar.node--view-mode-search-result .content+.actions,.node--type-customer-story.node--view-mode-teaser .content+.actions,.node--type-customer-story.node--view-mode-search-result .content+.actions,.node--type-event.node--view-mode-teaser .content+.actions,.node--type-event.node--view-mode-search-result .content+.actions,.node--type-media-coverage.node--view-mode-teaser .content+.actions,.node--type-media-coverage.node--view-mode-search-result .content+.actions,.node--type-blog-post.node--view-mode-teaser .content+.actions,.node--type-blog-post.node--view-mode-search-result .content+.actions,.node--type-podcast.node--view-mode-teaser .content+.actions,.node--type-podcast.node--view-mode-search-result .content+.actions,.node--type-podcast-episode.node--view-mode-teaser .content+.actions,.node--type-podcast-episode.node--view-mode-search-result .content+.actions{background:rgba(0,0,0,0)}.node--type-resource.node--view-mode-teaser .field--name-field-logo,.node--type-resource.node--view-mode-search-result .field--name-field-logo,.node--type-video.node--view-mode-teaser .field--name-field-logo,.node--type-video.node--view-mode-search-result .field--name-field-logo,.node--type-webinar.node--view-mode-teaser .field--name-field-logo,.node--type-webinar.node--view-mode-search-result .field--name-field-logo,.node--type-customer-story.node--view-mode-teaser .field--name-field-logo,.node--type-customer-story.node--view-mode-search-result .field--name-field-logo,.node--type-event.node--view-mode-teaser .field--name-field-logo,.node--type-event.node--view-mode-search-result .field--name-field-logo,.node--type-media-coverage.node--view-mode-teaser .field--name-field-logo,.node--type-media-coverage.node--view-mode-search-result .field--name-field-logo,.node--type-blog-post.node--view-mode-teaser .field--name-field-logo,.node--type-blog-post.node--view-mode-search-result .field--name-field-logo,.node--type-podcast.node--view-mode-teaser .field--name-field-logo,.node--type-podcast.node--view-mode-search-result .field--name-field-logo,.node--type-podcast-episode.node--view-mode-teaser .field--name-field-logo,.node--type-podcast-episode.node--view-mode-search-result .field--name-field-logo{min-height:140px;display:flex;align-items:center;justify-content:center}.node--type-resource.node--view-mode-teaser .field--name-field-logo img,.node--type-resource.node--view-mode-search-result .field--name-field-logo img,.node--type-video.node--view-mode-teaser .field--name-field-logo img,.node--type-video.node--view-mode-search-result .field--name-field-logo img,.node--type-webinar.node--view-mode-teaser .field--name-field-logo img,.node--type-webinar.node--view-mode-search-result .field--name-field-logo img,.node--type-customer-story.node--view-mode-teaser .field--name-field-logo img,.node--type-customer-story.node--view-mode-search-result .field--name-field-logo img,.node--type-event.node--view-mode-teaser .field--name-field-logo img,.node--type-event.node--view-mode-search-result .field--name-field-logo img,.node--type-media-coverage.node--view-mode-teaser .field--name-field-logo img,.node--type-media-coverage.node--view-mode-search-result .field--name-field-logo img,.node--type-blog-post.node--view-mode-teaser .field--name-field-logo img,.node--type-blog-post.node--view-mode-search-result .field--name-field-logo img,.node--type-podcast.node--view-mode-teaser .field--name-field-logo img,.node--type-podcast.node--view-mode-search-result .field--name-field-logo img,.node--type-podcast-episode.node--view-mode-teaser .field--name-field-logo img,.node--type-podcast-episode.node--view-mode-search-result .field--name-field-logo img{max-width:100%}.node--type-resource.node--view-mode-teaser .field-name-field-date,.node--type-resource.node--view-mode-search-result .field-name-field-date,.node--type-video.node--view-mode-teaser .field-name-field-date,.node--type-video.node--view-mode-search-result .field-name-field-date,.node--type-webinar.node--view-mode-teaser .field-name-field-date,.node--type-webinar.node--view-mode-search-result .field-name-field-date,.node--type-customer-story.node--view-mode-teaser .field-name-field-date,.node--type-customer-story.node--view-mode-search-result .field-name-field-date,.node--type-event.node--view-mode-teaser .field-name-field-date,.node--type-event.node--view-mode-search-result .field-name-field-date,.node--type-media-coverage.node--view-mode-teaser .field-name-field-date,.node--type-media-coverage.node--view-mode-search-result .field-name-field-date,.node--type-blog-post.node--view-mode-teaser .field-name-field-date,.node--type-blog-post.node--view-mode-search-result .field-name-field-date,.node--type-podcast.node--view-mode-teaser .field-name-field-date,.node--type-podcast.node--view-mode-search-result .field-name-field-date,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-date,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-date{margin-bottom:5px}.node--type-resource.node--view-mode-teaser h3 a,.node--type-resource.node--view-mode-teaser .h3 a,.node--type-resource.node--view-mode-search-result h3 a,.node--type-resource.node--view-mode-search-result .h3 a,.node--type-video.node--view-mode-teaser h3 a,.node--type-video.node--view-mode-teaser .h3 a,.node--type-video.node--view-mode-search-result h3 a,.node--type-video.node--view-mode-search-result .h3 a,.node--type-webinar.node--view-mode-teaser h3 a,.node--type-webinar.node--view-mode-teaser .h3 a,.node--type-webinar.node--view-mode-search-result h3 a,.node--type-webinar.node--view-mode-search-result .h3 a,.node--type-customer-story.node--view-mode-teaser h3 a,.node--type-customer-story.node--view-mode-teaser .h3 a,.node--type-customer-story.node--view-mode-search-result h3 a,.node--type-customer-story.node--view-mode-search-result .h3 a,.node--type-event.node--view-mode-teaser h3 a,.node--type-event.node--view-mode-teaser .h3 a,.node--type-event.node--view-mode-search-result h3 a,.node--type-event.node--view-mode-search-result .h3 a,.node--type-media-coverage.node--view-mode-teaser h3 a,.node--type-media-coverage.node--view-mode-teaser .h3 a,.node--type-media-coverage.node--view-mode-search-result h3 a,.node--type-media-coverage.node--view-mode-search-result .h3 a,.node--type-blog-post.node--view-mode-teaser h3 a,.node--type-blog-post.node--view-mode-teaser .h3 a,.node--type-blog-post.node--view-mode-search-result h3 a,.node--type-blog-post.node--view-mode-search-result .h3 a,.node--type-podcast.node--view-mode-teaser h3 a,.node--type-podcast.node--view-mode-teaser .h3 a,.node--type-podcast.node--view-mode-search-result h3 a,.node--type-podcast.node--view-mode-search-result .h3 a,.node--type-podcast-episode.node--view-mode-teaser h3 a,.node--type-podcast-episode.node--view-mode-teaser .h3 a,.node--type-podcast-episode.node--view-mode-search-result h3 a,.node--type-podcast-episode.node--view-mode-search-result .h3 a{color:#000;text-decoration:none}.node--type-resource.node--view-mode-teaser h3+div,.node--type-resource.node--view-mode-teaser .h3+div,.node--type-resource.node--view-mode-search-result h3+div,.node--type-resource.node--view-mode-search-result .h3+div,.node--type-video.node--view-mode-teaser h3+div,.node--type-video.node--view-mode-teaser .h3+div,.node--type-video.node--view-mode-search-result h3+div,.node--type-video.node--view-mode-search-result .h3+div,.node--type-webinar.node--view-mode-teaser h3+div,.node--type-webinar.node--view-mode-teaser .h3+div,.node--type-webinar.node--view-mode-search-result h3+div,.node--type-webinar.node--view-mode-search-result .h3+div,.node--type-customer-story.node--view-mode-teaser h3+div,.node--type-customer-story.node--view-mode-teaser .h3+div,.node--type-customer-story.node--view-mode-search-result h3+div,.node--type-customer-story.node--view-mode-search-result .h3+div,.node--type-event.node--view-mode-teaser h3+div,.node--type-event.node--view-mode-teaser .h3+div,.node--type-event.node--view-mode-search-result h3+div,.node--type-event.node--view-mode-search-result .h3+div,.node--type-media-coverage.node--view-mode-teaser h3+div,.node--type-media-coverage.node--view-mode-teaser .h3+div,.node--type-media-coverage.node--view-mode-search-result h3+div,.node--type-media-coverage.node--view-mode-search-result .h3+div,.node--type-blog-post.node--view-mode-teaser h3+div,.node--type-blog-post.node--view-mode-teaser .h3+div,.node--type-blog-post.node--view-mode-search-result h3+div,.node--type-blog-post.node--view-mode-search-result .h3+div,.node--type-podcast.node--view-mode-teaser h3+div,.node--type-podcast.node--view-mode-teaser .h3+div,.node--type-podcast.node--view-mode-search-result h3+div,.node--type-podcast.node--view-mode-search-result .h3+div,.node--type-podcast-episode.node--view-mode-teaser h3+div,.node--type-podcast-episode.node--view-mode-teaser .h3+div,.node--type-podcast-episode.node--view-mode-search-result h3+div,.node--type-podcast-episode.node--view-mode-search-result .h3+div{margin-top:0 !important}.node--type-resource.node--view-mode-teaser .product-focus-indicator,.node--type-resource.node--view-mode-search-result .product-focus-indicator,.node--type-video.node--view-mode-teaser .product-focus-indicator,.node--type-video.node--view-mode-search-result .product-focus-indicator,.node--type-webinar.node--view-mode-teaser .product-focus-indicator,.node--type-webinar.node--view-mode-search-result .product-focus-indicator,.node--type-customer-story.node--view-mode-teaser .product-focus-indicator,.node--type-customer-story.node--view-mode-search-result .product-focus-indicator,.node--type-event.node--view-mode-teaser .product-focus-indicator,.node--type-event.node--view-mode-search-result .product-focus-indicator,.node--type-media-coverage.node--view-mode-teaser .product-focus-indicator,.node--type-media-coverage.node--view-mode-search-result .product-focus-indicator,.node--type-blog-post.node--view-mode-teaser .product-focus-indicator,.node--type-blog-post.node--view-mode-search-result .product-focus-indicator,.node--type-podcast.node--view-mode-teaser .product-focus-indicator,.node--type-podcast.node--view-mode-search-result .product-focus-indicator,.node--type-podcast-episode.node--view-mode-teaser .product-focus-indicator,.node--type-podcast-episode.node--view-mode-search-result .product-focus-indicator{background:#c72a2d;color:#fff;border-radius:15px;padding:.5em;margin:0 .5em 1em 0;white-space:nowrap;font-size:60%;text-transform:uppercase}@media(min-width:768px){.node--type-resource.node--view-mode-teaser .product-focus-indicator,.node--type-resource.node--view-mode-search-result .product-focus-indicator,.node--type-video.node--view-mode-teaser .product-focus-indicator,.node--type-video.node--view-mode-search-result .product-focus-indicator,.node--type-webinar.node--view-mode-teaser .product-focus-indicator,.node--type-webinar.node--view-mode-search-result .product-focus-indicator,.node--type-customer-story.node--view-mode-teaser .product-focus-indicator,.node--type-customer-story.node--view-mode-search-result .product-focus-indicator,.node--type-event.node--view-mode-teaser .product-focus-indicator,.node--type-event.node--view-mode-search-result .product-focus-indicator,.node--type-media-coverage.node--view-mode-teaser .product-focus-indicator,.node--type-media-coverage.node--view-mode-search-result .product-focus-indicator,.node--type-blog-post.node--view-mode-teaser .product-focus-indicator,.node--type-blog-post.node--view-mode-search-result .product-focus-indicator,.node--type-podcast.node--view-mode-teaser .product-focus-indicator,.node--type-podcast.node--view-mode-search-result .product-focus-indicator,.node--type-podcast-episode.node--view-mode-teaser .product-focus-indicator,.node--type-podcast-episode.node--view-mode-search-result .product-focus-indicator{font-size:55%}}@media(min-width:1200px){.node--type-resource.node--view-mode-teaser .product-focus-indicator,.node--type-resource.node--view-mode-search-result .product-focus-indicator,.node--type-video.node--view-mode-teaser .product-focus-indicator,.node--type-video.node--view-mode-search-result .product-focus-indicator,.node--type-webinar.node--view-mode-teaser .product-focus-indicator,.node--type-webinar.node--view-mode-search-result .product-focus-indicator,.node--type-customer-story.node--view-mode-teaser .product-focus-indicator,.node--type-customer-story.node--view-mode-search-result .product-focus-indicator,.node--type-event.node--view-mode-teaser .product-focus-indicator,.node--type-event.node--view-mode-search-result .product-focus-indicator,.node--type-media-coverage.node--view-mode-teaser .product-focus-indicator,.node--type-media-coverage.node--view-mode-search-result .product-focus-indicator,.node--type-blog-post.node--view-mode-teaser .product-focus-indicator,.node--type-blog-post.node--view-mode-search-result .product-focus-indicator,.node--type-podcast.node--view-mode-teaser .product-focus-indicator,.node--type-podcast.node--view-mode-search-result .product-focus-indicator,.node--type-podcast-episode.node--view-mode-teaser .product-focus-indicator,.node--type-podcast-episode.node--view-mode-search-result .product-focus-indicator{font-size:60%}}.node--type-resource.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-resource.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-video.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-video.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-webinar.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-webinar.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-customer-story.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-customer-story.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-event.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-event.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-media-coverage.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-media-coverage.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-blog-post.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-blog-post.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-podcast.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-podcast.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor,.node--type-podcast-episode.node--view-mode-teaser .product-focus-indicator.SupplyChainMonitor,.node--type-podcast-episode.node--view-mode-search-result .product-focus-indicator.SupplyChainMonitor{background:#093}.node--type-resource.node--view-mode-teaser .product-focus-indicator i,.node--type-resource.node--view-mode-search-result .product-focus-indicator i,.node--type-video.node--view-mode-teaser .product-focus-indicator i,.node--type-video.node--view-mode-search-result .product-focus-indicator i,.node--type-webinar.node--view-mode-teaser .product-focus-indicator i,.node--type-webinar.node--view-mode-search-result .product-focus-indicator i,.node--type-customer-story.node--view-mode-teaser .product-focus-indicator i,.node--type-customer-story.node--view-mode-search-result .product-focus-indicator i,.node--type-event.node--view-mode-teaser .product-focus-indicator i,.node--type-event.node--view-mode-search-result .product-focus-indicator i,.node--type-media-coverage.node--view-mode-teaser .product-focus-indicator i,.node--type-media-coverage.node--view-mode-search-result .product-focus-indicator i,.node--type-blog-post.node--view-mode-teaser .product-focus-indicator i,.node--type-blog-post.node--view-mode-search-result .product-focus-indicator i,.node--type-podcast.node--view-mode-teaser .product-focus-indicator i,.node--type-podcast.node--view-mode-search-result .product-focus-indicator i,.node--type-podcast-episode.node--view-mode-teaser .product-focus-indicator i,.node--type-podcast-episode.node--view-mode-search-result .product-focus-indicator i{color:#fff !important;margin-right:.5em}@media(min-width:992px){.page-with-gated-content.page-node-type-resource div.layout-container div.layout-content,.page-with-gated-content.page-node-type-podcast-episode div.layout-container div.layout-content,.page-with-gated-content.page-node-type-webinar div.layout-container div.layout-content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto;--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));max-width:1400px;margin:auto;padding-bottom:3rem}.page-with-gated-content.page-node-type-resource div.layout-container div.layout-content>.region-content,.page-with-gated-content.page-node-type-podcast-episode div.layout-container div.layout-content>.region-content,.page-with-gated-content.page-node-type-webinar div.layout-container div.layout-content>.region-content{flex:0 0 auto;width:66.66666667%}.page-with-gated-content.page-node-type-resource div.layout-container div.layout-content .region-layout-sidebar,.page-with-gated-content.page-node-type-podcast-episode div.layout-container div.layout-content .region-layout-sidebar,.page-with-gated-content.page-node-type-webinar div.layout-container div.layout-content .region-layout-sidebar{flex:0 0 auto;width:33.33333333%}}.views-element-container.block-views-blockresources-blog-posts-block .view-resources .node--type-blog-post.node--view-mode-teaser div.content{display:flex;flex-direction:column}.views-element-container.block-views-blockresources-blog-posts-block .view-resources .node--type-blog-post.node--view-mode-teaser div.content .product-focus{position:static !important;margin-bottom:.5em}.views-element-container.block-views-blockresources-blog-posts-block .view-resources .node--type-blog-post.node--view-mode-teaser div.content div.node__links{justify-content:end;margin-top:auto;align-self:baseline}@media(min-width:992px){.page-node-type-blog-post .with-toc{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto;--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x));margin:auto;padding-bottom:3rem}.page-node-type-blog-post .with-toc #block-tableofcontents{order:2}.page-node-type-blog-post .with-toc .node__content{flex:0 0 auto;width:66.66666667%;width:66.666% !important}.page-node-type-blog-post .with-toc .block-toc-filter{order:2;flex:0 0 auto;width:33.33333333%;width:33.3333% !important;align-self:flex-start;position:sticky;top:120px}}.page-node-type-blog-post .layout.layout--twocol{grid-column-gap:2em}.page-node-type-blog-post .layout.layout--twocol .layout__region--first,.page-node-type-blog-post .layout.layout--twocol .layout__region--second{flex:0 1 48%}@media(max-width:575.98px){div.block-views-blockresources-blog-posts-block{padding-right:calc(var(--bs-gutter-x)*5);padding-left:calc(var(--bs-gutter-x)*5)}}@media(max-width:575.98px){div.block-views-blockresources-blog-posts-block .node--type-blog-post.node--view-mode-teaser{flex-direction:column}}@media(max-width:575.98px){div.block-views-blockresources-blog-posts-block .node--type-blog-post.node--view-mode-teaser .header-content{width:100%}}.node--type-resource .field-name-field-tags{display:flex;flex-wrap:wrap}.node--type-resource .field-name-field-tags .field-label-above{width:100%}.node--type-blog-post .field--name-field-tags{display:flex;flex-wrap:wrap;flex-direction:column}.node--type-blog-post .field--name-field-tags .field__items{display:flex;flex-wrap:wrap}.node--type-blog-post .field--name-field-tags .field-label-above{width:100%}.page-node-43648 .wp-block-hss-barousel-block+.wp-block-buttons .wp-block-button{padding-top:1rem}.page-node-43655 .wp-block-group:last-child .wp-block-buttons .wp-block-button{padding-top:1rem}.page-node-type-webinar .layout.layout--twocol{grid-column-gap:2em}.page-node-type-webinar .layout.layout--twocol .layout__region--first,.page-node-type-webinar .layout.layout--twocol .layout__region--second{flex:0 1 48%}.fa,.fa-phone::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.far,.fal,.fad,.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fab,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a{font-family:"Font Awesome 6 Brands";font-weight:400}.fa,.fa-phone::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{font-family:"Font Awesome 6 Pro";font-weight:900}.far{font-weight:400}.fa-facebook-f::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.facebook a::before{content:""}.fa-linkedin-in::before,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.linkedin a::before{content:""}.fa-vimeo::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.vimeo a::before{content:""}.fa-spotify::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.spotify a::before{content:""}.fa-twitter::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.twitter a::before{content:""}.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before{content:""}.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before{content:""}.fa-search::before,.region-secondary-menu .topbar__search-submit::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-times::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-bars::before{content:""}.fa-user::before{content:""}.node--type-person .field--name-field-media-image{position:relative;border-radius:50%;border:3px solid #000;overflow:hidden;width:150px;height:150px;margin:0 auto}.node--type-person .field--name-field-media-image img{width:150px;height:150px;object-fit:cover;z-index:1}@media(min-width:768px){.node--type-person .field--name-field-media-image,.node--type-person .field--name-field-media-image img{width:250px;height:250px}}.node--type-person.node--view-mode-full{display:grid;grid-template-columns:1fr}@media(min-width:768px){.node--type-person.node--view-mode-full{grid-template-columns:300px auto}}.node--type-person.node--view-mode-full .profile-info figcaption{display:none}.node--type-person.node--view-mode-full .profile-info .field--name-field-job-title,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url{margin-bottom:.5rem}.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;font-size:0;text-decoration:none}.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a::before{font-size:18px}.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a:hover{color:rgb(177.9439834025,37.5560165975,40.2385892116)}.node--type-person.node--view-mode-full .profile-info .field--name-field-headshot img{max-width:275px;height:auto}.views-row .node--type-person.node--view-mode-teaser{height:100%}.node--type-person.node--view-mode-teaser{transition:all .25s linear}.node--type-person.node--view-mode-teaser .field-name-node-title{transition:all .25s linear}.node--type-person.node--view-mode-teaser .field--name-field-media-image{transition:all .25s linear;width:100px;height:100px;margin:0 auto;margin-bottom:1em}.node--type-person.node--view-mode-teaser .field--name-field-media-image img{border-radius:50%;z-index:1;position:relative}.node--type-person.node--view-mode-teaser:hover .field-name-node-title{color:#c72a2d}.node--type-person.node--view-mode-teaser:hover .field--name-field-media-image{transform:scale(1.25);border-color:#c72a2d}.person-teaser{cursor:pointer;margin-bottom:.5rem;height:100%}.person-teaser .node--type-person{height:100%}.person-teaser .node--type-person.node--view-mode-teaser .field--name-field-media-image figure{margin-bottom:0}.person-teaser .node--type-person.node--view-mode-teaser .field--name-field-media-image img{width:100%;height:auto}.person-teaser .node--type-person.node--view-mode-teaser figcaption{display:none}.person-teaser .node--type-person.node--view-mode-teaser .field--name-node-title:hover{color:#c72a2d}.person-teaser .node--type-person.node--view-mode-teaser .field--name-node-title h2,.person-teaser .node--type-person.node--view-mode-teaser .field--name-node-title .h2{margin-bottom:0}.node--type-testimonial{display:flex;justify-content:center;margin-bottom:2rem}.node--type-testimonial .testimonial--details{display:flex;flex-direction:column}.node--type-testimonial .testimonial--details .field--type-text-with-summary{display:flex;justify-content:center}.node--type-testimonial .testimonial--details .field--type-text-with-summary p{quotes:"" " " "";align-content:center;max-width:70%;font-size:1.25rem;text-align:center}.node--type-testimonial .testimonial--details .field--type-string{display:flex;justify-content:center;color:#3678bd}.node--type-testimonial p::before{content:open-quote !important;color:#3678bd}.node--type-testimonial p::after{content:close-quote;color:#3678bd}.page-node-28 .wp-block-quote p{font-size:1.25rem}.page-node-28 .wp-block-quote p::before{content:open-quote !important;color:#3678bd}.page-node-28 .wp-block-quote p::after{content:close-quote;color:#3678bd}.page-node-28 .wp-block-quote cite{color:#3678bd;font-size:1rem}.node--type-customer-story{padding:1.5rem}.node--type-customer-story.node--view-mode-teaser{cursor:pointer}.node--type-customer-story .field-name-field-resource-type{font-size:1.25rem;font-weight:700}.node--type-customer-story .field-name-node-title h3,.node--type-customer-story .field-name-node-title .h3{font-weight:400;font-size:1.25rem}.node--type-customer-story .node__links .links{list-style:none;padding-left:0}.node--type-customer-story .node__links .links a{color:#037cdf;font-size:1.2rem;font-weight:600}.node--type-customer-story h6.learn-more,.node--type-customer-story .learn-more.h6,.node--type-customer-story .region-secondary-menu h2.learn-more,.region-secondary-menu .node--type-customer-story h2.learn-more,.node--type-customer-story .region-secondary-menu .learn-more.h2,.region-secondary-menu .node--type-customer-story .learn-more.h2,.node--type-customer-story .node--type-resource.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-resource.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-resource.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-resource.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-video.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-video.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-video.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-video.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-webinar.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-webinar.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-webinar.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-customer-story.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-event.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-event.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-event.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-event.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-media-coverage.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-media-coverage.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-media-coverage.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-blog-post.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-blog-post.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-blog-post.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-podcast.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-podcast.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-podcast.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-podcast-episode.node--view-mode-teaser .header-content .learn-more.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .header-content .node--type-customer-story .learn-more.field-name-field-resource-type,.node--type-customer-story .node--type-podcast-episode.node--view-mode-search-result .header-content .learn-more.field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-search-result .header-content .node--type-customer-story .learn-more.field-name-field-resource-type{display:none}.node--type-customer-story .field--name-field-logo .field--type-image{display:flex;justify-content:center}.node--type-customer-story .download-resource a{max-width:300px}body .wp-block-group.modal{max-width:none !important}body .wp-block-group.modal .wp-block-group__inner-container{all:inherit;width:100%;padding:0;border:none}.tingle-modal.modal-with-iframe{z-index:10000;max-width:100%}@media(max-width:575.98px){.tingle-modal.modal-with-iframe{display:flex;padding-top:0}}.tingle-modal.modal-with-iframe,.tingle-modal.modal-with-iframe:hover{cursor:pointer !important}.tingle-modal.modal-with-iframe .tingle-modal-box{padding:0;width:70%;position:relative}.tingle-modal.modal-with-iframe .tingle-modal-box__content{padding:0;margin-bottom:-27px;padding-top:60%;display:block}.tingle-modal.modal-with-iframe .tingle-modal-box__content iframe,.tingle-modal.modal-with-iframe .tingle-modal-box__content object,.tingle-modal.modal-with-iframe .tingle-modal-box__content embed{width:100% !important;max-width:100% !important;border:5px solid #c72a2d;width:100%;height:100%;position:absolute;top:0;left:0}@media(max-width:767.98px){.tingle-modal.modal-with-iframe .tingle-modal-box__content iframe,.tingle-modal.modal-with-iframe .tingle-modal-box__content object,.tingle-modal.modal-with-iframe .tingle-modal-box__content embed{height:auto !important}}.video-mini-teaser{height:100%;cursor:pointer;padding:0}.video-mini-teaser .field-name-field-featured-image img{width:100%;height:auto}.video-mini-teaser .field--name-title{display:inline-block}.eu-cookie-compliance-toggle-withdraw-banner input{background:rgba(0,0,0,0);margin-top:.5em}#sliding-popup{background:rgba(0,0,0,0);text-align:center;width:100%;z-index:2147483001}@media(min-width:992px){#sliding-popup{width:calc(100% + 400px);max-width:1400px;margin:auto;left:0;right:0}}#sliding-popup .eu-cookie-withdraw-tab{display:none}#sliding-popup .eu-cookie-withdraw-banner[aria-hidden=true]{display:none}#sliding-popup>div{width:90vw;margin:0 auto;padding:1rem;background:#f9f9f9;border:4px solid #037cdf;border-bottom:none}@media(min-width:992px){#sliding-popup>div{width:60vw;margin:auto;max-width:1400px}}#sliding-popup>div .popup-content{max-width:100%}@media(min-width:768px){#sliding-popup>div .popup-content{display:grid;grid-template-columns:60% 40%;column-gap:1rem;align-items:center}}#sliding-popup>div #popup-text{max-width:100%;font-size:18px}@media(max-width:767.98px){#sliding-popup>div #popup-text{max-width:100%;text-align:center}}#sliding-popup>div #popup-text a{color:#037cdf}#sliding-popup>div #popup-text a:visited{color:#c72a2d}#sliding-popup>div .agree-button{row-gap:1rem}#sliding-popup>div #popup-buttons{max-width:100%;display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap}:root{--bs-tooltip-max-width:"400px";--bs-btn-border-radius:"1.5em"}.node--type-resource.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-resource.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-video.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-video.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-webinar.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-webinar.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-customer-story.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-customer-story.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-event.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-event.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-blog-post.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-blog-post.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-podcast.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-podcast.node--view-mode-search-result .field-label-above.field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser .field-label-above.field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result .field-label-above.field-name-field-tags,.page-node-type-resource .field-label-above.field-name-field-tags,.page-node-type-blog-post .field--name-field-tags .field-label-above.field__label,.page-node-type-blog-post .field--name-field-tags .field-label-above.field__item,.page-node-type-webinar .field-label-above.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.node--type-resource.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-resource.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-video.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-video.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-webinar.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-webinar.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-customer-story.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-customer-story.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-event.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-event.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-media-coverage.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-media-coverage.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-blog-post.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-blog-post.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-podcast.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-podcast.node--view-mode-search-result .field__label.field-name-field-tags,.node--type-podcast-episode.node--view-mode-teaser .field__label.field-name-field-tags,.node--type-podcast-episode.node--view-mode-search-result .field__label.field-name-field-tags,.page-node-type-resource .field__label.field-name-field-tags,.page-node-type-blog-post .field--name-field-tags .field__label,.page-node-type-webinar .field__label.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.node--type-resource.node--view-mode-teaser .field-name-field-tags>a,.node--type-resource.node--view-mode-search-result .field-name-field-tags>a,.node--type-video.node--view-mode-teaser .field-name-field-tags>a,.node--type-video.node--view-mode-search-result .field-name-field-tags>a,.node--type-webinar.node--view-mode-teaser .field-name-field-tags>a,.node--type-webinar.node--view-mode-search-result .field-name-field-tags>a,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags>a,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags>a,.node--type-event.node--view-mode-teaser .field-name-field-tags>a,.node--type-event.node--view-mode-search-result .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags>a,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags>a,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags>a,.page-node-type-resource .field-name-field-tags>a,.page-node-type-blog-post .field--name-field-tags .field__label>a,.page-node-type-blog-post .field--name-field-tags .field__item>a,.page-node-type-webinar .field-name-field-tags>a{margin-right:10px;margin-bottom:10px;padding:3px 5px;border-radius:5px !important;box-shadow:rgba(0,0,0,.15) 0px 8px 16px 0px;text-decoration:none}.node--type-resource.node--view-mode-teaser .field-name-field-tags>a,.node--type-resource.node--view-mode-search-result .field-name-field-tags>a,.node--type-video.node--view-mode-teaser .field-name-field-tags>a,.node--type-video.node--view-mode-search-result .field-name-field-tags>a,.node--type-webinar.node--view-mode-teaser .field-name-field-tags>a,.node--type-webinar.node--view-mode-search-result .field-name-field-tags>a,.node--type-customer-story.node--view-mode-teaser .field-name-field-tags>a,.node--type-customer-story.node--view-mode-search-result .field-name-field-tags>a,.node--type-event.node--view-mode-teaser .field-name-field-tags>a,.node--type-event.node--view-mode-search-result .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-teaser .field-name-field-tags>a,.node--type-media-coverage.node--view-mode-search-result .field-name-field-tags>a,.node--type-blog-post.node--view-mode-teaser .field-name-field-tags>a,.node--type-blog-post.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast.node--view-mode-search-result .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-tags>a,.node--type-podcast-episode.node--view-mode-search-result .field-name-field-tags>a,.page-node-type-resource .field-name-field-tags>a,.page-node-type-blog-post .field--name-field-tags .field__label>a,.page-node-type-blog-post .field--name-field-tags .field__item>a,.page-node-type-webinar .field-name-field-tags>a{color:#000}.business-details{display:flex;flex-direction:column;align-items:center;font-weight:bold}.business-details .phone{order:2}.business-details .stock-info{order:3}@media(min-width:768px){.business-details{display:grid !important;grid-template-columns:1fr 1fr 1fr;align-items:end}.business-details .phone{order:1}.business-details .info{order:2}}.business-details .info{text-align:center}@media(min-width:768px){.business-details .info .name{font-size:200%}}.business-details .stock-info{text-align:right}.block-crm-business-lookup-block #crm-business-info{margin-bottom:20px}.block-crm-business-lookup-block #crm-business-info>img{margin-left:auto;margin-right:auto;display:block}.block-crm-business-lookup-block #crm-business-info>p{text-align:center}.block-crm-business-lookup-block #crm-business-info .business-info-container{border:2px solid #333}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper{display:grid;grid-template-columns:40px 1fr 2fr 100px}@media(max-width:767.98px){.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper{grid-template-columns:30px 1fr 1.5fr 80px;font-size:80%}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .label,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .data{display:block;width:100%}}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper:not(:last-child){border-bottom:1px solid #333}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper.headers{background-color:#d1e9e9;text-align:center}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper.headers .business-index,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper.headers .business-info,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper.headers .available-data,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper.headers .company-ownership{font-weight:bold}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-index,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .available-data,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .company-ownership{padding:.5em}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-index{border-right:1px solid #333;text-align:center}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .company-ownership{text-align:center}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info{border-right:1px solid #333}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info .name,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info .stock-info{font-weight:bold}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info .address .city,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info .address .state,.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .business-info .address .zip{display:inline-block}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .available-data{border-right:1px solid #333}@media(min-width:768px){.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .available-data>div{display:grid;grid-template-columns:150px auto}}.block-crm-business-lookup-block #crm-business-info .business-info-container .business-info-wrapper .available-data>div .data{font-weight:bold}.fa,.fa-phone::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after,.far,.fal,.fad,.fab,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fab,.region-footer>.container .menu--footer-secondary-menu .menu li.social li a,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a{font-family:"Font Awesome 6 Brands";font-weight:400}.fa,.fa-phone::before,.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before,.fas,.region-main-menu nav ul a[target=_blank]::after,.region-secondary-menu .topbar__search-submit,.node--type-resource.node--view-mode-teaser.has-weight::after,.node--type-resource.node--view-mode-search-result.has-weight::after,.node--type-video.node--view-mode-teaser.has-weight::after,.node--type-video.node--view-mode-search-result.has-weight::after,.node--type-webinar.node--view-mode-teaser.has-weight::after,.node--type-webinar.node--view-mode-search-result.has-weight::after,.node--type-customer-story.node--view-mode-teaser.has-weight::after,.node--type-customer-story.node--view-mode-search-result.has-weight::after,.node--type-event.node--view-mode-teaser.has-weight::after,.node--type-event.node--view-mode-search-result.has-weight::after,.node--type-media-coverage.node--view-mode-teaser.has-weight::after,.node--type-media-coverage.node--view-mode-search-result.has-weight::after,.node--type-blog-post.node--view-mode-teaser.has-weight::after,.node--type-blog-post.node--view-mode-search-result.has-weight::after,.node--type-podcast.node--view-mode-teaser.has-weight::after,.node--type-podcast.node--view-mode-search-result.has-weight::after,.node--type-podcast-episode.node--view-mode-teaser.has-weight::after,.node--type-podcast-episode.node--view-mode-search-result.has-weight::after{font-family:"Font Awesome 6 Pro";font-weight:900}.far{font-weight:400}.fa-facebook-f::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.facebook a::before{content:""}.fa-linkedin-in::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.linkedin a::before,.node--type-person.node--view-mode-full .profile-info .field--name-field-linkedin-url a::before{content:""}.fa-vimeo::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.vimeo a::before{content:""}.fa-spotify::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.spotify a::before{content:""}.fa-twitter::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.twitter a::before{content:""}.fa-phone::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.phone a::before{content:""}.fa-podcast::before,.region-footer>.container .menu--footer-secondary-menu .menu li.social li.podcast a::before{content:""}.fa-search::before,.region-secondary-menu .topbar__search-submit::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-times::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-bars::before{content:""}.fa-user::before{content:""}@keyframes highlight{to{background-position:0}}article em{font-style:normal;animation:highlight linear forwards;animation-timeline:view(70% 10%);background:linear-gradient(to right,oklch(74.58% 0.072 232.87deg / 0.5) 50%,oklch(74.58% 0.072 232.87deg / 0) 50%);background-position:100%;background-size:200% 100%;border-radius:.125rem;padding-inline:.125rem}.tbm [class*=fa-]{margin-right:.5rem}body{overflow-x:hidden}.crm-mobile-navigation-button{display:none}body.user-logged-in nav#navigation{z-index:100}.egmLHx.LandbotLivechat{z-index:99998}.has-media-on-the-right .wp-block-media-text__content{padding-left:0}.page-node-43647 .accordion-collapse ul{padding-left:1.1rem}.page-node-43654 .layout-container .layout-content .region.region-content .container #block-crm-content ul{padding-left:2.5em}.page-node-43654 .layout-container .layout-content .region.region-content .container #block-crm-content ul li>ul{padding-left:1.5em}#block-crm-content .accordion-item .wp-block-group.accordion-collapse.show{margin-top:0 !important}@media(max-width:575.98px){.wp-block-columns .wp-block-column+.wp-block-column{margin-top:2rem}}@media(max-width:575.98px){.page-node-43647 .accordion-button{display:block}.page-node-43647 .accordion-button::after{display:inline-block;position:absolute;right:0;top:0;margin:16px 5px 0 0}}@media(min-width:768px)and (max-width:991.98px){.page-node-4 .wp-block-columns.home-page-with_CTA .wp-block-column{flex-basis:65% !important}.page-node-4 .wp-block-columns.home-page-with_CTA .wp-block-column+.wp-block-column{flex-basis:35% !important}}@media(max-width:991.98px){.page-node-4 .wp-block-columns.home-page-with_CTA h1,.page-node-4 .wp-block-columns.home-page-with_CTA .h1{font-size:1.875rem}}@media(max-width:575.98px){.wp-block-cover.alignfull.has-background-dim{min-height:auto}}@media(max-width:575.98px){.is-stacked-on-mobile.media-with-illustration img{width:35%;display:block;margin:auto}}.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--first,.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--third{max-width:25%}.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--first img,.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--third img{width:100%;height:auto}.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--second{max-width:75%}@media(max-width:575.98px){.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--first,.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--second,.page-node-427 .layout.layout--threecol-25-50-25 .layout__region--third{max-width:100%}}
:root{--bs-tooltip-max-width:"400px";--bs-btn-border-radius:"1.5em"}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field-label-above.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field__label.field-name-field-tags{margin-top:15px;margin-bottom:5px;font-weight:bold;color:#3678bd}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field-name-field-tags>a{margin-right:10px;margin-bottom:10px;padding:3px 5px;border-radius:5px !important;box-shadow:rgba(0,0,0,.15) 0px 8px 16px 0px;text-decoration:none}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field-name-field-tags>a{color:#000}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#009933;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#C72A2D;--bs-secondary:#000000;--bs-success:#009A4B;--bs-info:#C72A2D;--bs-warning:#E6631F;--bs-danger:#E6631F;--bs-light:#F5F5F5;--bs-dark:#000;--bs-brand-blue:#037CDF;--bs-alt-blue:#3678BD;--bs-red:#C72A2D;--bs-darkgray:#333;--bs-lightgray:#F5F5F5;--bs-white-smoke:#F5F5F5;--bs-lightblue:#90CCFE;--bs-green:#009933;--bs-primary-rgb:199,42,45;--bs-secondary-rgb:0,0,0;--bs-success-rgb:0,154,75;--bs-info-rgb:199,42,45;--bs-warning-rgb:230,99,31;--bs-danger-rgb:230,99,31;--bs-light-rgb:245,245,245;--bs-dark-rgb:0,0,0;--bs-brand-blue-rgb:3,124,223;--bs-alt-blue-rgb:54,120,189;--bs-red-rgb:199,42,45;--bs-darkgray-rgb:51,51,51;--bs-lightgray-rgb:245,245,245;--bs-white-smoke-rgb:245,245,245;--bs-lightblue-rgb:144,204,254;--bs-green-rgb:0,153,51;--bs-primary-text-emphasis:rgb(79.6,16.8,18);--bs-secondary-text-emphasis:black;--bs-success-text-emphasis:rgb(0,61.6,30);--bs-info-text-emphasis:rgb(79.6,16.8,18);--bs-warning-text-emphasis:rgb(92,39.6,12.4);--bs-danger-text-emphasis:rgb(92,39.6,12.4);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(243.8,212.4,213);--bs-secondary-bg-subtle:#cccccc;--bs-success-bg-subtle:rgb(204,234.8,219);--bs-info-bg-subtle:rgb(243.8,212.4,213);--bs-warning-bg-subtle:rgb(250,223.8,210.2);--bs-danger-bg-subtle:rgb(250,223.8,210.2);--bs-light-bg-subtle:rgb(251.5,252,252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(232.6,169.8,171);--bs-secondary-border-subtle:#999999;--bs-success-border-subtle:rgb(153,214.6,183);--bs-info-border-subtle:rgb(232.6,169.8,171);--bs-warning-border-subtle:rgb(245,192.6,165.4);--bs-danger-border-subtle:rgb(245,192.6,165.4);--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:"Libre Franklin",sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#C72A2D;--bs-link-color-rgb:199,42,45;--bs-link-decoration:underline;--bs-link-hover-color:rgb(159.2,33.6,36);--bs-link-hover-color-rgb:159,34,36;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:rgb(255,242.6,205.4);--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(199,42,45,0.25);--bs-form-valid-color:#009A4B;--bs-form-valid-border-color:#009A4B;--bs-form-invalid-color:#E6631F;--bs-form-invalid-border-color:#E6631F}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:rgb(42.5,47.5,52.5);--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:rgb(221.4,127.2,129);--bs-secondary-text-emphasis:#666666;--bs-success-text-emphasis:rgb(102,194.4,147);--bs-info-text-emphasis:rgb(221.4,127.2,129);--bs-warning-text-emphasis:rgb(240,161.4,120.6);--bs-danger-text-emphasis:rgb(240,161.4,120.6);--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:rgb(39.8,8.4,9);--bs-secondary-bg-subtle:black;--bs-success-bg-subtle:rgb(0,30.8,15);--bs-info-bg-subtle:rgb(39.8,8.4,9);--bs-warning-bg-subtle:rgb(46,19.8,6.2);--bs-danger-bg-subtle:rgb(46,19.8,6.2);--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:rgb(119.4,25.2,27);--bs-secondary-border-subtle:black;--bs-success-border-subtle:rgb(0,92.4,45);--bs-info-border-subtle:rgb(119.4,25.2,27);--bs-warning-border-subtle:rgb(138,59.4,18.6);--bs-danger-border-subtle:rgb(138,59.4,18.6);--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:rgb(221.4,127.2,129);--bs-link-hover-color:rgb(228.12,152.76,154.2);--bs-link-color-rgb:221,127,129;--bs-link-hover-color-rgb:228,153,154;--bs-code-color:rgb(230.4,132.6,181.2);--bs-highlight-color:#dee2e6;--bs-highlight-bg:rgb(102,77.2,2.8);--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,0.15);--bs-form-valid-color:rgb(102,193.8,132.6);--bs-form-valid-border-color:rgb(102,193.8,132.6);--bs-form-invalid-color:rgb(234,133.8,143.4);--bs-form-invalid-border-color:rgb(234,133.8,143.4)}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:rgb(243.8,212.4,213);--bs-table-border-color:rgb(195.04,169.92,170.4);--bs-table-striped-bg:rgb(231.61,201.78,202.35);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(219.42,191.16,191.7);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(225.515,196.47,197.025);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#cccccc;--bs-table-border-color:rgb(163.2,163.2,163.2);--bs-table-striped-bg:rgb(193.8,193.8,193.8);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(183.6,183.6,183.6);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(188.7,188.7,188.7);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:rgb(204,234.8,219);--bs-table-border-color:rgb(163.2,187.84,175.2);--bs-table-striped-bg:rgb(193.8,223.06,208.05);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(183.6,211.32,197.1);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(188.7,217.19,202.575);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:rgb(243.8,212.4,213);--bs-table-border-color:rgb(195.04,169.92,170.4);--bs-table-striped-bg:rgb(231.61,201.78,202.35);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(219.42,191.16,191.7);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(225.515,196.47,197.025);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:rgb(250,223.8,210.2);--bs-table-border-color:rgb(200,179.04,168.16);--bs-table-striped-bg:rgb(237.5,212.61,199.69);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(225,201.42,189.18);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(231.25,207.015,194.435);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:rgb(250,223.8,210.2);--bs-table-border-color:rgb(200,179.04,168.16);--bs-table-striped-bg:rgb(237.5,212.61,199.69);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(225,201.42,189.18);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(231.25,207.015,194.435);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#F5F5F5;--bs-table-border-color:#c4c4c4;--bs-table-striped-bg:rgb(232.75,232.75,232.75);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(220.5,220.5,220.5);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(226.625,226.625,226.625);--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#000;--bs-table-border-color:#333333;--bs-table-striped-bg:rgb(12.75,12.75,12.75);--bs-table-striped-color:#fff;--bs-table-active-bg:rgb(25.5,25.5,25.5);--bs-table-active-color:#fff;--bs-table-hover-bg:rgb(19.125,19.125,19.125);--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:2699.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:2700px}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media(min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media(min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media(min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media(min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media(min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}@media(min-width:2700px){.grid .g-col-xxxl-1{grid-column:auto/span 1}.grid .g-col-xxxl-2{grid-column:auto/span 2}.grid .g-col-xxxl-3{grid-column:auto/span 3}.grid .g-col-xxxl-4{grid-column:auto/span 4}.grid .g-col-xxxl-5{grid-column:auto/span 5}.grid .g-col-xxxl-6{grid-column:auto/span 6}.grid .g-col-xxxl-7{grid-column:auto/span 7}.grid .g-col-xxxl-8{grid-column:auto/span 8}.grid .g-col-xxxl-9{grid-column:auto/span 9}.grid .g-col-xxxl-10{grid-column:auto/span 10}.grid .g-col-xxxl-11{grid-column:auto/span 11}.grid .g-col-xxxl-12{grid-column:auto/span 12}.grid .g-start-xxxl-1{grid-column-start:1}.grid .g-start-xxxl-2{grid-column-start:2}.grid .g-start-xxxl-3{grid-column-start:3}.grid .g-start-xxxl-4{grid-column-start:4}.grid .g-start-xxxl-5{grid-column-start:5}.grid .g-start-xxxl-6{grid-column-start:6}.grid .g-start-xxxl-7{grid-column-start:7}.grid .g-start-xxxl-8{grid-column-start:8}.grid .g-start-xxxl-9{grid-column-start:9}.grid .g-start-xxxl-10{grid-column-start:10}.grid .g-start-xxxl-11{grid-column-start:11}}.btn,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a,.node--type-resource.node--view-mode-full .download-resource a,.node--type-resource.node--view-mode-simple-header .download-resource a,.node--type-video.node--view-mode-full .download-resource a,.node--type-video.node--view-mode-simple-header .download-resource a,.node--type-webinar.node--view-mode-full .download-resource a,.node--type-webinar.node--view-mode-simple-header .download-resource a,.node--type-customer-story.node--view-mode-full .download-resource a,.node--type-customer-story.node--view-mode-simple-header .download-resource a,.node--type-event.node--view-mode-full .download-resource a,.node--type-event.node--view-mode-simple-header .download-resource a,.node--type-media-coverage.node--view-mode-full .download-resource a,.node--type-media-coverage.node--view-mode-simple-header .download-resource a,.node--type-blog-post.node--view-mode-full .download-resource a,.node--type-blog-post.node--view-mode-simple-header .download-resource a,.node--type-podcast.node--view-mode-full .download-resource a,.node--type-podcast.node--view-mode-simple-header .download-resource a,.node--type-podcast-episode.node--view-mode-full .download-resource a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:1.5em;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a,.node--type-resource.node--view-mode-full .download-resource a,.node--type-resource.node--view-mode-simple-header .download-resource a,.node--type-video.node--view-mode-full .download-resource a,.node--type-video.node--view-mode-simple-header .download-resource a,.node--type-webinar.node--view-mode-full .download-resource a,.node--type-webinar.node--view-mode-simple-header .download-resource a,.node--type-customer-story.node--view-mode-full .download-resource a,.node--type-customer-story.node--view-mode-simple-header .download-resource a,.node--type-event.node--view-mode-full .download-resource a,.node--type-event.node--view-mode-simple-header .download-resource a,.node--type-media-coverage.node--view-mode-full .download-resource a,.node--type-media-coverage.node--view-mode-simple-header .download-resource a,.node--type-blog-post.node--view-mode-full .download-resource a,.node--type-blog-post.node--view-mode-simple-header .download-resource a,.node--type-podcast.node--view-mode-full .download-resource a,.node--type-podcast.node--view-mode-simple-header .download-resource a,.node--type-podcast-episode.node--view-mode-full .download-resource a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a{transition:none}}.btn:hover,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:hover,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:hover,.node--type-resource.node--view-mode-full .download-resource a:hover,.node--type-resource.node--view-mode-simple-header .download-resource a:hover,.node--type-video.node--view-mode-full .download-resource a:hover,.node--type-video.node--view-mode-simple-header .download-resource a:hover,.node--type-webinar.node--view-mode-full .download-resource a:hover,.node--type-webinar.node--view-mode-simple-header .download-resource a:hover,.node--type-customer-story.node--view-mode-full .download-resource a:hover,.node--type-customer-story.node--view-mode-simple-header .download-resource a:hover,.node--type-event.node--view-mode-full .download-resource a:hover,.node--type-event.node--view-mode-simple-header .download-resource a:hover,.node--type-media-coverage.node--view-mode-full .download-resource a:hover,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:hover,.node--type-blog-post.node--view-mode-full .download-resource a:hover,.node--type-blog-post.node--view-mode-simple-header .download-resource a:hover,.node--type-podcast.node--view-mode-full .download-resource a:hover,.node--type-podcast.node--view-mode-simple-header .download-resource a:hover,.node--type-podcast-episode.node--view-mode-full .download-resource a:hover,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .btn-check+.button:hover,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource .btn-check+a:hover,.node--type-resource.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-resource.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-video.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-video.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-webinar.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-webinar.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-customer-story.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-customer-story.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-event.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-event.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-media-coverage.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-media-coverage.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-blog-post.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-blog-post.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-podcast.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-podcast.node--view-mode-simple-header .download-resource .btn-check+a:hover,.node--type-podcast-episode.node--view-mode-full .download-resource .btn-check+a:hover,.node--type-podcast-episode.node--view-mode-simple-header .download-resource .btn-check+a:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:focus-visible,.node--type-resource.node--view-mode-full .download-resource a:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-video.node--view-mode-full .download-resource a:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-webinar.node--view-mode-full .download-resource a:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource a:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-event.node--view-mode-full .download-resource a:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource a:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource a:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-podcast.node--view-mode-full .download-resource a:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource a:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource a:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .btn-check:focus-visible+.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource .btn-check:focus-visible+a,.node--type-resource.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-resource.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-video.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-video.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-webinar.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-webinar.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-customer-story.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-customer-story.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-event.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-event.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-media-coverage.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-media-coverage.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-blog-post.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-blog-post.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-podcast.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-podcast.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a,.node--type-podcast-episode.node--view-mode-full .download-resource .btn-check:focus-visible+a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource .btn-check:focus-visible+a{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .btn-check:checked+.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource .btn-check:checked+a,.node--type-resource.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-resource.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-video.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-video.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-webinar.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-webinar.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-customer-story.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-customer-story.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-event.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-event.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-media-coverage.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-media-coverage.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-blog-post.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-blog-post.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-podcast.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-podcast.node--view-mode-simple-header .download-resource .btn-check:checked+a,.node--type-podcast-episode.node--view-mode-full .download-resource .btn-check:checked+a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource .btn-check:checked+a,:not(.btn-check)+.btn:active,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form :not(.btn-check)+.button:active,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource :not(.btn-check)+a:active,.node--type-resource.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-resource.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-video.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-video.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-webinar.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-webinar.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-customer-story.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-customer-story.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-event.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-event.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-media-coverage.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-media-coverage.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-blog-post.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-blog-post.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-podcast.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-podcast.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.node--type-podcast-episode.node--view-mode-full .download-resource :not(.btn-check)+a:active,.node--type-podcast-episode.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active,.btn:first-child:active,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:first-child:active,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:first-child:active,.node--type-resource.node--view-mode-full .download-resource a:first-child:active,.node--type-resource.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-video.node--view-mode-full .download-resource a:first-child:active,.node--type-video.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-webinar.node--view-mode-full .download-resource a:first-child:active,.node--type-webinar.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-customer-story.node--view-mode-full .download-resource a:first-child:active,.node--type-customer-story.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-event.node--view-mode-full .download-resource a:first-child:active,.node--type-event.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-media-coverage.node--view-mode-full .download-resource a:first-child:active,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-blog-post.node--view-mode-full .download-resource a:first-child:active,.node--type-blog-post.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-podcast.node--view-mode-full .download-resource a:first-child:active,.node--type-podcast.node--view-mode-simple-header .download-resource a:first-child:active,.node--type-podcast-episode.node--view-mode-full .download-resource a:first-child:active,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:first-child:active,.btn.active,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .active.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a.active,.node--type-resource.node--view-mode-full .download-resource a.active,.node--type-resource.node--view-mode-simple-header .download-resource a.active,.node--type-video.node--view-mode-full .download-resource a.active,.node--type-video.node--view-mode-simple-header .download-resource a.active,.node--type-webinar.node--view-mode-full .download-resource a.active,.node--type-webinar.node--view-mode-simple-header .download-resource a.active,.node--type-customer-story.node--view-mode-full .download-resource a.active,.node--type-customer-story.node--view-mode-simple-header .download-resource a.active,.node--type-event.node--view-mode-full .download-resource a.active,.node--type-event.node--view-mode-simple-header .download-resource a.active,.node--type-media-coverage.node--view-mode-full .download-resource a.active,.node--type-media-coverage.node--view-mode-simple-header .download-resource a.active,.node--type-blog-post.node--view-mode-full .download-resource a.active,.node--type-blog-post.node--view-mode-simple-header .download-resource a.active,.node--type-podcast.node--view-mode-full .download-resource a.active,.node--type-podcast.node--view-mode-simple-header .download-resource a.active,.node--type-podcast-episode.node--view-mode-full .download-resource a.active,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a.active,.btn.show,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .show.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a.show,.node--type-resource.node--view-mode-full .download-resource a.show,.node--type-resource.node--view-mode-simple-header .download-resource a.show,.node--type-video.node--view-mode-full .download-resource a.show,.node--type-video.node--view-mode-simple-header .download-resource a.show,.node--type-webinar.node--view-mode-full .download-resource a.show,.node--type-webinar.node--view-mode-simple-header .download-resource a.show,.node--type-customer-story.node--view-mode-full .download-resource a.show,.node--type-customer-story.node--view-mode-simple-header .download-resource a.show,.node--type-event.node--view-mode-full .download-resource a.show,.node--type-event.node--view-mode-simple-header .download-resource a.show,.node--type-media-coverage.node--view-mode-full .download-resource a.show,.node--type-media-coverage.node--view-mode-simple-header .download-resource a.show,.node--type-blog-post.node--view-mode-full .download-resource a.show,.node--type-blog-post.node--view-mode-simple-header .download-resource a.show,.node--type-podcast.node--view-mode-full .download-resource a.show,.node--type-podcast.node--view-mode-simple-header .download-resource a.show,.node--type-podcast-episode.node--view-mode-full .download-resource a.show,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .btn-check:checked+.button:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource .btn-check:checked+a:focus-visible,.node--type-resource.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-video.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-webinar.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-event.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-podcast.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource .btn-check:checked+a:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource .btn-check:checked+a:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form :not(.btn-check)+.button:active:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-resource.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-video.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-webinar.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-event.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-podcast.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource :not(.btn-check)+a:active:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource :not(.btn-check)+a:active:focus-visible,.btn:first-child:active:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:first-child:active:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:first-child:active:focus-visible,.node--type-resource.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-video.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-webinar.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-event.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-podcast.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource a:first-child:active:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:first-child:active:focus-visible,.btn.active:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .active.button:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a.active:focus-visible,.node--type-resource.node--view-mode-full .download-resource a.active:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-video.node--view-mode-full .download-resource a.active:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-webinar.node--view-mode-full .download-resource a.active:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource a.active:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-event.node--view-mode-full .download-resource a.active:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource a.active:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource a.active:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-podcast.node--view-mode-full .download-resource a.active:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource a.active:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource a.active:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a.active:focus-visible,.btn.show:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .show.button:focus-visible,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a.show:focus-visible,.node--type-resource.node--view-mode-full .download-resource a.show:focus-visible,.node--type-resource.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-video.node--view-mode-full .download-resource a.show:focus-visible,.node--type-video.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-webinar.node--view-mode-full .download-resource a.show:focus-visible,.node--type-webinar.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-customer-story.node--view-mode-full .download-resource a.show:focus-visible,.node--type-customer-story.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-event.node--view-mode-full .download-resource a.show:focus-visible,.node--type-event.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-media-coverage.node--view-mode-full .download-resource a.show:focus-visible,.node--type-media-coverage.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-blog-post.node--view-mode-full .download-resource a.show:focus-visible,.node--type-blog-post.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-podcast.node--view-mode-full .download-resource a.show:focus-visible,.node--type-podcast.node--view-mode-simple-header .download-resource a.show:focus-visible,.node--type-podcast-episode.node--view-mode-full .download-resource a.show:focus-visible,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .btn-check:checked:focus-visible+.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource .btn-check:checked:focus-visible+a,.node--type-resource.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-resource.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-video.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-video.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-webinar.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-webinar.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-customer-story.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-customer-story.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-event.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-event.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-media-coverage.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-media-coverage.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-blog-post.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-blog-post.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-podcast.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-podcast.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a,.node--type-podcast-episode.node--view-mode-full .download-resource .btn-check:checked:focus-visible+a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource .btn-check:checked:focus-visible+a{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:disabled,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:disabled,.node--type-resource.node--view-mode-full .download-resource a:disabled,.node--type-resource.node--view-mode-simple-header .download-resource a:disabled,.node--type-video.node--view-mode-full .download-resource a:disabled,.node--type-video.node--view-mode-simple-header .download-resource a:disabled,.node--type-webinar.node--view-mode-full .download-resource a:disabled,.node--type-webinar.node--view-mode-simple-header .download-resource a:disabled,.node--type-customer-story.node--view-mode-full .download-resource a:disabled,.node--type-customer-story.node--view-mode-simple-header .download-resource a:disabled,.node--type-event.node--view-mode-full .download-resource a:disabled,.node--type-event.node--view-mode-simple-header .download-resource a:disabled,.node--type-media-coverage.node--view-mode-full .download-resource a:disabled,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:disabled,.node--type-blog-post.node--view-mode-full .download-resource a:disabled,.node--type-blog-post.node--view-mode-simple-header .download-resource a:disabled,.node--type-podcast.node--view-mode-full .download-resource a:disabled,.node--type-podcast.node--view-mode-simple-header .download-resource a:disabled,.node--type-podcast-episode.node--view-mode-full .download-resource a:disabled,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:disabled,.btn.disabled,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .disabled.button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a.disabled,.node--type-resource.node--view-mode-full .download-resource a.disabled,.node--type-resource.node--view-mode-simple-header .download-resource a.disabled,.node--type-video.node--view-mode-full .download-resource a.disabled,.node--type-video.node--view-mode-simple-header .download-resource a.disabled,.node--type-webinar.node--view-mode-full .download-resource a.disabled,.node--type-webinar.node--view-mode-simple-header .download-resource a.disabled,.node--type-customer-story.node--view-mode-full .download-resource a.disabled,.node--type-customer-story.node--view-mode-simple-header .download-resource a.disabled,.node--type-event.node--view-mode-full .download-resource a.disabled,.node--type-event.node--view-mode-simple-header .download-resource a.disabled,.node--type-media-coverage.node--view-mode-full .download-resource a.disabled,.node--type-media-coverage.node--view-mode-simple-header .download-resource a.disabled,.node--type-blog-post.node--view-mode-full .download-resource a.disabled,.node--type-blog-post.node--view-mode-simple-header .download-resource a.disabled,.node--type-podcast.node--view-mode-full .download-resource a.disabled,.node--type-podcast.node--view-mode-simple-header .download-resource a.disabled,.node--type-podcast-episode.node--view-mode-full .download-resource a.disabled,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a.disabled,fieldset:disabled .btn,fieldset:disabled .page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form fieldset:disabled .button,fieldset:disabled .page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a,.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource fieldset:disabled a,fieldset:disabled .node--type-resource.node--view-mode-full .download-resource a,.node--type-resource.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-resource.node--view-mode-simple-header .download-resource a,.node--type-resource.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-video.node--view-mode-full .download-resource a,.node--type-video.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-video.node--view-mode-simple-header .download-resource a,.node--type-video.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-webinar.node--view-mode-full .download-resource a,.node--type-webinar.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-webinar.node--view-mode-simple-header .download-resource a,.node--type-webinar.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-customer-story.node--view-mode-full .download-resource a,.node--type-customer-story.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-customer-story.node--view-mode-simple-header .download-resource a,.node--type-customer-story.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-event.node--view-mode-full .download-resource a,.node--type-event.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-event.node--view-mode-simple-header .download-resource a,.node--type-event.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-media-coverage.node--view-mode-full .download-resource a,.node--type-media-coverage.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-media-coverage.node--view-mode-simple-header .download-resource a,.node--type-media-coverage.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-blog-post.node--view-mode-full .download-resource a,.node--type-blog-post.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-blog-post.node--view-mode-simple-header .download-resource a,.node--type-blog-post.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-podcast.node--view-mode-full .download-resource a,.node--type-podcast.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-podcast.node--view-mode-simple-header .download-resource a,.node--type-podcast.node--view-mode-simple-header .download-resource fieldset:disabled a,fieldset:disabled .node--type-podcast-episode.node--view-mode-full .download-resource a,.node--type-podcast-episode.node--view-mode-full .download-resource fieldset:disabled a,fieldset:disabled .node--type-podcast-episode.node--view-mode-simple-header .download-resource a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource fieldset:disabled a{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:black;--bs-btn-hover-border-color:black;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:black;--bs-btn-active-border-color:black;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000000;--bs-btn-disabled-border-color:#000000}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#009A4B;--bs-btn-border-color:#009A4B;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(38.25,169.15,102);--bs-btn-hover-border-color:rgb(25.5,164.1,93);--bs-btn-focus-shadow-rgb:0,131,64;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(51,174.2,111);--bs-btn-active-border-color:rgb(25.5,164.1,93);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#009A4B;--bs-btn-disabled-border-color:#009A4B}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(233.75,122.4,64.6);--bs-btn-hover-border-color:rgb(232.5,114.6,53.4);--bs-btn-focus-shadow-rgb:196,84,26;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(235,130.2,75.8);--bs-btn-active-border-color:rgb(232.5,114.6,53.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#E6631F;--bs-btn-disabled-border-color:#E6631F}.btn-danger{--bs-btn-color:#000;--bs-btn-bg:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(233.75,122.4,64.6);--bs-btn-hover-border-color:rgb(232.5,114.6,53.4);--bs-btn-focus-shadow-rgb:196,84,26;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(235,130.2,75.8);--bs-btn-active-border-color:rgb(232.5,114.6,53.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#E6631F;--bs-btn-disabled-border-color:#E6631F}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(208.25,208.25,208.25);--bs-btn-hover-border-color:#c4c4c4;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#c4c4c4;--bs-btn-active-border-color:rgb(183.75,183.75,183.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(38.25,38.25,38.25);--bs-btn-hover-border-color:rgb(25.5,25.5,25.5);--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#333333;--bs-btn-active-border-color:rgb(25.5,25.5,25.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-brand-blue{--bs-btn-color:#000;--bs-btn-bg:#037CDF;--bs-btn-border-color:#037CDF;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(40.8,143.65,227.8);--bs-btn-hover-border-color:rgb(28.2,137.1,226.2);--bs-btn-focus-shadow-rgb:3,105,190;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(53.4,150.2,229.4);--bs-btn-active-border-color:rgb(28.2,137.1,226.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#037CDF;--bs-btn-disabled-border-color:#037CDF}.btn-alt-blue{--bs-btn-color:#fff;--bs-btn-bg:#3678BD;--bs-btn-border-color:#3678BD;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(45.9,102,160.65);--bs-btn-hover-border-color:rgb(43.2,96,151.2);--bs-btn-focus-shadow-rgb:84,140,199;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(43.2,96,151.2);--bs-btn-active-border-color:rgb(40.5,90,141.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#3678BD;--bs-btn-disabled-border-color:#3678BD}.btn-red{--bs-btn-color:#fff;--bs-btn-bg:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(169.15,35.7,38.25);--bs-btn-hover-border-color:rgb(159.2,33.6,36);--bs-btn-focus-shadow-rgb:207,74,77;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(159.2,33.6,36);--bs-btn-active-border-color:rgb(149.25,31.5,33.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#C72A2D;--bs-btn-disabled-border-color:#C72A2D}.btn-darkgray{--bs-btn-color:#fff;--bs-btn-bg:#333;--bs-btn-border-color:#333;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(43.35,43.35,43.35);--bs-btn-hover-border-color:rgb(40.8,40.8,40.8);--bs-btn-focus-shadow-rgb:82,82,82;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(40.8,40.8,40.8);--bs-btn-active-border-color:rgb(38.25,38.25,38.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#333;--bs-btn-disabled-border-color:#333}.btn-lightgray{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(246.5,246.5,246.5);--bs-btn-hover-border-color:#f6f6f6;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7f7f7;--bs-btn-active-border-color:#f6f6f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-white-smoke{--bs-btn-color:#000;--bs-btn-bg:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(246.5,246.5,246.5);--bs-btn-hover-border-color:#f6f6f6;--bs-btn-focus-shadow-rgb:208,208,208;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7f7f7;--bs-btn-active-border-color:#f6f6f6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F5F5;--bs-btn-disabled-border-color:#F5F5F5}.btn-lightblue{--bs-btn-color:#000;--bs-btn-bg:#90CCFE;--bs-btn-border-color:#90CCFE;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(160.65,211.65,254.15);--bs-btn-hover-border-color:rgb(155.1,209.1,254.1);--bs-btn-focus-shadow-rgb:122,173,216;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(166.2,214.2,254.2);--bs-btn-active-border-color:rgb(155.1,209.1,254.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#90CCFE;--bs-btn-disabled-border-color:#90CCFE}.btn-green{--bs-btn-color:#000;--bs-btn-bg:#009933;--bs-btn-border-color:#009933;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(38.25,168.3,81.6);--bs-btn-hover-border-color:rgb(25.5,163.2,71.4);--bs-btn-focus-shadow-rgb:0,130,43;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(51,173.4,91.8);--bs-btn-active-border-color:rgb(25.5,163.2,71.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#009933;--bs-btn-disabled-border-color:#009933}.btn-outline-primary{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000000;--bs-btn-hover-border-color:#000000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000000;--bs-btn-active-border-color:#000000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000000;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#009A4B;--bs-btn-border-color:#009A4B;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#009A4B;--bs-btn-hover-border-color:#009A4B;--bs-btn-focus-shadow-rgb:0,154,75;--bs-btn-active-color:#000;--bs-btn-active-bg:#009A4B;--bs-btn-active-border-color:#009A4B;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#009A4B;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#009A4B;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#E6631F;--bs-btn-hover-border-color:#E6631F;--bs-btn-focus-shadow-rgb:230,99,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#E6631F;--bs-btn-active-border-color:#E6631F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#E6631F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#E6631F;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#E6631F;--bs-btn-border-color:#E6631F;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#E6631F;--bs-btn-hover-border-color:#E6631F;--bs-btn-focus-shadow-rgb:230,99,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#E6631F;--bs-btn-active-border-color:#E6631F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#E6631F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#E6631F;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-brand-blue{--bs-btn-color:#037CDF;--bs-btn-border-color:#037CDF;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#037CDF;--bs-btn-hover-border-color:#037CDF;--bs-btn-focus-shadow-rgb:3,124,223;--bs-btn-active-color:#000;--bs-btn-active-bg:#037CDF;--bs-btn-active-border-color:#037CDF;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#037CDF;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#037CDF;--bs-gradient:none}.btn-outline-alt-blue{--bs-btn-color:#3678BD;--bs-btn-border-color:#3678BD;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#3678BD;--bs-btn-hover-border-color:#3678BD;--bs-btn-focus-shadow-rgb:54,120,189;--bs-btn-active-color:#fff;--bs-btn-active-bg:#3678BD;--bs-btn-active-border-color:#3678BD;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#3678BD;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#3678BD;--bs-gradient:none}.btn-outline-red{--bs-btn-color:#C72A2D;--bs-btn-border-color:#C72A2D;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#C72A2D;--bs-btn-hover-border-color:#C72A2D;--bs-btn-focus-shadow-rgb:199,42,45;--bs-btn-active-color:#fff;--bs-btn-active-bg:#C72A2D;--bs-btn-active-border-color:#C72A2D;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#C72A2D;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#C72A2D;--bs-gradient:none}.btn-outline-darkgray{--bs-btn-color:#333;--bs-btn-border-color:#333;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#333;--bs-btn-hover-border-color:#333;--bs-btn-focus-shadow-rgb:51,51,51;--bs-btn-active-color:#fff;--bs-btn-active-bg:#333;--bs-btn-active-border-color:#333;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#333;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#333;--bs-gradient:none}.btn-outline-lightgray{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-white-smoke{--bs-btn-color:#F5F5F5;--bs-btn-border-color:#F5F5F5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F5F5;--bs-btn-hover-border-color:#F5F5F5;--bs-btn-focus-shadow-rgb:245,245,245;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F5F5;--bs-btn-active-border-color:#F5F5F5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#F5F5F5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F5F5;--bs-gradient:none}.btn-outline-lightblue{--bs-btn-color:#90CCFE;--bs-btn-border-color:#90CCFE;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#90CCFE;--bs-btn-hover-border-color:#90CCFE;--bs-btn-focus-shadow-rgb:144,204,254;--bs-btn-active-color:#000;--bs-btn-active-bg:#90CCFE;--bs-btn-active-border-color:#90CCFE;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#90CCFE;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#90CCFE;--bs-gradient:none}.btn-outline-green{--bs-btn-color:#009933;--bs-btn-border-color:#009933;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#009933;--bs-btn-hover-border-color:#009933;--bs-btn-focus-shadow-rgb:0,153,51;--bs-btn-active-color:#000;--bs-btn-active-bg:#009933;--bs-btn-active-border-color:#009933;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#009933;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#009933;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:207,74,77;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:2em}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:1em}.bg,.paragraph--type--section.zebra-even{position:relative}.bg>*,.paragraph--type--section.zebra-even>*{position:relative;z-index:2}.bg--overlap-top{margin-top:-150px;padding-top:150px}.bg--overlap-bottom{margin-bottom:-150px;padding-bottom:150px}.bg--skew::after{transform:skewY(3.5deg);transform-origin:center}.bg::after,.paragraph--type--section.zebra-even::after{content:"";position:absolute;top:0;left:-100vw;width:200vw;background-color:#f5f5f5;height:100%;z-index:-2}.paragraph--type--section{padding:30px 0;z-index:2}.paragraph--type--section.zebra-even.call-out::before{opacity:1}.paragraph--type--section .layout.layout--twocol .layout__region{height:100%}.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper{height:100%}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group{height:100%;display:flex}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content{width:100%}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h2,.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h3,.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h4,.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h5,.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h6,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h2,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h3,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h4,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h5,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group .field--name-field-group-content h6{margin-top:0}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group.group-align-top,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group.group-align-top{align-items:flex-start}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group.group-align-center,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group.group-align-center{align-items:center}.paragraph--type--section .layout.layout--onecol .layout__region .region__wrapper .paragraph--type-group.group-align-bottom,.paragraph--type--section .layout.layout--twocol .layout__region .region__wrapper .paragraph--type-group.group-align-bottom{align-items:flex-end}.paragraph--type--section .paragraph--type-animated-videos video{min-height:500px;width:100%;display:none}.paragraph--type--section .paragraph--type-animated-videos .field-name-field-image{display:block}.paragraph--type--section.center>*{text-align:center}.paragraph--type--section.with-bg-image{position:relative}.paragraph--type--section.with-bg-image *{color:#fff}.paragraph--type--section.with-bg-image::before{content:"";height:100%;width:200vw;display:block;position:absolute;left:-100vw;background-image:var(--backgroundurl)}.paragraph--type--section.with-bg-color{position:relative}.paragraph--type--section.with-bg-color .field--name-field-intro-content *,.paragraph--type--section.with-bg-color .see-more-resources *{color:#fff}.paragraph--type--section.with-bg-color .see-more-resources{text-align:right}.paragraph--type--section.with-bg-color .see-more-resources a{font-weight:600}.paragraph--type--section.with-bg-color::before{height:100%;width:200vw;display:block;position:absolute;left:-100vw;opacity:var(--opacity)}.paragraph--type--section.with-bg-color.light-blue::before{content:"";background-color:#3678bd}.paragraph--type--section.with-bg-color.red::before{content:"";background-color:#c72a2d}.paragraph--type--section.with-bg-color.white::before{content:"";background-color:#fff}.paragraph--type--section.new-concept{padding-top:2.5rem;padding-bottom:2.5rem}.paragraph--type--section+.paragraph--type--section.new-concept{margin-top:2.5rem}.paragraph--type--section.new-concept+.paragraph--type--section.new-concept{margin-top:inherit}.paragraph--type--section.call-out{position:relative;margin:3vw 0;padding-top:8vw;z-index:1}@media(min-width:992px){.paragraph--type--section.call-out{padding-top:5vw}}.paragraph--type--section.call-out::before{content:"";position:absolute;opacity:.7;background-image:linear-gradient(156deg,#333,#3678BD);transform:skewY(3.5deg);top:1vw;transform-origin:center;width:125vw;margin-left:-25vw;height:calc(100% + 2vw);z-index:-1}.paragraph--type--section.call-out:last-child{padding-bottom:200px;margin-bottom:-180px}.paragraph--type--section.call-out.zebra-even::after,.paragraph--type--section.call-out.zebra-odd::after{top:-20px;height:calc(100% + 15vw);margin-top:-10vw}.zebra-odd+.paragraph--type--section.call-out.zebra-even::after{top:auto;bottom:-5vw;height:75%}.paragraph--type--section.call-out.zebra-even+.zebra-even{z-index:0}.paragraph--type--section.call-out *{color:#fff}.paragraph--type--section.call-out .field--type-text-long a{font-weight:600;color:#fff}.paragraph--type--section.call-out .field--type-text-long a:hover{color:#ccc}.paragraph--type--section h2,.paragraph--type--section h3,.paragraph--type--section h4{line-height:120%}.paragraph--type--section h2+.paragraph--type-responsive-image,.paragraph--type--section h3+.paragraph--type-responsive-image,.paragraph--type--section h4+.paragraph--type-responsive-image{padding-top:0}.paragraph--type--section .paragraph--type-responsive-image+h2,.paragraph--type--section .paragraph--type-responsive-image+h3,.paragraph--type--section .paragraph--type-responsive-image+h4{margin-top:0}.node--type-resource.node--view-mode-teaser,.node--type-video.node--view-mode-teaser,.node--type-webinar.node--view-mode-teaser,.node--type-customer-story.node--view-mode-teaser,.node--type-event.node--view-mode-teaser,.node--type-media-coverage.node--view-mode-teaser,.node--type-blog-post.node--view-mode-teaser,.node--type-podcast.node--view-mode-teaser,.node--type-podcast-episode.node--view-mode-teaser{background-color:#fff;padding:0 24px 20px 24px;overflow:hidden;height:100%;box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.node--type-resource.node--view-mode-teaser:hover,.node--type-video.node--view-mode-teaser:hover,.node--type-webinar.node--view-mode-teaser:hover,.node--type-customer-story.node--view-mode-teaser:hover,.node--type-event.node--view-mode-teaser:hover,.node--type-media-coverage.node--view-mode-teaser:hover,.node--type-blog-post.node--view-mode-teaser:hover,.node--type-podcast.node--view-mode-teaser:hover,.node--type-podcast-episode.node--view-mode-teaser:hover{transform:translateY(-4px);box-shadow:0 0 10px 0 rgba(0,0,0,.75)}.node--type-resource.node--view-mode-teaser .field-name-field-video,.node--type-resource.node--view-mode-teaser .field-name-field-featured-image,.node--type-video.node--view-mode-teaser .field-name-field-video,.node--type-video.node--view-mode-teaser .field-name-field-featured-image,.node--type-webinar.node--view-mode-teaser .field-name-field-video,.node--type-webinar.node--view-mode-teaser .field-name-field-featured-image,.node--type-customer-story.node--view-mode-teaser .field-name-field-video,.node--type-customer-story.node--view-mode-teaser .field-name-field-featured-image,.node--type-event.node--view-mode-teaser .field-name-field-video,.node--type-event.node--view-mode-teaser .field-name-field-featured-image,.node--type-media-coverage.node--view-mode-teaser .field-name-field-video,.node--type-media-coverage.node--view-mode-teaser .field-name-field-featured-image,.node--type-blog-post.node--view-mode-teaser .field-name-field-video,.node--type-blog-post.node--view-mode-teaser .field-name-field-featured-image,.node--type-podcast.node--view-mode-teaser .field-name-field-video,.node--type-podcast.node--view-mode-teaser .field-name-field-featured-image,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-video,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-featured-image{width:calc(100% + 50px);margin:0 -25px 0 -25px;height:195px;overflow:hidden}.node--type-resource.node--view-mode-teaser .field-name-field-video figure,.node--type-resource.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-video.node--view-mode-teaser .field-name-field-video figure,.node--type-video.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-webinar.node--view-mode-teaser .field-name-field-video figure,.node--type-webinar.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-customer-story.node--view-mode-teaser .field-name-field-video figure,.node--type-customer-story.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-event.node--view-mode-teaser .field-name-field-video figure,.node--type-event.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-media-coverage.node--view-mode-teaser .field-name-field-video figure,.node--type-media-coverage.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-blog-post.node--view-mode-teaser .field-name-field-video figure,.node--type-blog-post.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-podcast.node--view-mode-teaser .field-name-field-video figure,.node--type-podcast.node--view-mode-teaser .field-name-field-featured-image figure,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-video figure,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-featured-image figure{margin:0}.node--type-resource.node--view-mode-teaser .field-name-field-video img,.node--type-resource.node--view-mode-teaser .field-name-field-featured-image img,.node--type-video.node--view-mode-teaser .field-name-field-video img,.node--type-video.node--view-mode-teaser .field-name-field-featured-image img,.node--type-webinar.node--view-mode-teaser .field-name-field-video img,.node--type-webinar.node--view-mode-teaser .field-name-field-featured-image img,.node--type-customer-story.node--view-mode-teaser .field-name-field-video img,.node--type-customer-story.node--view-mode-teaser .field-name-field-featured-image img,.node--type-event.node--view-mode-teaser .field-name-field-video img,.node--type-event.node--view-mode-teaser .field-name-field-featured-image img,.node--type-media-coverage.node--view-mode-teaser .field-name-field-video img,.node--type-media-coverage.node--view-mode-teaser .field-name-field-featured-image img,.node--type-blog-post.node--view-mode-teaser .field-name-field-video img,.node--type-blog-post.node--view-mode-teaser .field-name-field-featured-image img,.node--type-podcast.node--view-mode-teaser .field-name-field-video img,.node--type-podcast.node--view-mode-teaser .field-name-field-featured-image img,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-video img,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-featured-image img{width:100%;height:auto}.node--type-resource.node--view-mode-teaser .field--name-field-logo,.node--type-video.node--view-mode-teaser .field--name-field-logo,.node--type-webinar.node--view-mode-teaser .field--name-field-logo,.node--type-customer-story.node--view-mode-teaser .field--name-field-logo,.node--type-event.node--view-mode-teaser .field--name-field-logo,.node--type-media-coverage.node--view-mode-teaser .field--name-field-logo,.node--type-blog-post.node--view-mode-teaser .field--name-field-logo,.node--type-podcast.node--view-mode-teaser .field--name-field-logo,.node--type-podcast-episode.node--view-mode-teaser .field--name-field-logo{min-height:140px;display:flex;align-items:center;justify-content:center}.node--type-resource.node--view-mode-teaser .field--name-field-logo img,.node--type-video.node--view-mode-teaser .field--name-field-logo img,.node--type-webinar.node--view-mode-teaser .field--name-field-logo img,.node--type-customer-story.node--view-mode-teaser .field--name-field-logo img,.node--type-event.node--view-mode-teaser .field--name-field-logo img,.node--type-media-coverage.node--view-mode-teaser .field--name-field-logo img,.node--type-blog-post.node--view-mode-teaser .field--name-field-logo img,.node--type-podcast.node--view-mode-teaser .field--name-field-logo img,.node--type-podcast-episode.node--view-mode-teaser .field--name-field-logo img{max-width:100%}.node--type-resource.node--view-mode-teaser .field-name-field-date,.node--type-video.node--view-mode-teaser .field-name-field-date,.node--type-webinar.node--view-mode-teaser .field-name-field-date,.node--type-customer-story.node--view-mode-teaser .field-name-field-date,.node--type-event.node--view-mode-teaser .field-name-field-date,.node--type-media-coverage.node--view-mode-teaser .field-name-field-date,.node--type-blog-post.node--view-mode-teaser .field-name-field-date,.node--type-podcast.node--view-mode-teaser .field-name-field-date,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-date{margin-bottom:5px}.node--type-resource.node--view-mode-teaser h3,.node--type-video.node--view-mode-teaser h3,.node--type-webinar.node--view-mode-teaser h3,.node--type-customer-story.node--view-mode-teaser h3,.node--type-event.node--view-mode-teaser h3,.node--type-media-coverage.node--view-mode-teaser h3,.node--type-blog-post.node--view-mode-teaser h3,.node--type-podcast.node--view-mode-teaser h3,.node--type-podcast-episode.node--view-mode-teaser h3{font-size:18px;line-height:24px;font-weight:bold;letter-spacing:0;margin:17px 0 9px 0}.node--type-resource.node--view-mode-teaser h3 a,.node--type-video.node--view-mode-teaser h3 a,.node--type-webinar.node--view-mode-teaser h3 a,.node--type-customer-story.node--view-mode-teaser h3 a,.node--type-event.node--view-mode-teaser h3 a,.node--type-media-coverage.node--view-mode-teaser h3 a,.node--type-blog-post.node--view-mode-teaser h3 a,.node--type-podcast.node--view-mode-teaser h3 a,.node--type-podcast-episode.node--view-mode-teaser h3 a{color:#000;text-decoration:none}.node--type-resource.node--view-mode-teaser .field-name-field-resource-type,.node--type-video.node--view-mode-teaser .field-name-field-resource-type,.node--type-webinar.node--view-mode-teaser .field-name-field-resource-type,.node--type-customer-story.node--view-mode-teaser .field-name-field-resource-type,.node--type-event.node--view-mode-teaser .field-name-field-resource-type,.node--type-media-coverage.node--view-mode-teaser .field-name-field-resource-type,.node--type-blog-post.node--view-mode-teaser .field-name-field-resource-type,.node--type-podcast.node--view-mode-teaser .field-name-field-resource-type,.node--type-podcast-episode.node--view-mode-teaser .field-name-field-resource-type{font-family:"Libre Franklin",sans-serif;font-size:21px;line-height:120%;padding:10px 0;font-weight:bold;letter-spacing:0;text-align:center;margin:0}.node--type-resource.node--view-mode-teaser p,.node--type-video.node--view-mode-teaser p,.node--type-webinar.node--view-mode-teaser p,.node--type-customer-story.node--view-mode-teaser p,.node--type-event.node--view-mode-teaser p,.node--type-media-coverage.node--view-mode-teaser p,.node--type-blog-post.node--view-mode-teaser p,.node--type-podcast.node--view-mode-teaser p,.node--type-podcast-episode.node--view-mode-teaser p{font-size:18px;line-height:24px;letter-spacing:0;margin:0 0 9px 0}.node--type-resource.node--view-mode-teaser a,.node--type-video.node--view-mode-teaser a,.node--type-webinar.node--view-mode-teaser a,.node--type-customer-story.node--view-mode-teaser a,.node--type-event.node--view-mode-teaser a,.node--type-media-coverage.node--view-mode-teaser a,.node--type-blog-post.node--view-mode-teaser a,.node--type-podcast.node--view-mode-teaser a,.node--type-podcast-episode.node--view-mode-teaser a{font-size:20px;line-height:24px;font-weight:600;color:#037cdf}.node--type-resource.node--view-mode-teaser a:hover,.node--type-video.node--view-mode-teaser a:hover,.node--type-webinar.node--view-mode-teaser a:hover,.node--type-customer-story.node--view-mode-teaser a:hover,.node--type-event.node--view-mode-teaser a:hover,.node--type-media-coverage.node--view-mode-teaser a:hover,.node--type-blog-post.node--view-mode-teaser a:hover,.node--type-podcast.node--view-mode-teaser a:hover,.node--type-podcast-episode.node--view-mode-teaser a:hover{color:hsl(207,97.3451327434%,39.3137254902%)}.node--type-resource.node--view-mode-teaser .node__links .links .node-readmore,.node--type-video.node--view-mode-teaser .node__links .links .node-readmore,.node--type-webinar.node--view-mode-teaser .node__links .links .node-readmore,.node--type-customer-story.node--view-mode-teaser .node__links .links .node-readmore,.node--type-event.node--view-mode-teaser .node__links .links .node-readmore,.node--type-media-coverage.node--view-mode-teaser .node__links .links .node-readmore,.node--type-blog-post.node--view-mode-teaser .node__links .links .node-readmore,.node--type-podcast.node--view-mode-teaser .node__links .links .node-readmore,.node--type-podcast-episode.node--view-mode-teaser .node__links .links .node-readmore{padding:0}.node--type-resource.node--view-mode-full .download-resource a,.node--type-resource.node--view-mode-simple-header .download-resource a,.node--type-video.node--view-mode-full .download-resource a,.node--type-video.node--view-mode-simple-header .download-resource a,.node--type-webinar.node--view-mode-full .download-resource a,.node--type-webinar.node--view-mode-simple-header .download-resource a,.node--type-customer-story.node--view-mode-full .download-resource a,.node--type-customer-story.node--view-mode-simple-header .download-resource a,.node--type-event.node--view-mode-full .download-resource a,.node--type-event.node--view-mode-simple-header .download-resource a,.node--type-media-coverage.node--view-mode-full .download-resource a,.node--type-media-coverage.node--view-mode-simple-header .download-resource a,.node--type-blog-post.node--view-mode-full .download-resource a,.node--type-blog-post.node--view-mode-simple-header .download-resource a,.node--type-podcast.node--view-mode-full .download-resource a,.node--type-podcast.node--view-mode-simple-header .download-resource a,.node--type-podcast-episode.node--view-mode-full .download-resource a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a{background:#037cdf;color:#fff;font-size:16px;font-weight:600;box-shadow:0 2px 8px 0 rgba(3,124,223,.75);border-radius:5px;padding:7px;display:inline-block;box-sizing:border-box}.node--type-resource.node--view-mode-full .download-resource a:hover,.node--type-resource.node--view-mode-simple-header .download-resource a:hover,.node--type-video.node--view-mode-full .download-resource a:hover,.node--type-video.node--view-mode-simple-header .download-resource a:hover,.node--type-webinar.node--view-mode-full .download-resource a:hover,.node--type-webinar.node--view-mode-simple-header .download-resource a:hover,.node--type-customer-story.node--view-mode-full .download-resource a:hover,.node--type-customer-story.node--view-mode-simple-header .download-resource a:hover,.node--type-event.node--view-mode-full .download-resource a:hover,.node--type-event.node--view-mode-simple-header .download-resource a:hover,.node--type-media-coverage.node--view-mode-full .download-resource a:hover,.node--type-media-coverage.node--view-mode-simple-header .download-resource a:hover,.node--type-blog-post.node--view-mode-full .download-resource a:hover,.node--type-blog-post.node--view-mode-simple-header .download-resource a:hover,.node--type-podcast.node--view-mode-full .download-resource a:hover,.node--type-podcast.node--view-mode-simple-header .download-resource a:hover,.node--type-podcast-episode.node--view-mode-full .download-resource a:hover,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a:hover{box-shadow:0 2px 5px 0 rgba(3,124,223,.75);background:hsl(207,97.3451327434%,39.3137254902%)}.node--type-resource.node--view-mode-full .field-name-field-location .field-label-above,.node--type-resource.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-video.node--view-mode-full .field-name-field-location .field-label-above,.node--type-video.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-webinar.node--view-mode-full .field-name-field-location .field-label-above,.node--type-webinar.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-customer-story.node--view-mode-full .field-name-field-location .field-label-above,.node--type-customer-story.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-event.node--view-mode-full .field-name-field-location .field-label-above,.node--type-event.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-media-coverage.node--view-mode-full .field-name-field-location .field-label-above,.node--type-media-coverage.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-blog-post.node--view-mode-full .field-name-field-location .field-label-above,.node--type-blog-post.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-podcast.node--view-mode-full .field-name-field-location .field-label-above,.node--type-podcast.node--view-mode-simple-header .field-name-field-location .field-label-above,.node--type-podcast-episode.node--view-mode-full .field-name-field-location .field-label-above,.node--type-podcast-episode.node--view-mode-simple-header .field-name-field-location .field-label-above{font-weight:bold;font-size:30px}.node--type-resource.node--view-mode-full .download-resource,.node--type-video.node--view-mode-full .download-resource,.node--type-webinar.node--view-mode-full .download-resource,.node--type-customer-story.node--view-mode-full .download-resource,.node--type-event.node--view-mode-full .download-resource,.node--type-media-coverage.node--view-mode-full .download-resource,.node--type-blog-post.node--view-mode-full .download-resource,.node--type-podcast.node--view-mode-full .download-resource,.node--type-podcast-episode.node--view-mode-full .download-resource{text-align:center}.node--type-resource.node--view-mode-simple-header,.node--type-video.node--view-mode-simple-header,.node--type-webinar.node--view-mode-simple-header,.node--type-customer-story.node--view-mode-simple-header,.node--type-event.node--view-mode-simple-header,.node--type-media-coverage.node--view-mode-simple-header,.node--type-blog-post.node--view-mode-simple-header,.node--type-podcast.node--view-mode-simple-header,.node--type-podcast-episode.node--view-mode-simple-header{text-align:center}.node--type-resource.node--view-mode-simple-header h1,.node--type-video.node--view-mode-simple-header h1,.node--type-webinar.node--view-mode-simple-header h1,.node--type-customer-story.node--view-mode-simple-header h1,.node--type-event.node--view-mode-simple-header h1,.node--type-media-coverage.node--view-mode-simple-header h1,.node--type-blog-post.node--view-mode-simple-header h1,.node--type-podcast.node--view-mode-simple-header h1,.node--type-podcast-episode.node--view-mode-simple-header h1{margin-bottom:0}.node--type-resource.node--view-mode-simple-header .field--name-node-post-date,.node--type-resource.node--view-mode-simple-header .field-name-field-date,.node--type-video.node--view-mode-simple-header .field--name-node-post-date,.node--type-video.node--view-mode-simple-header .field-name-field-date,.node--type-webinar.node--view-mode-simple-header .field--name-node-post-date,.node--type-webinar.node--view-mode-simple-header .field-name-field-date,.node--type-customer-story.node--view-mode-simple-header .field--name-node-post-date,.node--type-customer-story.node--view-mode-simple-header .field-name-field-date,.node--type-event.node--view-mode-simple-header .field--name-node-post-date,.node--type-event.node--view-mode-simple-header .field-name-field-date,.node--type-media-coverage.node--view-mode-simple-header .field--name-node-post-date,.node--type-media-coverage.node--view-mode-simple-header .field-name-field-date,.node--type-blog-post.node--view-mode-simple-header .field--name-node-post-date,.node--type-blog-post.node--view-mode-simple-header .field-name-field-date,.node--type-podcast.node--view-mode-simple-header .field--name-node-post-date,.node--type-podcast.node--view-mode-simple-header .field-name-field-date,.node--type-podcast-episode.node--view-mode-simple-header .field--name-node-post-date,.node--type-podcast-episode.node--view-mode-simple-header .field-name-field-date{margin-bottom:1em;color:#fff}.node--type-resource.node--view-mode-simple-header .download-resource a,.node--type-video.node--view-mode-simple-header .download-resource a,.node--type-webinar.node--view-mode-simple-header .download-resource a,.node--type-customer-story.node--view-mode-simple-header .download-resource a,.node--type-event.node--view-mode-simple-header .download-resource a,.node--type-media-coverage.node--view-mode-simple-header .download-resource a,.node--type-blog-post.node--view-mode-simple-header .download-resource a,.node--type-podcast.node--view-mode-simple-header .download-resource a,.node--type-podcast-episode.node--view-mode-simple-header .download-resource a{border:1px solid #fff}.node--type-resource .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-video .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-webinar .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-customer-story .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-event .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-media-coverage .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-blog-post .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-podcast .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content,.node--type-podcast-episode .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .pre-boilerplate-content{display:none;margin-bottom:1.25rem}.node--type-resource .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-video .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-webinar .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-customer-story .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-event .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-media-coverage .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-blog-post .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-podcast .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content,.node--type-podcast-episode .view-resource-boilerplate .views-row .taxonomy-term.taxonomy-term--type-resource-type .boilerplate-content{padding:1.25rem 1.25rem 1.25rem 1.25rem;margin-bottom:1.25rem;border:5px solid #c72a2d;background-color:#f5f5f5}body:not(.page-with-gated-content) .node--type-webinar h6.learn-more,body:not(.page-with-gated-content) .node--type-resource h6.learn-more,body:not(.page-with-gated-content) .node--type-event h6.learn-more{display:none}body:not(.with-gated-form) .node--type-webinar .pre-boilerplate-content,body:not(.with-gated-form) .node--type-resource .pre-boilerplate-content,body:not(.with-gated-form) .node--type-event .pre-boilerplate-content{display:block !important}.page-with-gated-content main .layout-content h6.learn-more{display:none}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content{padding:1.25rem;border-radius:5px;background-color:#f5f5f5;box-shadow:7px 7px #c72a2d;max-width:500px;box-sizing:border-box}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .form-header{font-size:28px;margin-top:0}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource{display:block;text-align:center}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a{background:#037cdf;color:#fff;font-size:16px;font-weight:600;box-shadow:0 2px 8px 0 rgba(3,124,223,.75);border-radius:5px;padding:7px;display:inline-block;box-sizing:border-box}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content .download-resource a:hover{box-shadow:0 2px 5px 0 rgba(3,124,223,.75);background:hsl(207,97.3451327434%,39.3137254902%)}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form input[disabled]{opacity:.5 !important}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button{margin:1.25rem 0 0 0;background:#c72a2d;color:#fff;font-size:21px;font-weight:600 !important;box-shadow:0 2px 8px 0 rgba(199,42,45,.75);border-radius:5px;padding:12px 0;width:100%;max-width:200px;display:inline-block;box-sizing:border-box;text-transform:capitalize;margin-left:calc(100% - 200px)}.page-with-gated-content main .layout-content .region-layout-sidebar #gated-content #gated-content-form .button:hover{box-shadow:0 2px 5px 0 rgba(199,42,45,.75)}.page-with-gated-content .node--type-webinar .field-name-field-video .video-embed-field-responsive-video iframe{max-width:100%}.page-with-gated-content.with-gated-form main .layout-content h6.learn-more{font-weight:bold}.page-with-gated-content.page-node-type-webinar h6.learn-more{display:none !important}.page-with-gated-content.page-node-type-webinar .view-resource-content{margin-bottom:1.25rem}.page-with-gated-content.page-node-type-podcast-episode:not(.with-gated-form) aside.region-layout-sidebar{display:none}.page-with-gated-content.page-node-type-podcast-episode:not(.with-gated-form) .layout-content>.region-content{width:100%}.page-node-type-resource #resource-content .views-field-field-abstract,.page-node-type-podcast-episode #resource-content .views-field-field-abstract{padding-top:30px;margin-bottom:1.25rem}.page-node-type-customer-story #resource-content,.page-node-type-customer-story h6.learn-more,.page-node-type-media-coverage #resource-content,.page-node-type-media-coverage h6.learn-more,.page-node-type-video #resource-content,.page-node-type-video h6.learn-more,.page-node-type-blog-post #resource-content,.page-node-type-blog-post h6.learn-more{display:none}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .text-formatted p{color:#000}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field-name-field-tags{display:flex;flex-wrap:wrap}.gutenberg .wp-block-drupalblock-crm-featured-resources-block .field-name-field-tags .field-label-above{width:100%}.gutenberg .wp-block-drupalblock-crm-featured-resources-block>.field-name-field-tags{padding-bottom:2.5rem}
.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;visibility:hidden;flex-direction:column;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.9);opacity:0;cursor:url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"),auto}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:2.5rem;right:2.5rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform,opacity}.tingle-modal-box__content{padding:3rem 3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.6rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.8rem;width:1.6rem;vertical-align:middle;font-size:0}}@keyframes scale{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}
