@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-stretch: normal;
  font-style: normal;
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #4F5A65;
}
@media (min-width: 1400px) {
  .container-xxl, 
  .container-xl, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container {
    max-width: 1164px;
  }
}
p:last-child {
  margin: 0;
}
.toolbar-oriented .toolbar-bar {
	z-index: 999999999999999999999999;
}
.lh-28{
  line-height: 28px;
}

h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 39.68px;
  letter-spacing: 0.64px;
  color: #063D41;
}

h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 29.76px;
  letter-spacing: 0.48px;
  color: #4F5A65;
}
h3{
  font-family: Epilogue;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #063D41;
}

.outline-btn{
  border: 2px solid #F2644A;
  height: 59px;
  border-radius: 6px;
  border-width: 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.8px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #FFF;
  display: flex;
  color: #F2644A;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
}
.out-rounded-btn:hover,
.outline-btn:hover{
  background-color: #F2644A;
  color: #FFF;
}

.out-rounded-btn{
  box-shadow: -4px 4px 4px 0px #00000040 inset;
  border-radius: 100px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.76px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #F2644A;
  display: inline-block;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .hidden-max-991 {
    display: none;
  }
}
.link-action-blue{
  font-weight: 700;
  font-size: 24px;
  line-height: 29.76px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #0596DB;
  text-decoration: none !important;
}
.link-action-red{
  color: #F2644A;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  text-decoration: none !important;
}

.ptb-64 {
  padding: 64px 0 !important;
}

.mtb-64 {
  margin: 64px auto !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.margin-bottom-40px {
  margin-bottom: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

@media (max-width: 1000px) {
  .mb-m-26 {
    margin-bottom: 26px !important;
  }

  .mb-m-16 {
    margin-bottom: 16px !important;
  }

  .mlr-m-16 {
    margin: auto -16px;
  }

  .ml-m-16 {
    margin-right: -16px;
  }

  .mb-m-0 {
    margin-bottom: 0px !important;
  }
}

.hide-mob {
  display: block !important;
}

.hide-desk {
  display: none !important;
}


@media (max-width:991px) {
  .hide-mob {
    display: none !important;
  }

  .hide-desk {
    display: block !important;
  }
}


main>.container-fluid.p-0 {
  overflow: hidden;
}

main > .container {
	width: 100%;
	padding: 0;
	max-width: 100%;
}
main > .container .region.region-content {
	padding: 0;
	margin: 0;
}



@media only screen and (min-width: 0px) and (max-width: 1101px) {
  div[style*="width: 1100px;"],
  div[style*="width:1100px;"] {
    width: auto !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  div[style*="width: 970px;"],
  div[style*="width:970px;"] {
    width: auto !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1131px) {
  div[style*="width: 1130px;"],
  div[style*="width:1130px;"] {
    width: auto !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1171px) {
  div[style*="width: 1170px;"],
  div[style*="width:1170px;"] {
    width: auto !important;
  }
  div[style*="width: 1175px;"],
  div[style*="width:1175px;"] {
    width: auto !important;
  }
}

.path-search main #block-alnylam-content {
	max-width: 1164px;
	margin: auto;
	padding: 64px 12px;
}

.path-search main #block-alnylam-content #edit-basic {
	margin-bottom: 32px;
}
.path-search main .item-list {
	margin-top: 32px;
}

