@font-face {
    font-family: 'Entypo';
    src: url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo.eot');
    src: url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo.woff') format('woff'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo.ttf') format('truetype'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo.svg#Entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EntypoSocial';
    src: url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo-social.eot');
    src: url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entyp-socialo.eot?#iefix') format('embedded-opentype'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo-social.woff') format('woff'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo-social.ttf') format('truetype'),
         url('https://dlvfa1owjktk.cloudfront.net/freedom/web/844f58909f6c1a1ce71fc411b0ed70a0/fonts/entypo/entypo-social.svg#EntypoSocial') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* homepage columns */
.pictogram {
  font-family: 'Entypo', 'EntypoSocial';
  font-size: 8.0em;
  font-weight: normal;
  vertical-align: middle; 
  line-height: 0;
  margin-right: .1em;
}

a.social_icon {
  font-family: 'Entypo', 'EntypoSocial';
  font-size: 35px;
  font-weight: normal;
  vertical-align: middle;
  text-decoration:none;
  /*line-height: 45px;*/
  margin-right: .1em;
  color: #666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.social_icon:hover.facebook {
  color: #3b5998;
}
a.social_icon:hover.twitter {
  color: #00aced;
}
a.social_icon:hover.dribbble {
  color: #C73B6F;
}
a.social_icon:hover.instagram {
  color: #517fa4;
}
a.social_icon:hover.linkedin {
  color: #007bb6;
}
a.social_icon:hover.pinterest {
  color: #cb2027;
}
a.social_icon:hover.googleplus {
  color: #cb2027;
}