/*Notice */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9jbwpv');
  src:  url('../fonts/icomoon.eot?9jbwpv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9jbwpv') format('truetype'),
    url('../fonts/icomoon.woff?9jbwpv') format('woff'),
    url('../fonts/icomoon.svg?9jbwpv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-donation:before {
  content: "\e900";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}

.aep-notice{display: flex;padding: 1.2em 1.5em;border: none;max-width: 100%;justify-content: space-between;}
.aep-notice a{
  color: #ae02ae;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1.6px;
}
.aep-notice h3 {
  color: #ae02ae;
  margin: 5px;
  letter-spacing: 1.6px;
}
.aep-notice-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1em;
  padding: .5em .5em;
  flex-grow: 1;
}
.aep-notice-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5em 1em .5em 1em;
  margin-left: 1em;
  color: #52768f;
  flex-grow: 1;
}
.aep-notice-content strong{color: #ae02ae;}
p.aep-links{
margin: 6px 0px;
}
.aep-notice i.icon-donation {
  font-size: 22px;
}
@media screen and (max-width: 760px) {
  .aep-notice-logo {display: none;}
  .aep-notice{padding:.5em;text-align: center}
.aep-notice-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding:0;
  margin:0
}
}