html,body{margin:0;padding:0}.goj-header__navigation-item:hover{color:#104fbb!important}*{font-family:Arial,sans-serif}
*{box-sizing:border-box}html,body{margin:0;padding:0}:root{--goj-color-red:#b60011;--goj-color-light-red:#df022d;--goj-color-green:#009429;--goj-color-blue:#0048af;--goj-color-white:#fff;--goj-color-black:#000;--goj-color-muted:#505a5f;--goj-color-light-gray:#f3f2f1;--goj-color-dark-gray:#696969;--goj-color-charcoal:#1d1d1b;--goj-color-input-border:#545454;--goj-color-light-border:#b1b4b6;--goj-color-orange:#d17505;--goj-color-focus:#f5e500}*{font-family:Arial,Helvetica,sans-serif}.goj-p{font-size:18px}.goj-bold{font-weight:700}.goj-label{cursor:text;margin-bottom:13px;font-size:18px;font-weight:700;line-height:20px;display:block}.goj-label-wrapper{margin:0}.goj-hint{color:#505a5f;font-size:14px;display:block}.goj-label+.goj-hint{margin-top:-5px;margin-bottom:10px}.goj-heading--medium,.goj-heading--large,.goj-heading--xlarge{margin-top:10px;margin-bottom:3px}.goj-heading--small{font-size:22px}.goj-heading--medium{font-size:28px}.goj-heading--large{font-size:36px}.goj-heading--xlarge{font-size:46px}@media screen and (max-width:768px){.goj-heading--small{font-size:18px}.goj-heading--medium{font-size:22px}.goj-heading--large{font-size:26px}.goj-heading--xlarge{font-size:32px}}.goj-link,.goj-breadcrumbs__link{color:#b60011;text-underline-offset:2.5px;text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration:underline}.goj-link:hover,.goj-breadcrumbs__link:hover{color:#1d1d1b;text-decoration:underline;text-decoration-thickness:2px}.goj-link:focus,.goj-breadcrumbs__link:focus{color:#1d1d1b;background-color:#f5e500;outline:none;text-decoration:underline;text-decoration-thickness:3px}.goj-link--charcoal,.goj-breadcrumbs__link{color:#1d1d1b}.goj-link--charcoal:hover,.goj-breadcrumbs__link:hover{color:#b60011}.goj-link--charcoal:focus,.goj-breadcrumbs__link:focus{color:#1d1d1b}.goj-link--no-underline{text-decoration:none}.goj-link--inverse,.goj-breadcrumbs--inverse .goj-breadcrumbs__link,.goj-link--inverse:hover,.goj-breadcrumbs--inverse .goj-breadcrumbs__link:hover{color:#fff}.goj-link--inverse:focus,.goj-breadcrumbs--inverse .goj-breadcrumbs__link:focus{color:#1d1d1b}.goj-row{flex-wrap:wrap;margin-left:-10px;margin-right:-10px;display:flex}.goj-col{box-sizing:border-box;width:100%;padding-left:10px;padding-right:10px}.goj-col--full{width:100%}.goj-col--three-quarters{width:75%}.goj-col--two-thirds{width:66.6667%}.goj-col--half{width:50%}.goj-col--one-third{width:33.3333%}.goj-col--one-quarter{width:25%}@media (min-width:576px){.goj-col--sm-full{width:100%}.goj-col--sm-three-quarters{width:75%}.goj-col--sm-two-thirds{width:66.6667%}.goj-col--sm-half{width:50%}.goj-col--sm-one-third{width:33.3333%}.goj-col--sm-one-quarter{width:25%}}@media (min-width:768px){.goj-col--md-full{width:100%}.goj-col--md-three-quarters{width:75%}.goj-col--md-two-thirds{width:66.6667%}.goj-col--md-half{width:50%}.goj-col--md-one-third{width:33.3333%}.goj-col--md-one-quarter{width:25%}}@media (min-width:992px){.goj-col--lg-full{width:100%}.goj-col--lg-three-quarters{width:75%}.goj-col--lg-two-thirds{width:66.6667%}.goj-col--lg-half{width:50%}.goj-col--lg-one-third{width:33.3333%}.goj-col--lg-one-quarter{width:25%}}.goj-container,.goj-footer__container,.goj-header__container{width:100%;margin-left:auto;margin-right:auto;padding-top:10px;padding-left:15px;padding-right:15px}@media (min-width:576px){.goj-container,.goj-footer__container,.goj-header__container{max-width:540px}}@media (min-width:480px){.goj-container,.goj-footer__container,.goj-header__container{max-width:720px}}@media (min-width:992px){.goj-container,.goj-footer__container,.goj-header__container{max-width:960px}}@media (min-width:1200px){.goj-container,.goj-footer__container,.goj-header__container{max-width:1140px}}.goj-form-group{position:relative}.goj-form-group--error{border-left:4px solid #df022d;padding-left:10px}.goj-form-group__error-message{color:#df022d;margin-top:5px;font-weight:700;line-height:20px}.goj-flex{display:flex}.goj-flex__space-between{justify-content:space-between}.goj-full-width{width:100%}.goj-full-screen-height-flex{flex-direction:column;min-height:100vh;display:flex}@media screen and (max-width:768px){.goj-flex{flex-direction:column}}.goj-button{color:#fff;text-align:center;cursor:pointer;vertical-align:middle;touch-action:manipulation;-webkit-user-select:none;user-select:none;background-color:#b60011;border:0;border-bottom:2px solid #696969;height:38px;margin:0 5px 0 0;padding:0 15px;font-size:19px;font-weight:600;text-decoration:none;display:inline-block}.goj-button:hover,.goj-button:active,.goj-button:focus{background-color:#92000e;border-bottom:none;text-decoration:none}.goj-button:focus{outline:2px solid #f5e500}.goj-button:disabled{opacity:.5}.goj-button:disabled:hover{cursor:not-allowed;background-color:#b60011;border-bottom:2px solid #696969}a.goj-button{align-items:center;display:inline-flex}.goj-button--primary{background-color:#009429}.goj-button--primary:hover,.goj-button--primary:active,.goj-button--primary:focus{background-color:#007621}.goj-button--primary:hover[disabled]{background-color:#009429}.goj-button--secondary{background-color:#0048af}.goj-button--secondary:hover,.goj-button--secondary:active,.goj-button--secondary:focus{background-color:#003a8c}.goj-button--secondary:hover[disabled]{background-color:#0048af}.goj-button--inverse{color:#000;background-color:#fff}.goj-button--inverse:hover,.goj-button--inverse:active,.goj-button--inverse:focus{background-color:#ccc}.goj-button--inverse:hover[disabled]{background-color:#fff}.goj-button--start:after{content:"";margin-left:10px;font-family:FontAwesome;font-size:18px}.goj-button--external-link:after{content:"";margin-left:10px;font-family:FontAwesome;font-size:18px}.goj-button--slim{height:32px;font-size:16px}.goj-header{background-color:#b60011;width:100%;height:68px}.goj-header__container{padding-top:0;display:flex}.goj-header__logo{color:#fff;float:left;white-space:nowrap;padding:5px 25px 5px 0;font-size:36px;font-weight:700;line-height:40px;text-decoration:none}.goj-header__logo img{vertical-align:middle;max-width:100%;height:58px;margin:0 8px 0 0;display:inline-block}.goj-header__actions{float:right;white-space:nowrap;justify-content:center;align-items:center;gap:10px;height:68px;margin-left:auto;font-size:36px;display:flex}.goj-header__search{min-width:350px;position:relative;height:40px!important}.goj-header__search-icon{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='white'%3E%3C/path%3E%3C/svg%3E");background-position:50%;background-color:#000!important;border-color:#000!important;width:40px!important;height:40px!important}.goj-header__search-icon:focus{z-index:10;outline:2.5px solid #f5e500}.goj-header__navigation-wrapper{background-color:#f3f2f1;border-bottom:1px solid;width:100%;height:50px}.goj-header__navigation{align-items:center;height:50px;margin-left:-17px;display:flex}.goj-header__navigation-item{color:#000;height:100%;padding:0 17px;line-height:50px;text-decoration:none}.goj-header__navigation-item:hover{text-underline-offset:6px;color:#b60011;font-weight:500;text-decoration:underline;text-decoration-thickness:2.5px}.goj-header__menu-button{background:0 0;border:none;padding:5px 18px;font-size:24px;display:none}.goj-header__menu-button:after{content:"";font-family:FontAwesome}.goj-header--mobile-navigation-open .goj-header__menu-button:after{content:"";font-family:FontAwesome}@media screen and (max-width:768px){.goj-header{height:fit-content}.goj-header__container{flex-direction:column}.goj-header__actions{height:auto;margin:0 0 10px}.goj-header__search{width:100%;min-width:auto}.goj-header__navigation-wrapper{height:100%}.goj-header__navigation{flex-wrap:wrap;height:100%}.goj-header--enable-mobile-navigation .goj-header__navigation{height:100%;padding:5px 0}.goj-header--enable-mobile-navigation .goj-header__navigation-item{box-sizing:border-box;flex:100%;padding:0;line-height:38px}.goj-header--enable-mobile-navigation .goj-header__navigation{padding:0 20px}.goj-js-enabled .goj-header--enable-mobile-navigation .goj-header__navigation{display:none}.goj-js-enabled .goj-header--enable-mobile-navigation .goj-header__menu-button{display:block}.goj-js-enabled .goj-header--enable-mobile-navigation.goj-header--mobile-navigation-open .goj-header__navigation{display:flex}}.goj-footer{background-color:#000;width:100%}.goj-footer__container{padding-top:35px;padding-bottom:35px}.goj-footer__links{flex-wrap:wrap;gap:30px;display:flex}.goj-footer__link{color:#fff;text-decoration:none}.goj-footer__link:hover{text-underline-offset:6px;text-decoration:underline;text-decoration-thickness:2.5px}.goj-footer__copyright{color:#fff;margin-left:auto;text-decoration:none}.goj-footer__social-links{gap:20px;margin-bottom:30px;margin-left:-15px;display:flex}.goj-footer__social-link{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:25px;font-size:26px;text-decoration:none;transition:border-color .15s;display:inline-flex}.goj-footer__social-link:hover{background-color:#b60011b3}@media screen and (max-width:768px){.goj-footer__social-links{justify-content:space-evenly}.goj-footer__links{flex-direction:column;gap:15px}.goj-footer__copyright{margin-top:20px;margin-left:0}}.goj-input{color:#1d1d1b;overflow-wrap:normal;border:1px solid #545454;width:100%;height:36px;padding:0 10px;font-size:18px;line-height:35px}.goj-input:focus{border-color:#1d1d1b;outline:2.5px solid #f5e500;box-shadow:inset 0 0 0 1.5px}.goj-input-wrapper{display:flex}.goj-input__prefix{background-color:#f3f2f1;border:1.5px solid #545454;border-right:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.goj-input__suffix{background-color:#f3f2f1;border:1.5px solid #545454;border-left:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.goj-input--error{border-color:#df022d}.goj-breadcrumbs{flex-wrap:wrap;gap:5px 10px;padding-left:0;list-style:none;display:flex}.goj-breadcrumbs--inverse .goj-breadcrumbs__item:not(:last-child):after{color:#fff}.goj-breadcrumbs__item:not(:last-child):after{content:"";color:#696969;padding-left:10px;font-family:FontAwesome;font-size:12px}.goj-inset-text{background-color:#505a5f1a;border-left:5px solid #505a5f;width:fit-content;padding:16px;font-size:18px}.goj-alert{border:2px solid #0000;width:fit-content;padding:15px 40px;font-weight:700;position:relative}.goj-alert:before{font-family:FontAwesome;position:absolute;left:15px}.goj-alert--info{color:#0048af;background-color:#f2f6fb;border-color:#0048af}.goj-alert--info:before{content:""}.goj-alert--danger{color:#df022d;background-color:#fdf2f5;border-color:#df022d}.goj-alert--danger:before{content:""}.goj-alert--warning{color:#d17505;background-color:#fdf8f3;border-color:#d17505}.goj-alert--warning:before{content:""}.goj-alert--success{color:#009429;background-color:#f2faf4;border-color:#009429}.goj-alert--success:before{content:""}.goj-loading-spinner__spinner{border:5px solid #dee0e2;border-bottom-color:#b60011;border-radius:50%;width:50px;height:50px;margin-left:auto;margin-right:auto;animation:1.2s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.goj-loading-spinner--inverse .goj-loading-spinner__spinner{border-color:#0000 #0000 #fff}.goj-loading-spinner--inverse .goj-loading-spinner__text{color:#fff}.goj-loading-spinner__text{text-align:center;margin-top:15px;font-weight:700}.goj-checkboxes--large .goj-checkboxes__input{width:35px;height:35px}.goj-checkboxes--large .goj-checkboxes__input:before{font-size:22px}.goj-checkboxes__item{flex-wrap:wrap;padding:5px 0;display:flex}.goj-checkboxes__input{appearance:none;background-color:#fff;border:2.5px solid #1d1d1b;place-content:center;width:20px;height:20px;margin:0;display:grid;transform:translateY(-1.2px)}.goj-checkboxes__input:hover{cursor:pointer}.goj-checkboxes__input:before{content:"";transform-origin:0 100%;box-shadow:inset 16px 16px var(--form-control-color);justify-content:center;align-items:center;transition:transform .1s ease-in-out;display:flex;transform:scale(0)}.goj-checkboxes__input:checked:before{content:"";font-family:FontAwesome;transform:scale(1)}.goj-checkboxes__input:focus{outline:2.5px solid #f5e500}.goj-checkboxes__input:disabled{color:#696969;cursor:not-allowed}.goj-checkboxes__label{align-self:center;margin-left:6px}.goj-checkboxes__label:hover{cursor:pointer}.goj-data-list{width:100%}.goj-data-list__row{border-bottom:1px solid #b1b4b6;flex-wrap:wrap;padding:10px 0;display:flex}.goj-data-list__key{text-align:left;width:50%;margin:0;font-weight:700}.goj-data-list__value{width:50%;margin:0}@media screen and (max-width:768px){.goj-data-list__row{flex-flow:column wrap}.goj-data-list__key{width:100%;margin-bottom:5px}.goj-data-list__value{width:100%}}.goj-table{border-collapse:collapse;width:100%}.goj-table__header{color:#fff;background-color:#b60011;font-weight:700}.goj-table__header-cell,.goj-table__cell{text-align:left;border:1px solid #d7d5d5;padding:8px 15px 8px 10px}.goj-table--numeric{text-align:right}.goj-table__first-row{background-color:#eef0f0;font-weight:700}.goj-table--equal-width{width:50%}.goj-table--striped .goj-table__row:nth-child(2n){background-color:#eef0f0}.goj-panel{background-color:#e5e9e9;margin-top:30px;position:relative}.goj-panel__title{color:#fff;background-color:#b60011;margin:0;padding:5px 50px 5px 15px;font-size:24px;line-height:1.33333;display:inline-block;position:absolute;top:-20px}.goj-panel__content{padding:20px 50px 5px 30px}.goj-panel--charcoal .goj-panel__title{background-color:#1d1d1b}.goj-panel--success .goj-panel__title{background-color:#009429}.goj-panel--danger{background-color:#f9d1d9}.goj-sidebar{flex-direction:column;gap:10px;display:flex}.goj-side-panel{background-color:#eef0f0;padding:20px}.goj-side-panel__title{color:#b60011;margin:0 0 15px;padding:0;font-size:22px}.goj-side-panel__links{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.goj-side-panel__contact-item:not(:last-child){margin-bottom:5px}.goj-side-panel__contact-item>i{color:#b60011;margin-right:5px}
