﻿/**@font-face {
 font-family: CenturyGothic;
 src: url("https://share.marchofdimes.com/cfs-file.ashx/__key/themefiles/s-6a56b352405b46f5bd32e385ca53c2b6-files/centurygothic.ttf") format("truetype"),
      url("https://share.marchofdimes.com/cfs-file.ashx/__key/themefiles/s-6a56b352405b46f5bd32e385ca53c2b6-files/centurygothic.eot") format("embedded-opentype")
}
@font-face {
 font-family: CenturyGothicBold;
 src: url("https://share.marchofdimes.com/cfs-file.ashx/__key/themefiles/s-6a56b352405b46f5bd32e385ca53c2b6-files/gothicbold.ttf") format("truetype"),
      url("https://share.marchofdimes.com/cfs-file.ashx/__key/themefiles/s-6a56b352405b46f5bd32e385ca53c2b6-files/gothicbold.woff") format("woff")
}**/
/* the font that holds the icons */
@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?79975677');
  src: url('/fonts/fontello.eot?79975677#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?79975677') format('woff'),
       url('/fonts/fontello.ttf?79975677') format('truetype'),
       url('/fonts/fontello.svg?79975677#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
 /* search icon */
.icon-search:after { content: '\e800'; color:#fff;margin: 10px; }
.icon-attention:before { content: '\e801'; }