
/* Set the main margin based on mobile/desktop */
@media (max-width: 991.98px) {
    main {
        margin-top: 141px !important;
        height: 100%;
    }

    body:not(.with_fixed_header) .primary-container.with-new-navbar main,
    .primary-container .pdp_main_space {
        margin-top: 0 !important;
    }
}

@media (min-width: 991.98px) {
    main {
        margin-top: 78px !important;
        height: 100%;
    }

    .primary-container.with-new-navbar main,
    .primary-container .pdp_main_space {
        margin-top: 0 !important;
    }
}

.sumo-section {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem
}

.sumo-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.sumo-py-7 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

@media (min-width: 768px) {
    .sumo-py-md-7 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }
}

body {
    color: #414141;
    font-size: 1.15rem;
    line-height: 1.85;
    height: 100%;
}

/* Hide scroll bar on mobile */
@media (max-width: 767.98px) {
    body.no-scroll {
        overflow: hidden;
    }
}

blockquote,
p {
    font-size: 0.95em
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #272727;
    font-weight: 900
}

.sumo-text-light {
    color: #868686 !important
}

.sumo-text-brand {
    color: #FFBC00 !important
}

.sumo-small-label {
    font-size: .75em;
    color: #868686
}

.sumo-text-large {
    font-size: 2.5rem
}

.sumo-hustler-text-large {
  color: #003c3e;
}

@media (min-width: 768px) {
    .sumo-text-large {
        font-size: 3.6rem
    }
}

p.sumo-text-large {
    font-size: 1.1rem
}

@media (min-width: 768px) {
    p.sumo-text-large {
        font-size: 1.25rem
    }
}

.sumo-product-header {
    font-size: 1.4rem
}

.sumo-product-header .sumo-product-name {
    font-size: 1.3em
}

.sumo-product-header-sm {
    font-size: 0.95rem
}

.sumo-product-byline {
    font-weight: normal;
    font-size: 0.92em
}

.sumo-underline {
    line-height: 1.8
}

.sumo-underline>span {
    padding-bottom: 3px;
    border-bottom: 6px solid #FFBC00
}

.sumo-limit-3 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
}

.sumo-limit-4 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.sumo-limit-7 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.sumo-details-list {
    color: #a0a0a0
}

.sumo-details-list li {
    position: relative;
    padding-left: 10px;
    font-size: 0.75em;
    font-weight: 300
}

.sumo-details-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 4px;
    left: 0;
    top: 50%;
    background: #a0a0a0
}

.sumo-rounded-big {
    border-radius: 10px
}

.sumo-section-shadow {
    box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, 0.15)
}

.sumo-border {
    border: 1px solid #ddd
}

.sumo-border-t {
    border-top: 1px solid #ddd
}

.sumo-border-b {
    border-bottom: 1px solid #ddd
}

.sumo-border-l {
    border-left: 1px solid #ddd
}

.sumo-border-r {
    border-right: 1px solid #ddd
}

.sumo-bg-light {
    background-color: #FAFAFA
}

/* Backgrounds */
/* ----------- */

.sumo-bg-dark {
    background: #0A3638;
    color: #fff
}
.sumo-bg-darker {
    background: #062324;
    color: #FFF;
}
.sumo-bg-gradient {
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#142620+0,004446+100 */
    background: rgb(20,38,32); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(20,38,32,1) 0%, rgba(0,68,70,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(20,38,32,1) 0%,rgba(0,68,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(20,38,32,1) 0%,rgba(0,68,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142620', endColorstr='#004446',GradientType=0 ); /* IE6-9 */
}
.sumo-bg-gradient h1,
.sumo-bg-gradient h2,
.sumo-bg-gradient h3,
.sumo-bg-gradient h4,
.sumo-bg-gradient h5,
.sumo-bg-gradient h6,
.sumo-bg-dark h1,
.sumo-bg-dark h2,
.sumo-bg-dark h3,
.sumo-bg-dark h4,
.sumo-bg-dark h5,
.sumo-bg-dark h6,
.sumo-bg-darker h1,
.sumo-bg-darker h2,
.sumo-bg-darker h3,
.sumo-bg-darker h4,
.sumo-bg-darker h5,
.sumo-bg-darker h6 {
    color: #FFF;
}

.sumo-reviews-comments {
    position: relative;
    line-height: 1.6;
}

.sumo-bg-dark .sumo-reviews-comments {
    color: #fff
}

blockquote.sumo-simple-quote {
    color: #414141;
    font-size: 1em
}

.sumo-panel {
    background-color: #fff;
    padding: 3rem;
    border-radius: 12px
}

.sumo-panel-gray {
    background-color: #FAFAFA;
    padding: 3rem;
    border-radius: 12px
}

.sumo-panel-product {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 6px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    opacity: 1
}

.sumo-panel-product p {
    margin: 0.5em 0 1em
}

.sumo-panel-product .sumo-product-name {
    font-size: 1.45rem;
    margin-bottom: 0;
    font-weight: normal
}

.sumo-panel-product .sumo-old-price {
    text-decoration: line-through;
    padding: 0 10px
}

.sumo-panel-product .sumo-price {
    padding-right: .2em;
    margin-left: auto
}

.sumo-panel-product.active {
    opacity: 1;
    border: 2px solid #FFBC00
}

.sumo-panel .sumo-big-bullet,
.sumo-panel-gray .sumo-big-bullet {
    font-weight: 400;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2.8em
}

.sumo-panel .sumo-big-bullet:before,
.sumo-panel-gray .sumo-big-bullet:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #FFBC00;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    left: 0
}

.sumo-price {
    color: #002B2B;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5
}

.sumo-old-price {
    color: #868686;
    font-size: 1em
}

.sumo-old-price>span {
    text-decoration: line-through
}

.sumo-save {
    color: #00AD21;
    font-size: 0.55em;
    padding-left: 0.5em
}

.sumo-price-line {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    font-size: 1.25rem
}

.sumo-price-line .sumo-price-meta {
    padding-left: .6rem;
    margin-left: .8rem;
    border-left: 1px solid #ddd;
}

.sumo-price-line .sumo-price,
.sumo-price-line .sumo-price-meta {
    display: inline
}

.sumo-price-line-sm {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    font-size: 1.05rem;
    padding-top: 0.65em
}

.sumo-price-line-sm .sumo-price {
    border-right: 1px solid #ddd;
    padding-right: 0.7em
}

.sumo-price-line-sm .sumo-price-meta {
    padding-left: 0.8em
}

.sumo-price-line-sm .sumo-price,
.sumo-price-line-sm .sumo-price-meta {
    display: inline
}

.sumo-price-line.sumo-price-big {
    color: #fff;
    font-size: 1.3rem
}

.sumo-price-line.sumo-price-big .sumo-price,
.sumo-price-line.sumo-price-big .sumo-old-price {
    color: inherit
}

.sumo-featured {
    padding-bottom: 0.75rem
}

.sumo-featured-info {
    padding-top: 0.75rem;
    border-top: 1px solid #ddd
}

.sumo-featured-badge {
    color: #004446;
    border: 2px solid #004446;
    display: inline-block;
    border-radius: 35px;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 1;
    text-transform: uppercase;
    padding: .5em 1.4em
}

.sumo-hero-section {
    background-image: url(../images/home/as-austin-bg.svg);
    background-size: 680px auto;
    background-repeat: no-repeat;
    backrgound-position: 57%;
    background-position: calc(54% + 340px) bottom
}

@media (max-width: 991.98px) {
    .sumo-hero-section {
        background-position: center bottom
    }
}

.sumo-hero-section .sumo-hero-container {
    position: relative
}

.sumo-hero-section .sumo-home-noah {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 420px
}

@media (max-width: 991.98px) {
    .sumo-hero-section .sumo-home-noah {
        right: auto;
        left: 25%
    }
}

@media (max-width: 767.98px) {
    .sumo-hero-section .sumo-home-noah {
        max-width: 420px;
        width: 100%;
        left: auto
    }
}

@media (max-width: 991.98px) {
    .sumo-hero-section .sumo-col-noah {
        padding-bottom: 300px
    }
}

header input[type=search].sumo-header-search {
    font-size: 0.7rem;
    min-width: 340px !important;
    margin-left: 30px
}

header .navbar-brand {
    margin-right: 0
}

header .navbar {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

header .navbar .container {
    height: 100%
}

header .navbar a {
    color: inherit
}

header .navbar .nav-item {
    font-size: 0.8rem;
    font-weight: 300
}

header .navbar .nav-item.active a {
    border-radius: 7px
}

header .navbar .navbar-nav .nav-item a {
    padding: 0.5em 1.5em
}

header .navbar .sumo-cart {
    background: #142620;
    /* height: 100%; */
    width: 80px;
    position: absolute;
    right: 0
}

header .navbar .sumo-cart a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: center
}

header .navbar-collapse {
    background: #004446
}

header .navbar-collapse.show {
    z-index: 100
}

header .form-inline input[type=search] {
    height: 40px
}

header .navbar.scrolling-navbar {
    padding: 0
}

@media (max-width: 991.98px) {
    header .sumo-cart {
        z-index: 100
    }
    header .form-inline {
        padding: 2rem 1.5em 1rem
    }
    header .form-inline input[type=search] {
        min-width: 100% !important;
        margin-left: auto;
        margin-right: auto
    }
    header .nav-item {
        text-align: center
    }
    header .nav-item .nav-link {
        padding-top: 4em;
        padding-bottom: 4em
    }
}

footer {
    background: #142620;
    color: #fff;
    font-size: 0.95rem;
    padding: 4rem 0;
    border-top: 1px solid #007679
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
    color: inherit
}

.sumo-footer-text a {
  color: rgba(255, 255, 255, 0.75);
}

.sumo-footer-text a.active {
  font-weight: 500;
  color: white;
}

.sumo-footer-text a:hover:not(.active) {
  color: #bdbdbd;
}

.sumo-footer-terms {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
}

.sumo-footer-terms a {
  color: rgba(255, 255, 255, 0.68);
}


/* new footer (django) */
footer.appsumo-footer {
  background-color: #09292b; /* dorado $forest */
  color: #fff;
  min-height: initial;
  padding: 3rem 0;
}

footer.appsumo-footer .row {
  gap: 2rem 0;
}

footer.appsumo-footer .sumo-footer-text {
  font-size: 0.75rem;
}

footer.appsumo-footer .sumo-link {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 21px;
  max-width: 150px;
}

footer.appsumo-footer .sumo-footer-text .sumo-link  {
  font-size: inherit;
}

footer.appsumo-footer .sumo-link:hover .social-icon {
  opacity: .8;
}

footer.appsumo-footer .sumo-link:hover,
footer.appsumo-footer .sumo-link:focus {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

footer.appsumo-footer .sumo-social-links {
  align-items: center;
  display: flex;
  list-style: none;
  gap: 0 3rem;
  margin-top: 2rem;
  padding: 0;
}

@media (min-width: 768px) {
  footer.appsumo-footer .sumo-footer-text {
    margin: 0;
    max-width: 190px;
  }

  footer.appsumo-footer .sumo-social-links {
    gap: 0 1.5rem;
    margin-top: 1rem;
  }
}

.sumo-site-footer .navbar-collapse {
    border-top: 1px solid transparent;
    transition: all 0.2s
}

.sumo-site-footer .navbar-collapse.show {
    border-color: #707070
}

.sumo-navbar-nav-header {
    position: relative;
    padding-bottom: 0.8em
}

.sumo-navbar-nav-header .navbar-toggler {
    padding: 0;
    border: none
}

.sumo-navbar-nav-header .navbar-toggler.collapsed .navbar-toggler-icon {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #BCBCBC
}

@media (min-width: 768px) {
    .sumo-navbar-nav-header .navbar-toggler {
        display: none
    }
}

.sumo-navbar-nav-header .sumo-right {
    position: absolute;
    right: 0
}

.sumo-navbar-nav-header button {
    border-radius: 0
}

.sumo-navbar-nav-header .navbar-toggler-icon {
    background: transparent;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.4s
}

.form-control[readonly] {
    background-color: #fff
}

textarea.form-control {
    color: #959595;
    font-weight: 300
}

.form-inline input[type=email],
.form-inline input[type=search],
.form-inline input[type=text],
.sumo-discount-form input[type=email],
.sumo-discount-form input[type=search],
.sumo-discount-form input[type=text] {
    box-sizing: border-box;
    background: #fff;
    padding: 1em 3em;
    height: 3rem;
    border-radius: 35px;
    font-size: .75em;
    font-weight: 100;
    min-width: 300px;
    margin: 0 10px 0 0;
    color: #272727;
    border: 1px solid #707070
}

.sumo-discount-form input[type=text] {
    padding: 1em 1.2em;
    min-width: 70px;
    border-color: #ccc;
    border-radius: 6px
}

.sumo-discount-form input[type=text]::-webkit-input-placeholder {
    color: #ccc
}

.sumo-discount-form input[type=text]::-moz-placeholder {
    color: #ccc
}

.sumo-discount-form input[type=text]:-ms-input-placeholder {
    color: #ccc
}

.sumo-discount-form input[type=text]::placeholder {
    color: #ccc
}

@media (max-width: 991.98px) {
    .form-inline .form-control,
    .form-inline input,
    .form-inline button {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

input[type=number] {
    border-radius: 6px;
    border: 1px solid #ccc;
    font-weight: normal
}

.md-form .form-control:focus,
.md-form input[type=email]:focus:not([readonly]) {
    background: #fff;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #FFBC00 !important
}

.progress,
.progress-bar {
    border-radius: 2rem;
    height: 0.6rem
}

.progress {
    margin: 0.75rem 0
}

.progress-bar {
    background: #004446
}

.sumo-review-bars {
    padding-left: 50px;
    padding-right: 35px
}

.sumo-review-bars .progress,
.sumo-review-bars .progress-bar {
    height: 1.2rem
}

.sumo-review-bars .progress {
    position: relative;
    overflow: visible
}

.sumo-review-bars .progress:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 30px;
    left: -50px;
    bottom: -2px
}

.sumo-review-bars .progress .sumo-num {
    position: absolute;
    right: -35px;
    bottom: 0
}

.sumo-review-bars .sumo-good .progress-bar {
    background: #FFBC00
}

.sumo-review-bars .sumo-good:before {
    background-image: url(../images/home/as-taco.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center
}

.sumo-review-bars .sumo-bad .progress-bar {
    background: #A3A3A3
}

.sumo-review-bars .sumo-bad:before {
    background-image: url(../images/home/as-taco-grey.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center
}

.list-group {
    list-style-type: none
}

.sumo-testimonial img {
    margin-bottom: 0.75rem
}

.sumo-testimonial .sumo-name {
    margin: 0.15em 0
}

.sumo-testimonial .sumo-date {
    margin-bottom: 0.75rem;
    font-size: 0.65em;
    color: #ccc
}

.sumo-testimonial cite {
    font-size: 0.7em;
    color: #004446
}

.sumo-testimonial .sumo-small-label {
    color: #ccc
}

.sumo-social-container {
    height: 100%;
    width: 100%
}

.sumo-social-container .mt-auto {
    margin-left: auto;
    margin-right: auto
}

.sumo-social-container .mt-auto .sumo-icon {
    padding: 0.65em 0.65em 0 0.65em;
    display: inline-block
}

.sumo-social-container .mt-auto .sumo-icon img {
    border-radius: 50%
}

.sumo-social-single {
    text-align: center
}

.sumo-account main {
    margin-top: 0;
    overflow: hidden;
    position: relative
}

.sumo-checkout .sumo-checkout-bar,
.sumo-account .sumo-checkout-bar {
    position: relative;
    overflow: visible;
    border-left: 2px solid #ddd
}

.sumo-checkout .sumo-checkout-bar:before,
.sumo-account .sumo-checkout-bar:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 101vw;
    background: #FAFAFA;
    top: 0;
    left: 0;
    z-index: -1
}

.sumo-checkout footer,
.sumo-account footer {
    min-height: 135px
}

@media (min-width: 768px) {
    .sumo-checkout .sumo-checkout-main,
    .sumo-account .sumo-checkout-main {
        padding-right: 2.7rem
    }
    .sumo-checkout .sumo-checkout-bar,
    .sumo-account .sumo-checkout-bar {
        padding-left: 2.7rem
    }
}

@media (min-width: 768px) {
    .sumo-account .sumo-checkout-bar {
        padding-right: 2.7rem;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0
    }
}

.sumo-checkout header nav {
    background: #142620
}

.sumo-checkout .sumo-summary-checkout-bottom {
    border-top: 1px solid #ddd
}

.sumo-checkout-row {
    padding: 0.375rem 0
}

.sumo-checkout-column {
    display: inline-block;
    font-weight: 700;
    font-size: 0.88em
}

.sumo-checkout-column.sumo-label {
    font-weight: 300;
    color: #707070
}

.sumo-checkout-column.sumo-total {
    font-size: 1.1em;
    color: #00AD21
}

.sumo-checkout-column.sumo-total span {
    color: #ccc;
    font-size: 0.6em;
    padding-right: 8px;
    font-weight: 300
}

.sumo-checkout-column.sumo-total-label {
    font-size: 0.95em;
    text-transform: uppercase
}

.sumo-footer-checkout .sumo-mid-column {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.sumo-account .sumo-profile-img {
    border: 4px solid #ddd
}

.sumo-account .sumo-account-name {
    text-transform: uppercase
}

.sumo-app-choice {
    opacity: 0.56
}

.sumo-app-choice.active {
    opacity: 1
}

.sumo-app-choice .sumo-app-check,
.sumo-app-choice .sumo-app-delete {
    position: relative
}

.sumo-app-choice .sumo-app-check:before,
.sumo-app-choice .sumo-app-delete:before {
    position: absolute;
    content: "";
    display: block;
    height: 1.4em;
    width: 1.4em;
    top: -0.6em;
    right: -0.4em;
    border-radius: 50%;
    background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20;
    box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.1)

}

.sumo-app-choice .sumo-app-check:before {
    background-image: url(../images/account/as-account-check.svg)
}

.sumo-app-choice .sumo-app-delete:before {
    background-image: url(../images/account/as-account-xmark.svg)
}


.sumo-account-toggler {
    height: 35px;
    margin-bottom: 25px;
    line-height: 1
}

.sumo-account-toggler .x {
    float: right;
    height: 27px;
    width: 27px;
    background-image: url(../images/account/as-account-bell.svg);
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-right: 12px
}

.sumo-account-toggler .sumo-toggler-link {
    float: right;
    width: 32px
}

.sumo-account-toggler .sumo-toggler {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #868686;
    border-radius: 50%;
    display: inline-block;
    margin-left: 24px
}

.sumo-account-toggler .sumo-toggler a {
    height: 100%;
    width: 100%
}

.sumo-account-toggler .sumo-toggler:before,
.sumo-account-toggler .sumo-toggler:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: inherit;
    border-radius: inherit
}

.sumo-account-toggler .sumo-toggler:before {
    left: -12px
}

.sumo-account-toggler .sumo-toggler:after {
    left: -24px
}

.sumo-account-nav {
    margin-left: -17px;
    margin-right: -17px
}

.sumo-account-nav .sumo-nav-head {
    margin-right: 2.7em;
    margin-left: 2.7em
}

.sumo-account-nav .list-group-item {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    font-size: 1rem;
    font-weight: normal;
    text-transform: capitalize;
    padding-left: 2.7rem;
    color: #868686;
    border-color: #ddd;
    border-left: 6px solid transparent;
    margin-left: 0;
    padding-right: 2.7rem
}

.sumo-account-nav .list-group-item:hover,
.sumo-account-nav .list-group-item:focus {
    background-color: #fff;
    border-color: #ddd
}

.sumo-account-nav a .list-group-item.active {
    background-color: #fff;
    border-color: #ddd;
    border-left: 6px solid #FFBC00;
    color: #272727;
    font-weight: 600
}

.sumo-account-nav a .list-group-item.active .sumo-account-bullet {
    background: transparent;
    border: 2px solid #FFBC00
}

.sumo-account-nav .sumo-account-bullet {
    position: relative;
    left: 0;
    display: inline-block;
    height: 18px;
    width: 18px;
    background: #eaeaea;
    border-radius: 50%;
    margin-right: 15px
}

.sumo-account-nav .sumo-num {
    padding: 4px 15px;
    border-radius: 15px;
    border: 2px solid #FFBC00;
    color: #FFBC00;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1
}

@media (min-width: 576px) {
    .sumo-account-nav {
        margin-left: -2.7rem;
        margin-right: -2.7rem
    }
    .sumo-account-nav .list-group-item {
        margin-left: -2px
    }
}

.about-team-info {
    line-height: 1
}

.about-team-info .sumo-small-label {
    color: #707070
}

.about-team-info .sumo-name {
    font-weight: 600
}

.sumo-section.sumo-about-1 {
    background-image: url(../images/about/as-austin-bg-clear.svg);
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: 90% bottom
}

@media (min-width: 992px) {
    .sumo-section.sumo-about-1 {
        background-size: 1100px auto;
        background-position: 120% bottom
    }
}

.sumo-section.sumo-about-2 .container {
    position: relative
}

.sumo-section.sumo-about-2 .sumo-about-noah {
    width: 90%;
    margin-left: 5%
}

@media (min-width: 992px) {
    .sumo-section.sumo-about-2 .sumo-about-noah {
        bottom: -2.7rem;
        position: absolute;
        width: 94%;
        right: 0;
        margin-left: auto
    }
}

.sumo-section.sumo-about-4 {
    background-image: url(../images/about/as-bg-transparency.png), url(../images/about/as-bg.jpg);
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
    background-position: center center, center center
}

.sumo-section.sumo-about-4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: relative;
    background: red
}
.primary-container {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/* Handle overlay for when Search is active */

#sumo-main-overlay {
  z-index: 1050 !important;  /* Needs to be > 1020 due to PDP Deal */
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;
}

#sumo-main-overlay.active {
  display: inline !important;
}

#sumo-main-overlay.full {
  z-index: 9999 !important;  /* Ensures we also cover the page header */
}

.text-underline {
  text-decoration: underline;
}

.sumo-home-main .appsumo-freebie-counter-container .deal-freebie-description {
  font-weight: 600;
  line-height: 150%;
}

.grecaptcha-badge { visibility: hidden; }

.overflow-hidden {
  overflow: hidden;
}

.collapsible-invoice {
    padding-left: 0;
    border: none;
    color: #007bff;
    display: inline-block;
    font-size: inherit;
    background-color: transparent;

}

.collapsible-invoice:hover {
    text-decoration: none;
}

.collapsible-invoice-content {
    padding-left: 0;
    display: none;
    overflow: hidden;
}

