body .dialog-off-canvas-main-canvas{padding:0;position:relative;}main{left:0;margin:0 auto;padding:0;position:relative;width:100%;}main .main-content{background:var(--main-blue);outline:none;padding:20px;}.salsa-page main .main-content{background:var(--salsa-blue);}.bonterra-page main .main-content{background:var(--bonterra-medium-indigo);}.block-system-main-block{background:white;box-shadow:0 4px 30px 0 rgba(0,0,0,0.3);margin:20px auto;max-width:840px;padding:30px 20px 20px;}.bonterra-page .block-system-main-block{border-radius:12px;box-shadow:unset;}.region-controls{margin:0 auto;max-width:800px;padding:0 20px;width:100%;}.block.tabs{margin:0;padding:32px 0 0;width:100%;}.block.tabs ul.tabs{border-bottom:1px solid var(--main-dark-blue);margin:0;}.salsa-page .block.tabs ul.tabs{border-bottom:1px solid var(--salsa-dark-blue);}.block.tabs ul.tabs > li{margin:0 10px 0 0;}.block.tabs ul.tabs > li a{background:var(--main-blue);border:1px solid var(--main-dark-blue);border-bottom:0;border-radius:4px 4px 0 0;color:#fff;font-size:16px;font-weight:700;text-decoration:none;}.salsa-page .block.tabs ul.tabs > li a{background:var(--salsa-light-blue);border-color:var(--salsa-dark-blue);}.bonterra-page .block.tabs ul.tabs > li a{background:var(--bonterra-medium-indigo);border-color:var(--bonterra-indigo);}.block.tabs ul.tabs > li a.is-active,.block.tabs ul.tabs > li a:hover{background:var(--main-blue);color:var(--main-font-color);text-decoration:none;}.salsa-page .block.tabs ul.tabs > li a.is-active,.salsa-page .block.tabs ul.tabs > li a:hover{background:var(--salsa-dark-blue);}.bonterra-page .block.tabs ul.tabs > li a.is-active,.bonterra-page .block.tabs ul.tabs > li a:hover{background:var(--bonterra-indigo);color:#fff;}.region-controls .messages-container{padding:32px 0 0;}.region-controls .messages--status{margin:0 0 0 8px;}.main-section form input[type="text"],.main-section form input[type="email"],.main-section form input[type="url"],.main-section form input[type="password"],.main-section form input[type="tel"],.main-section form input[type="time"],.main-section form select{border:1px solid var(--main-dark-blue);border-radius:0;color:var(--main-dark-blue);font-size:18px;font-weight:700;height:50px;line-height:40px;padding:5px 10px;margin:0 0 5px;width:100%;}.bonterra-page .main-section form input[type="text"],.bonterra-page .main-section form input[type="email"],.bonterra-page .main-section form input[type="url"],.bonterra-page .main-section form input[type="password"],.bonterra-page .main-section form input[type="tel"],.bonterra-page .main-section form input[type="time"],.bonterra-page .main-section form select{border:1px solid var(--bonterra-indigo);color:var(--bonterra-indigo);}.main-section form textarea{font-size:18px;margin:0 0 5px;padding:10px;}#block-content > form .form-actions{display:flex;justify-content:flex-end;margin-bottom:0;}#block-content > form .form-actions .button{background:var(--main-dark-blue);border:0;border-radius:5px;color:#fff;font-weight:700;padding:10px 20px;}#block-content > form .form-actions .button:hover{color:var(--main-lighter-grey);}@media (min-width:768px){.block-system-main-block{margin:40px auto;padding:40px;}}
*{box-sizing:border-box;}@font-face{font-family:"GT America";font-style:normal;font-weight:400;src:url("/themes/custom/support/fonts/gt-america-regular.woff2") format("woff2"),url("/themes/custom/support/fonts/gt-america-regular.woff") format("woff");}@font-face{font-family:"GT America";font-style:normal;font-weight:700;src:url("/themes/custom/support/fonts/gt-america-bold.woff2") format("woff2"),url("/themes/custom/support/fonts/gt-america-bold.woff") format("woff");}@font-face{font-family:"GT America";font-style:normal;font-weight:900;src:url("/themes/custom/support/fonts/gt-america-black.woff2") format("woff2"),url("/themes/custom/support/fonts/gt-america-black.woff") format("woff");}@font-face{font-family:"Sharp Sans";font-style:normal;font-weight:500;src:url("/themes/custom/support/fonts/sharp-sans-medium.woff2") format("woff2"),url("/themes/custom/support/fonts/sharp-sans-medium.woff") format("woff");}@font-face{font-family:"Sharp Sans";font-style:normal;font-weight:700;src:url("/themes/custom/support/fonts/sharp-sans-bold.woff2") format("woff2"),url("/themes/custom/support/fonts/sharp-sans-bold.woff") format("woff");}:root{--default-font-family:"GT America",sans-serif;--secondary-font-family:"Sharp Sans",sans-serif;--bonterra-font-family:elza,sans-serif;--main-text-color:rgba(12,11,8,0.75);--secondary-text-color:rgba(66,59,47,0.75);--solid-black-text-color:rgb(12,11,8);--icon-color:#4e4d49;--main-blue:#228ae6;--main-light-blue:#b1d3ee;--main-dark-blue:#005799;--main-red:#f00;--bonterra-indigo:#381360;--bonterra-medium-indigo:#8a61b6;--bonterra-pale-periwinkle:#f5f5ff;--salsa-blue:#009fc2;--salsa-dark-blue:#008da8;--salsa-yellow:#fdbb30;--salsa-light-orange:#f4901d;--salsa-light-red:#d9531e;--salsa-orange:#e86d1f;--salsa-teal:#47c3d3;--main-lighter-grey:#e1e1e1;--main-lightest-grey:#f7f7f7;}html{font-size:18px;}body{background-color:var(--main-dark-blue);color:var(--main-text-color);font-family:var(--default-font-family);font-size:18px;font-weight:400;line-height:1.625em;margin:0;padding:0;}body.salsa-page{background-color:var(--salsa-dark-blue);}body.bonterra-page{background-color:var(--bonterra-indigo);color:var(--bonterra-indigo);font-family:var(--bonterra-font-family);}p{margin:0 0 20px;}.dialog-off-canvas-main-canvas a{color:var(--main-blue);font-weight:700;text-decoration:none;}.dialog-off-canvas-main-canvas a:hover,.dialog-off-canvas-main-canvas a:focus{text-decoration:underline;}ul.menu{margin:0;padding:0;}ul li,ol li{margin:0 0 .5em;}li.menu-item{padding-top:0;}header.site-header{background:#fff;display:flex;justify-content:center;margin:0 auto;width:100%;}header .header-container{display:flex;height:100%;justify-content:space-between;max-width:800px;margin:0;width:100%;}header .logo-container{align-items:center;display:flex;height:100%;width:100%;}header .branding{display:flex;flex-wrap:wrap;font-size:0;height:100%;margin:0;padding:20px;}header .branding img.standard-logo{height:40px;width:286px;}header .branding img.standard-logo.ngpvan{height:28px;width:280px;}header .branding img.standard-logo.everyaction{height:24px;width:280px;}header .branding img.salsa-logo{height:70px;width:200px;}header .branding img.bonterra-logo{height:53px;width:280px;}header .branding figcaption{color:var(--main-blue);font-family:var(--secondary-font-family);font-size:38px;font-weight:500;line-height:40px;margin-bottom:10px;}header .branding img.standard-logo.generic + figcaption{line-height:60px;margin-bottom:0;}header .branding figcaption span{letter-spacing:-2px;}section.region-hero{align-items:center;background:var(--main-light-blue);display:flex;}.salsa-page section.region-hero{background:var(--salsa-teal);}.bonterra-page section.region-hero{background:var(--bonterra-pale-periwinkle);}.region-hero .hero-container{max-width:800px;margin:0 auto;padding:20px;width:100%;}.region-hero h1.page-title{font-weight:700;font-size:2em;line-height:1.25em;}article.node{margin:0 0 20px;}article.node.webform{margin:0;}article h2{font-size:1.5em;font-weight:700;margin:40px 0 20px;}article > section.body > h2:first-child{margin-top:0;}article section.body{margin:0 auto;width:100%;}section.body p{margin:0 0 20px;}article section.webform{border-top:2px solid var(--main-dark-blue);margin-top:30px;padding-top:24px;}.salsa-page article section.webform{border-top:2px solid var(--salsa-dark-blue);}.bonterra-page article section.webform{border-top:2px solid var(--bonterra-medium-indigo);}article section.webform:first-child{margin-top:10px;}article section.webform .form-item > label{font-size:.88889em;font-weight:700;}article section.webform .form-item .description{font-size:.88889em;line-height:1.5em;}.bonterra-page article section.webform .form-item > label,.bonterra-page article section.webform fieldset.fieldgroup span.fieldset-legend,.bonterra-page article section.webform .form-item .description{font-size:1rem;font-weight:400;}article section.webform .form-item p:last-child{margin-bottom:0;}article section.webform .webform-actions,article section.webform .form-actions,article p.buttons{display:flex;justify-content:flex-end;margin-bottom:0;}article p.buttons{flex-wrap:wrap;justify-content:flex-start}article section.webform .webform-actions .button,article section.webform .form-actions .button,article p.buttons .button{background:var(--main-dark-blue);border:0;border-radius:5px;color:#fff;font-weight:700;padding:10px 20px;}.salsa-page article section.webform .webform-actions .button,.salsa-page article section.webform .form-actions .button,.salsa-page article p.buttons .button{background:var(--salsa-dark-blue);}.bonterra-page article section.webform #edit-actions{margin-top:30px;}.bonterra-page article section.webform .webform-actions .button,.bonterra-page article section.webform .form-actions .button,.bonterra-page article p.buttons .button{background:var(--bonterra-indigo);font-size:1.166667rem;padding:16px 24px;}article p.buttons .button{margin:0 20px 20px 0;}article p.buttons .button:last-child{margin-right:0;}article section.webform .webform-actions .button:hover,article section.webform .form-actions .button:hover,article p.buttons .button:hover{color:var(--main-lighter-grey);}article section.webform .webform-confirmation{background:var(--main-lighter-grey);padding:20px;margin-top:10px;}article section.webform .webform-confirmation .webform-confirmation__back{margin:0;}article section.webform .csat-survey-form fieldset{border:0;margin:0;padding:0;}article section.webform .csat-survey-form fieldset:not(:last-of-type){border-bottom:2px solid var(--main-blue);margin:0 0 30px;padding:0 0 30px;}.bonterra-page article section.webform .csat-survey-form fieldset:not(:last-of-type){border-bottom:2px solid var(--bonterra-medium-indigo);}article section.webform .csat-survey-form > fieldset > legend span.fieldset-legend{font-family:var(--main-font-family);font-size:1.5rem;font-weight:700;line-height:1.285714em;margin:0;padding:0;text-align:left;width:100%;}article section.webform .csat-survey-form .fieldset-wrapper{display:grid;gap:20px;padding:16px 0 0;}article section.webform .csat-survey-form .fieldset-wrapper > .form-item{margin:0;}article section.webform .csat-survey-form .fieldset-wrapper > .description{grid-row:1 / 2;width:100%;}article section.webform .csat-survey-form fieldset.form-item .form-checkboxes,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios{display:grid;gap:10px;line-height:1.333333em;order:2;}article section.webform .csat-survey-form fieldset.form-item #edit-satisfaction.js-webform-radios{gap:20px;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio{margin:0;}article section.webform .csat-survey-form .form-item.form-type-textarea textarea{width:100%;}article section.webform .csat-survey-form .form-type-checkbox,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio{display:grid;grid-template-columns:36px 1fr;margin:0;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction{gap:10px;grid-template-columns:24px auto 1fr;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction label.option{line-height:1.333333em;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction .description{line-height:1.333333em;margin-left:0;}article section.webform .csat-survey-form .form-type-checkbox input.form-checkbox,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio input.form-radio{appearance:none;background:#fff;border:0;-webkit-appearance:none;height:24px;margin:0;position:relative;width:24px;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio input.form-radio{border-radius:50%;}article section.webform .csat-survey-form .form-type-checkbox input.form-checkbox:before,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio input.form-radio:before{border:2px solid var(--bonterra-indigo);border-radius:3px;content:"";display:flex;font-size:0;height:20px;position:absolute;width:20px;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio input.form-radio:before{border-radius:50%;height:20px;width:20px;}article section.webform .csat-survey-form .form-type-checkbox input.form-checkbox:checked:before{background-color:var(--bonterra-indigo);background-image:url(/themes/custom/support/images/check-mark.svg);background-position:center;background-repeat:no-repeat;background-size:14px;}article section.webform .csat-survey-form .form-type-checkbox label.option{line-height:1.333333em;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio input.form-radio:checked:before{background-image:radial-gradient(circle,var(--bonterra-indigo) 0,var(--bonterra-indigo) 6px,#fff 7px);background-size:20px;}article figure{line-height:0;margin:0 0 20px;position:relative;width:100%;}article figure.inline{text-align:center;}article figure a{display:block;line-height:0;}article figure img{height:auto;width:100%;}article figure.inline img{max-width:100%;width:auto;}article p.important{color:var(--main-red);font-weight:700;}article code{background-color:var(--main-lightest-grey);border:1px solid var(--main-lighter-grey);border-radius:3px;color:var(--main-red);font-family:monospace;font-size:12px;padding:2px 4px;white-space:nowrap;}article section.faq{background:var(--main-light-blue);border:0;margin:0 0 20px;padding:5px 20px;}.salsa-page article section.faq{background:var(--salsa-teal);}.bonterra-page article section.faq{background:var(--bonterra-indigo);}article section.faq details{border:0;margin:0;transition:5s;}article section.faq details summary{cursor:pointer;display:flex;font-size:1.5em;font-weight:700;list-style:none;margin:0;padding:20px 0 20px 25px;position:relative;}article section.faq details summary:before{background-image:url(/themes/custom/support/images/right-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:14px 20px;content:"";height:30px;left:0;position:absolute;transform:rotate(0);transition:.25s transform ease;width:20px;}article section.faq details[open] summary:before{transform:rotate(90deg);}article section.faq details summary::marker,article section.faq details summary::-webkit-details-marker{display:none;}article section.faq details a{color:var(--main-dark-blue);}article figure.video{height:0;margin:0 0 20px;padding-bottom:56.25%;position:relative;width:100%;}article figure.video iframe.media-oembed-content{height:100%;left:0;position:absolute;top:0;width:100%;}article.smaller .body p{font-size:16px;margin-bottom:12px;}article.smaller section.webform{margin-top:10px;padding-top:15px;}article.smaller form.webform-submission-form .form-item{line-height:1.25em;margin:0 0 15px;}article.smaller form.webform-submission-form label,article.smaller section.webform .form-item .description,.webform-submission-form legend span.fieldset-legend{font-size:.777778em;}article.smaller form.webform-submission-form input{font-size:.88889em;height:unset;line-height:unset;margin:0;}article.smaller form.webform-submission-form .radios--wrapper .form-item,article.smaller form.webform-submission-form .checkboxes--wrapper .form-item{margin:0 0 5px;}article.smaller form.webform-submission-form label.option{font-weight:400;}footer.site-footer{background:var(--main-dark-blue);padding:40px 20px;}.salsa-page footer.site-footer{background:var(--salsa-dark-blue);}.bonterra-page footer.site-footer{background:var(--bonterra-indigo);}@media (min-width:400px){header .branding img.standard-logo.ngpvan{height:36px;width:360px;}header .branding img.standard-logo.everyaction{height:31px;width:360px;}}@media (min-width:480px){header .branding{padding:40px 20px 30px;}header .branding img.standard-logo{height:50px;width:357px;}header .branding img.standard-logo.ngpvan{height:44px;width:440px;}header .branding img.standard-logo.everyaction{height:38px;width:440px;}}@media (min-width:600px){header .branding img.standard-logo.ngpvan{height:50px;width:502px;}header .branding img.standard-logo.everyaction{height:48px;width:560px;}article section.webform .csat-survey-form #edit-your-information .fieldset-wrapper{grid-template-columns:1fr 1fr;}article section.webform .csat-survey-form #edit-your-information .fieldset-wrapper .description{grid-column:1 / 3;}article section.webform .csat-survey-form fieldset.form-item #edit-satisfaction.js-webform-radios{grid-template-columns:auto auto auto auto auto;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction{gap:0;grid-template-columns:1fr;justify-content:center;grid-template-rows:40px auto 1fr;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction input.form-radio,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction label.option,article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction .description{margin:0 auto;text-align:center;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction input.form-radio::before{height:24px;width:24px;}article section.webform .csat-survey-form fieldset.form-item .js-webform-radios .form-type-radio.form-item-satisfaction input.form-radio:checked:before{background-image:radial-gradient(circle,var(--bonterra-indigo) 0,var(--bonterra-indigo) 8px,#fff 7px);background-size:24px;}@media (min-width:768px){header .branding img.standard-logo.everyaction{height:50px;width:582px;}article section.webform .csat-survey-form fieldset.form-item #edit-satisfaction.js-webform-radios{grid-template-columns:1fr 1fr 1fr 1fr 1fr;}}
