@font-face {
  font-family: 'MuseoSans 300';
  src: url("/fonts/custom/returntosport/MuseoSans-300.otf");
}
@font-face {
  font-family: 'MuseoSans 500';
  src: url("/fonts/custom/returntosport/MuseoSans_500.otf");
}
@font-face {
  font-family: 'MuseoSans 700';
  src: url("/fonts/custom/returntosport/MuseoSans_700.otf");
}
@font-face {
  font-family: 'MuseoSans 900';
  src: url("/fonts/custom/returntosport/MuseoSans_900.otf");
}

.has-padding-bottom {
  padding-bottom: 2em !important;
}

.has-text-regular-custom {
  font-family: 'MuseoSans 300';
}

.has-text-semibold-custom {
  font-family: 'MuseoSans 500';
}

.has-text-bold-custom {
  font-family: 'MuseoSans 700';
}

.has-text-extrabold-custom {
  font-family: 'MuseoSans 900';
}

.container {
  padding: 5em 0;
  max-width: 900px;
}

.has-bg-blue-custom {
  background-color: #194177;
}

.has-bg-cyan-custom {
  background-color: #67C6BC;
}

.has-text-blue-custom {
  color: #194177;
}

.has-text-cyan-custom {
  color: #67C6BC;
}

.has-text-orange-custom {
  color: #F37138;
}

.info .state-image-container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding: 0;
  flex-basis: auto;
}

.info .state-image-container__state-image {
  margin: 0 1%;
  padding: 0 1.25%;
  max-width: 150px;
  height: 100px;
  box-sizing: inherit;
}

.info .state-image-container__state-image__img {
  max-height: 55px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot") format("embedded-opentype"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.powered-logo {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  font-size: 75px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.powered-logo::before {
  content: "\E800";
}
