/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/* stylelint-disable-next-line selector-max-type */
.cmp-image img {
  width: 100%;
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  float: left;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding: 0 5px;
  content: "/\00a0";
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.core-form-control {
  display: block;
  width: 100%;
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-list {
  /* stylelint-disable-next-line selector-max-type */
}
.cmp-list ul {
  list-style: none;
  padding: 0;
}
.cmp-list--item-description {
  display: block;
}
.cmp-list--item-date:before {
  content: "\2013\00a0";
}

.alignCenter {
	text-align: center;
}

.alignLeft{
	text-align: left;
}

.bold {
	font-weight:bold;
}

.displayNone {
	display:none;
}

.noWrap {
	white-space: nowrap;
}

.unconfigured {
	font-weight:bold;
    font-size:15px;
    color:red;
}

.backGray {
	background-color:#eee;
}

.colorOrange {
	color: #f58025;
}

.colorGray {
	color: #666;
}

.colorDarkGray {
	color: #555;
}

.colorCerulean {
	color: #0080bc;
}

.largerText {
    font-size: 30px;
}

.largeText {
    font-size: 20px;
}

.mediumText {
    font-size: 17px;
}

.smallText {
    font-size: 15px;
}

.smallerText {
    font-size: 13px;
}

.tinyText {
    font-size: 12px;
}

.justifyLeft {
    justify-content: flex-start;
}

.italics {
	font-style: italic;
}

.paddingFive {
	padding:5px;
}

.paddingTen {
	padding:10px;
}

.paddingFifteen {
	padding:15px;
}

.paddingTwenty {
	padding:20px;
}

.widthOneHundred {
	width:100%;
}

.widthSeventyFive {
	width:75%;
}

.widthFifty {
	width:50%;
}

.widthTwentyFive {
	width:25%;
}

@media (max-width: 768px) {
	.largerText {
		font-size: 28px;
	}
	
	.largeText {
		font-size: 16px;
	}
	
	.mediumText {
		font-size: 15px;
	}
	
	.smallText {
		font-size: 13px;
	}
	
	.smallerText {
		font-size: 11px;
	}
	
	.tinyText {
		font-size: 10px;
	}
}

@media (max-width: 320px) {
	.largerText {
		font-size: 27px;
	}
	
	.largeText {
		font-size: 15px;
	}
	
	.mediumText {
		font-size: 14px;
	}
	
	.smallText {
		font-size: 12px;
	}
	
	.smallerText {
		font-size: 10px;
	}
	
	.tinyText {
		font-size: 9px;
	}
}
.dlx-all-offers a {
    margin-bottom:20px;
}

.dlx-all-offers .dlx-all-offers-link-container {
    text-align: center;
}

.dlx-all-offers .dlx-all-offers-text > div {
    display:inline;
}

.dlx-all-offers .dlx-all-offers-link {
    text-decoration: none;
    color:#0080bc;
}

.dlx-all-offers .dlx-all-offers-link:hover {
	cursor:pointer;
}

.dlx-all-offers .dlx-all-offers-link:focus {
    color:#f58025;
}
.dlx-button-container-panel {
/* 	margin-bottom:20px; */
}

.dlx-button-container-panel .dlx-button-container-panel-content {
    margin: 0 auto;
/*     padding-top: 20px; */
}

.dlx-button-container-panel .dlx-button-container-panel-content .offer-button-container div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.dlx-decision-button .dlxBlockButton {
    line-height: 40px;
    padding: 10px 30px 10px 0;
    display: inline;
}

.dlx-decision-button .dlxBlockButton > a {
    background-color: #0080bc;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    height: 40px;
    letter-spacing: .05em;
    width: 125px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-decision-button .dlxBlockButton > a:focus {
    background-color: #f58025;
    color: #ffffff;
}

.dlx-decision-button .dlxBorderButton {
    line-height: 32px;
    padding: 10px 0;
    display: inline;
}

.dlx-decision-button .dlxBorderButton > a {
    border: 4px solid #0080bc;
    color: #0080bc;
    display: inline-block;
    font-size: 1.5em;
    height: 32px;
    letter-spacing: .05em;
    width: 125px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-decision-button .dlxBorderButton > a:focus {
    border: 4px solid #f58025;
    background-color: #f58025;
    color: #ffffff;
}

.dlx-decision-button .dlxEmptyButton {
    line-height: 32px;
    padding: 10px 0;
    display: inline;
}

.dlx-decision-button .dlxEmptyButton > a {
    display: inline-block;
    color: #0080bc;
    font-size: 1.5em;
    font-weight: bold;
    height: 32px;
    letter-spacing: .05em;
    width: 125px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-decision-button .dlxEmptyButton > a:focus {
    background-color: #f58025;
    color: #ffffff;
}

.dlx-demo-section-panel {
	margin-bottom:20px;
    background-color:#eee;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content {
    margin: 0 auto;
    width: 65%;
    padding-top: 20px;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content.footer {
    margin: 0 auto;
    width: 65%;
    padding-bottom: 20px;
    padding-top:0;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main .offer-info-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main div.offer-detail-item:not(:first-child) {
	margin-left:20px;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main  .offer-detail-item {
    display: inline-block;
    text-align: center;
    width:100%;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main .offer-detail-item .offer-detail-item-image {
    margin: 0 auto;
    width:50%;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main .offer-detail-item-number-container {
    width:40px;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main .offer-detail-item-number {
    height: 30px;
    width: 30px;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
    background: #f58025;
	margin: 0;
}

.dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main .offer-detail-item-text {
    width: 85%;
    text-align: left;
}

@media (max-width: 768px) {
    .dlx-demo-section-panel .dlx-demo-section-panel-content {
        margin: 0 auto;
        width: 85%;
        padding-top: 10px;
    }
    
    .dlx-demo-section-panel .dlx-demo-section-panel-content.footer {
        margin: 0 auto;
        width: 85%;
        padding-bottom: 10px;
        padding-top:0;
    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main div.offer-detail-item:not(:first-child) {
        margin-left: 0px;
    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main  .offer-detail-item {
        display: inline-block;
        text-align: center;
        width: 50%;
    }
    
    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container .offer-detail-item .offer-detail-item-image {
        margin: 0 auto;
        width:25%;
    }
}

@media (max-width: 320px) {
    .dlx-demo-section-panel .dlx-demo-section-panel-content {
        margin: 0 auto;
        width: 100%;
        padding-top: 5px;
    }
    
    .dlx-demo-section-panel .dlx-demo-section-panel-content.footer {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 5px;
        padding-top:0;
    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main {
        display: block;
        text-align: center;

    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container-main  .offer-detail-item {
        display: inline-block;
        width:98%;
    }

    .dlx-demo-section-panel .dlx-demo-section-panel-content .offer-info-container .offer-detail-item .offer-detail-item-image {
        margin: 0 auto;
        width:50%;
    }
}
.dlx-detail-section-panel {
/* 	margin-bottom:20px; */
}

.dlx-detail-section-panel .dlx-detail-section-panel-content {
    margin: 0 auto;
/*     padding-top: 20px; */
}

.dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container div.offer-detail-item:not(:first-child) {
	margin-left:20px;
}

.dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container .offer-detail-item {
    display: inline;
    text-align: center;
    min-width: 128px;
    max-width: 400px;
}

.dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container .offer-detail-item p {
	margin:0;
}

.dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container .offer-detail-item-border {
    background-color: #eee;
    margin: 5px 0;
    width: 1px;
    padding: 0px;
}

@media (max-width: 768px) {
    .dlx-detail-section-panel .dlx-detail-section-panel-content .offer-detail-container {
        display: block;
    }
}
.dlx-disclosure-section-panel {
	margin-bottom:20px;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-content {
    margin: 0 auto;
    padding-top: 20px;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.dlx-disclosure-section-panel .dlx-disclosure-no-top-pad {
    padding-top: 0;
}


.dlx-disclosure-section-panel .justify-left {
    justify-content: flex-start;
}

.dlx-disclosure-section-panel .disclaimer-title {
    margin-top:0;
    margin-left: 10px;
}

.dlx-disclosure-section-panel .disclaimer-content {
    width: 65%;
    text-align: left;
    margin: 0;
}

.dlx-disclosure-section-panel .disclaimer-content p {
	margin-top:0;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-expand-container {
    height: 17px;
    width: 17px;
    border: 1px solid; 
    border-radius: 5px;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-expand-container-minus {
    height: 17px;
    width: 17px;
    text-align: center;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-expand-container-minus:after {
    content: "-";
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-expand-container-plus {
    height: 17px;
    width: 17px;
    text-align: center;
}

.dlx-disclosure-section-panel .dlx-disclosure-section-panel-expand-container-plus:after {
    content: "+";
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}

@media (max-width: 768px) {
    .dlx-disclosure-section-panel .disclaimer-content {
        width: 95%;
    }
}
.dlx-footer-section-panel {
    margin-bottom: 20px;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content {
    padding: 0 20px;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-container .dlx-footer-container-item {
    display: inline;
    text-align: left;
    padding: 5px;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-container .dlx-footer-container-item p {
    margin: 0;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-container .dlx-footer-container-item:first-of-type {
    padding-left: 0;
}

.dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-section-panel-content-container {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.marginTopMinusFive {
    margin-top: -5px !important;
}

.marginTopMinusTen {
    margin-top: -10px !important;
}

.marginTopMinusFifteen {
    margin-top: -15px !important;
}

.marginTopMinusTwenty {
    margin-top: -20px !important;
}

@media (max-width: 768px) {
    .dlx-footer-section-panel .dlx-footer-section-panel-content .dlx-footer-section-panel-content-container {
        width: 95%;
    }
}
.dlx-head-section-panel {
	margin-bottom: 20px;
    text-align:center;
}

.dlx-head-section-panel .dlx-head-section-panel-content,
.dlx-head-section-panel .dlx-head-section-panel-content-full {
    padding-top:20px;
    margin: 0px auto;
}

.dlx-head-section-panel .dlx-head-section-panel-content {
    width: 65%;
}

.dlx-head-section-panel .dlx-head-section-panel-content .breakWidth {
	width:50%;
}

@media (max-width: 768px) {
    .dlx-head-section-panel .dlx-head-section-panel-content,
    .dlx-head-section-panel .dlx-head-section-panel-content-full {
        padding-top:5px;
        margin: 0px auto;
    }

    .dlx-head-section-panel .dlx-head-section-panel-content {
        width: 85%;
    }

    .dlx-head-section-panel .dlx-head-section-panel-content .breakWidth {
        width:75%;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 10px;
    }

    .dlx-head-section-panel .dlx-head-section-panel-content {
        width: 100%;
    }

    .dlx-head-section-panel .dlx-head-section-panel-content .breakWidth {
        width:100%;
    }

}



.dlx-prescreen-opt-out .dlx-prescreen-opt-out-content {
    border: 1px solid #666;
    padding: 10px;
}

.dlx-prescreen-opt-out .dlx-prescreen-opt-out-content span p {
    margin:0;
}
.dlx-error-container-panel .dlx-error-container-panel-content {
    margin: 0 auto;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBlockButton {
    line-height: 40px;
    padding: 10px;
    display: inline;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBlockButton > a {
    background-color: #0080bc;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    letter-spacing: .05em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBlockButton > a:focus {
    background-color: #f58025;
    color: #ffffff;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBorderButton {
    line-height: 32px;
    padding: 10px;
    display: inline;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBorderButton > a {
    border: 4px solid #0080bc;
    color: #0080bc;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    letter-spacing: .05em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxBorderButton > a:focus {
    border: 4px solid #f58025;
    background-color: #f58025;
    color: #ffffff;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxEmptyButton {
    line-height: 32px;
    padding: 10px;
    display: inline;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxEmptyButton > a {
    display: inline-block;
    color: #0080bc;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    letter-spacing: .05em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.dlx-error-container-panel .dlx-error-container-panel-content .error-button-container .dlx-error-button.dlxEmptyButton > a:focus {
    background-color: #f58025;
    color: #ffffff;
}

