/*
 *
 *
 *
 */
.help-scope .content-two-columns-and-icons__icon {
  float: left;
}
.help-scope .content-two-columns-and-icons__icon img {
  display: block;
}

.help-scope .content-two-columns-and-icons__content {
  overflow: hidden;
}

.help-scope .content-two-columns-and-icons__heading {
  margin-top: 0;
  font-weight: normal;
}

.help-scope .content-two-columns-and-icons__icon {
  margin-right: 0.5em;
  font-size: 2.28571em;
}
.help-scope .content-two-columns-and-icons__icon span {
  vertical-align: top;
}

@media (min-width: 35em) {
  .help-scope .content-two-columns-and-icons__item {
    width: 50%;
    margin-top: 1em;
  }
  .help-scope .content-two-columns-and-icons__item:nth-of-type(1),
  .help-scope .content-two-columns-and-icons__item:nth-of-type(2) {
    margin-top: 0;
  }
  .help-scope .content-two-columns-and-icons__item:nth-of-type(odd) {
    clear: left;
  }
  .help-scope .lt-ie9 .content-two-columns-and-icons__item.col--odd {
    clear: left;
  }
}
@media (min-width: 45em) {
  .help-scope .content-two-columns-and-icons__icon {
    margin-right: .25em;
    font-size: 4em;
  }
}


.help-scope .help-most-popular .help-most-popular__heading {
	text-align: center;
	margin-bottom: 0;
	font-family: Nobblee, Arial, sans-serif;
	text-transform: uppercase;
}
.help-scope .help-most-popular .help-most-popular__icon {
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background-color: #FFFFFF;
  color: #007B85;
  font-family: Rubrik, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: lighter;
}
@media (min-width: 35em) {
  .help-scope .help-most-popular .most-popular {
    float: left;
    width: 50%;
  }
  .help-scope .help-most-popular li.most-popular:nth-of-type(odd) {
	clear:both;
	}
}

.help-scope .help-most-popular .most-popular .content-two-columns-and-icons__item {
  width: 100%;
}


.help-scope .help-most-popular .help-most-popular__toggle {
  display: none;
  clear: both;
  text-align: center;
  color: #007B85;
  font-family: Rubrik, Arial, sans-serif;
  padding: 1em 0;
  cursor: pointer;
}
.help-scope .help-most-popular .help-most-popular__toggle .ee-icon:before {
  content: "\e04d";
}
.help-scope .help-most-popular .help-most-popular__toggle .help-most-popular__toggle--open .ee-icon:before {
  content: "\e04f";
}
.help-scope .help-most-popular .help-most-popular__toggle .help-most-popular__label-open {
  display: none;
}


/*
    Extends Web module 035 Content two columns and icons
*/
/*
 IE8 fix to mimic nth-child(2n+1) without javaScript
 on a module with a maximum of 8 items to address in two columns
*/
@media (min-width: 35em) {
  .help-scope .lt-ie9 .most-popular-container .most-popular:first-child + .most-popular + .most-popular,
  .help-scope .lt-ie9 .most-popular-container .most-popular:first-child + .most-popular + .most-popular + .most-popular + .most-popular,
  .help-scope .lt-ie9 .most-popular-container .most-popular:first-child + .most-popular + .most-popular + .most-popular + .most-popular + .most-popular + .most-popular {
    clear: left;
  }
}
.help-scope .most-popular-container .most-popular:nth-child(2n+1) {
  clear: left;
}
/*
 *
 *
 *
 */