.button-med {
  background: #ff6600 none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 3px 0 #e94d00;
  display: inline-block;
  padding: 2px 12px;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
}

.button-med span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}

.button-med:hover {
  background: #ff7900 none repeat scroll 0 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
}

.button-med:hover span {
  background: #ff7900 none repeat scroll 0 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
}

/*  Top Contain */

.top-contain {
  width: 100%;
  background: #fff url("/images/top-gradient.gif") repeat-x top center;
  clear: both;
  /*height: 60px;*/
  overflow: hidden;
}

.top-contain-white {
  width: 100%;
  background: #fff;
  clear: both;
}

.top-content {
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  /*line-height: 20px;*/
}

.top-title {
  font-size: 21px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.top-content .top-title img {
  float: left;
}

.top-content .top-title label {
  margin-left: 250px;
  color: #697173;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.top-content .top-title select {
  margin: 0px;
  margin-left: 10px;
  font-size: 12px;
  color: #6d6d6d;
  padding: 2px;
  margin-top: -5px;
}

.top-content .top-title input.form-button {
  margin-bottom: -4px;
}

/* End Top Contain */
/* Main Contain */

#main-contain {
  width: 100%;
  height: 100%;
  clear: both;
}

/*End Main Contain */

/*  Left Side Contain */

#left-contain {
  width: 175px;
  float: left;
  background: #fff url("/images/left-gradient.gif") repeat-y top right;
  height: 100%;
}

#left-contain .top-overlay {
  width: 175px;
  height: 60px;
  background: url("/images/top-left-white.gif") no-repeat top left;
}

#left-contain .side-filler {
  width: 175px;
  height: 300px;
}

#left-contain .btm-overlay {
  width: 175px;
  height: 60px;
  background: url("/images/btm-left-white.gif") no-repeat bottom left;
}

#left-contain #left-content {
  background-color: white;
  height: 400px;
}

#left-contain #left-content #menu {
  width: 175px;
  border-bottom: #f9f9f9;
  background: #eaeeef;
}

#left-contain #left-content #menu li {
  text-decoration: none;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  font-size: 0.7em;
  _font-size: 12px;
  line-height: 1.1em;
  display: block;
}

#left-contain #left-content #menu li a {
  color: #293033;
  display: block;
  padding: 10px 15px;
  font-size: 1em;
}

#left-contain #left-content #menu li.active a,
#left-contain #left-content #menu li a:hover {
  color: #ff6600;
  background: #f3f5f6;
  padding: 10px 15px;
  text-decoration: none;
}

#left-contain #left-content #menu li.view-cashback {
  background: #f3f5f6;
}

#left-contain #left-content #menu li.view-cashback h3 {
  padding: 10px 15px 7px 15px;
}

#left-contain #left-content #menu li.view-cashback select {
  margin-left: 15px;
  font-size: 0.8em;
  color: #6d6d6d;
  margin-bottom: 10px;
}

#left-contain #left-content #menu li.view-cashback input.form-button {
  margin-bottom: 6px;
  margin-left: 3px;
}

/* End Left Side Contain */

/*  Middle Contain */

#middle-contain {
  width: 600px;
  float: left;
}

#middle-content {
  margin: 0px 15px;
  font-size: 1em;
}

#middle-content h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0px;
}

#middle-content td {
  margin: 0px;
  padding: 0px;
}

/* #middle-content td div{
        display: inline;
}
*/
#middle-content ol {
  list-style: decimal;
}

#middle-content ul {
  list-style: disc;
}

#middle-content ol {
  list-style: decimal;
}

/* End Middle Contain */

/*  Right Side Contain */

#right-contain {
  width: 175px;
  float: left;
  background: #fff url("/images/right-gradient.gif") repeat-y top left;
  height: 100%;
}

#right-contain .top-overlay {
  width: 175px;
  height: 60px;
  background: url("/images/top-right-white.gif") no-repeat top left;
}

#right-contain .side-filler {
  width: 175px;
  height: 300px;
}

#right-contain .btm-overlay {
  width: 175px;
  height: 60px;
  background: url("/images/btm-right-white.gif") no-repeat bottom left;
}

#call-to-action {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 12px;
}

#call-to-action p {
  font-size: 0.75em;
  margin: 10px 0px 0px;
}

#call-to-action p a {
  text-decoration: underline;
}

/*      mcd_20080326 - li fix to show the bulltes */
#middle-content ul li {
  margin: 5px 15px;
}

/* End Right Side Contain */
div#main-contain {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

html body #top-contain,
html body #top-contain.tabs {
  width: 950px;
  margin: 0 auto;
  background: none;
  position: relative;
}

.faq-section {
  display: flex;
  width: 716px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}

.faq-title {
  color: #23233F;
  text-align: center;
  /*font-family: sans-serif;*/
  font-family: DiscoverSans-Semibold;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-top: 40px;
  padding-right: 60px;
  
}
.first-para{
  display: flex;
	width: 812px;
	padding: 10px 60px;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
	margin-left: auto;
	margin-right: auto
}

.collapse-text .accordion-group .collapse {
  border-top: none !important;
}

.faq-section .panel-group {
  margin-top: 35px;
}

.faq-section .panel-group .accordion-group {
  border: none;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding-left: 0px;

}

.faq-section .panel-group .accordion-group .text-panel {
  padding: 8px;
  color: #2477ab;
}

.faq-section .panel-group .accordion-group .text-panel .collapse-item {
  font-weight: 600;
  font-family: DiscoverSans-Medium;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  color: #3057B9;
  display: table;
}


.panel-body {
  padding: 15px;
}

.para {
  font-family: DiscoverSans-Medium;
  font-size: 14px;
  font-style: normal;
	font-weight: 500;
	line-height: 21px;
	padding-left: 125px;
	text-align: center;
  white-space: nowrap;
}

.p {
  font-size: .9375em;
  font-weight: 400;
  line-height: 22px;
  padding-left: 225px;
  padding-top: 25px;
}

.p-bottom {
  /*font-family: sans-serif;*/
  font-family: DiscoverSans-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 

}

.custom-content {
  margin: 0 auto;
  max-width: 480px;
  width: auto;
  position: relative;
  padding: 0 10px;
}

.header-text {
  font-size: 32px;
  color: #F3F3F3;
  text-align: center;
  /*font-family: sans-serif;*/
  font-family: DiscoverSans-Semibold;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.header-banner {
  height: 262px;
  display: flex;
  width: auto;
	background-color: #23233f;
	padding: 0 32px;
  justify-content: center;
	align-items: center;
	margin: 0 auto
}

.list-style {
  font-family: DiscoverSans-Medium;
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
}
.order-list{
  margin-left: 20px;
}

.panel-body p {
  /*font-size: 15px;
  line-height: 22px;
  letter-spacing: -.001em;
  font-weight: normal;*/
  font-weight: 600;
  font-family: DiscoverSans-Medium;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
}

.master-headline {
display: flex;
padding: 0 12px 12px 16px;
justify-content: center;
align-items: flex-start;
gap: 4px;
align-self: stretch;
}
.plus-icon{
  position: relative;
  display: inline-block;
  width:16px;
  height: 16px;
  cursor: pointer;
  margin-right: 5px;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

/* Horizontal line */
.plus-icon::before,
.plus-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #0A66FF;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

/* Vertical Line*/
.collapse-text .accordion-group .text-panel .collapsed .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus-icon.active::after{
  opacity: 0;
}

.bottom-section {
  display: flex;
  padding: 40px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

 @font-face {
  font-family: DiscoverSans-Bold;
  src: url("/global/public/fonts/DiscoverSans-Bold.eot?#iefix") format("embedded-opentype"), url("/global/public/fonts/DiscoverSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal
}
@font-face {
  font-family: DiscoverSans-Semibold;
  src: url('/global/public/fonts/DiscoverSans-Semibold.woff2') format('woff2'),
  url('/global/public/fonts/DiscoverSans-Semibold.eot') format("embedded-opentype"),
  url('/global/public/fonts/DiscoverSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  }
@font-face {
  font-family: DiscoverSans-Bold;
  src: url('/global/public/fonts/DiscoverSans-Bold.woff2') format('woff2'),
  url('/global/public/fonts/DiscoverSans-Bold.eot') format("embedded-opentype"),
  url('/global/public/fonts/DiscoverSans-Bold.woff') format('woff')  ;       
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
  font-family: DiscoverSans-Medium;
  src: url('/global/public/fonts/DiscoverSans-Medium.eot') format("embedded-opentype"),
       url('/global/public/fonts/DiscoverSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  }

  .font-weight{
    font-family: 'DiscoverSans-Semibold';
  }
  .list-font{
    font-family: DiscoverSans-Medium;    
    margin-left: 20px;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;  
  }

@media only screen and (max-width: 769px) {
      .header-banner {
        padding: 83px 10px !important;
        align-self: stretch;
      }
      .header-banner .header-text {
        white-space: normal !important;
        word-break: break-word !important;
        display: block !important;
        color: #FFF;
        width: 300px !important;
        line-height: 48px !important;
      }
      .first-para {
        padding: 20px !important;
        align-self: stretch !important;
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
      }
      .first-para .para {
        flex: 1 0 0;
        padding-left: 0px !important;
        text-align: center !important;
        white-space: normal !important;
      }
      .faq-section {
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        box-sizing: border-box !important;
        max-width: 100vw !important;
      }
}
