.required {
    font-weight: bold;
}

.required:before {
    content: "* ";
}

a {
    color: #292929;
}

.red {
    color: #842634;
}

.btn-danger, .btn-danger:hover {
    color: #fff;
    background-color: #842634;
    border-color: #842634;
}

.border-light {
    border-color: #bec1c4 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #842634;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #842634;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #842634;
    border-color: #842634;
}

.sidebar-page {
    margin-top: 140px;
}

.column-inner h3 {
    font-size: 17px;
}

.callouts-wrapper .card-title {
    font-size: 1.8em;
}

.callouts-wrapper .card-text {
    font-size: 1.4em;
}

.main-hero-image {
    color: #842634;
    background-image: url("/images/careers-hero-image.jpg");
    background-repeat: no-repeat;
    background-position: top;
    height: 58vh;
    background-size: 100% auto;
    /*display: flex;*/
    position: relative;
}

.carousel-item .text {
    font-size: 2.6rem;
    line-height: 1.4;
    background-color: rgba(34, 42, 51, 0.0);
}

.subpage .carousel-wrapper {
    top: 40%;
}

.subpage .carousel-wrapper .text {
    text-transform: uppercase;
}

.main-hero-image .carousel-wrapper {
    position: absolute;
    top: 40%;
}

.careers-positions .carousel-wrapper {
    text-transform: initial;
    font-size: 2rem;
    line-height: 1.4;
}


.subpage h1 {
    font-size: 28px;
    line-height: 40px;
    color: #292929;
}

.careers-submenu {
    background-color: rgb(121, 36, 47);
    color: #ffffff;
    z-index: 100;
    display: block;
    position: relative;
}

.careers-submenu a {
    color: #ffffff;
    font-weight: bold;
}

.subpage .featurette .heading {
    color: #ffffff;
    font-size: 3.8rem;
}

.careers-submenu a:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #ffffff;
    width: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

.careers-submenu a.active:after, .careers-submenu a:hover:after {
    width: 80%;
}


.cta {
    background-color: #333536;
    font-size: 2rem;
}

.cta:hover {
    box-shadow: 4px 4px 11px rgba(33, 33, 33, .8);
}

.cta a {
    color: #b7b7b7;
}

.cta a:hover {
    color: white;
    /*text-decoration: underline;*/
}

.cta.bottom {
    background-color: #1E262E;
}

.testimonials {
    background-color: #79232F;
    font-family: Georgia, serif;
    font-size: 1.4rem;
}

.testimonials .carousel-wrapper .carousel-item {
    font-size: 1.4rem;
}

.collaboration-hero-image {
    background-image: url("/images/collaboration-hero.jpg");
    color: #842634;
    background-repeat: no-repeat;
    background-position: top;
    height: 40vh;
    background-size: 100% auto;
    position: relative;
}

.customization-hero-image {
    background-image: url("/images/customization-hero.jpg");
    color: #842634;
    background-repeat: no-repeat;
    background-position: top;
    height: 40vh;
    background-size: 100% auto;
    position: relative;
}

.innovation-hero-image {
    background-image: url("/images/innovation-hero.jpg");
    color: #842634;
    background-repeat: no-repeat;
    background-position: top;
    height: 40vh;
    background-size: 100% auto;
    position: relative;
}

.positions-hero-image {
    background-image: url("/images/positions-hero.jpg");
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: top;
    height: 40vh;
    background-size: 100% auto;
    position: relative;
}

.curly-quotes:before, .curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

.card-deck img {
    max-height: 350px;
    /*background-size: cover;*/
}

.carousel-inner {
    z-index: 1 !important;
}

.division-image {
    border-right: 1px solid;
}

@media (max-width: 767.98px) {

    .subpage h1 {
        font-size: 1.6em;
    }


    .sidebar-page {
        margin-top: 100px;
    }

    .main-hero-image {
        height: 25vh;
    }

    .cta {
        font-size: 1.2em;
    }

    .callouts-wrapper .card-text {
        font-size: 1.2em;
    }

    .customization-hero-image, .innovation-hero-image, .collaboration-hero-image {
        height: 14em;
        background-size: cover;
    }

    .subpage .carousel-wrapper {
        top: 4em;
    }

    .carousel-item .text {
        font-size: 1.8em;
    }

    .positions-hero-image {
        height: 18em;
        background-size: cover;
    }

    .carousel-item .positions {
        font-size: 0.6em;
    }

    .subpage .featurette .heading {
        font-size: 2.4em;
    }

    .testimonials {
        font-size: 1.2em;
    }

    .testimonials .subtitle {
        font-size: .9em;
    }

    .testimonials .carousel-wrapper .carousel-item {
        font-size: 1.0em;
    }

    .division-image {
        border-right: 0 !important;
    }

    .careers-submenu a:after {
        width: 0%;
    }

    .careers-submenu a.active:after, .careers-submenu a:hover:after {
        width: 0%;
    }
}

.list-wrapper ul li {
    flex: 1 1 auto;
    width: 50%;
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

.list-wrapper ul {
    /*line-height: 1.5em;*/
    /*margin: 5px 0 15px;*/
    /*padding: 0;*/
}


ul.custom-list li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 11px;
    width: 5px;
    height: 10px;
    border: solid #842634;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

