﻿

.welcomepanel-usernamelabel {
    font-size: 1.1em;
    font-weight: bold;
    margin-right: .5em;
}

.maintenanceMessage {
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    background: #f3efea;
}

.redBorder {
    border-left: 1.5rem solid red;
}

.greenBorder {
    border-left: 1.5rem solid green;
}

.maintenanceMessageHeader {
    font-size: 2rem;
    font-weight: 600;
}

.redText {
    color: red;
}

.greenText {
    color: green;
}

.aotaHr {
    height: .3rem;
    color: #5e2b5b;
    background-color: #5e2b5b;
    border: none;
    margin-bottom: .5rem;
}

.aotaHrThin {
    height: .2rem;
    color: #808080;
    background-color: #808080;
    border: none;
    margin-bottom: .5rem;
}

/*ID*/
.Identity {
    margin: 1.5em 0;
}

    .Identity h1 a {
        color: #fff; /* #c30; */
        font-style: italic;
        text-decoration: none;
    }

    .Identity h1 span {
        color: #fff;
        font-style: normal;
    }


/*error*/
.error {
    color: red;
}

.stackedColumnPadding {
    padding-bottom: .5em;
}


/*address book*/
.default-address-label {
    background-color: #c8e8f8;
    font-size: 1.2rem;
    padding: .2rem;
}

.change-default-address-label {
    background-color: none;
    font-size: 1.2rem;
    text-decoration: underline;
}

.productListItem-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.productListItem-tilesContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -2rem
}

.productListItem-tile {
    border: 1 solid #efefef;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    padding: 1rem .25rem 1rem .75rem;
    margin: 1rem 0 0 0;
    /*word-break:break-word;*/
}

.truncateProductListTile {
    width: 540px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webcast-height {
    height: 18rem;
}

.asapcontact-height{
    height: 20rem;
}

.productListItem-title {
    font-size: 13px;
    font-weight: 600;
}

.productListItem-rowWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.productListItem-photo {
    display: inline-block
}

    .productListItem-photo img {
        /*height: 110px;*/
        max-height: 100px;
        width: 75px
    }

.productListItem-addToCartButton {
    margin: 2rem .5rem;
}

.productListItem-price {
    font-weight: 600;
    margin: 0;
    height: 1.25rem
}

.productListItem-top {
    height: 60%
}

.productListItem-middle {
    height: 20%
}

.productListItem-bottom {
    height: 20%
}

.productListItem-dataPoints {
    margin-left: 10px;
}

.productListItem-subheading {
    font-size: .75rem;
    line-height: 1rem;
    white-space: nowrap;
    margin-bottom: 1rem;
    text-align: center
}

.step-section-title-thin {
    padding: .5em;
    background-color: #5e2b5b;
    color: white;
    font-size: 1.1em;
    margin-right: .2em;
    margin-left: .2em;
}

.site-footer {
    grid-area: footer;
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.site-footer {
    background-image: linear-gradient(0deg, #ededed, #fff);
    opacity: 1;
    transition: opacity .25s ease-in-out
}

    .site-footer .aota-color-bars {
        grid-column: full;
        height: 8px;
        width: 100%
    }

.site-footer-inner {
    grid-column: full;
    padding: 45px 0
}

@media (min-width:768px) {
    .site-footer-inner {
        padding: 0
    }

    .site-footer .top {
        border-bottom: 1px solid #c4c4c4;
        padding: 45px 20px 40px
    }
}

@media (min-width:1024px) {
    .site-footer .top {
        padding: 45px 30px 40px
    }
}

.site-footer .top .top-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1535px
}

@media (min-width:768px) {
    .site-footer .top .top-inner {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.site-footer .logo {
    display: block;
    margin: 0 auto;
    width: 332px
}

@media (min-width:768px) {
    .site-footer .logo {
        margin: 0
    }
}

.site-footer-social {
    border-top: 1px solid #c4c4c4;
    margin-top: 40px
}

@media (min-width:768px) {
    .site-footer-social {
        border: 0;
        margin: 0
    }
}

.site-footer-social ul {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 25px 0;
    list-style-type: none;
}

@media (min-width:768px) {
    .site-footer-social ul {
        margin: 0
    }
}

.site-footer-social li {
    flex: none
}

    .site-footer-social li + li {
        margin-left: 18px
    }

.site-footer-social a {
    align-items: center;
    background-color: #333;
    border-radius: 100%;
    color: #f9f9f9;
    display: flex;
    font-size: 18px;
    font-size: 1.125rem;
    height: 35px;
    justify-content: center;
    width: 35px;
    text-decoration: none;
}

    .site-footer-social a.-focused, .site-footer-social a:active, .site-footer-social a:focus, .site-footer-social a:hover {
        background-color: #72396e
    }

.site-footer .bottom {
    padding: 0 20px
}

@media (min-width:768px) {
    .site-footer .bottom {
        padding: 10px 20px
    }
}

@media (min-width:1024px) {
    .site-footer .bottom {
        padding: 10px 30px 45px
    }
}

.site-footer .bottom .bottom-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1535px
}

@media (min-width:1024px) {
    .site-footer .bottom .bottom-inner {
        display: flex;
        justify-content: space-between
    }
}

.site-footer-nav {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .site-footer-nav {
        margin-bottom: 10px
    }
}

.site-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}

.site-footer-nav li {
    flex: none;
    position: relative
}

    .site-footer-nav li + li {
        margin-bottom: 10px;
        margin-left: 15px
    }

.site-footer-nav a {
    border-bottom: 1px solid #000;
    color: #333;
    display: inline;
    font-size: 14px;
    font-size: .875rem;
    transition: .25s ease-in-out;
    text-decoration: none;
}

    .site-footer-nav a.-focused, .site-footer-nav a:active, .site-footer-nav a:focus, .site-footer-nav a:hover {
        border-color: #5e2b5b;
        color: #5e2b5b
    }

.site-footer-copyright {
    text-align: center
}

    .site-footer-copyright p {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.2142857143
    }

.sr-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

/*media queries*/
@media screen and (max-width: 768px) {

    .asapcontact-height {
        height: auto;
    }

    .truncateProductListTile {
        width: 275px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}