/*Start style reset section*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*End style reset section*/

/*START GENERAL LAYOUT STYLES*/

body {
    font: 100% "Public Sans",Helvetica,Arial,Lucida,sans-serif;
    background: url(../images/snb/bkgr_span.gif) top left repeat-x !important;
    margin: 0;
    padding: 0;
    color: #000;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

input, select {
    vertical-align: auto;
}

a {
    color: #0064a5;
    border-radius: 0.0625rem;
    font-weight: 500;
}

a:hover {
    color: #000;
    text-decoration: none;
    outline: 0.25rem solid rgba(0, 74, 152, 0.12);
    background: rgba(0, 74, 152, 0.12);
}

a:focus, a:active {
    color: #000;
    outline: 0.25rem solid #efb300;
    background: #efb300;
}

a:focus {
    text-decoration: none;
}

a.external-link::after {
    font-family: "FontAwesome", "Font Awesome", "Font Awesome 6 Pro";
    content: " \f08e";
}

.wrapper {
    width: 921px;
    margin: auto;
    padding: 0 10px;
    font-size: 16px;
}

#header {
    overflow: auto;
    padding: 0px 10px;
    display: table;
    width: 100%;
}

#topLeftNav {
    width: 33.3%;
    min-height: 1px;
    padding-right: 15px;
    /*margin-left: -25px;*/
    margin: 0 auto 0 0;
}

#topLeftNavGNB {
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    /*margin-left: -5px;*/
    margin: 0 auto 0 0;
}

#topRightNav {
    height: 41px;
    min-height: 1px;
    padding-left: 15px;
    padding-top: 10px;
    text-align: right;
    vertical-align: top;
}

#topLeftNav, #topRightNav, #basketitemscount, #topLeftNavGNB {
    display: table-cell;
}

#basketitemscount {
    width: 175px;
    height: 41px;
    min-height: 1px;
    padding-right: 15px;
    padding-top: 10px;
    vertical-align: top;
    text-align: right;
}

    #basketitemscount a:link, #basketitemscount a:visited {
        font-size: 95%;
        color: #555;
        text-decoration: none;
    }

#topRightNav a:link, #topRightNav a:visited {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

#topRightNav ul {
    padding-top: 8px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height: 41px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-direction: row;
}

    #topRightNav ul li {
        /*float: right;*/
        padding: 1px 10px 0 0;
        margin: 0;
    }

#footer {
    margin: 0;
    padding: 10px 0 0 0;
	text-align: center;
	clear: both;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

#footerDisclaimer {
    font-size: 80%;
    width: 95%;
    min-height: 1px;
    margin: auto;
}

    #footerDisclaimer .row {
        padding: 10px 0 30px 0;
        margin: 20px 0 0 0;
    }

#leftFooter {
    float: left;
    width: 55%;
    padding-left: 10px;
    text-align: left;
    
}

#rightFooter {
    width: 40%;
    float: right;
    padding-right: 10px;
}

    #rightFooter ul {
        float: right;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-size: 100%;
    }

    #rightFooter li {
        margin: 0;
        padding: 0;
        display: inline;
    }

    #rightFooter a {
        color: #fff;
        padding: 0 0 0 20px;
        
    }
    #rightFooter a:hover {
        text-decoration: none;
    
    }

.main {
    padding: 0px 10px;
    text-align: left;
}

div.SNB_wrapper section header {
    background-color: white;
    padding: 4px 4px 4px 0;
    font-size: 1.3em;
    font-weight: bold;
}

#screenContent {
    width: 921px;
    margin: auto;
    padding-top: 75px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

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;
    }
}

@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;
    }
}

ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.RedText {
    color: red;
}

.GreenText {
    color: green;
}

.SubHeader {
    font-size: 1.2em;
    font-weight: bold;
}

/*styles for placeholder text*/
::-webkit-input-placeholder {
    font-style: italic !important;
    color: gray !important;
}

::-moz-placeholder {
    font-style: italic !important;
    color: gray !important;
}
/* Firefox 19+ */
:-moz-placeholder {
    font-style: italic !important;
    color: gray !important;
}
/* Firefox 18- */
:-ms-input-placeholder {
    font-style: italic !important;
    color: gray !important;
}

/*end styles for placeholder text*/

.validation_summary {
    font-weight: normal;
    border-left-color: white;
    border-bottom-color: white;
    border-top-style: solid;
    border-top-color: white;
    border-right-style: solid
    border-left-style: solid;
    background-color: white;
    text-align: left;
    border-right-color: white;
    border-bottom-style: solid;
}

.inline-form-validation {
    border-width: 0;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0.25rem 0rem 0.75rem 0rem;
    padding: 0.375rem 0.75rem 0.375rem 2rem;
    background-size: 1rem !important;
    background-position-x: 0.675rem !important;
    background-position-y: 0.5rem !important;
    width: fit-content;
    border-color: #f1dbdd;
    border-left-color: #79242f;
    background: #f1dbdd url(../images/snb/icon-danger.svg) top left no-repeat;
}
/*start styles for buttons*/
.PrimaryButton, .StandardButton {
    color: #fff;
    border-radius: 6px;
    border: 1px solid #004A98;
    padding: 10px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    min-height: 44px;
    margin-right: 5px;
    font-size: 1.0rem;
    font-weight: bold;
    background: #004A98;
}

    .PrimaryButton:hover, .StandardButton:hover {
        color: #fff;
        text-decoration: none !important;
        background: #1a6ed8;
    }

.PrimaryButton2Line, .StandardButton2Line {
    min-height: 60px;
    width: 230px;
    white-space: normal;
}

.SecondaryButton, .CancelButton {
    color: #004A98;
    border-radius: 6px;
    border: 1px solid #004A98;
    padding: 10px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 44px;
    margin-right: 5px;
    font-size: 1.0rem;
    background: #fff;
    font-weight: bold;
}

    .SecondaryButton:hover, .CancelButton:hover {
        background-color: #1a6ed8;
        text-decoration: none !important;
        color: #fff;
    }

.SecondaryButton2Line, .CancelButton2Line {
    min-height: 60px;
    white-space: normal;
}

.TertiaryButton {
    color: #fff;
    border-radius: 6px;
    border: 1px solid #0067A7;
    transition: 0.2s;
    height: 25px;
    margin: 5px;
    font-size: 14px;
    background: #000;
    font-weight: bold;
}

    .TertiaryButton:hover {
        color: #000;
        background-color: #fff;
        text-decoration: none !important;
    }

    .PrimaryButton:disabled, .PrimaryButton.disabled, .SecondaryButton:disabled, .SecondaryButton.disabled, .TertiaryButton:disabled,
    .TertiaryButton.disabled {
        color: #fff;
        border-color: #a0a0a0;
        background: #a0a0a0;
    }

        .PrimaryButton:disabled:hover, .PrimaryButton:disabled:focus, .PrimaryButton.disabled:hover, .PrimaryButton.disabled:focus, .Seco

        ndaryButton:disabled:hover,
        .SecondaryButton:disabled:focus, .SecondaryButton.disabled:hover, .SecondaryButton.disabled:focus, .TertiaryButton:disabled:hove

        r, .TertiaryButton:disabled:focus, .TertiaryButton.disabled:hover, .TertiaryButton.disabled:focus {
            color: #fff;
            border-color: #a0a0a0;
            background: #a0a0a0;
        }
/*end styles for buttons*/

.ErrorHeader {
    font-weight: bold;
}

    .ErrorHeader a:hover {
        background-color: #fff;
    }

.ErrorHeaderTitle {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    top: -8px;
    left: 10px;
}

.ErrorDetail {
    font-weight: normal;
    margin-left: 50px;
    margin-bottom: 5px;
    white-space: pre-line;
}

/* Start Loading popup styles */

div.blockMsg {
    padding: 15px;
    margin: 0;
    width: 55%;
    top: 40%;
    left: 25%;
    text-align: center;
    color: #000;
    border: 3px solid #aaa;
    border-radius: 10px;
    background-color: #fff;
    max-width: 400px;
}

div#MessageLoadingPopup {
    text-align: left;
    font-weight: bold;
    border-width: 1px;
    border: solid thin gray;
    background-color: #cccccc;
    padding: 0.2em;
}

div#ImageLoadingPopup {
    text-align: center;
}

    div#ImageLoadingPopup .LoadingImage {
        padding: 2em 1em 1em 1em;
    }

/* End Loading popup styles */

/* Debug panel styles */
#debugTable {
    width: 95%;
    table-layout: fixed;
}

    #debugTable td {
        word-wrap: break-word;
    }

#debugRowHeader {
    font-weight: bold;
}

#debugRow {
    xt
}

#debugRowAlt {
    background-color: lightgrey;
}

#debugData {
    border: 1px solid black;
}
/* End debug panel styles */

.body_overwride {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    height: 170px;
    z-index: -1;
}

#headerlinks {
    float: right;
    font-size: 12px;
}

/*END GENERAL LAYOUT STYLES*/

/*START PAGE STYLES*/

.DivRow {
    width: 100%;
    clear: both;
    margin-top: 10px;
    display: block;
}

.DivSingleRow {
    width: 100%;
    clear: both;
    margin: 5px 0;
    display: inline-block;
    height: auto;
}

.Div75 {
    width: 75%;
    clear: both;
    margin: 5px 0;
    display: inline-block;
    height: auto;
}

.DivRowSeparator {
    clear: both;
    height: 10px;
}

.DivCellLeftAuto, .DivCellLeft20, .DivCellLeft25, .DivCellLeft50, .DivCellLeft75 {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
}

.DivCellRight30, .DivCellRight50, .DivCellRight75 {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
}

.DivCellLeft4Column {
    width: 23%;
    display: inline;
    float: left;
}

.DivFlexContainer {
    display: flex;
    gap: 1rem; /* Adds space between columns */
}

.DivFlexItem {
    flex: 1;
    padding: 1rem;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .DivFlexContainer {
    flex-direction: column;
    gap: 0rem;
  }
}

/*Override default jQuery mobile behaviour to allow screen to scroll left and right for screens where we have a min-width*/
.ui-page {
    overflow-x: visible !important;
}

.DivHeader {
    width: 100%;
    height: 210px;
    font-size: 16px;
}

.DivHeaderLeft img {
    width: 260px;
}

.DivHeaderLeft {
    display: inline;
    float: left;
    width: 40%;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.DivHeaderMiddle {
    margin: auto;
    text-align: center;
    clear: both;
}

.DivHeaderRight {
    display: flex;
    float: right;
    width: 30%;
    height: 110px;
    align-items: flex-end;
}

/*START PRODUCT PAGE STYLES*/

/*Used to increase the size of a checkbox*/
.checkboxImportant {

}
/*Used to increase the size of a radio button*/
.radioImportant {

}

.ProductNamePriceImageRow {
    width: 100%;
}

.ProductNamePriceImageCellLeft {
    float: left;
}

.ProductNamePriceImageCellRight {
    float: right;
    height: 10px;
    padding: 10px 0px;
}

.ProductNamePriceImageRowSeparator {
    clear: both;
}

.ProductName {
    font-weight: bold;
    font-size: 2.5em;
}

.ScreenTitle {
    font-size: 3rem;
    margin: 4rem 0 2rem 0;
    line-height: 1.125;
    font-weight: 700;
}

.ProductPrice {
    font-weight: bold;
    margin: 5px;
    display: block;
    font-size: 1.4em;
}

.ProductImageClick {
    font-style: italic;
}

/*-- Start gBiz calendar control styles --*/
.cpYearNavigation, .cpMonthNavigation {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}

.cpYearNavigation, .cpMonthNavigation {
    border: none !important;
}

SELECT.cpMonthNavigation, SELECT.cpYearNavigation {
    width: 100%;
    background-color: #E9E9E9;
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled,
.cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled,
.cpText {
    font-size: 1.1em !important;
}

TD.cpDayColumnHeader {
    text-align: right;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate, TD.cpDayColumnHeader {
    text-align: center;
}

    a.cpMonthNavigation:hover, .cpCurrentMonthDate:hover, .cpOtherMonthDate:hover {
        background-color: #C0C0C0;
        color: #404040;
    }

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
    color: #D0D0D0;
    text-align: right;
    text-decoration: line-through;
}

A.cpCurrentMonthDate, A.cpOtherMonthDate {
    position: relative;
    z-index: 999;
    display: block;
}

TD.cpCurrentDate {
    color: white;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}

TD.cpCurrentDateDisabled {
    border-width: 1px;
    border: solid thin #FFAAAA;
}

TD.cpTodayText, TD.cpTodayTextDisabled {
    border: solid thin #C0C0C0 !important;
    border-width: 1px 0px 0px 0px !important;
}

A.cpTodayText, SPAN.cpTodayTextDisabled {
    height: 20px;
}

A.cpTodayText {
    color: black !important;
    text-decoration: none !important;
}

    A.cpTodayText:hover {
        color: #595959;
    }

.cpTodayText {
    background-color: #e9e9e9;
}

    .cpTodayText a:hover, .cpCurrentDate a:hover, a.cpMonthNavigation:hover, .cpCurrentMonthDate:hover,
    .cpOtherMonthDate:hover, .cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
        text-decoration: none !important;
        color: black !important;
    }

.cpCurrentMonthDate, .cpCurrentDate {
    color: #000000 !important;
}

.cpOtherMonthDate {
    color: #808080 !important;
}

.cpTodayTextDisabled {
    color: #D0D0D0;
}

.cpBorder {
    border: solid 4px #C0C0C0;
    border-radius: 5px;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cpMainTable {
    border-collapse: separate;
    width: 266px;
    height: 286px;
}

.cpMonthNavigationTable {
    width: 266px;
    height: 25px;
    border: 0px;
    margin-bottom: 5px;
}

.cpTodayText {
    height: 25px;
}

div.calendarDisplayDiv {
    position: absolute;
    visibility: hidden;
    background-color: white;  
    z-index:999;
}

div.hideCalendarDiv {
    display: none;
}

.img_gbiz_calendarcontrol {
	scale: 1.75;
	padding-left: 10px;
        border-radius: 0;
}

/*End gBiz calendar control styles*/

/*Start jQuery calendar control styles*/

.ui-datepicker-trigger {
    padding-left: 10px;
    scale: 1.75;
    border-radius: 0px;
}

.ui-datepicker-month, .ui-datepicker-year {
    display: inline;
}

.ui-datepicker .ui-icon {
    zoom: 1.5;
}

/*End jQuery calendar control styles*/

.ProductDetailImageImage {
    width: 0px;
    border: none;
    height: 0px;
}

.ProductDetailImageHyperlink {
    border: none;
}

.jsErrorFixImage {
    width: 20px;
    height: 20px;
    border: 0px;
    vertical-align: middle;
}

/*start styles for autosuggest functionality*/
ul.auto-complete-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    max-height: 250px;
    overflow: auto;
}

    ul.auto-complete-list li {
        list-style-type: none;
        margin: 0;
        padding: 2px;
        background-color: white;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
        cursor: pointer;
    }

        ul.auto-complete-list li.auto-complete-list-rollover {
            background-color: #c5c5c5;
        }

    ul.auto-complete-list .auto-complete-striped {
        background-color: #D7EEF9;
    }
/*end styles for autosuggest functionality*/

/***Start styles for progress navigation***/
.header_container {
    display: flex;
    border: 1px solid #C4C4C4;
    height: 70px;
    width: 100%;
    margin: auto;
    font-weight: bold;
}

.section_complete {
    width: 32%;
    height: 70px;
    position: relative;
    background: #F5F5F5;
    text-align: left;
    float: left;
    display: flex;
    z-index: 10;
    padding: 0 10px;
    align-self: center;
}

.section_active {
    width: 32%;
    height: 70px;
    position: relative;
    background: #F5F5F5;
    text-align: left;
    float: left;
    display: flex;
    z-index: 10;
    padding: 0 10px;
    align-self: center;
}

.section_inactive {
    width: 32%;
    height: 70px;
    position: relative;
    background: white;
    text-align: left;
    float: left;
    display: flex;
    z-index: -10;
    margin-left: 30px;
    color: #767676 ;
}

.arrow-tip-container {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: -70px;
    ;
    overflow: hidden;
}

.arrow-tip {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 0 0 -50px;
    -webkit-transform: rotate(45deg) skew(15deg,15deg);
    transform: rotate(45deg) skew(15deg, 15deg);
}

.arrow-tip-grad {
    display: block;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.img_button {
    align-self: center;
    margin: 0 10px;
    0 0;
}

.text_info {
    align-self: center;
}

.text_info_small {
    align-self: center;
    font-size: 0.9em;
}

span.text_info_d {
    display: inline;
}

span.text_info_m {
    display: none;
}

.TwoStepProgressNav {
    width: 50%;
}

/***End styles for progress navigation***/
/*END PRODUCT PAGE STYLES*/

/*START CONTENT DELIVERY PAGE STYLES*/
.ContentDeliveryOuterTable {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
}

.ContentDeliveryTD {
    text-align: center;
    vertical-align: top;
}

.ContentDeliveryTR {
    text-align: center;
}

.CDNav {
    text-align: center;
    border: solid 1px #000;
    padding: 10px;
    background-color: #D9D9D9;
    color: #000;
    font-size: 0.9em;
    font-weight: 700;
}

.CDMore {
    display: inline;
    font-size: 1.2em;
    font-weight: 700;
    margin-right: 8px;
}

.CDNavActivePage {
    display: inline;
    padding: 6px 10px 6px 10px;
    margin-right: 8px;
    color: #fff;
    background-color: #004A98;
    border: solid 1px #004A98;
}

.CDNavPage {
    display: inline;
    border: solid 1px #004A98;
    padding: 6px 10px 6px 10px;
    background-color: #FFF;
    margin-right: 8px;
}

.CDNavMore {
    display: inline;
    border: solid 1px #2F5597;
    padding: 6px 10px 6px 10px;
    background-color: #F2F2F2;
    margin-right: 8px;
}

    .CDNavPage a, .CDNavMore a {
        color: #004A98;
    }

    .CDNavPage:hover, .CDNavMore:hover {
        background-color: #1a6ed8;
        text-decoration: none !important;
        color: #fff;
    }

.PagingLink {
}

div#cdrecordcount {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

/*END CONTENT DELIVERY PAGE STYLES*/

/* BEGIN INPUT CONTROL STYLING*/

textarea {
    font: 100% Arial,Helvetica,sans-serif;
}

.form-control, input[type=text], textarea {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: none;
}

	.form-control:hover, input[type=text]:hover{
		background-color: #dae8f9;
	}

    .form-control:active, .form-control:focus, input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus, select:active, select:focus {
	outline: 3px solid #efb300 !important;
	border-color: #000;
	box-shadow: none;
    }

    .form-control[validationfailed=true], input[type=text][validationfailed=true], input[type=file][validationfailed=true] + label {
        border-color: #79242f;
        padding-right: calc(1.5em + 0.75rem);
        background-image: url(../images/snb/icon-danger.svg);
        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);
    }

        .form-control[validationfailed=true]:focus, input[type=text][validationfailed=true]:focus {
            border-color: #79242f;
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        }

    .form-control[validationfailed=false], input[type=text][validationfailed=false], input[type=file][validationfailed=false] + label {
        border-color: #006055;
        padding-right: calc(1.5em + 0.75rem);
        background-image: url(../images/snb/circle-check-green.svg);
        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);
    }

	textarea[validationfailed=false], textarea[validationfailed=true] {
		background-image: none !important;
	}

.form-check-input, input[type=radio], input[type=checkbox] {
    min-width: 2rem;
    height: 2rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    float: left;

}

input[type=checkbox]{
    border-radius: 0.25rem;
}

input[type=radio]{
    border-radius: 50%;
}
    .form-check-input:checked, input[type=radio]:checked, input[type=checkbox]:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .form-check-input[type=radio], input[type=radio] {
        border-radius: 50%;
    }

        .form-check-input:focus, input[type=radio]:focus, input[type=checkbox]:focus {
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .form-check-input[validationfailed=true], input[type=radio][validationfailed=true], input[type=checkbox]

        [validationfailed=true] {
            border-color: #79242f !important;
        }

            .form-check-input[validationfailed=true]:focus, input[type=radio][validationfailed=true]:focus, input[type=checkbox]

            [validationfailed=true]:focus {
                box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
            }

        .form-check-input[passedvalidation=true]:checked, input[type=radio][passedvalidation=true]:checked, input[type=checkbox]

        [passedvalidation=true]:checked, .form-check-input[validationfailed=false]:checked, input[type=radio]

        [validationfailed=false]:checked, input[type=checkbox][validationfailed=false]:checked {
            background-color: #006055 !important;
        }

    .form-check-input:checked[type=checkbox], input[type=checkbox]:checked {
        background-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], input[type=radio]:checked {
        background-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[passedvalidation=true], input[type=radio][passedvalidation=true], input[type=checkbox]

    [passedvalidation=true], .form-check-input[validationfailed=false], input[type=radio][validationfailed=false], input

    [type=checkbox][validationfailed=false] {
        border-color: #006055 !important;
    }

.form-check-label {
    margin-right: 5px;
    margin-top: 0.75rem;
}

.form-radio-label {
    padding-top: 5px;
    margin-right: 5px;
}

.form-select, select {
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 47px;
    color: #212529;
    background-color: #fff;
    background-image: 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");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 2px solid #000;
    border-radius: 0.25rem;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

	@media screen and (min-width: 768px) {
		.form-select, select {
			font-size: 1.125rem;
		}	
	}

    .form-select[validationfailed=true]:not([multiple]):not([size]), .form-select[validationfailed=true]:not([multiple])

    [size="1"], select[validationfailed=true]:not([multiple]):not([size]), select[validationfailed=true]:not([multiple])

    [size="1"] {
        padding-right: 4.125rem;
        background-image: 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"), url(../images/snb/icon-danger.svg);
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .form-select[validationfailed=true], select[validationfailed=true] {
        border-color: #79242f;
    }

        .form-select[validationfailed=true]:focus, select[validationfailed=true]:focus {
            border-color: #79242f;
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        }

    .form-select[passedvalidation=true], select[passedvalidation=true], .form-select[validationfailed=false], .select

    [validationfailed=false] {
        border-color: #006055;
        padding-right: 4.125rem;
        background-image: 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"),url(../images/snb/circle-check-green.svg);
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

label.required::after, span.required::after, legend.required::after {
    content: " *";
    padding: 1px;
    color: red;
}

.uploadfilejs .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-uploadfilejs .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-1 + label {
    color: #000000;
    background-color: #f2f2f2;
    border-radius: 6px;
    border: 1px solid #000000;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #FFFFFF;
        color: #000000;
    }

/*END INPUT CONTROL STYLING*/

.watermarkClass {
    color: #8a8686;
    font-style: italic;
}

.DivLabelRow {
    width: 100%;
    clear: both;
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
}

.DivControlRow {
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
}

.importantDiv {
    border-radius: 6px;
    border: 1px solid #988642;
    font-weight: bold;
    font-size: 1.1em;
}

.btn-text-left {
    float: left;
    width: 40%;
}

.btn-text-left20 {
    width: 20%;
}

.btn-text-left35 {
    float: left;
    width: 35%;
}

.btn-text-right {
}

/*END PAGE STYLES*/

/*--BEGIN styles for read-only "confirmation" screens--*/

/*Make inputs and selects look like labels*/
#ReadOnly input[readonly], #ReadOnly input[disabled], #ReadOnly select[disabled], #ReadOnly textarea {
    appearance: auto;
}

#ReadOnly option {
    color: #000;
}
/*prevent text area resizing*/
#ReadOnly textarea {
    resize: none;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 40%;
    min-height: 20px;
}
/*hide all images - this is here for calendar control images*/
#ReadOnly img {
    display: none;
}
/*hide all buttons*/
#ReadOnly input[type="submit"] {
    display: none;
}
/*hide drop-down arrow image*/
#ReadOnly select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
    /*hide drop-down arrow image*/
    /* For IE10 */
    #ReadOnly select::-ms-expand {
        display: none;
    }

/*#ReadOnly label {
	font-weight: bold;
}*/

#ReadOnly .DivLabelRow {
    font-weight: bold;
}

#ReadOnly .DivControlRow span {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 40%;
    min-height: 20px;
}

/*END styles for read-only "confirmation" screens--*/

/* DEX Styles */

table.main {
    width: 100%;
    border: 1px solid #000000;
    text-align: center;
}

.colheader {
    background-color: #000000;
    font: normal bold 8pt Verdana, Courier, serif;
    vertical-align: middle;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.odd {
    background-color: #CCCCCC;
}

.rowheader {
    background-color: #FFFFFF;
    font: normal bold 8pt Verdana, Courier, serif;
    vertical-align: middle;
    color: #000000;
}

.notavailable {
    font: normal 8pt Verdana, Courier, serif;
    vertical-align: middle;
    background-color: lightgrey;
    border: 1px solid #FFFFFF;
}

.available {
    font: normal 8pt Verdana, Courier, serif;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #FFFFFF;
}

.bookedfull {
    font: normal 8pt Verdana, Courier, serif;
    vertical-align: middle;
    background-color: red;
    border: 1px solid #FFFFFF;
}


textarea.dexta {
    width: 100%;
    height: 400px;
    border: 0px solid #cccccc padding: 5px;
    margin-left: 100px;
    overflow: auto;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    font-family: Arial,Helvetica,Geneva;
}

.DEX_StandardSubmitButton {
    color: #000;
    border-radius: 6px;
    border: 1px solid #C8A20F;
    padding: 10px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #FED51B;
    background: -webkit-linear-gradient(#FED51B,#FFC309); /* for webkit browsers */
    background: -moz-linear-gradient(#FED51B, #FFC309); /* for firefox 3.6+ */
    background: linear-gradient(#FED51B, #FFC309); /*for IE */
    min-height: 44px;
    margin-right: 5px;
    font-size: 16px;
    white-space: normal;
}

.dex_calendar_main {
    text-align: center;
    display: flex;
    min-width: 800px;
}

.dex_calendar_header {
    background-color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
    padding: 5px;
    font-weight: bold;
}

.dex_calendar_column {
    margin: 0 5px;
}

.dex_calendar_cell {
    margin: 4px;
    color: #FFF;
    background-color: #004A98;
    border-color: #004A98;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    font-size: 16px;
}

    .dex_calendar_cell:hover {
        border: 1px solid #1a6ed8;
        background-color: #1a6ed8;
    }

.dex_calendar_cell_disable {
    margin: 5px;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    padding: 10px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #CCCCCC;
    background: -webkit-linear-gradient(#CCCCCC,#999999); /* for webkit browsers */
    background: -moz-linear-gradient(#CCCCCC, #999999); /* for firefox 3.6+ */
    background: linear-gradient(#CCCCCC, #999999); /*for IE */
    margin-right: 5px;
    font-size: 16px;
    display: none;
}

.dex_leftalign {
    display: inline;
    float: left;
}

.dex_rightalign {
    display: inine;
    float: right;
}

.dex_leftalign a {
    margin: 7px;
}

.dex_rightalign a {
    margin: 5px;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid #005DFF;
    padding: 10px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #007AFF;
    background: -webkit-linear-gradient(#4FACFF,#007AFF); /* for webkit browsers */
    background: -moz-linear-gradient(#4FACFF, #007AFF); /* for firefox 3.6+ */
    background: linear-gradient(#4FACFF, #007AFF); /*for IE */
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.vl {
    border-left: 4px solid gray;
    height: 70px;
    position: center;
    left: 50%;
    margin-left: 10px;
    margin-right: 10px;
    top: 0;
}

.TopMarginForButton {
    margin-top: 5px;
}
/*--End DEX Styles--*/

/* START - GNB Design Styles */

/*-- START common styles used by header, footer, and product extensions --*/
:root {
    --gnb-gutter-x: 2rem;
    --gnb-gutter-y: 0;
}

.gnb-callout, .gnb-callout-icon, .gnb-callout-inline, .gnb-callout-inline-icon {
    margin: 1rem 0;
    padding: 1.5rem;
    line-height: 1.5;
    color: #000;
    border-radius: 0.25rem;
    background-color: #eee;
}

.gnb-callout-inline-icon {
    background-position: 1rem 1.125rem;
    background-size: 1.5rem;
    background-color: #eee;
    background-image: url('../images/snb/icon-callout.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .gnb-callout-inline-icon h3 {
        margin: 0 0 0.75rem 0;
        font-size: 1.25rem;
        line-height: 1.25;
        font-weight: 700;
        color: #000;
        text-indent: 0px;
    }

.gnb-alert-success, .gnb-alert-success-inline, .gnb-alert-success-global {
    background-position: 1.125rem 1rem;
    border-color: #ddefe1;
    background-size: 1.5rem;
    border-width: 0;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    background-color: #ddefe1;
    background-image: url('../images/snb/icon-success.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.gnb-alert-warning, .gnb-alert-warning-inline, .gnb-alert-warning-global {
    background-position: 1.125rem 1rem;
    border-left-color: #d6a329;
    background-size: 1.5rem;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    border-left-width: 0;
    border-right-color: #fdf3d6;
    border-right-width: 0;
    border-top-color: #fdf3d6;
    border-top-width: 0;
    border-bottom-color: #fdf3d6;
    border-bottom-width: 0;
    background-color: #fdf3d6;
    background-image: url('../images/snb/icon-warning.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.gnb-alert-critical, .gnb-alert-critical-inline, .gnb-alert-critical-global {
    background-position: 1.125rem 0.8rem;
    border-left-color: #79242f;
    background-size: 1.5rem;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    border-left-width: 0;
    border-right-color: #f1dbdd;
    border-right-width: 0;
    border-top-color: #f1dbdd;
    border-top-width: 0;
    border-bottom-color: #f1dbdd;
    border-bottom-width: 0;
    background-color: #f1dbdd;
    background-image: url('../images/snb/icon-danger.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0.35rem 0.5rem 0.25rem 3.25rem;
}

.gnb-alert-info, .gnb-alert-info-inline, .gnb-alert-info-global {
 border-color: #dae8f9;
    border-left-color: #004a98;
    background: #dae8f9 url(../images/snb/icon-info.svg) top left no-repeat;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1rem;
    border-width: 0;
    border-radius: 0.25rem;
    padding: 0.35rem 0.5rem 0.25rem 3.25rem;
    margin-bottom: 10px;
}

.gnb-alert-success, .gnb-alert-warning, .gnb-alert-critical, .gnb-alert-info {
    border-width: 0 0 0 4px;
    border-radius: 0 0.25rem 0.25rem 0;
    border-style: solid;
}

.gnb-alert-success {
    border-left-color: #006055;
}

.gnb-alert-warning {
    border-left-color: #d6a329;
}

.gnb-alert-critical {
    border-left-color: #79242f;
}

.gnb-alert-info {
    border-left-color: #004a98;
}

.gnb-alert-info-inline, .gnb-alert-critical-inline, .gnb-alert-warning-inline, .gnb-alert-success-inline {
	background-position-y: 1.5rem;
}

@media screen and (max-width: 768px) {
    .gnb-alert-info-inline, .gnb-alert-critical-inline, .gnb-alert-warning-inline, .gnb-alert-success-inline {
        background-position-y: 1.125rem;
    }
    .gnb-alert-info, .gnb-alert-critical, .gnb-alert-warning, .gnb-alert-success {
        background-position-y: 0.8rem;
    }
}

@media all and (max-width:480px) {
	.gnb-alert-success, .gnb-alert-warning, .gnb-alert-critical, .gnb-alert-info{
		background-position-y: 0.5rem;
	}
	.gnb-alert-info-inline, .gnb-alert-critical-inline, .gnb-alert-warning-inline, .gnb-alert-success-inline {
		background-position-y: 1.125rem;
	}
}

.gnb-alert-success h2:first-of-type, .gnb-alert-warning h2:first-of-type, .gnb-alert-critical h2:first-of-type, .gnb-alert-info h2:first-of-type {
    font-weight: 700;
    margin-top: 0.6rem
}

.gnb-alert-clock {
    background-position: 1rem 1.4rem;
    border-left-color: #004a98;
    background-size: 1.5rem;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    border-left-width: 0;
    border-right-color: #dae8f9;
    border-right-width: 0;
    border-top-color: #dae8f9;
    border-top-width: 0;
    border-bottom-color: #dae8f9;
    border-bottom-width: 0;
    background-color: #dae8f9;
    background-image: url('../images/snb/clock-five-blue.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.gnb-table-container {
    padding: 0;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff), linear- gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 32px 100%, 32px 100%, 16px 100%, 16px 100%;
    background-attachment: local, local, scroll, scroll;
}

.gnb-table-bordered-striped {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    .gnb-table-bordered-striped thead tr {
        border-bottom: 2px solid #000;
    }

        .gnb-table-bordered-striped thead tr th {
            border: 1px solid rgba(0, 0, 0, 0.09);
            border-width: 1px 1px 0 1px;
        }

    .gnb-table-bordered-striped td, .gnb-table-bordered-striped th {
        background-color: transparent;
        padding: 1rem 0.5rem;
        text-align: left;
    }

    .gnb-table-bordered-striped tbody tr td {
        border: 1px solid rgba(0, 0, 0, 0.09);
        border-width: 0 1px 0 1px;
    }

    .gnb-table-bordered-striped tbody tr:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.09);
    }

    .gnb-table-bordered-striped tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.gnb-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.gnb-table td, .gnb-table th {
    background-color: transparent;
    padding: 1rem 0.5rem;
    text-align: left;
}

.gnb-section {
	margin: 0;
	padding: 0 0 1rem 0;
	background-color: #ffffff;	
	width: 100%;
	padding-right: calc(var(--gnb-gutter-x) * 0.5);
	padding-left: calc(var(--gnb-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	display: flow-root;	
}

.gnb-section h2 {
	font-size: 1.5rem;
	margin: 2rem 0 1.5rem 0;
	line-height: 1.25;
	font-weight: 700;
}

.gnb-fieldset legend {
	font-weight: 700;
	font-size: 1.25rem;
	padding-top: 5px;	
}

.gnb-checkboxes {
	border: none;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	margin: 0.5rem 0;
	min-height: 2.25rem;
	padding: 0;
	position: relative;
	z-index: 1;
}

	.gnb-checkboxes .single-option {
    		width: 100%;
    		display: flex;
    		padding: 0.25rem 0;
	}

	.gnb-checkboxes .pair {
		width: 100%;
		display: flex;
		min-height: 2.75rem;
	}

	.gnb-checkboxes legend {
		font-size: 1.125rem;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 500;
	}

	.gnb-checkboxes legend.required::after {
		content: " *";
		padding: 1px;
		color: red;
	}

	.gnb-checkboxes input[type="checkbox"] {
		min-width: 2.25rem;
		min-height:2.25rem;
		border: 2px solid #000;
		border-radius: 0.25rem;
		display: grid;
		place-content: center;
	}

	.gnb-checkboxes input[type="checkbox"]:hover {
		background-color: #dae8f9;
		cursor: pointer;
	}

	.gnb-checkboxes input[type="checkbox"]:active, .gnb-checkboxes input[type="checkbox"]:focus {
		outline: 3px solid #efb300 !important;
		border-color: #000;
		box-shadow: none;
	}

	.gnb-checkboxes label {    
		font-weight: 400;
    		line-height: 1.5;
		margin-bottom: 0;
    		display: inline-block;
    		margin-left: 0.5rem;
    		margin-top: 0.5rem;
	}

	.gnb-checkboxes input[type="checkbox"]::before {
		content: url(../images/snb/check-green.svg);
		border-radius: 50%;
		transform: scale(0);
		transition: 50ms transform ease-in-out;
		height: 1.17rem;
		width: 1.17rem;
	}

	.gnb-checkboxes input[type="checkbox"]:checked {
		background-color: #fff;
	}

	.gnb-checkboxes input[type="checkbox"]:checked::before {
		transform: scale(1.5);
	}

.gnb-radio-buttons {
	border: none;
	padding: 0;
	font-weight: 700;
	position: relative;
	margin: 0.5rem 0;
}

	.gnb-radio-buttons .pair {
		width: 100%;
		display: flex;
		min-height: 2.75rem;
	}

	.gnb-radio-buttons legend {
		font-size: 1.125rem;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 500;
	}

	.gnb-radio-buttons legend.required::after {
		content: " *";
		padding: 1px;
		color: red;
	}

	.gnb-radio-buttons input[type="radio"] {
		min-width: 2.25rem;
		min-height:2.25rem;
		border: 2px solid #000;
		border-radius: 50%;
		display: grid;
		place-content: center;
	}

	.gnb-radio-buttons input[type="radio"]:hover {
		background-color: #dae8f9;
		cursor: pointer;
	}

	.gnb-radio-buttons input[type="radio"]:active, .gnb-radio-buttons input[type="radio"]:focus {
		outline: 3px solid #efb300 !important;
		border-color: #000;
		box-shadow: none;
	}

	.gnb-radio-buttons label {
		font-weight: 400;
		line-height: 1.5;
		margin-bottom: 0;
		display: inline-block;
		margin-left: 0.5rem;
		margin-top: 0.5rem;
	}

	.gnb-radio-buttons input[type="radio"]::before {
		content: url(../images/snb/circle-check-green.svg);
		border-radius: 50%;
		transform: scale(0);
		transition: 50ms transform ease-in-out;
		height: 1.17rem;
		width: 1.17rem;
	}

	.gnb-radio-buttons input[type="radio"]:checked {
		background-color: #fff;
	}

	.gnb-radio-buttons input[type="radio"]:checked::before {
		transform: scale(1.5);
	}

.gnb-disabled-input {
    opacity: 60%;
    cursor: not-allowed;
    background-color: #ddd !important;
}

.gnb-disabled-label {
    opacity: 80%;
}

@media screen and (min-width: 768px) {
    main {
        font-size: 1.125rem;
    }
}

.gnb-container, .gnb-container-fluid {
    width: 100%;
    padding-right: calc(var(--gnb-gutter-x) * 0.5);
    padding-left: calc(var(--gnb-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    display: flow-root;
}

.gnb-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--gnb-gutter-y));
    margin-right: calc(-0.5 * var(--gnb-gutter-x));
    margin-left: calc(-0.5 * var(--gnb-gutter-x));
}

.gnb-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gnb-gutter-x) * 0.5);
    padding-left: calc(var(--gnb-gutter-x) * 0.5);
    margin-top: var(--gnb-gutter-y);
}

@media(min-width: 576px){
	.gnb-container {
		max-width: 540px;
	}
}

@media(min-width: 768px){
	.gnb-container {
		max-width: 720px;
	}
}

@media(min-width: 992px) {
	.gnb-container {
		max-width: 960px;
	}
}

@media(min-width: 1200px) {
	.gnb-container {
    		max-width: 1140px;
	}
}

@media(min-width: 1400px) {
	.gnb-container {
   		max-width: 1360px;
	}
}

.gnb-date-field {
    border: none;
    padding: 0;
    margin-top: 15px;
}

.gnb-date-field legend {
    font-weight: 500;
    padding: 0;
    margin-bottom: .5rem;
}

.gnb-date-field .gnb-label-input-pair {
    display: inline-block;
    margin: 0 2px;
}

.gnb-date-field input[type="number"], .gnb-date-field input[type="text"] {
    max-width: 3.05rem;
    margin-right: .25rem;
    margin-bottom: 0;
    box-sizing: content-box;
}

@media (max-width:480px) {
	.gnb-date-field input[type="number"], .gnb-date-field input[type="text"] {
		max-width: 2.25rem;
	}
}

.gnb-date-field label {
    font-weight: normal;
}

.gnb-date-field input[type="number"].day, .gnb-date-field input[type="number"].month, .gnb-date-field input[type="text"].day, .gnb-date-field input[type="text"].month {
    max-width: 1.5rem;
}

@media (max-width:480px) {
	.gnb-date-field input[type="number"].day, .gnb-date-field input[type="number"].month, .gnb-date-field input[type="text"].day, .gnb-date-field input[type="text"].month {
		max-width: 1.25rem;
	}
}

.gnb-date-calendarcontrol {
	vertical-align: top;
	margin-top: 5px;
}

/*-- END GNB styles --*/

/*-- END common styles used by header, footer, and product extensions --*/

/*-- START product extension styles --*/
.gnb-main a {
    color: #004a98;
    text-decoration: underline;
    font-weight: 500;
}

.gnb-hero-banner, .gnb-hero-banner-green, .gnb-hero-banner-blue, .gnb-hero-banner-red, .gnb-hero-banner-yellow, .gnb-hero-banner-black {
    background-color: #006055;
    color: #fff;
    width: 100%;
    display: block;
    padding: 0 0 2rem 0;
    margin: 0;
}

.gnb-hero-banner-green {
    background-color: #006055;
}

.gnb-hero-banner-green * {
    color: #fff;
}

.gnb-hero-banner h1, .gnb-hero-banner-green h1, .gnb-hero-banner-blue h1, .gnb-hero-banner-red h1, .gnb-hero-banner-yellow h1, .gnb-hero-banner-black h1, .gnb-hero-banner h2, .gnb-hero-banner-green h2, .gnb-hero-banner-blue h2, .gnb-hero-banner-red h2, .gnb-hero-banner-yellow h2, .gnb-hero-banner-black h2 {
    font-size: 2.5rem;
    font-family: "DM Serif Text",Georgia,"Times New Roman",serif;
}

.gnb-aside {
    margin-bottom: 1.5rem;
}

.gnb-margin-top-xl {
    margin-top: 3rem !important;
}

.gnb-progress-steps-nav {
    padding: 1.5rem 0 0 0;
}

.gnb-progress-steps-nav h2 {
    margin: 0 0.5rem 1rem 0;
    font-size: 1.25rem;
    border-bottom: 2px solid #000;
    padding-bottom: 1rem;
    font-weight: 700;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle {
    display: flex;
    flex-flow: column;
    font-weight: 500;
    list-style: none;
    margin: 1rem 0 1rem 1rem;
    padding: 0;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li {
    border-left: 2px solid #000;
    margin: 0;
    padding: 0 0 0.75rem 0;
    display: flex;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li:last-of-type {
    border-color: transparent;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li.complete::before {
    content: url(../images/snb/radio-check.svg);
    color: #006055;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li.current::before {
    content: url(../images/snb/radio.svg);
    color: #004a98;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li::before {
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100%;
    content: " \ ";
    color: #fff;
    font-family: "FontAwesome","Font Awesome","Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.5rem;
    left: calc(-1.125rem - 1px);
    padding: 0.125rem;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    flex-shrink: 0;
}

.gnb-progress-steps-nav .gnb-progress-steps-circle li div {
    line-height: 1.5;
    padding: 0.25rem 0 0 0;
}

.gnb-section, .gnb-section-padding, .gnb-section-gray, .gnb-section-image {
    padding: 0 0 1rem 0;
	margin: 0;
	background-color: #fff;
}

.gnb-section-gray {
    background-color: #eee;
}

.gnb-form-container, .gnb-form-container-gray {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .25rem;
    margin: 2rem 0;
    box-sizing: border-box;
}

@media((min-width: 768px)){
	.gnb-form-container, .gnb-form-container-gray {
    		padding: 3rem;
	}
}

.gnb-form-container h1:first-of-type, .gnb-form-container-gray h1:first-of-type, .gnb-form-container h2:first-of-type, .gnb-form-container-gray h2:first-of-type, .gnb-form-container h3:first-of-type, .gnb-form-container-gray h3:first-of-type {
    	margin: 0 0 0.75rem 0;
}

.gnb-form-container h2 {
	font-size: 1.5rem;
	font-weight: 700;
}

.gnb-form-container h3 {
	font-size: 1.5rem;
	font-weight: 700;
}

@media(min-width: 576px){
	.gnb-form-container h2 {
		font-size: 2rem;
	}
	.gnb-hero-banner h1, .gnb-hero-banner-green h1, .gnb-hero-banner-blue h1, .gnb-hero-banner-red h1, .gnb-hero-banner-yellow h1, .gnb-hero-banner-black h1, .gnb-hero-banner h2, .gnb-hero-banner-green h2, .gnb-hero-banner-blue h2, .gnb-hero-banner-red h2, .gnb-hero-banner-yellow h2, .gnb-hero-banner-black h2 {
    		font-size: 4rem;
	}
}

@media(min-width: 768px){
	.gnb-col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.gnb-col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}	
}

.gnb-form-helper-text {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    margin: 0.5rem 0;
}

label, .label {
    display: block;
    font-weight: 500;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.gnb-dismissible-alert {
	position: relative;
	padding-right: 2rem;
	margin-right: 0.5rem;
}

.gnb-dismissible-alert .gnb-dismiss-btn {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0 0.2rem 0 0;
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	color: #000;
	font-size: 1.25rem;
	width: fit-content;
}

.gnb-dismissible-alert.hide {
	display: none;
}

a.gnbinfo {
    color: #000;    
}

a.gnbinfo:hover {
    color: #000;
    text-decoration: none;
    outline: 0.25rem solid rgba(0, 74, 152, 0.12);
    background: rgba(0, 74, 152, 0.12);
}

a.gnbinfo::after {
    margin-left: 0.25rem;
}

a.gnbinfo::after {
    content: " \f05a";
}

a.gnbinfo::after, a.gnbinfo::before {
    display: inline-block;
    font-family: "FontAwesome", "Font Awesome", "Font Awesome 6 Pro";
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
}

label .gnbinfo::after {
    color: #004a98;
}

select.gnb-select {
     margin-bottom:0.5rem
}

/*-- END product extension styles --*/

/*-- START footer styles --*/
footer {
    padding: 0;
    margin: 0;
}

.gnb-footer, .gnb-footer-dark, .gnb-footer-light, .gnb-footer-extended {
    padding: 1rem 1.25rem;
    position: relative;
}

.gnb-footer-dark {
    color: #fff;
    background-color: #000;
}

@media (min-width: 768px) {
    .gnb-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

footer p {
    margin: 0;
    padding: 0;
}

footer a {
    cursor: pointer;
}

.gnb-footer .gnb-copyright, .gnb-footer-dark .gnb-copyright {
    padding: 0.25rem 0;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .gnb-footer .gnb-copyright, .gnb-footer-dark .gnb-copyright {
        text-align: left;
    }
}

.gnb-footer-dark .gnb-copyright {
    color: #fff;
}

.gnb-footer ul, .gnb-footer-dark ul {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-inline-start: 0;
}

.gnb-footer .gnb-nav-legal ul, .gnb-footer-dark .gnb-nav-legal ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .gnb-footer .gnb-nav-legal ul, .gnb-footer-dark .gnb-nav-legal ul {
        justify-content: end;
    }
}

.gnb-footer ul li, .gnb-footer-dark ul li {
    margin: 0;
}

.gnb-footer .gnb-nav-legal ul li, .gnb-footer-dark .gnb-nav-legal ul li {
    padding: 0.25rem 0.5rem;
}

.gnb-footer-dark a {
    color: #fff;
}
/*-- END footer styles --*/

/*-- START header styles --*/
.gnb-header {
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.gnb-header *, {
    text-align: center;
}

.gnb-header .logo {
    padding: 0.5rem 1rem 0 1rem;
    margin: 0 auto 0 0;
}

@media only screen and (min-width: 768px) {
    .gnb-header .logo {
        padding: 0.875rem 1.5rem 0 1.5rem;
    }
}

img {
    max-width: 100%;
    height: auto;
    border-radius: .25rem;
}

.gnb-header .logo img, .gnb-header-dark .logo img {
    height: 2rem;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .gnb-header .logo img {
        height: 2.5rem;
    }
}

.gnb-header .gnb-main-nav {
    width: fit-content;
}

ul {
    list-style: disc;
    padding-inline-start: 0;
    padding: 0 0 0 1.125rem;
}

.gnb-header .gnb-main-nav ul, .gnb-header .gnb-main-nav li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

.gnb-header .gnb-main-nav ul {
    display: inline-flex;
    flex-direction: row;
}

.gnb-header .gnb-main-nav ul li:first-child {
    border-left: none;
}

.gnb-header .gnb-main-nav ul li a {
    background-color: transparent;
    border: none;
    display: block;
    border-radius: 0;
    font-weight: 500;
    line-height: 1.125;
    margin: 0;
    text-decoration: none;
    padding: 1rem;
    color: #000;
    outline-offset: -0.25rem;
    transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .gnb-header .gnb-main-nav ul li a {
        padding: 1.5rem 2rem;
    }
}
/*-- END header styles --*/

/*--START breadcrumb styles--*/
.gnb-breadcrumbs, .gnb-breadcrumbs-light, .gnb-breadcrumbs-light li-dark {
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1rem;
}

.gnb-breadcrumbs-light {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.gnb-breadcrumbs-light li {
    color: #eee;
}

.gnb-breadcrumbs li a, .gnb-breadcrumbs-light li a {
    color: #004a98;
}

.gnb-breadcrumbs-light li a {
    color: #fff;
    outline-offset: 0;
    border-radius: 0.0625rem;
    font-weight: 500;
}

.gnb-breadcrumbs-light li a:hover {
	text-decoration: none;
}

.gnb-breadcrumbs-light li a:focus, .gnb-breadcrumbs-light li a:active {
    color: #000;
    text-decoration: none;
    outline: 0.25rem solid #efb300;
    background: #efb300;
}

.gnb-breadcrumbs li::after, .gnb-breadcrumbs-light li::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
}

.gnb-breadcrumbs li:last-of-type::after, .gnb-breadcrumbs-light li:last-of-type::after {
    content: "";
}
/*--END breadcrumb styles--*/

.skip-link {
    height: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.skip-link a {
    display: block;
    margin: 0.25em auto;
    position: absolute;
    top: -10rem;
    left: 35%;
}

.skip-link a:focus {
    top: 0;
}

.DivControlRow3Date {
	align-items: baseline;
}

/* END - GNB Design Styles */

/* START ACCORDION CONTROL CSS */

.accordionItem {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.accordionItem-First {
    margin-top: 10px;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #2980b9;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading {
    margin: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #7f8c8d;
}

/* END ACCORDION CONTROL CSS */

/* Modal section */
.feedback-fade-in {
               opacity: 0;
               animation: fade-in 1s ease-in forwards;
}

 @keyframes fade-in {
    to {
        opacity: 1;
    }

}
.counter {
    float: right;
}

.feedback-fieldset {
    padding: 0;
    border-style: none;
}


.feedback-text-area {
    margin-bottom: 8px;
}
.img-section {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.img-section img {
    padding: 0 20px;
}


h2,
.h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1.5rem 0;
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem 0;
  }
}

.h2-m {
  font-size: 1.5rem;
}



textarea {
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  min-height: 5em;
  padding: 0.375rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

textarea:hover {
  background-color: #dae8f9;
}

textarea:active, textarea:focus {
  outline: 3px solid #efb300;
}


.gnb-modal-header h2 {
    padding-right: 32px !important;
text-align: left;
}

button,
.gnb-btn,
button-tertiary,
.gnb-btn-tertiary {
  background-color: #004a98;
  border: 2px solid #004a98;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0.5rem;
  width: 100%;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 576px) {
  button,
  .gnb-btn,
  button-tertiary,
  .gnb-btn-tertiary {
    display: inline-block;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  button,
  .gnb-btn,
   button-tertiary,
  .gnb-btn-tertiary {
    font-size: 1.125rem;
  }
}

@supports (-webkit-touch-callout: none) {
  button,
  .gnb-btn,
  button-tertiary,
  .gnb-btn-tertiary {
    transition: none;
  }
}

button:active, button:focus, button:hover, button.gnb-btn-hover,
.gnb-btn:active,
button-tertiary:active,
.gnb-btn-tertiary:active,
 {
  background: #1a6ed8;
  border-color: #1a6ed8;
  color: #ffffff;
}

button:focus, button:active, button.gnb-btn-focused,
.gnb-btn:focus,
button-tertiary:focus,
.gnb-btn-tertiary:focus {
  outline: 0.25rem solid #efb300;
}

button:hover,
.gnb-btn:hover,
button-tertiary:hover,
.gnb-btn-tertiary:hover {
  outline: none;
}

button.disabled,
.gnb-btn.disabled,
button-tertiary.disabled,
.disabled.gnb-btn-tertiary {
  opacity: 60%;
  cursor: not-allowed;
}

button.disabled:hover, button.disabled:focus, button.disabled:active,
.gnb-btn.disabled:hover,
button-tertiary.disabled:hover {
  background-color: #004a98;
  border-color: #004a98;
  color: #ffffff;
  cursor: not-allowed;
  outline: none;
}


button-tertiary,
.gnb-btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #004a98;
  text-decoration: underline;
}

button-tertiary:hover, button-tertiary:focus, button-tertiary:active, button-tertiary.gnb-btn-hover,
.gnb-btn-tertiary:hover,
.gnb-btn-tertiary:focus,
.gnb-btn-tertiary:active,
.gnb-btn-tertiary.gnb-btn-hover {
  background: rgba(0, 74, 152, 0.12);
  border-color: transparent;
  color: #004a98;
  text-decoration: none;
}

button-tertiary.disabled:hover, button-tertiary.disabled:focus, button-tertiary.disabled:active,
.gnb-btn-tertiary.disabled:hover,
.gnb-btn-tertiary.disabled:focus,
.gnb-btn-tertiary.disabled:active {
  background-color: transparent;
  border-color: transparent;
  color: #004a98;
  cursor: not-allowed;
}



.gnb-btn-sm {
  font-size: 1rem;
  padding: 0.25rem 0.675rem;
  margin-bottom: 0.5rem;
}


.gnb-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 700;
  inset: 0;
}

.gnb-modal[aria-hidden="true"] {
  display: none;
}

.gnb-modal[aria-hidden="false"] {
  display: block;
}

.gnb-modal dialog {
  background: white;
  border: none;
  border-radius: 0.25rem;
  display: block;
  padding: 0;
  margin: 1rem auto 2rem auto;
  max-width: 60rem;
  width: 80%;
}

.gnb-modal dialog h1,
.gnb-modal dialog h2,
.gnb-modal dialog h3,
.gnb-modal dialog h4,
.gnb-modal dialog h5,
.gnb-modal dialog h6 {
  margin: 0;
}

.gnb-modal-header {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem;
}

.gnb-modal-footer {
  clear: both;
  border-top: 1px solid #ddd;
  display: block;
  padding: 1.5rem;
}

.gnb-modal-body {
  border-radius: 0.25rem;
  padding: 1.5rem;
  overflow-y: auto;
  max-height: 50vh;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px,
 100% 40px,
 100% 14px,
 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.gnb-modal .gnb-btn-close {
  background: transparent;
  border: none;
  color: #000;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
}

.gnb-modal .gnb-btn-close:hover {
  color: #004a98;
}

.gnb-modal button {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .gnb-modal button {
    width: fit-content;
  }
}

.modal-button {
  cursor: pointer;
}

/* to the body element */
.noscroll {
  overflow: hidden;
}

/* End Modal section */

/*--Error Page--*/

 

.errorarticle { display: block; max-width: 700px; padding: 5px 50px 5px 50px; margin: 0 auto;text-align: center; color: #000; }

#ErrorMessageText{
    font-family: Open Sans;
    font-weight: 100;
    font-size: 20px;
    color: #000;
    text-align: center;

}

#ErrorMessageText h1 {
    font-size: 50px;
    font-weight: 100;
    text-align: center;     
    color: #000; 
    margin-top: 20px;
    
}

#ErrorStackLabel{
font-family: Open Sans;
font-size: 50px;
    font-weight: 100;
    text-align: center;     
    color: #000; 
}

#ErrorStackText{
display: block; max-width: 700px; padding: 5px 50px 50px 50px; margin: 0 auto;
    font-family: Open Sans;
    font-weight: 100;
    font-size: 20px;
    color: #000;
    text-align: center;
}


.snbdangericon { max-width: 25%; }


@media only screen and (max-device-width: 480px) {
   #ErrorMessageText h1{
   line-height:1.0em; 
   font-size: 40px;
}
}
/*--End Error Page--*/
/* Responsive Design */
.sub1 {
	font-weight: bold;
	font-size: 1.5em;
}

.sub2 {
	font-weight: bold;
	font-size: 1.2em;
}

.InputShort, .InputSmall {
	width: 15%;
}

.InputMed {
	width: 25%;
}

.InputMed30 {
	width: 30%;
}

.InputMed40 {
	width: 40%;
}

.InputLarge {
	width: 60%;
}

.InputLarge80 {
	width: 80%;
}

.InputLarge90 {
	width: 90%;
}

.InputFull {
	width: 95%;
}

/*applying different styles for GNB version, 1-column screens*/
.gnb-form-container .InputSmall {
	width: 20%;
}

.gnb-form-container .InputMed {
	width: 40%;
}

.gnb-form-container .InputLarge {
	width: 80%;
}

@media (max-width: 1400px) {
	.gnb-form-container .InputMed {
		width: 40%;
	}	
	.gnb-form-container .InputLarge {
		width: 70%;
	}	
}

@media (max-width: 1200px) {
	.gnb-form-container .InputSmall {
		width: 25%;
	}	
	.gnb-form-container .InputMed {
		width: 40%;
	}
	.gnb-form-container .InputLarge {
		width: 70%;
	}	
}

@media (max-width: 992px) {
	.gnb-form-container .InputSmall {
		width: 30%;
	}	
	.gnb-form-container .InputMed {
		width: 60%;
	}
	.gnb-form-container .InputLarge {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.gnb-form-container .InputSmall {
		width: 30%;
	}	
	.gnb-form-container .InputMed {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.gnb-form-container .InputSmall {
		width: 20%;
	}	
	.gnb-form-container .InputMed {
		width: 50%;
	}
	.gnb-form-container .InputLarge {
		width: 85%;
	}
}

/*applying different styles for GNB version, 2-column screens*/
.gnb-col-md-8 .gnb-form-container .InputSmall {
	width: 20%;
}

.gnb-col-md-8 .gnb-form-container .InputMed {
	width: 40%;
}

.gnb-col-md-8 .gnb-form-container .InputLarge {
	width: 80%;
}

@media (max-width: 1400px) {
	.gnb-col-md-8 .gnb-form-container .InputMed {
		width: 40%;
	}	
	.gnb-col-md-8 .gnb-form-container .InputLarge {
		width: 70%;
	}	
}

@media (max-width: 1200px) {
	.gnb-col-md-8 .gnb-form-container .InputSmall {
		width: 25%;
	}	
	.gnb-col-md-8 .gnb-form-container .InputMed {
		width: 40%;
	}
	.gnb-col-md-8 .gnb-form-container .InputLarge {
		width: 70%;
	}	
}

@media (max-width: 992px) {
	.gnb-col-md-8 .gnb-form-container .InputSmall {
		width: 40%;
	}	
	.gnb-col-md-8 .gnb-form-container .InputMed {
		width: 70%;
	}
	.gnb-col-md-8 .gnb-form-container .InputLarge {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.gnb-col-md-8 .gnb-form-container .InputSmall {
		width: 30%;
	}	
	.gnb-col-md-8 .gnb-form-container .InputMed {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.gnb-col-md-8 .gnb-form-container .InputSmall {
		width: 20%;
	}	
	.gnb-col-md-8 .gnb-form-container .InputMed {
		width: 50%;
	}
	.gnb-col-md-8 .gnb-form-container .InputLarge {
		width: 85%;
	}
}

.DivButtonRowMiddle {
	margin: auto;
	text-align: center;
	width: 100%;
	clear: both;
}

.multiselect {
	height: auto;
}

#vertical-table table {
	border-collapse: collapse;
	width: 100%;
}

	#vertical-table table tr:nth-of-type(odd) {
		background: #eee;
	}

	#vertical-table table th,
	#vertical-table table td {
		padding: 6px;
		border: 1px solid #ccc;
		text-align: left;
	}

#vertical-table .alignright {
	text-align: right;
}

#vertical-table table th {
	background: #333;
	color: white;
	font-weight: bold;
}

#mobilewrapper
{
   display: none;
}

@media all and (max-width:992px) {
	body {
		padding: 0;
		margin: 0;
		width: 98%;
		/*had to make important in order to override default jQuery mobile behaviour of preventing scrolling left and right*/
		overflow-x: visible !important;
	}

	div.wrapper {
		margin: 0 auto;
		width: 98%;
		clear: both;
	}

	.onlinefullheader {
		display: none;
	}
}

@media all and (max-width:767px) {
	div.wrapper {
		/*min-width: 745px;*/
		clear: both;
	}

	.CardLabel{
		display: none;
	}
	
	.sub1 {
		font-size: 1.2em;
	}

	.sub2 {
		font-size: 1em;
	}

	.DivHeaderLeft img {
		width: 160px;
	}

	.DivHeaderRight {
		font-size: 0.8em;
	}
	.gnb-callout-inline-icon {
		background-size: 1.25rem;
		padding: 1rem 1rem 1rem 3rem;
	}	
}
/*Mobile Portrait*/
@media all and (max-width:480px) {
	body {
		padding: 0;
		margin: 0;
		width: 98%;
		/*had to make important in order to override default jQuery mobile behaviour of preventing scrolling left and right*/
		overflow-x: visible !important;
	}

	#header {
		padding: 0;
	}

	#leftFooter{
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 0 10px 0;
	}

	#rightFooter {
		width: 100%;
	}

	#rightFooter ul {
		float: none;
	}

	div.wrapper {
		margin: 0px;
		/*min-width: 375px;*/
		clear: both;
		padding: 0px;
	}

	.header_container{
		display:flex;
	}
	
	.section_active {
		width:100%;
	}
	
	.section_inactive {
		display:none;
	}
	
	.section_complete {
		display:none;
	}

	.arrow-tip-container {
		display:none;
	}

	.AnchorAsButton {
		width: 95% !important;
	}	
	
	.InputShort, .InputSmall {
		width: 25%;
	}

	.InputMed {
		width: 60%;
	}

	.InputLarge {
		width: 80%;
	}

	.FullMobile, .gnb-form-container .FullMobile, .gnb-col-md-8 .gnb-form-container .FullMobile {
		width: 95%;
	}	

	.inputfile-1 + label {
		padding: 10px;
		width: 95%;
	}

	.sub1 {
		font-size: 1.2em;
	}

	.sub2 {
		font-size: 1em;
	}

	.DivHeader {
		width: 100%;
		height: 210px;
	}

	.DivHeaderLeft {
		position: absolute;
		left: 0px;
		display: block;
		width: 48%;
	}

	.DivHeaderMiddle {
		position: static;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.DivHeaderRight {
		position: absolute;
		right: 0px;
		display: flex;
		align-items: flex-end;
		width: 48%;
		font-size: 0.9em;
		height: 110px;
	}

	.DivButtonRow {
		text-align: left;
	}

	.Div75 {
		width: 100%;
	}

	.ProductNamePriceImageCellRight {
		float: left;
		height: auto;
	}

	#vertical-table table {
		border: 0;
	}

		#vertical-table table caption {
			font-size: 1.3em;
		}

		#vertical-table table thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		#vertical-table table tr {
			border-bottom: 3px solid #ddd;
			display: block;
			margin-bottom: .625em;
		}

		#vertical-table table td {
			border-bottom: 1px solid #ddd;
			display: block;
			font-size: .8em;
			text-align: right;
		}

			#vertical-table table td::before {
				content: attr(data-title);
				float: left;
				font-weight: bold;
			}

			#vertical-table table td:last-child {
				border-bottom: 0;
			}

			#vertical-table table td:empty {
				display: none;
			}

	.PrimaryButton, .SecondaryButton, .TertiaryButton, .StandardButton, .CancelButton, .PrimaryButton2Line, .StandardButton2Line {
		-webkit-appearance: none;
		border: 1px solid;
		border-radius: 6px;
		margin: 2px;
		width: 98%;
	}

	.TertiaryButton {
		min-height: 44px;
	}

	.btn-text-left, .btn-text-left20, .btn-text-left35 {
		width: 100%;
	}

	div.blockMsg {
		width: 80%;
		top: 40%;
		left: 8%;
	}

	.dex_calendar_main {
		display: inline;
	}

	.table-fixed-first-column > table{
		margin-left: 9em;		
	}
	
	.table-fixed-first-column > table > * > tr > th:first-child, .table-fixed-first-column > table > * > tr > td:first-child{
		position: absolute;
		width: 8em;
		margin-left: -9em;
		background: #ccc;
	}

	.table-fixed-first-column > table > * > tr > th, .table-fixed-first-column > table > * > tr > td {
		white-space: nowrap;
	}
	
	#vertical-table-vGNB table {
		border: 0;
	}

		#vertical-table-vGNB table caption {
			font-size: 1.3em;
		}

		#vertical-table-vGNB table thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		#vertical-table-vGNB table tr {
			border-bottom: 3px solid #ddd;
			display: block;
			margin-bottom: .625em;
			border-top: 3px solid #ddd;
		}

		#vertical-table-vGNB table td {
			border-bottom: 1px solid #ddd;
			display: block;
			font-size: .8em;
			text-align: right;
		}

			#vertical-table-vGNB table td::before {
				content: attr(data-title);
				float: left;
				font-weight: bold;
			}

			#vertical-table-vGNB table td:last-child {
				border-bottom: 0;
			}

			#vertical-table-vGNB table td:empty {
				display: none;
			}

	span.text_info_d {
		display: none;
	}

	span.text_info_m {
		display: inline;
	}

  #topRightNav {
        display: none;
    }
#mobilewrapper
{
display: block;
padding: 0px 10px;
}
#mobilemenu{
display: block;
border-top: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
width:100%;
margin-top:10px;
text-align: center;
margin-bottom:10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;

}
#mobilemenu ul {
    padding-top: 8px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;    
    margin: 0;
    padding: 0;

}
#mobilemenu ul li {
    display: inline;
    padding: 1px 10px 0 0;
    margin: 0;
float: center; 
}

#mobilemenu a:link, #mobilemenu a:visited {
    font-size: 95%;
    color: black;
    text-decoration: none;
}	
}


<style type="text/css" >
span.im-caret {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes blink {

    from, to {
        border-right-color: black;
    }

    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {

    from, to {
        border-right-color: black;
    }

    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

    div.im-colormask > input {
        position: absolute;
        display: inline-block;
        background-color: transparent;
        color: transparent;
        -webkit-appearance: caret;
        -moz-appearance: caret;
        appearance: caret;
        border-style: none;
        left: 0;
        /*calculated*/
    }

        div.im-colormask > input:focus {
            outline: none;
        }

        div.im-colormask > input::-moz-selection {
            background: none;
        }

        div.im-colormask > input::selection {
            background: none;
        }

        div.im-colormask > input::-moz-selection {
            background: none;
        }

    div.im-colormask > div {
        color: black;
        display: inline-block;
        width: 100px;
        /*calculated*/
    }

.main {
    padding: 0;
    line-height: 1.5;
}

.wrapper {
    width: 100%;
    padding: 0;
    overflow: auto;
}

label.required::after,
span.required::after,
legend.required::after {
    color: #79242f !important;
}

header.row {
    display: table-row;
}

#topRightNav {
    padding-right: 10px;
}

.ui-datepicker-trigger {
    scale: 2;
}

@media (max-width: 992px) {
    div.wrapper {
        width: 100%;
        clear: both;
    }
}
