body {
	margin-top: 60px;
}

.h3-title {
  font-size: 1.3rem;
  color: #b73446;
  margin: 0;
}

.itg-icon {
  font-size: 3rem;
}

.btn-bundle {
  position: relative;
}

.btn-bundle .fa-check-circle{
  position: absolute;
  top: 5px;
  left: 5px;
}

#hero-section {
  background-image: url(../img/hero-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#service-section {
  background-image: url(../img/service-section-bg.svg), url(../img/32x32-F2F2F2.svg);
  background-repeat: no-repeat, repeat;
  background-size: cover, contain;
  background-position: center bottom;
}

.row-service-list {
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.row-service-list .col-service-item {
  text-align: left;
}

.row-service-list .col-service-item img {
  width: 100px;
  margin-bottom: 1rem;
}

.row-service-list .col-service-item svg {
  width: 100px;
  margin-bottom: 1rem;
  cursor: pointer;
}

.row-service-list .col-service-item svg .icon-market-bg {
  fill: #6d3793;
}

.row-service-list .col-service-item:hover svg .icon-market-bg {
  fill: #8d5eb5;
}

.row-service-list .col-service-item svg .icon-market-text {
  fill: #fff;
}

/** Rich **/

/** Tmp for Bundled services */
.row-service-list .col-service-item-be-on svg .icon-market-bg {
  fill: #f99!important;
}

.row-service-list .col-service-item-be-off svg .icon-market-bg {
  fill: #666!important;
}

.row-service-list .col-service-item-be-off:hover svg .icon-market-bg {
  fill: #eef!important;
}
/** End Tmp */

.row-service-list .col-service-item-disabled svg .icon-market-bg {
    fill: #ddd;
}
.row-service-list .col-service-item-disabled svg {
    cursor: default;
}
.row-service-list .col-service-item-disabled:hover svg .icon-market-bg {
    fill: #ddd;
}
.row-service-list .col-service-item-disabled svg .icon-market-text {
    fill: #666;
}
.row-service-list .col-service-item a {
    text-decoration: none;
}
.periodic-text {
    color: #000;
    font-size: 0.9em;
}
.small-subtext {
    color: #559cd9;
    font-size: 0.8em;
}
.calculated-fee {
    color: #559cd9;
    font-size: 1.3em;
}
/** End Rich **/

.row-service-list .col-service-item h2{
  font-size: 1.2rem;
  margin: 0px;
}

#hiw-1-section {
  background-image: url(../img/hiw-1-section-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -3rem;
}

.hiw-section h1 {
  margin: 0px;
  font-size: 1.5rem;
  color: #b73446;
  font-weight: bold;
}

#hiw-2-section {
  background-image: url(../img/hiw-2-section-bg.svg);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -3rem;
}

#help-section {
  background-image: url(../img/help-section-bg.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -3rem;
  text-align: center;
  color: #ffffff;
}

#help-section h1 {
  margin: 0px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}

/** Rich */
p#helpblurb a {color: #ddd;text-decoration: none;}
div.itg-errs, div.no-results {display: none;font-size: 0.9em;padding: 1em;background: #c99;color: #fff;border: 1px solid #ccc;border-radius: 4px;width: 90%;margin: auto;margin-top: 1em;margin-bottom: 1em;}
div.no-results {display: block;width: 95%;}
/** End Rich */

footer {
  background-image: url(../img/footer-bg.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right;
}

.footer-item-link {
  margin-bottom: 0.5rem;
}

.footer-item-link a{
  font-size: 0.9rem;
  color: #808080;
}

.footer-item-link a:hover{
  color: rgba(0,0,0,.7);
  text-decoration: none;
}


.market-header-section {
	background-image: url(../img/market-header-section-bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	height: 400px;
}

.market-content-section {
  background-image: url(../img/hiw-2-section-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -220px;
}

.market-content-search-title {
	border-radius: 50px;
}

.market-content-search-title h2 {
	margin: 0;
	font-size: 1.4rem;
}

.col-label, .col-input {
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-other-market-section {
	background-image: url(../img/hiw-1-section-bg.svg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center top;
  	background-color: #f2f2f2;
  	margin-top: -100px;
  	min-height: 300px;
}

.help-section-page {
	background-color: transparent !important;
	margin-top: -100px !important;
}

.market-content-compare-other-title h2{
	margin: 0;
	font-size: 1.4rem;
}


.market-result-section {
	background-image: url(../img/market-result-section-bg.svg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center top;
  	margin-top: -220px;
}

.market-result-list-section {
	background-color: #ffffff;
}

.sort-header .sort-item {
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.sort-header .sort-item:hover {
	font-weight: bold;
	/* Rich - stop content shift
    font-size: 1.1rem;
    */
}

/* Rich non sort headers */
.sort-header .no-sort-item {
    color: #fff;
    text-align: center;
}
/* Hide sort icons */
i.sort-icon {
    display: none;
}
/* End Rich */

.container-result-item .row-result-item:nth-child(odd){
	background-color: rgba(189,204,212,0.24);
}

.container-result-item .row-result-item:nth-child(even){
	background-color: rgba(98,55,170,0.16);
}

.col-result-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.operator-logo {
	height: 50px;
	max-width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.plan-more-info {
	cursor: pointer;
}

.modal-dialog-tariff .modal-content{
	border-radius: 0px;
}

.modal-header-img {
	width: 250px;
	margin-top: -40px;
}

.modal-backdrop {
  background-color: #b06a8a;
}


@media (min-width:320px)  {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  footer {
    background-size: cover;
  }

  .market-content-section {
  	margin-top: -260px;
  }
}
@media (min-width:480px)  {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width:600px)  {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  footer {
    background-size: 30%;
  }

  .market-content-section {
  	margin-top: -240px;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

.news-item {background-color: #b06a8a;padding: 1em 2em 1em 2em;}
.news-item > p {color: #ffe;font-size: 1.2rem;}
