img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.visuallyHidden{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

a img{
    border: none;
    outline: none
}
.sidebarMenu{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 95%
}
.sidebarMenu .openSubMenu{
    background-image: url("/img/chevron-down-gray.svg");
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1
}
.sidebarMenu a{
    line-height: 24px;
    color: #1b1b1c;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    word-spacing: -1px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    text-decoration: none
}
.sidebarMenu ul li a{
    line-height: 18px;
    color: #5c5c5d;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
}
.sidebarMenu a img{
    margin-right: 5px;
    vertical-align: baseline
}
.sidebarMenu li{
    padding: 0 0 6px;
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%
}
.sidebarMenu ul li{
    display: block;
    padding: 0 0 7px 7px;
    line-height: 18px;
}
.sidebarMenu li.hasChild > a{
    margin-right: 50px
}
.sidebarMenu ul{
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0
}
.sidebarMenu:after{
    clear: both
}
.sidebarMenu:after,
.sidebarMenu:before{
    content: "";
    display: table
}
.cardsWrapper{
    --card-margin: 10px;
    --card-margin-top: var(--card-margin);
    --card-margin-sides: var(--card-margin);
    --card-margin-bottom: var(--card-margin);
    --card-min-width: 150px;
    --card-max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    /*margin: calc(var(--card-margin-top) * -1) calc(var(--card-margin-sides) * -1) calc(var(--card-margin-bottom) * -1) calc(var(--card-margin-sides) * -1);*/
    padding: 0;
    position: relative;
    letter-spacing: normal;
}
.cardsWrapper > *{
    flex: 1 1 calc((1% * (100 / 5)) - (2 * var(--card-margin-sides)));
    margin: var(--card-margin-top) var(--card-margin-sides) var(--card-margin-bottom) var(--card-margin-sides);
    max-width: var(--card-max-width);
    min-width: var(--card-min-width);
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none
}
.cardsWrapper.cardsFourWide > *{
    flex: 1 1 calc((1% * (100 / 4)) - (2 * var(--card-margin-sides)))
}
.cardsWrapper.cardsThreeWide > *{
    flex: 1 1 calc((1% * (100 / 3)) - (2 * var(--card-margin-sides)))
}
.cardsWrapper.cardsTwoWide > *{
    flex: 1 1 calc((1% * (100 / 2)) - (2 * var(--card-margin-sides)))
}
.card{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}
.card,
.card > div{
    position: relative
}
.cardImage{
    order: 0;
    padding: 10px;
}
.cardText{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
    text-align: center;
    line-height: 1.3;
}
.cardCopy,
.cardText{
    flex: 1 0 auto
}
.cardPrice{
    color: #557cb7;
    font-weight: 700;
    padding: 5px 0 5px 0;
}
.card a.btn-view{
    margin: 0;
    min-width: 137px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
}

.productCard.card{
    border: 1px solid #dadada;
}
.productCard .cardText{
    padding: 10px 14px 12px 14px;
    background-color: #eeeeef;
}
.productCard .cardText a.cardMainLink{
    line-height: 20px;
    color: #1b1b1c;
    font-size: 12px;
    font-weight: 400;
}

.categoryCard .cardText a.cardMainLink{
    line-height: 20px;
    color: #1b1b1c;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.fillerCard.fillerCard.fillerCard{
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    visibility: hidden
}
.fillerCard.fillerCard.fillerCard *{
    display: none
}

.linkedCard.hasFocusWithin,
.linkedCard:focus-within,
.linkedCard:hover{
    cursor: pointer
}
.linkedCard a:focus{
    text-decoration: underline
}
.linkedCard.hasFocusWithin a,
.linkedCard:focus-within a:focus{
    text-decoration: none
}

.ratioWrapper{
    position: relative
}
.ratioWrapper > div{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.ratioWrapper:before{
    content: "";
    display: inline-block;
    min-width: 100%;
    padding-top: 100%
}
.ratioWrapper.ratio60:before{
    padding-top: 60%
}
.ratioWrapper.ratio70:before{
    padding-top: 70%
}

.objectFitImage{
    background-position: 50%;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}
.objectFitImage img,
.objectFitImage img[width][height]{
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%
}
.centerContent{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}
.centerContent > *{
    display: block
}

/*.formRow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(5px * -1);
    margin-bottom: 0;
    margin-top: 0;
    position: relative
}
.formRow > div{
    flex: 1 1 auto;
    margin: 5px;
    margin-top: 0;
    position: relative
}
.formField{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.formField > *{
    width: 100%;
}*/

.formButtonsWrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
}

/*.formField > :first-child{
    flex: 1 1 calc(calc(400px - 100%) * 999);
    min-width: 15px
}
.formField > :last-child{
    flex: 3.5 1 calc(calc(400px - 100%) * 999)
}*/
.required:after{
    content: "*\a0";
    display: inline-block;
    margin-left: 3px
}
.required:after,
.validationError{
    color: #e64f0c;
}
.validationError:before{
    background-color: #e64f0c;
    border-radius: 50%;
    color: #ffffff;
    content: "!";
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px
}
.columnedPageSection{
    --columned-page-section-break-width: 650px;
    --columned-page-section-aside-min-width: 200px;
    --columned-page-section-margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(20px * -1);
    position: relative
}
.columnedPageSection > *{
    flex: 1 1 calc(calc(var(--columned-page-section-break-width) - 100%) * 999);
    margin: 20px;
    position: relative
}
.columnedPageSection .columnedPageSectionPrimary{
    flex-grow: 3
}
.columnedPageSection > :not(.columnedPageSectionPrimary){
    min-width: var(--columned-page-section-aside-min-width)
}
.columnedPageSection > :empty{
    display: none
}


.memberPageWrapper input:not([type=checkbox]):not([type=radio]), 
.memberPageWrapper optgroup, 
.memberPageWrapper option, 
.memberPageWrapper select, 
.memberPageWrapper textarea{
    background-color: #fefefe;
    border-radius: 2px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 4px 10px 4px 10px;
}
.memberPageWrapper input:not([type=checkbox]):not([type=radio]), 
.memberPageWrapper select, 
.memberPageWrapper textarea{
    border: 1px solid #666666;
    display: inline-block;
    width: 100%;
}
.memberPageWrapper input:not([type=checkbox]):not([type=radio]):focus, 
.memberPageWrapper select:focus, 
.memberPageWrapper textarea:focus{
    outline: 1px solid #0f74a8;
    outline-offset: 0;
}
.memberPageWrapper input[aria-disabled=true], 
.memberPageWrapper input[disabled], 
.memberPageWrapper select[aria-disabled=true], 
.memberPageWrapper select[disabled], 
.memberPageWrapper textarea[aria-disabled=true], 
.memberPageWrapper textarea[disabled]{
    color: #999999;
    cursor: not-allowed;
}
.memberPageWrapper textarea{
    min-height: 150px;
}
.memberPageWrapper select{
    overflow: hidden;
    text-overflow: ellipsis;
}
.memberPageWrapper button{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.memberPageWrapper fieldset{
    margin: 0
}
.memberPageWrapper  legend{
    border-bottom: 1px solid #557cb7;
    color: #557cb7;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    font-weight: bold;
}
.memberPageWrapper  legend span{
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    padding: 0 10px;
    vertical-align: text-bottom
}
.memberPageWrapper  legend span a{
    display: inline-block;
    white-space: nowrap
}
.memberLinks{
    padding: 20px 0 20px 0;
}
.columnedPageSection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(20px * -1);
    position: relative
}
.columnedPageSection > *{
    flex: 1 1 calc(calc(65rem - 100%) * 999);
    margin: 20px;
    position: relative
}
.columnedPageSection .columnedPageSectionPrimary{
    flex-grow: 3;
}
.columnedPageSection > :not(.columnedPageSectionPrimary){
    min-width: 300px;
}
.columnedPageSection > :empty{
    display: none
}
.navbar-nav ul{
    display: none;
}
.formRow{
    margin-bottom: 10px;
}