/* These font-face tags came from twitter.com */

@font-face {
  font-family: TwitterChirpExtendedHeavy;
  src: url(https://abs.twimg.com/fonts/chirp-extended-heavy-web.woff2) format('woff2');
  src: url(https://abs.twimg.com/fonts/chirp-extended-heavy-web.woff) format('woff');
  font-weight: 800;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: TwitterChirp;
  src: url(https://abs.twimg.com/fonts/chirp-regular-web.woff2) format('woff2');
  src: url(https://abs.twimg.com/fonts/chirp-regular-web.woff) format('woff');
  font-weight: 400;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: TwitterChirp;
  src: url(https://abs.twimg.com/fonts/chirp-medium-web.woff2) format('woff2');
  src: url(https://abs.twimg.com/fonts/chirp-medium-web.woff) format('woff');
  font-weight: 500;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: TwitterChirp;
  src: url(https://abs.twimg.com/fonts/chirp-bold-web.woff2) format('woff2');
  src: url(https://abs.twimg.com/fonts/chirp-bold-web.woff) format('woff');
  font-weight: 700;
  font-style: 'normal';
  font-display: 'swap';
}
@font-face {
  font-family: TwitterChirp;
  src: url(https://abs.twimg.com/fonts/chirp-heavy-web.woff2) format('woff2');
  src: url(https://abs.twimg.com/fonts/chirp-heavy-web.woff) format('woff');
  font-weight: 800;
  font-style: 'normal';
  font-display: 'swap';
}

/* Normal Medallia CSS below */

.button_button_isPrimary:hover {
    background-color: #226EC8;
color: #FFFFFF;

}
.button_button_isSecondary:hover {
 background-color: #C9C9C9;
color: #213144;

}
.button_button{
border-radius: 50px;
}
.layout_mainHeader{
padding: 20px 10px 10px 10px;
width: 100%;
}
.layout_logo {
width: 10%;
position: auto;
height: fixed;
min-height: 1px;
}
.layout_mainHeaderLeft, .layout_mainHeaderRight {
    display: table-cell;
   
}

html {
    font-family: TwitterChirp !important;
}

.button_button_isPrimary:hover {
    background-color: #314351
}

body {
    font-family: TwitterChirp, 'Open Sans', sans-serif;
}