@font-face {
font-family: "Rector";
src:
  local("Rector"),
  url("https://intermountainhealthcare.org/sc10/fonts/rectorweb-medium.woff") format("woff"),
  url("https://intermountainhealthcare.org/sc10/fonts/rectorweb-medium.woff2") format("woff2");
}

@font-face {
font-family: "ABC Social";
src:
  local("ABC Social"),
  url("https://intermountainhealthcare.org/sc10/fonts/ABCSocialVariable.woff") format("woff"),
  url("https://intermountainhealthcare.org/sc10/fonts/ABCSocialVariable.woff2") format("woff2");
}



body {
  font-family: "ABC Social", sans-serif;
  background: #f7f5f9;
  margin: 0;
}

a.btn-primary-solid {
  color: #fff;
  background: #110057;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 3em;
  text-decoration: none;
  transition: .3s ease;
  cursor: pointer;
}
a.btn-primary-solid:hover {
  background: #4a00e2;
}

a.btn-primary-solid-on-dark {
  color: #110057;
  background: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 3em;
  text-decoration: none;
  transition: .3s ease;
  cursor: pointer;
}
a.btn-primary-solid-on-dark:hover {
  background: #E9E6FC;
}

.btn-secondary-solid {
  color: #fff;
  background: #4a00e2;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 3em;
  text-decoration: none;
  transition: .3s ease;
  cursor: pointer;
}
.btn-secondary-solid:hover {
  background: #4000C7;
}

a.btn-primary-outline {
  color: #4a00e2;
  background: transparent;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 3em;
  text-decoration: none;
  border: 2px solid;
  font-weight: 500;
  transition: all .2s ease;
  cursor: pointer;
}
a.btn-primary-outline:hover {
  border-color: #BF00E6;
}
a.btn-primary-outline .svg-icon {
  margin-right: .5em;
}

a.btn-primary-outline-on-dark {
  color: #fff;
  /* background: #4a00e2; */
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 3em;
  text-decoration: none;
  border: 2px solid #fefefe;
  font-weight: 500;
  transition: all .2s ease;
  cursor: pointer;
}
a.btn-primary-outline-on-dark:hover {
  background: #4000C7;
  border-color: #BF00E6;
}



.btn-primary-text-on-dark {
  color: white;
  text-decoration: none;
  padding: .5em;
  display: inline-block;
  border-radius: 0.5em;
  cursor: pointer;
}
.btn-primary-text-on-dark span {
  border-bottom: 2px solid;
}
.btn-primary-text-on-dark:hover {
  background: #4000C7;
}
.btn-primary-text-on-dark:hover span {
  border-bottom-color: #BF00E6;
}

.btn-text {
  text-decoration: none;
  color: #4a00e2;
  padding: 0.5em 1em;
  margin-left: -1em;
  display: inline-block;
  border-radius: .5em;
  cursor: pointer;
}
.btn-text:hover {
  background: #f7f5f9;
}
.btn-text span {
  border-bottom: 2px solid;
}
a.btn-text:hover span {
  border-color: #BF00E6;
}
.btn-text.label-large {
    font-size: 1.125em;
}


/* Main Content Area */

main {
  margin: 0 1.5em;
}

h2.heading {
  font-size: 2rem;
  color: #110057;
  margin: .2em 0;
}
.msg {
  color: #110057;
  font-size: 1.25;
  margin: 0;
}

footer {
  color: #928AB2;
  background: #110057;
  padding: 1em 2em;
}



/* Media Query Breakpoints */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  main {
    max-width: 1400px;
    margin: auto;
  }
}





