  /* Pill List */
 .svc-catalog-section .catalog-item .pill-list {
	 display: flex;
}
 .svc-catalog-section .catalog-item .pill-list li {
	 background-color: #e8e4d4;
	 border: 1px solid #e8e4d4;
	 color: #1d573d;
	 padding: .2em .8em;
	 font-size: .8em;
	 text-align: center;
	 border-radius: 4px;
	 width: min-content;
	 flex-basis: content;
	 margin-right: 0.4em;
	 margin-top: 0.4em;
	 display: inline-flex;
	 cursor: pointer;
	 flex: 1 0;
	 white-space: nowrap;
	 justify-content: center;
}
 .svc-catalog-section .catalog-item .pill-list li.mobile-support {
    background: #ffc107;
}
 .svc-catalog-section .catalog-item .pill-list li.irt-support {
    background: #fff;
    border: 1px solid #ffc107;
}
/ hide tag for accessibility visually while making it available for readers /
.ui-helper-hidden-accessible {    
    clip: rect(0 0 0 0);
    height: 1px;    
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	  display:inline;
	  text-indent: -999px;
}
/** remove padding in software catalog list ***/
.page-service-catalog ul.link-anchor li {
    padding-bottom:0;
}

/**** Feature List **/

.frequent-flyers,
form.search-catalog {
	margin:2rem auto;
	border: 2px #f0e1b0 solid;
	border-radius: 4px;
	padding-top: 1.5rem;
}
.frequent-flyers div { /* changed from * to div to prevent 'float drop of icons' */
	display:flex;	
	flex-wrap: wrap;
}
form.search-catalog label, form.search-catalog p,
.frequent-flyers h2, .t5 .frequent-flyers h2 + p {
     /*font-size: 1.2rem;*/
     padding: 0 10% 1rem;
     /*background: rgba(196, 182, 129, .15);*/
     margin: 0;
     font-weight: 500;
     /*max-width: unset;*/
 }
form.search-catalog div:last-of-type,
.frequent-flyers .feature-item-block {
    padding-bottom: .5rem;
}

.frequent-flyers .feature-item {
	padding: 1em 5%;
	flex: 1 1 100%;
	border-radius:8px;
	margin: .5rem;
	color:#005d3b;
	border: 2px #f0e1b0 solid;
	align-items: center;
    justify-content: space-between;
    margin: 0 5% .5rem;
    background: rgb(240 226 178 / 30%);
}
.frequent-flyers .feature-item:hover,
.frequent-flyers .feature-item:focus {
  background: rgb(240 226 178 / 60%);
}

.frequent-flyers .feature-item span {
	/*border: 2px #f0e1b0 solid;*/
	/*padding: .5rem;	*/
	font-size:1.3rem;
	/*margin: 0 0.25em;*/
	/*border-radius: 4px;*/
	/*display: none;*/
}
.feature-item img {
	max-height:1.5rem;
}

@media screen and (min-width: 768px) {
    form.search-catalog label, form.search-catalog p,
    .frequent-flyers h2, .t5 .frequent-flyers h2 + p {
            padding: 0 6% 1rem;
    }
    .frequent-flyers h2 {
    display: flex;
    align-content: space-evenly;
}
    form.search-catalog div:last-of-type,
    .frequent-flyers .feature-item-block {
        padding: .5rem 5%  1rem;
    }
    .frequent-flyers .feature-item {
        flex-direction: row;
        margin: 1%;
        flex: 1 1 48%;
    }
}

@media screen and (min-width: 840px) {
 .frequent-flyers * {
	flex-wrap: no-wrap;
}
form.search-catalog div,
.frequent-flyers .feature-item-block {
    /*width: 90%;*/
    /*margin: 0 auto;*/
}
.frequent-flyers h2 {
     /*border-bottom: 1px #f0e1b0 solid;*/
 }
.frequent-flyers .feature-item {
	padding: .5rem 2%;
    line-height: 1;
}
.frequent-flyers .feature-item img {
    margin-left: 1ch;
    max-width: 50%;
}
}
@media screen and (min-width: 960px) {
    .frequent-flyers .feature-item {
	    padding: 1rem 2%;
    }
}
@media screen and (min-width: 992px) {
    /*.t5 .frequent-flyers {*/
    /*    margin-top:4rem;*/
    /*}*/
    form.search-catalog label, form.search-catalog p,
    .frequent-flyers h2, .t5 .frequent-flyers h2 + p {
            padding: 0 3%;
    }
    .t5 .frequent-flyers .cat-form-head {
        padding-bottom: 1rem;
            align-items: baseline;
    }
    form.search-catalog div,
    .frequent-flyers .feature-item-block {
        padding: 0 2% 1rem;
        align-items: baseline;
    }
    form.search-catalog div:last-of-type {
        padding-bottom: 2rem;
    }
    .frequent-flyers .feature-item {
	    flex: 1;
    }
}





/ Catalog Search Form /

form.search-catalog {
    /*padding: 1em 5%;*/
    background: rgba(230,183,17,.3);
    border-color: #e6b711;
    padding: 1.5rem 0 0 0;
    position: relative;
}

form.search-catalog label {
    /*margin-bottom: 1rem;  */
    font-size: 1.625rem;
    /*line-height: 1;*/
    /*color: #043927;*/
    /*font-weight: 500;*/
    /*max-width: 75ch;*/
}
form.search-catalog .form-control {
    border-width: 2px;
    /*font-size: .8rem;*/
    border-color: #e6b711;
}
form.search-catalog button.btn.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
  background: rgba(196, 182, 129, .15);
  font-weight:600;
  overflow: visible;
  /*font-size: .8rem;*/
}
form.search-catalog button.btn.btn-default:hover {
  background: rgba(196, 182, 129, .4);
}






/ Catalog List /
.group-row.svc-catalog-items {
    /*margin-top: 10rem;*/
}
 .svc-catalog-section .catalog-item h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    font-weight: 600;
    min-height: 50px;
 }
.svc-catalog-section .catalog-item h3 img {
    margin: 0 !important;
}

.t5.page-service-catalog section li {
    padding-bottom: 0;
}
.t5.page-service-catalog section li:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}



@media screen and (max-width: 799px) {
.svc-catalog-section .catalog-item h3 {
    margin-top: 0;
 }
.frequent-flyers, 
form.search-catalog, 
/*form.search-catalog div:last-of-type, */
.group-row.svc-catalog-items {
    /*  ============ constrain width across sections ================ */
    width: 80%;
    margin: 2rem auto;
}
form.search-catalog div:last-of-type {
    padding: 0 10% 1rem;
}
form.search-catalog div:last-of-type {
    margin: 0 auto 1rem;
}
}

/*@media screen and (min-width:800px) {*/
/*form.search-catalog:after {*/
/*    display: block;*/
/*    content: "Not finding what you want? Scroll For All ↓";*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    padding-top: 10vh;*/
/*    line-height: 1;*/
/*    font-size: 2rem;*/
/*    font-weight: 300;*/
/*    color: #ccc;*/
/*}*/
/*}*/

@media screen and (min-width: 840px) {

  .svc-catalog-section .catalog-item h3 {
      margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
.catalog-item-wrapper:nth-child(odd) .catalog-item {padding-right: 10% !important;}
.catalog-item-wrapper:nth-child(even) .catalog-item {padding-left: 10% !important;}
}