@media (min-width: 800px) {
  .sg-col {
    width: 46%;
    float: left; }
  .sg-col--left {
    clear: both; }
  .sg-col--right {
    float: right; }
  .sg-col__recs {
    position: relative; }
  .sg-col__recs:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #d3d3d3;
    position: absolute;
    top: 0;
    left: -10%;
    bottom: 0; } }

.icon-page img {
  max-width: 100%;
  margin-top: 36px; }

.icon-page h2 {
  margin-bottom: 72px; }

.icon-page h3 {
  clear: both;
  font-family: 'bebas-neue', serif;
  color: #AD841F;
  font-size: 24px;
  margin-bottom: 36px; }

.icon-page p {
  margin-bottom: 72px; }

.icon-page strong {
  font-weight: 600; }

.icon-page .sg-col p {
  margin-bottom: 6px; }

.p--link {
  clear: both;
  border-top: 1px solid #d3d3d3;
  padding-top: 1em; }

.sg-col ul {
  margin-bottom: 36px; }

li.fa {
  font-family: 'soleil', sans-serif;
  display: block;
  margin-bottom: 0.66em;
  position: relative;
  padding-left: 30px; }

li.fa:before {
  color: #F5AA01;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  width: 30px;
  left: 0; }

li.fa span {
  display: inline-block;
  padding: 0 1em 0 0; }

.icon-page__samples {
  border: 1px solid #d3d3d3;
  border-width: 1px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 0;
  margin-bottom: 72px; }

.icon-page__samples img {
  margin-top: 0; }

@media (max-width: 500px) {
  .icon-page__samples {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .icon-page__samples img {
    margin-bottom: 12px; } }

/*# sourceMappingURL=../../maps/style-guide/icons.css.map */
