#aec-left {
	display: none !important;
}

#aec-main {
	width: 100% !important;
}

hr {
  background-color: #000;
  border: medium none;
  height: 1px;
}
#aec-main > div#aec-helpsidebar {
  display: table;
  float: left;
  height: 100%;
  margin-left: 10px;
  width: 220px;
}
#aec-main > div#aec-helpsidebar .aec-helpnavigation {
  padding-bottom: 15px;
  padding-left: 0;
  padding-top: 10px;
}
.aec-helpnavigation a {
  line-height: 1.1em;
  text-decoration: none;
}
.aec-helpnavigation a:hover{
	color: #007fff;
}

#aec-info-content {
  border-radius: 4px;
  float: left;
  font-size: 14px;
  margin-left: 18px;
  min-height: 400px;
  padding: 0 15px 0 0;
  position: relative;
}

.aec-list-padding {
	margin-left: 10px;
}
#aec-info-content dt {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
}
#aec-info-content address {
  padding: 10px;
}
#aec-info-content dd {
  line-height: 1.5em;
  padding-left: 10px;
}
#aec-main h1:first-child {
  display: none;
}

#help-content .bullets {
	margin-left: 20px;
}

#aec-info-content a {
	color: var(--primary-color);
	text-decoration: none;
}
#aec-info-content a:hover {
	color: var(--secondary-color);
}
#aec-info-content .h li {
  display: inline-block;
  list-style: outside none none;
}
#aec-info-content a[rel="external"] {
  background: url("/customers/importcds/img/icon-tiny_external.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
  padding: 0 20px 0 0;
  z-index: 200;
}
#aec-info-content > p {
	line-height: 1.7em;
}

#aec-info-content h2 {
	color: var(--bs-white);
	font-size: 18px;
	background-color: #2c5d7f;
	padding: 5px 10px;
}

#aec-info-content h3,
#help-content h3 {
	color: var(--dark-gray);
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 2px;
}
#aec-info-content h1,
#help-content h1{
	background-color: var(--primary-color);
	padding: 8px 15px;
	color: var(--bs-white);
	display: block !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.table.table-bordered {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
.table.table-bordered thead tr th {
	background-color: var(--primary-color);
	color: var(--bs-white);
}
.table.table-bordered td {
	border-bottom: 1px solid #1a4880;
	padding: 4px;
	text-align: center;
}
.list-inline.aec-help-ccs {
	display: flex;
}
.bold.right {
	font-weight: bold;
}

.right > td {
  text-align: right;
}
.brdrtccc, .center-header {
  font-weight: bold;
}
.center-header {
	color: var(--bs-white);
	background: #267ec1; /* Old browsers */
	background: -moz-linear-gradient(top, #267ec1 0%, #123d5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#267ec1), color-stop(100%,#123d5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #267ec1 0%,#123d5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #267ec1 0%,#123d5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #267ec1 0%,#123d5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #267ec1 0%,#123d5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267ec1', endColorstr='#123d5e',GradientType=0 ); /* IE6-9 */
}
.right > td {
  border-bottom: 1px solid #1a4880;
  border-collapse: collapse;
  border-left: 1px solid #1a4880;
}
.lastcell {
  border-right: 1px solid #1a4880;
}
ul.aec-helpnavigation li {
	display: block;
	margin: 0;
	padding: 0 0 1px 14px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 0;
}

#aec-info-content.aec-privacy-policy h2, #aec-info-content.aec-privacy-policy h3 {
	color: var(--dark-gray);
	font-size: 15px;
	padding: 8px 0 0;
}

#aec-info-content.aec-privacy-policy .aec-info-section > p {
  line-height: 1.5em;
}

#aec-info-content.aec-privacy-policy .aec-info-section li {
  line-height: 1.5em;
  margin-left: 15px;
}

html > body #aec-main.aec-help-landing {
	width: 100%;
}

.aec-info-section h4 {
	padding: 10px 0;
	font-size: 14px;
}

.aec-shipping-table th {
	background-color: var(--primary-btn-color);
	border: 1px solid var(--primary-btn-color);
	color: var(--bs-white);
}

.list-inline.aec-help-ccs li {
	margin-right: 5px;
}

.list-inline.aec-help-ccs li i {
	font-size: 30px;
}

#help-content h2 {
	background-color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	padding: 8px 15px;
	color: var(--bs-white);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 -15px;
	margin-bottom: 10px;
}

#help-content h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

#help-content h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
}

#help-content strong {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

#help-content p strong {
	color: #000 !important;
	font-size: 13px !important;
	font-weight: 600;
}

#help-content strong.sub-heading {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
}

#help-content .table thead th {
	background-color: var(--primary-color);
	color: var(--bs-white);
	vertical-align: middle;
	font-weight: 600;
}

#help-content table {
	width: 100%;
}

#help-content table,
#help-content table td {
	border-color: #e5e5e5;
	font-size: 14px;
}

#help-content table th {
	border-color: #e5e5e5;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.aec-help-content {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	overflow: hidden !important;
}
.aec-help-content.aec-privatepolicy .aec-info-section {
	font-size: 15px;
}

.aec-help-content.aec-privatepolicy {
	border-radius: 0px;
	width: 100%;
}

.aec-help-content ol,
.aec-help-content ul {
	margin-left: 25px !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#aec-main > div#aec-helpsidebar {
		width: 20%;
		margin: 0;
		padding: 0 15px;
	}

	#aec-info-content {
		width: 100%;
		margin: 0;
		padding: 0 15px;
		/*border-left: 1px solid #e5e5e5;*/
		border-radius: 0;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
















