/* Minification failed. Returning unminified contents.
(930,70): run-time error CSS1031: Expected selector, found '-->'
(930,70): run-time error CSS1025: Expected comma or open brace, found '-->'
 */
/*  marker styles
    .PhoneNumberMask - used input _CommonHead to set the mask on document.ready for phone numbers
*/

body, html {
    height: 100%;
    margin: auto;
    max-width: 1280px;
    min-height: 100%;
    padding: 0px;
    width: 100%;

    /* Disables pull-to-refresh but allows overscroll glow effects. */
    overscroll-behavior-y: contain;
}

@media all {
    .page-break {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    html {
        overflow-x: visible;
    }

    /* Overrided spotlight defaults to body tag extents */
    #spotlight {
        height: 75vh !important;
        width: 75vw !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media print {
    .page-break {
        display: block;
        display: -moz-inline-stack;
        page-break-before: always;
    }
}

@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-right {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }

    /* Overrided spotlight defaults to body tag extents */
    #spotlight {
        height: 75vh !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.hoverdropdown:hover > .dropdown-menu {
    display: block;
}

a:hover {
    cursor: pointer !important;
}

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img {
    border: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
}

.pointer {
    cursor: pointer !important;
}

.closeBtn {
    font-size: 1.75em;
    font-weight: bold;
    color: black;
    cursor: pointer !important;
}

.closeBtn > span {
    min-height: 100%;
}

.underline {
    text-decoration: underline;
}

.fw-bolder {
    font-weight: bolder;
}

.fontScaledDot7 {
    font-size: .7em;
}

.fontScaledDot8 {
    font-size: .8em;
}

.fontScaledDot9 {
    font-size: .9em;
}

.fontScaledDot125 {
    font-size: 1.25em;
}

.fontScaledDot150 {
    font-size: 1.5em;
}

.maxWidth450 {
    max-width: 450px;
}

.maxWidth550 {
    max-width: 550px;
}

.links {
    background: #D8D8D8;
    font-size: .8em;
    height: 3em;
    margin-top: .25em;
    padding-left: 1em;
}

.links > a {
    color: black;
}

.links > a:hover {
    color: #B9393F;
}

.red {
    color: #B9393F;
}

.p65WarningMsg {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 900;
}

.suggestionboxheader {
    padding-bottom: 10px;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 80%, rgba(219,219,219,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(80%, rgba(226,226,226,1)), color-stop(100%, rgba(219,219,219,1)));
    background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 80%, rgba(219,219,219,1) 100%);
    background: -o-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 80%, rgba(219,219,219,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 80%, rgba(219,219,219,1) 100%);
    background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 80%, rgba(219,219,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=1 );
}

.suggestionboxheader p {
    color: #828282;
}

.suggestionboxheader p:after {
    display: inline-block;
    color: #828282;
    margin: 0px 0px 2px 4px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #8e8e8e;
    width: 95%;
}

.suggestionboxresult {
    margin-left: 3px;
    margin-bottom: 3px;
    padding-top: 1px;
    padding: 2px;
    width: 258px;
    max-width: 258px;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.suggestionboxresult:hover {
    background-color: #5F5F5F;
    color: #fff;
    padding: 2px;
}

.suggestionboxresult a:link {
    font-size: 1em;
    font-weight: normal;
    padding: 2px;
}

.suggestionboxresult a:hover {
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    font-family: 'Century Gothic', Gotham, Arial, Helvetica, sans-serif;
}

.Title {
    font-size: 1.5em;
    font-weight: bold;
}

.Title > p {
    margin-bottom: .25em;
    border-bottom: 1px solid black;
}

.Title span {
    font-size: .8em;
    font-weight: normal;
}

.FieldLabel {
    font-size: 1em;
    margin-right: .5em;
}

.FieldLabel.Bold {
    font-weight: bold;
}

#returnmessage {
    font-size: 1em;
    color: green;
    text-align: center;
}

.InstructionContentTitle {
    color: #B9393F;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.InstructionContent {
    font-size: 1em;
    font-weight: normal;
}

span.checkmark {
    border: 0px;
    background: inherit;
    background-image: url('/WebServices/Content/images/checkmark.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    height: 20px;
    width: 20px;
}

.required-field {
    border-left: 4px solid #B9393F !important;
}

.InfoFieldLabel {
    color: gray;
    font-style: italic;
    white-space: nowrap;
}

.InfoFieldSubLabel {
    color: gray;
    font-style: italic;
    white-space: nowrap;
}

.InfoFieldValue {
    color: black;
    font-size: .85em;
    font-weight: bold;
    white-space: nowrap;
}

.ContentBoxTitle {
    background-color: lightgray;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.ContentBox {
    padding: 4px;
    margin: 0px;
    border: 1px solid #000000;
    border-top: 0px;
}

div.table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

table {
    padding-bottom: .5em;
    padding-top: .5em;
}

table > thead > tr > th {
    border-top: 1px solid #dee2e6 !important;
    text-transform: uppercase;
    vertical-align: bottom;    
}

tbody tr td:focus {
    outline: 0;
}

td > input {
    width: auto !important;
}

div.tr {
    display: table-row;
}

div.td {
    display: table-cell;
}

.locationname {
    border-bottom: 1px solid #000000;
}

.locationinfo {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.locationstatus {
    color: #FFFFFF;
    background-color: #B9393F;
    font-style: italic;
    margin-top: 5px;
    padding: 5px;
    white-space: nowrap;
}

.iframe-container {
    overflow: hidden;
    /*  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)*/
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.catalog-sidenav {
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 10;
    overflow-x: hidden;
    transition: 0.3s;
}

.catalog-sidenav > .closebtn {
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
}

span.facet {
    cursor: pointer;
}

.badge.badge-font-1-1 {
    font-size: 1.1em;
}

.career_rollover1 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/corp-job-up.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover1:hover {
    background: url('/WebServices/Content/images/jobs/corp-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover2 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/cs-job-up.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover2:hover {
    background: url('/WebServices/Content/images/jobs/cs-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover3 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/pt-job-up.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover3:hover {
    background: url('/WebServices/Content/images/jobs/pt-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover4 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/sales-job-up.jpg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover4:hover {
    background: url('/WebServices/Content/images/jobs/sales-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover5 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/branch-job-up.jpg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover5:hover {
    background: url('/WebServices/Content/images/jobs/branch-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover6 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/tech-job-up.jpg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.career_rollover6:hover {
    background: url('/WebServices/Content/images/jobs/tech-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.career_rollover7 {
    display: block;
    width: 12.5em;
    height: 25em;
    background: url('/WebServices/Content/images/jobs/search-job-up.jpg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
 
.career_rollover7:hover {
    background: url('/WebServices/Content/images/jobs/search-job-down.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-image-text {
    background-color: #c52027;
    color: white;
    padding: 4px 4px;
    text-align: center;
}

.product-image-middle {
    transition: .5s linear;
    opacity: 0;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -270%);
    -ms-transform: translate(-50%, -270%);
    text-align: center;
    cursor: pointer;
    width: 105px;
}

.qv_container {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.qv_container:hover .img-fluid {
    opacity: 0.3;
}

.qv_container:hover .product-image-middle {
    opacity: 1;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333333;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #999999;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.blend-padding{
    padding-right: 100px;
}

.outlet-sidemenu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    transition: 0.3s;
}

/* CSS BELOW WAS COPIED FROM REM REWARDS*/
.rewards-sidemenu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    transition: 0.3s;
}

.rewards-hstry-card {
    max-height: 300px;
    overflow-y:scroll;
}

/*Holds Reward Sections*/
.introsplash {
    width: 100%;
    height: 625px;
    overflow-y: hidden;
    overflow-x: hidden;
    float: left;
}

/*Sponsoring Vendors*/
.logos {
    max-width: 75%;
    float: left;
    padding-right: 25px;
    border-bottom: thin;
    border-bottom-style: solid;
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 245px;
    z-index: 5;
}

.logos p {
    margin-bottom: 25px;
    font-size: 10px;
}

#logobox {
    width: 125px;
    height: 95px;
    float: left;
    margin-left: 15px;
    margin-bottom: 25px;
    border: thin;
    border-style: solid;
}

#logobox a {
    text-align: center;
}

.logos h3 {
    font-size: 14px;
    line-height: 24px;
    border-bottom: thin;
    border-bottom-style: solid;
    color: #C81919;
}

.introtext {
    font-size: 14px;
    font-weight: bold;
    float: left;
    border-bottom: thin;
    border-bottom-style: solid;
}

/*Holds Individual Reward Item*/
.introtext2 {
    font-size: 10px;
    width: 425px;
    margin-bottom: 10px;
    float: left;
    padding: 10px;
    display: block;
    position: relative;
}

/*White Space In Individual Reward For Spacing Issues*/
.white {
    width: 425px;
    height: 25px;
    float: left;
    display: block;
    position: relative;
}

.introtext2 h1 {
    font-size: 14px;
    margin-left: 155px;
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.introtext2 p {
    margin-left: 170px;
    margin-top: 15px;
}

/*All Images Must Be Set To 124px x 87px*/
/*Additional Photo Editing May Be Required From Marketing*/
/*If Images Are Not Set Properly The Layout Will Break*/
.imgbox {
    float: left;
    margin-right: 15px;
    padding: 15px;
}

.imgbox:hover {
    display: block;
    opacity: .5;
}

.carouselImg {
    height: 90px;
    width: 200px;
}

.prize-card:hover {
    cursor: pointer;
    background-color: #FDFEFF;
}

.prize-card-img {
    max-width: 135px;
    object-fit: cover;
}
.Infocontainer {
    border: 1px solid #000000;
    height: auto;
}

.info {
    float: left;
    margin-top: .75em;
    padding-left: .5em;
}

.info.leftborder {
    border-left: 1px solid #000000;
}

.infostart {
    padding: 1em;
    float: left;
    font-weight: bold !important;
}

.infostart h5 {
    color: #B9393F;
}

.alertintro {
    background-image: url("/WebServices/Content/Web-Images/alert.png");
    max-width: 90%;
    height: 250px;
}

.creditintro {
    background-image: url("/WebServices/Content/Web-Images/credit.jpg");
    max-width: 90%;
    height: 250px;
}

.introtext {
    font-weight: bold;
    border-bottom: thin;
    border-bottom-style: solid;
    padding: .2em;
}

.info-link {
    color: black;
    font-size: .8em;
}

.info-link:hover {
    color: #B9393F;
    text-decoration: none;
}

.image-overlay-link {
    color: black;
    font-size: .75em;
    font-weight: bold;
}

.image-overlay-link:hover {
    text-decoration: none;
}

.classtitle {
    color: #B9393F;
    border-bottom: thin;
    border-bottom-style: solid;
    margin-top: 1em;
    text-align: center;
    width: 100%;
}

.classtitlestart {
    background-color: #D8D8D8;
    border-color: #000000;
    border-style: solid;
    border-width: .1em;
    font-weight: bold;
    padding: .3em;
    text-align: center;
    width: 100%;
}
.dataTables_length {
    text-align: left !important;
}

table.dataTable tbody td.disable-hover {
    background: white !important;
    font-weight: normal;
}

div.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
    display: inline-block;
    width: 20px;
}

tr.shown div.details-control {
    background: url('images/details_close.png') no-repeat center center;
    display: inline-block;
    width: 20px;
}

td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

<!-- Not really an override, but extension.copy of datatable sorting -->
table thead > tr > th.mysorting_asc, table thead > tr > th.mysorting_desc, table thead > tr > th.mysorting,
table thead > tr > td.mysorting_asc,
table thead > tr > td.mysorting_desc,
table thead > tr > td.mysorting {
    padding-right: 30px;
}
     
table thead .mysorting,
table thead .mysorting_asc,
table thead .mysorting_desc,
table thead .mysorting_asc_disabled,
table thead .mysorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table thead .mysorting:before, table thead .mysorting:after,
table thead .mysorting_asc:before,
table thead .mysorting_asc:after,
table thead .mysorting_desc:before,
table thead .mysorting_desc:after,
table thead .mysorting_asc_disabled:before,
table thead .mysorting_asc_disabled:after,
table thead .mysorting_desc_disabled:before,
table thead .mysorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table thead .mysorting:before,
table thead .mysorting_asc:before,
table thead .mysorting_desc:before,
table thead .mysorting_asc_disabled:before,
table thead .mysorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}

table thead .mysorting:after,
table thead .mysorting_asc:after,
table thead .mysorting_desc:after,
table thead .mysorting_asc_disabled:after,
table thead .mysorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table thead .mysorting_asc:before,
table thead .mysorting_desc:after {
    opacity: 1;
}

table thead .mysorting_asc_disabled:before,
table thead .mysorting_desc_disabled:after {
    opacity: 0;
}

.dataTable > tbody > tr > td {
    padding-top: .75em !important;
    padding-bottom: .75em !important;
}

.dt-info {
    font-size: 1em !important;
    height: 100%;
}

.dt-paging {
    float: right;
}

.dt-paging-button > .page-link {
    font-size: 1.25em !important;
}
.alertify-notifier .ajs-message.ajs-info {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.bootbox-close-button {
    min-height: 75%;
}

.btn-group-sm > .btn, .btn-md {
    padding: .25rem .25rem;
}

card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(180deg);
}

.dropdown-item {
    padding: .8rem 1rem .8rem .75rem;
    width: auto !important;
}

.dropdown-menu > li:last-child {
    border-bottom: 0px !important;
}

.dropdown-menu > .dropdown-item:last-child {
    border-bottom: 0px !important;
}

#dt-length-0 {
    margin-left: .5em;
}

.form-control {
    margin-top: .5em;
    margin-bottom: .5em;
}

.form-control-widget {
    margin-top: .5em;
    margin-bottom: .5em;
}

.input-group-text {
    margin-top: .5em;
    margin-bottom: .5em;
}

.open > .dropdown-menu {
    margin-top: initial !important;
}

.popover-header {
    margin-top: 0;
    padding-top: 0;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0 > [class^="col-"],
.row.g-0 > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.notesSprite, .document_notesSprite, .note_addSprite, .addSprite, .note_editSprite {
    background: url(images/collections_sprite.png) no-repeat;
}

a.navIcons {
    height: 20px;
    width: 20px;
    margin-right: 1px;
    margin-left: 1px;
    display: inline-block;
}

.document_notesSprite {
    background-position: -218px -61px;
    width: 16px;
    height: 16px;
}

.note_addSprite {
    background-position: -269px -59px;
    width: 16px;
    height: 16px;
}

.note_editSprite{
    background-position: -519px -62px ;
    width: 16px;
    height: 16px;
}

.checkmarkSprite{
    background-position: -16px -112px ;
    width: 20px;
    height: 15px;
}

.disconnectSprite{
    background-position: -63px -111px ;
    width: 16px;
    height: 16px;
}
