#adoption-steps {
  font-family: proxima-nova, sans-serif;
}

#adoption-steps h1, #adoption-steps h2, #adoption-steps h3, #adoption-steps h4, #adoption-steps h5 {
  font-family: century-gothic;
}

#adoption-steps h2 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.25em;
}

#adoption-steps .group-header h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  #adoption-steps h2 { font-size: 2.65em; }
  #adoption-steps .group-header h2 { font-size: 2.2em; }
}

#adoption-steps p, #adoption-steps ul, #adoption-steps ol {
  font-size: 1em;
  color: #666;
  line-height: 1.45em;
}

#header {
  background: #0a3e59 !important;
  color: #0096cb !important;
}

#header .page-header-content-container {
  padding-bottom: 0;
}

#mobile-header {
  padding: 2em 0 2.25em;
}

#mobile-header h1 {
  margin: 0;
}

#adoption-steps .banner-background {
  height: 100% !important;
  border: none;
}

#adoption-steps .banner-container {
  display: flex;
  align-items: center;
  height: 320px;
}

#steps-header-groups {
  position: relative;
}

@media (min-width: 992px) and (min-height: 890px) {
  #adoption-steps .banner-container { height: 460px; }
}

@media (min-width: 992px) and (min-height: 1030px) {
  #adoption-steps .banner-container { height: 600px; }
}

#adoption-steps .page-header {
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
  position: relative;
}

#adoption-steps .page-header h1 {
  letter-spacing: 0.01em;
  font-size: 4em;
  line-height: 1.3em;
  margin: 0;
}

@media (min-width: 992px) {
  #adoption-steps .page-header h1 { max-width: 786px; }
}

#adoption-steps .yellow {
  color: #f1a706;
}

#adoption-steps .blue {
  color: #0096cb;
}

#adoption-steps .dark-blue {
  color: #0a3e59;
}

#adoption-steps .bg-yellow {
  background-color: #f1a706;
}

#adoption-steps .bg-blue {
  background-color: #0096cb;
}

#adoption-steps .bg-dark-blue {
  background-color: #0a3e59;
}

#adoption-steps .bg-light-gray {
  background-color: #ededed;
}

#adoption-steps .bg-dark-gray {
  background-color: #666;
}

/** HEADER **/

#steps-header .group-header {
  display: flex;
  align-items: center;
  min-height: 5em;
}

#steps-header .group-header h2 {
  margin: 0.6em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  #steps-header .group-header h2 { font-size: 1.8em; }
}

#steps-header-bleed {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#steps-header-bleed:before {
  content: ' ';
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #f1a706;
}

#steps-header-bleed:after {
  content: ' ';
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #0a3e59;
}

@media(max-width: 991px) {
  #steps-group-headers .container {
    width: 100% !important;
    max-width: none !important;
  }
  #steps-header-bleed, #steps-header-bleed:before, #steps-header-bleed:after {
    display: none;
  }
}

#steps-group-headers .prepare-header {
  background-color: #f1a706;
}

#steps-group-headers .study-header {
  background-color: #0096cb;
}

#steps-group-headers .launch-header {
  background-color: #0a3e59;
}

#steps-header-list .step-list {
  padding: 0.75em 0 2em;
}

#steps-header-list .step-list .step-link {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  margin: 1em 1em 0 2em;
}

#steps-header-list .prepare-list .step-link, #steps-header-list .prepare-list .step-link:hover {
  color: #f1a706;
}

#steps-header-list .study-list .step-link, #steps-header-list .study-list .step-link:hover {
  color: #0096cb;
}

#steps-header-list .decide-launch-list .step-link, #steps-header-list .decide-launch-list .step-link:hover {
  color: #0a3e59;
}

#steps-header-list .prepare-list .step-title {
  border-bottom: 2px solid #f1a706;
}

#steps-header-list .study-list .step-title {
  border-bottom: 2px solid #0096cb;
}

#steps-header-list .decide-launch-list .step-title {
  border-bottom: 2px solid #0a3e59;
}

#steps-header-list .step-link .step-index {
  padding-right: 0.6em;
}

/** INTRO **/

#steps-intro {
  padding: 1.5em 0 2em;
}

#steps-intro blockquote {
  margin: 0 auto;
  font-style: normal;
  font-size: 1.8em;
  max-width: 340px;
  text-align: center;
}

#steps-intro blockquote, #steps-intro blockquote * {
  color: #0a3e59 !important;
}

#steps-intro blockquote hr {
  margin: 6px auto 1em;
  max-width: 80px;
  border-top: 6px solid #0a3e59;
}

#steps-intro blockquote sup {
  top: -0.35em;
  font-size: 70%;
}

.intro-copy-block .row, .step-checklist .row, .step-resources .row {
  margin-left: -30px;
  margin-right: -30px;
}

.intro-copy-block .row div[class^='col-'], .step-checklist .row div[class^='col-'], .step-resources .row div[class^='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}

.intro-copy-block > div p b, .intro-copy-block > div p strong {
  color: #0a3e59;
}

.intro-copy-block > div ul {
  list-style-type: square;
  padding-left: 1em;
  margin-top: -28px;
}

.step-checklist ol ul {
  list-style-type: disc;
}

.intro-copy-block > div li {
  position: relative;
  color: #666;
  margin-bottom: 1em;
  list-style-type: none;
}

.intro-copy-block > div li:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: -18px;
  background-color: #0a3e59;
}

.intro-copy-block > div a {
  color: #0a3e59;
  text-decoration: underline;
}

.intro-copy-block > div a:hover {
  color: #0096cb;
  text-decoration: none;
}

/** COVID-19 **/

#covid-response {
  padding: 2em 0;
}

#covid-response .covid-response-copy {
  margin: 0 auto;
  max-width: 960px;
  background: url('/img/resources/adoption-steps/covid-notice.svg') no-repeat left top transparent;
  background-size: 48px;
  padding-left: 74px;
}

#covid-response .covid-response-copy > * {
  color: #fff !important;
}

/** ACTION STEPS **/

.step {
  position: relative;
  border-bottom: 20px solid #f4f5f5;
}

@media (max-width: 991px) {
  .step {
    background-color: #fff !important;
  }
}

@media (min-width: 992px) {
  .step:before, .step:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .step:before {
    background-color: #f4f5f5;
    left: 0;
  }
  .step:after {
    background-color: #fff;
    right: 0;
  }
  .step .step-header, .step .step-content-container {
    position: relative;
    z-index: 10;
  }
}

.step .step-header {
  cursor: pointer;
}

.step .step-teaser .step-number {
  min-width: 3.4em;
  padding-left: 1em;
}

@media (min-width: 992px) {
  .step .step-teaser .step-number { padding-left: 0; }
  .step .step-teaser > div, .step .step-checklist, .step .step-resources {
    padding-left: 22px;
  }
}

.step .step-teaser .step-summary {
  flex-grow: 99;
}

.step .step-header {
  background: #fff;
}

.step .group-header {
  position: relative;
}

.step .group-header:before {
  content: ' ';
  display: block;
  width: 4000px !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: background-color 150ms ease-out;
}

.prepare-step.open .group-header:before, .prepare-step .step-header:hover .group-header:before {
  background-color: #f1a706;
}

.study-step.open .group-header:before, .study-step .step-header:hover .group-header:before {
  background-color: #0096cb;
}

.decide-launch-step.open .group-header:before, .decide-launch-step .step-header:hover .group-header:before {
  background-color: #0a3e59;
}

@media (max-width: 991px) {
  .prepare-step.open .step-header, .prepare-step .step-header:hover {
    background-color: #f1a706;
  }

  .study-step.open .step-header, .study-step .step-header:hover {
    background-color: #0096cb;
  }

  .decide-launch-step.open .step-header, .decide-launch-step .step-header:hover {
    background-color: #0a3e59;
  }

  .step.open .step-header *, .step .step-header:hover * {
    color: #fff !important;
  }
}

.step-header .step-teaser h2 {
  color: #333;
}

.prepare-step .step-header:hover .step-teaser h2,
.prepare-step.open .step-header .step-teaser h2 {
  color: #f1a706;
}

.study-step .step-header:hover .step-teaser h2,
.study-step.open .step-header .step-teaser h2 {
  color: #0096cb;
}

.decide-launch-step .step-header:hover .step-teaser h2,
.decide-launch-step.open .step-header .step-teaser h2 {
  color: #0a3e59;
}

.step .step-header .btn-toggle {
  display: block;
  width: 50px;
  height: 46px;
  background-size: 40px !important;
}

@media (min-width: 992px) {
  .step .step-header .btn-toggle {
    width: 60px;
    height: 60px;
    background-size: 50px !important;
  }
}

.prepare-step .step-header .btn-toggle {
  background: url('/img/resources/adoption-steps/expand-circle-yellow.svg') no-repeat center center transparent;
}

.study-step .step-header .btn-toggle {
  background: url('/img/resources/adoption-steps/expand-circle-blue.svg') no-repeat center center transparent;
}

.decide-launch-step .step-header .btn-toggle {
  background: url('/img/resources/adoption-steps/expand-circle-dark-blue.svg') no-repeat center center transparent;
}

.step .step-header:hover .btn-toggle {
  background: url('/img/resources/adoption-steps/expand-circle.svg') no-repeat center center transparent;
}

.step.open .step-header .btn-toggle {
  background: url('/img/resources/adoption-steps/collapse-circle.svg') no-repeat center center transparent;
}

.step-header .step-teaser, .step-header .group-header {
  padding-top: 2em;
  padding-bottom: 1em;
}

.step-header .group-header h2 {
  vertical-align: middle;
  max-width: 300px;
  color: #fff !important;
  line-height: 1.25em !important;
  margin-top: 6px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .step-header .btn-toggle {
    font-size: 2.65em;
    line-height: 1em;
    margin-right: 0.25em;
  }
}

.step .step-header {
  transition: color 150ms ease-out;
}

.step .step-header .step-group-title {
  position: relative;
  flex-grow: 99;
}

.step .step-header .step-group-toggle {
  position: relative;
}

.step-teaser .step-summary h2 {
  margin-left: -0.05em;
  margin-bottom: 0.25em;
}

.step-teaser .step-summary > div {
  min-height: 3em;
}

/*-- step nav --*/

.step-content .step-navigation {
  position: relative;
  text-align: right;
  padding: 2em 2.5em 3em;
}

.step-content .step-navigation .btn-toggle {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #666;
  padding-right: 3em;
  background: url('/img/resources/adoption-steps/expand.svg') no-repeat center right transparent;
  background-size: auto 1em !important;
  margin-bottom: 1em;
}

.step-content .step-navigation .btn-toggle:hover {
  color: #333;
  background: url('/img/resources/adoption-steps/expand-active.svg') no-repeat center right transparent;
}

.step-content .step-navigation .btn-toggle.active {
  color: #333;
  background: url('/img/resources/adoption-steps/collapse-active.svg') no-repeat center right transparent;
}

.step-content .step-navigation .resources-filter {
  margin-top: 1em;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease-out, visibility 1ms linear, display 1ms linear;
}

.step-content[data-active="resources"] .step-navigation .resources-filter {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 150ms ease-out, visibility 150ms linear 1ms, display 150ms linear 1ms;
}

.step-content .step-navigation .resources-filter label {
  font-size: 1.4em;
  color: #333;
}

/*-- mobile step nav --*/

.step-content .mobile-step-navigation .btn-toggle {
  font-family: century-gothic;
  font-weight: bold;
  text-align: left;
  padding: 1.5em 3.4em;
  width: 100%;
  color: #0096cb;
  background-repeat: no-repeat !important;
  background-position: center right 1.5em !important;
  background-color: #f4f5f5 !important;
  background-image: url('/img/resources/adoption-steps/expand-blue.svg');
  background-size: auto 1.5em !important;
  transition: none !important;
}

.step-content .mobile-step-navigation .btn-toggle span {
  font-size: 1.25em;
}

.step-content .mobile-step-navigation .btn-toggle:hover {
  color: #0a3e59;
  background-image: url('/img/resources/adoption-steps/expand-dark.svg');
}

.step-content .mobile-step-navigation .btn-toggle.active {
  background-image: url('/img/resources/adoption-steps/collapse-blue.svg');
}

.step-content .mobile-step-navigation .btn-toggle.active:hover {
  background-image: url('/img/resources/adoption-steps/collapse-dark.svg');
}

/*-- step body --*/

.step-body {
  padding-top: 2em;
}

.step-body .btn-toggle {
  margin-bottom: 2em;
}

.step-body .step-checklist, .step-body .step-resources {
  margin-bottom: 3em;
}

/*-- checklist --*/

.step-checklist .step-item {
  margin-bottom: 1em;
  display: block;
}

.step-checklist .step-item-number {
  padding-left: 0.35em;
  min-width: 3.4em;
}

.step-checklist .step-item-number p {
  font-weight: bold;
  color: #333 !important;
}

.step-checklist .step-item-copy {
  flex-grow: 99;
}


.step-checklist .step-item li {
  position: relative;
  color: #666;
  margin-bottom: 1em;
  list-style-type: none;
}

.step-checklist .step-item li:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: -18px;
  background-color: #0096cb;
}

/*-- reflection --*/

.reflection-questions {
  margin-top: 1em;
  padding-left: 3.4em;
  color: #333;
}

.reflection-questions .btn-alert {
  background: url('/img/resources/adoption-steps/alert-icon.svg') no-repeat left 1em center #666;
  background-size: 2.2em;
  padding: 1em 2em 1em 3em;
  color: #fff;
  width: 100%;
  margin-bottom: 1em;
  text-decoration: none !important;
  transition: background-color 150ms ease-out;
}

.reflection-questions .btn-alert:hover {
  background-color: #0a3e59;
}

.reflection-questions .btn-alert:after {
  content: none !important;
}

.reflection-questions p {
  color: #333 !important;
  font-weight: bold;
  padding: 0 0.2em;
}

.reflection-questions p a {
  color: #333;
  text-decoration: underline;
}

.reflection-questions p a:hover {
  color: #0096cb;
  text-decoration: none;
}

/** resources **/

.step-resources .resource-list {
  padding-left: 3.4em;
  margin-bottom: -2em;
}

.step-resources .resource-list .resource-item {
  margin-bottom: 2em;
}

.step-resources .resource-banner {
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('/img/default/default-resource.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #666 !important;
  position: relative;
  border: 1px solid #f4f5f5;
}

.step-resources .resource-banner:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: ' ';
  width: 40px;
  height: 40px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #fff;
}

.prepare-step .resource-blog .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/blog-yellow.svg');
}

.study-step .resource-blog .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/blog-blue.svg');
}

.decide-launch-step .resource-blog .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/blog-dark.svg');
}

.prepare-step .resource-doc .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/doc-yellow.svg');
}

.study-step .resource-doc .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/doc-blue.svg');
}

.decide-launch-step .resource-doc .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/doc-dark.svg');
}

.prepare-step .resource-video .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/video-yellow.svg');
}

.study-step .resource-video .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/video-blue.svg');
}

.decide-launch-step .resource-video .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/video-dark.svg');
}

.prepare-step .resource-study .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/study-yellow.svg');
}

.study-step .resource-study .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/study-blue.svg');
}

.decide-launch-step .resource-study .resource-banner:after {
  background-image: url('/img/resources/adoption-steps/study-dark.svg');
}

.resource-item h3 {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 1em;
  color: #333;
}

.resource-item a:hover h3 {
  color: #0096cb;
}

/** BACK BTN **/

.btn-back {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #0096cb;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  z-index: 100;
}

/** FLOW **/

.flow-container, .preload-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.evenflow-items {
  display: none;
}

.preload-container img {
  width: 0; height: 0;
}

#newsletter > div > div > p {
  font-size: 1em !important;
}