.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #464d56;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #313131;
  text-align: left;
  text-transform: none;
  border-bottom: 2px solid #f10913;
  margin: 17px 0 5px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #a53ba1;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #667073;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

a {
  color: #a70b12;
  text-decoration: none;
}

li {
  font-family: Varela Round, sans-serif;
  line-height: 24px;
}

.top-nav-logo {
  opacity: 1;
  width: 130px;
  margin: 0 18px 0 0;
  transition: all .5s;
  display: block;
}

.side-nav-logo {
  opacity: 1;
  margin: 0 auto 19px;
  transition: all .5s;
  display: block;
}

.top-nav-logo:hover {
  opacity: 1;
}

.paragraph {
  text-align: center;
  font-size: 12px;
}

.paragraph.sponsor {
  margin-top: 6px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #f6f6f6;
  font-family: Varela, sans-serif;
}

.edit-field {
  width: 100%;
  color: #465356;
  border: 2px solid #b6b6b6;
  border-radius: 6px;
  margin-top: 9px;
  margin-bottom: 5px;
  padding: 12px 13px;
  font-size: 17px;
  line-height: 24px;
  transition: all .4s;
}

.edit-field:hover {
  border-color: #d8d8d8;
}

.edit-field:focus {
  background-color: #eafdff;
  border-color: #1991eb;
  box-shadow: 0 0 6px #d4d4d4;
}

.edit-field::-ms-input-placeholder {
  color: #ccc;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.edit-field::placeholder {
  color: #ccc;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.col-r-margin {
  padding-left: 0;
  padding-right: 20px;
}

.resource-data {
  color: #a70b12;
  border-bottom: 1px solid #d3d8d8;
  margin-top: 11px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.resource-data.agency {
  color: #a70b12;
  font-size: 18px;
  font-style: normal;
}

.case-info {
  width: 100%;
  float: left;
  text-align: left;
  border-bottom: 1px #f1f1f1;
  justify-content: space-between;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
  display: block;
}

.create-acct-block {
  width: 100%;
  background-color: #fff;
  border: 3px #fff;
  border-left: 4px #f10913;
  margin-top: -12px;
  margin-bottom: 19px;
  padding: 1px 25px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all .4s;
  transform: translate(0);
  box-shadow: 0 4px 10px rgba(114, 124, 129, .23);
}

.create-acct-block:hover {
  transform: none;
  box-shadow: 0 6px 10px rgba(165, 59, 161, .18);
}

.create-acct-block.add-new {
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 23px;
}

.create-acct-block.login {
    margin-top: 16px;
    padding-top: 8px;
    padding-bottom: 11px;
}

.location-heading {
  color: #a70b12;
  background-image: url('/ResourceBuilder/images/icn_location.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 58px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.location-heading.add {
  background-image: url('/ResourceBuilder/images/icn_location.svg');
  margin-bottom: 24px;
}

.location-heading.add-agency {
  background-image: url('/ResourceBuilder/images/icn_agency_cyan.svg');
}

.location-heading.info {
  text-align: center;
  background-image: none;
  padding-left: 0;
}

.location-heading.profile {
  background-image: url('/ResourceBuilder/images/icn_profile.svg');
}

.location-heading.confirm {
  text-align: center;
  background-image: none;
  padding-left: 0;
}

.content-wrap {
  max-width: 1280px;
  padding: 20px 20px 0;
  position: relative;
}

.content-wrap.no-sidebar {
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 100%;
  flex-direction: column;
}

.sticky-nav {
  background-color: #fff;
  position: relative;
}

.nav-menu-block {
  float: none;
  flex: 1;
}

.sidebar {
  max-width: 280px;
  min-height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-wrap {
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrap.no-sidebar {
  display: block;
}

.brand {
  float: none;
  display: block;
}

.button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #a70b12;
  padding: 11px 15px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 20px;
  transition: background-color .2s ease-in-out;
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, .32);
}

.button:hover {
  background-color: #666;
}

.button.add-resource {
  opacity: 1;
  background-color: #a70b12;
  margin-left: 20px;
  font-size: 20px;
}

.button.add-resource:hover {
  background-color: #667073;
}

.button.add-resource.cancel {
  color: #464d56;
  background-color: #d6d6d6;
  margin-left: 11px;
  transition-property: all;
  transition-duration: .4s;
}

.button.add-resource.cancel:hover {
  color: #d6d6d6;
  background-color: #667073;
}

.button.add-resource.right {
  float: right;
}

.button.add-location {
  background-color: #a70b12;
  margin-bottom: 17px;
  margin-left: 17px;
  font-size: 22px;
  line-height: 24px;
}

.button.add-location:hover {
  background-color: #667073;
}

.button.add-agency-red_btn {
  opacity: 1;
  font-size: 20px;
}

.button.add-agency-red_btn:hover {
  background-color: #667073;
}

.button.add-agency-red_btn.right {
  float: right;
}

.button.add-acct-btn {
  opacity: 1;
  margin-top: 15px;
  font-size: 20px;
}

.button.add-acct-btn:hover {
  background-color: #667073;
}

.button.add-acct-btn.cancel {
  color: #464d56;
  background-color: #d6d6d6;
  margin-left: 11px;
  transition-property: all;
  transition-duration: .4s;
}

.button.add-acct-btn.cancel:hover {
  color: #d6d6d6;
  background-color: #464d56;
}

.button.add-acct-btn.login {
    width: 100%;
    text-align: center;
}

.button.add-category {
  margin-bottom: 18px;
}

.button.category-delete {
  width: 34px;
  height: 34px;
  box-shadow: none;
  opacity: .44;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/ResourceBuilder/images/icn_delete_grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: -8px;
  padding-bottom: 8px;
  padding-right: 12px;
  transition-property: all;
}

.button.category-delete:hover {
  opacity: 1;
  background-image: url('/ResourceBuilder/images/icn_delete_cyan.svg');
}

.button.category-edit {
  width: 34px;
  height: 34px;
  box-shadow: none;
  opacity: .44;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/ResourceBuilder/images/icn_edit_grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: -8px;
  margin-left: 16px;
  margin-right: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  transition-property: all;
}

.button.category-edit:hover {
  opacity: 1;
  background-image: url('/ResourceBuilder/images/icn_edit_cyan.svg');
}

.button.category-drag {
    width: 34px;
    height: 34px;
    box-shadow: none;
    opacity: .44;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('/ResourceBuilder/images/drag.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-bottom: -8px;
    margin-left: 16px;
    margin-right: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    transition-property: all;
}

.button.category-drag:hover {
    opacity: 1;
}

.section {
  margin-bottom: 60px;
}

.navlink {
  opacity: 1;
  color: #465356;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('/ResourceBuilder/images/icn_location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 52px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.navlink:hover {
  color: #a70b12;
}

.navlink.w--current {
  opacity: 1;
  background-image: url('/ResourceBuilder/images/icn_select_indicator.svg'), url('/ResourceBuilder/images/icn_location.svg');
  background-position: 100%, 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 18px, 22px;
}

.navlink.profile {
  background-image: url('/ResourceBuilder/images/icn_profile.svg');
}

.resource-category {
  border-bottom-style: solid;
  border-bottom-color: #ac333370;
  padding-top: 1px;
  padding-bottom: 11px;
  font-size: 28px;
  line-height: 1em;
  margin: 17px 0 12px;
  font-weight: 400;
}

.add-resource-div {
  text-align: left;
  border-top: 2px rgba(165, 59, 161, .5);
  margin-top: -6px;
  margin-bottom: 18px;
}

.add-resource-div.for-login {
    margin-top: -8px;
    margin-bottom: 0;
    padding-left: 16px;
}

.add-resource-div.in-form {
  margin-top: 18px;
  margin-bottom: 0;
}

.add-resource-div.right {
  float: none;
  text-align: right;
  margin-top: -48px;
}

.add-resource-div.right.export-options {
  margin-top: -55px;
}

.agency-name {
  color: #8d2d24;
  margin-top: 13px;
  font-size: 20px;
  line-height: 20px;
}

.resource-modifications {
  width: auto;
  float: right;
  opacity: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 14px;
  padding-right: 4px;
  display: flex;
  position: static;
  top: 16px;
}

.editing-link {
  width: auto;
  opacity: .63;
  color: #667073;
  background-image: url('/ResourceBuilder/images/icn_edit_grey.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  margin-left: 24px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.editing-link:hover {
  opacity: 1;
  color: #a70b12;
  background-image: url('/ResourceBuilder/images/icn_edit_cyan.svg');
}

.add-agency-overlay {
  z-index: 1001;
  min-height: 100vh;
  min-width: 100vw;
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .15);
  padding-left: 281px;
  display: none;
  position: fixed;
  max-height: 100vh;
  padding-bottom: 0px;
}

.add-agency-popup {
  width: 1200px;
  text-align: left;
  background-color: #fafafa;
  border: 3px solid #fff;
  border-radius: 8px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 9px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
}

.info-paragraph {
  background-image: url('/ResourceBuilder/images/icn_info.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 6px;
  margin-bottom: 11px;
  padding-top: 2px;
  padding-left: 37px;
}

.search-tips {
  margin-top: -17px;
  margin-bottom: 9px;
}

.subcategory {
  padding-top: 1px;
}

.add-location-overlay {
  z-index: 1001;
  min-height: 100vh;
  min-width: 100vw;
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .15);
  padding-left: 281px;
  display: none;
  position: fixed;
  max-height: 100vh;
  padding-bottom: 0px;
}

.confirm-overlay {
  z-index: 1001;
  min-height: 100vh;
  min-width: 100vw;
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .15);
  padding-left: 281px;
  display: none;
  position: fixed;
  max-height: 100vh;
  padding-bottom: 0px;
}

.overlay-2 {
    background-color: rgba(65,65,65,0.95);
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.confirm-overlay .add-agency-popup {
    max-width: 500px;
}

.checkbox-field {
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 18px;
  font-size: 17px;
  display: inline-block;
}

.checkbox-2 {
  width: 24px;
  height: 24px;
  color: #0097d4;
  background-color: #fff;
  border: 3px solid #acacac;
  border-radius: 4px;
  margin-right: 13px;
}

.checkbox-2.w--redirected-checked {
  background-color: #0097d4;
}

.checkbox-label {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.location-editing {
  justify-content: flex-start;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 28px;
  display: flex;
}

.hero-section-2 {
  z-index: 20;
  background-image: url('/ResourceBuilder/images/BridgeHCV-new-background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -22px;
  padding-top: 38px;
  padding-bottom: 51px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  max-width: 100%;
}

.hero-heading-2 {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 75px;
  display: block;
}

.letter-pink-2 {
  color: #a70b12;
  padding-left: 5px;
  font-weight: 500;
}

.sponsors-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 57px auto 34px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.sponsor-img-3 {
  max-width: 120px;
  float: none;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.sponsor-img-3.integritas {
  max-width: 135px;
}

.delete-link {
  width: auto;
  opacity: .63;
  color: #667073;
  background-image: url('/ResourceBuilder/images/icn_delete_grey.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  margin-left: 24px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.delete-link:hover {
  opacity: 1;
  color: #a70b12;
  background-image: url('/ResourceBuilder/images/icn_delete_cyan.svg');
}

.logout-link {
  width: auto;
  opacity: .63;
  color: #667073;
  background-image: url('/ResourceBuilder/images/icn_logout_grey.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  margin-left: 24px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.logout-link:hover {
  opacity: 1;
  color: #a70b12;
  background-image: url('/ResourceBuilder/images/icn_logout_cyan.svg');
}

.lowercase {
  text-transform: none;
}

.top-text-2 {
  color: #667073;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 21px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.bullets-2 {
  min-height: 32px;
  background-image: url('/ResourceBuilder/images/icn_check.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 36px;
  margin-top: 6px;
  margin-bottom: 2px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 46px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.hero-onboarding {
  background-image: url('/ResourceBuilder/images/top_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: static;
}

.heading-onboarding {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
  display: block;
}

.video-block {
  width: 100%;
  background-color: #fff;
  border: 3px #fff;
  border-left: 4px #f10913;
  padding: 26px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all .4s;
  transform: translate(0);
  box-shadow: 0 4px 10px rgba(114, 124, 129, .23);
}

.video-block:hover {
  transform: none;
  box-shadow: 0 6px 10px rgba(165, 59, 161, .18);
}

.superscript {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: -13px;
}

.export-pdf-link {
  width: auto;
  height: 40px;
  float: right;
  opacity: .63;
  color: #667073;
  text-align: left;
  text-transform: uppercase;
  background-image: url('/ResourceBuilder/images/icn_PDF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
  padding-left: 33px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.export-pdf-link:hover {
  opacity: 1;
  color: #a70b12;
  background-image: url('/ResourceBuilder/images/icn_PDF_cyan.svg');
}

.category-block-edit {
  z-index: 999;
  background-color: #fff;
  border: 2px solid #a7a9aa;
  border-radius: 6px;
  margin-top: -11px;
  margin-bottom: -55px;
  padding: 7px 20px 8px 25px;
  font-family: Oswald, sans-serif;
  display: none;
  position: relative;
  top: -65px;
}

.category-block {
  border-bottom: 2px solid #a70b12;
  margin-bottom: 22px;
  font-family: Oswald, sans-serif;
}

.category-name {
  width: auto;
  margin-right: 10px;
  font-size: 28px;
  line-height: 1em;
  display: inline-block;
}

.category-name.field {
  color: #667073;
  background-image: url('/ResourceBuilder/images/icn_edit.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 4px;
  padding-left: 34px;
}

.category-name.field.placeholder {
  color: #ddd;
}

.category-create-block {
  z-index: 999;
  background-color: #fff;
  border: 2px solid #a7a9aa;
  border-radius: 6px;
  margin-top: -6px;
  margin-bottom: -58px;
  padding: 7px 20px 8px 25px;
  font-family: Oswald, sans-serif;
  display: none;
  position: relative;
  top: -56px;
}

.email-wrap {
  max-width: 650px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  position: relative;
  box-shadow: 0 2px 12px #d6d6d6;
}

.email-header {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: rgba(74, 194, 201, .53);
  padding-top: 1px;
  padding-bottom: 11px;
  font-size: 28px;
  line-height: 36px;
}

.email-text {
  color: #667073;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 21px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.email-info {
  margin-top: 11px;
  margin-bottom: 22px;
}

.email-logo {
  max-width: 180px;
  float: none;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.email-footer {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px auto 34px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.email-subheader {
  color: #667073;
  text-align: center;
  border-bottom-style: none;
  border-bottom-color: rgba(74, 194, 201, .53);
  padding-top: 1px;
  padding-bottom: 6px;
  line-height: 36px;
}

.email-info-block {
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 25px 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.link-block {
  color: #a70b12;
}

.crb-top-header {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 240px;
  padding: 18px 52px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .create-acct-block {
    padding-top: 13px;
    padding-left: 21px;
    padding-right: 7px;
  }

  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: #faf9ff;
  }

  .nav-container {
    max-width: 1280px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .sticky-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-block {
    background-color: #fff;
  }

  .menu-icon {
    color: #909090;
  }

  .sidebar {
    max-width: 100%;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .page-wrap {
    min-height: auto;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .add-resource-div {
    text-align: left;
  }

  .hero-section-2 {
    padding-bottom: 32px;
  }

  .hero-heading-2 {
    margin-top: -30px;
  }

  .sponsors-2 {
    margin-left: 33px;
    margin-right: 33px;
  }

  .top-text-2 {
    margin-top: 0;
  }

  .hero-onboarding {
    padding-bottom: 32px;
  }

  .heading-onboarding {
    margin-top: -30px;
  }

  .video-block {
    padding-top: 13px;
    padding-left: 21px;
    padding-right: 7px;
  }

  .email-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-text {
    margin-top: 0;
  }

  .email-footer {
    margin-left: 33px;
    margin-right: 33px;
  }

  .email-info-block {
    padding-top: 13px;
    padding-left: 21px;
    padding-right: 7px;
  }

  .add-location-overlay,
  .add-agency-overlay,
  .confirm-overlay {
      z-index: 1001;
      padding-left: 0px!important;
  }

  .add-agency-popup,
  .add-agency-popup {
      max-width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 60px;
  }

  .add-resource-div {
    text-align: left;
    margin-top: 0;
  }

  .hero-section-2, .hero-onboarding {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .col-r-margin {
    padding-right: 0;
  }

  .case-info {
    width: 100%;
    margin-bottom: 6px;
  }

  .create-acct-block {
    background-position: 96% 57px;
    background-size: 45px;
    margin: 18px 0 -6px;
    padding-bottom: 8px;
  }

  .create-acct-block:hover {
    transform: translate(0, 4px);
  }

  .location-heading {
    background-size: 32px;
    margin-top: 7px;
    padding-left: 43px;
    font-size: 22px;
    line-height: 28px;
  }

  .location-heading.add {
    background-size: 32px;
    padding-left: 40px;
    font-size: 20px;
  }

  .location-heading.info {
    margin-top: 14px;
  }

  .content-wrap, .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.add-resource, .button.category-delete, .button.category-edit, .button.category-drag {
    padding: 7px 10px;
    font-size: 16px;
  }

  .section {
    margin-bottom: 40px;
  }

  .resource-category {
    text-align: left;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.25em;
  }

  .add-resource-div.right {
    margin-top: -5px;
  }

  .agency-name {
    margin-top: 27px;
    font-size: 18px;
  }

  .resource-modifications {
    margin-top: -2px;
  }

  .add-agency-popup {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px 7px;
  }

  .search-tips {
    font-size: 20px;
  }

  .hero-section-2 {
    margin-top: -2px;
    padding: 17px 10px 29px;
  }

  .hero-heading-2 {
    margin-top: 13px;
    margin-left: -1px;
    font-size: 32px;
    line-height: 44px;
  }

  .sponsors-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sponsor-img-3 {
    max-width: 120px;
  }

  .top-text-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .bullets-2 {
    text-align: left;
    background-size: 30px;
    margin-left: 0;
    margin-right: 3px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-onboarding {
    margin-top: 14px;
    padding: 0 8px 29px;
  }

  .heading-onboarding {
    margin-top: 13px;
    margin-left: -1px;
    font-size: 32px;
    line-height: 44px;
  }

  .video-block {
    background-position: 96% 57px;
    background-size: 45px;
    margin: 18px 0 -6px;
    padding-bottom: 8px;
  }

  .video-block:hover {
    transform: translate(0, 4px);
  }

  .category-name {
    text-align: left;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.25em;
  }

  .email-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .email-header {
    text-align: left;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.25em;
  }

  .email-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .email-logo {
    max-width: 120px;
  }

  .email-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .email-subheader {
    text-align: left;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.25em;
  }

  .email-info-block {
    background-position: 96% 57px;
    background-size: 45px;
    margin: 18px 0 -6px;
    padding-bottom: 8px;
  }

  .email-info-block:hover {
    transform: translate(0, 4px);
  }
}

#w-node-_9660c884-2d32-7475-3061-e81099134a65-b9ca915a, #w-node-_9660c884-2d32-7475-3061-e81099134a65-86c55b01, #w-node-_9660c884-2d32-7475-3061-e81099134a65-ce2a36a9, #w-node-_9660c884-2d32-7475-3061-e81099134a65-97ac97ec {
  justify-self: auto;
}


