:root {
  --red: #b82a30;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.4em;
}

a {
  color: var(--red);
  text-decoration: underline;
}

li {
  margin-bottom: 20px;
}

.navbar {
  background-color: #000;
}

.brand {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.brand-name {
  width: 300px;
  margin-left: 10px;
  display: flex;
}

.nav-margin {
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  display: flex;
}

.dropdown-icon.hide {
  display: none;
}

.nav-dropdown-link {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link:hover {
  background-color: #ffffff26;
}

.dav-dropdown-div {
  position: relative;
}

.nav-dropdown {
  background-color: #fff;
  border-radius: 5px;
  min-width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: 40px 0% auto auto;
  box-shadow: 0 0 10px #0003;
}

.nav-dropdown.show {
  display: block;
}

.dropdown-sublink {
  color: #242424;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.dropdown-sublink:hover {
  background-color: #0000001a;
}

.nav-link-container {
  display: flex;
}

.nav-dropdown-videos {
  width: auto;
  min-width: 430px;
  display: flex;
}

.nav-videos-col {
  width: 60%;
}

.nav-videos-col._1 {
  border-right: 1px solid #00000021;
  width: 45%;
}

.nav-label {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-weight: 600;
}

.nav-report-abuse {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 600;
}

.nav-report-abuse:hover {
  box-shadow: inset 0 0 15px #0006;
}

.nav-donate {
  color: #fff;
  background-color: #b82a30;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100px;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.nav-donate:hover {
  box-shadow: inset 0 0 15px #0006;
}

.nav-btn-div {
  display: flex;
}

.margin {
  flex: 1;
  width: 90vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.margin.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-main-hero {
  justify-content: space-between;
  display: flex;
}

.hero-text-col {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-text-col._75 {
  width: 75%;
}

.hero-img-col {
  width: 50%;
  position: relative;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2vw;
  font-weight: 800;
  line-height: 1.2em;
}

.hero-message-div {
  color: var(--red);
  width: 30%;
  font-size: 2vw;
  font-weight: 800;
  line-height: 1.2em;
  position: absolute;
  inset: auto 35% 20%;
  transform: rotate(1deg);
}

.about-content {
  padding-bottom: 5rem;
}

.about-us-row {
  justify-content: space-between;
  display: flex;
}

.card-about-us {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.col-4 {
  width: 24%;
  position: relative;
}

.card-about-us-content {
  color: #fff;
  background-image: linear-gradient(#fff0, #000000b3 73%);
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-about-us-content:hover {
  opacity: .8;
}

.div-block {
  width: 30px;
}

.card-report-abuse {
  border-radius: 15px;
  width: 65%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000000f;
}

.image-div {
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.image-div._25 {
  width: 25%;
}

.section-text-col {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 20px;
  display: flex;
}

.section-text-col.wider {
  flex: 1;
}

.section-text-col.pr-5 {
  padding: 0% 5% 0% 0%;
}

.h4-card {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
}

.h4-card._2 {
  font-weight: 600;
}

.h4-card.sub {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.image {
  max-width: none;
}

.image._150 {
  max-width: 150%;
}

.button {
  background-color: var(--red);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 20px;
}

.button:hover {
  box-shadow: inset 0 0 15px 5px #0000004d;
}

.button.bigger {
  padding: 17px 25px;
  font-size: 1.1rem;
}

.section-public-service-message {
  background-color: #f0f1f5;
}

.public-message-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h2-section {
  font-size: 2rem;
  font-weight: 700;
}

.h2-section.mt-0 {
  margin-top: 0;
}

.slider-public-message {
  background-color: #ddd0;
  height: 220px;
}

.slide-public-message {
  cursor: pointer;
  width: 20%;
  height: 90%;
  margin: 2% 1%;
}

.slide-nav-hide {
  display: none;
}

.left-arrow {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 50px;
  display: flex;
  inset: -50px 5vw auto auto;
}

.slide-message-div {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  height: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.slide-message-div:hover {
  transform: translate(0, -5px);
}

.slide-public-service-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.card-public-message-text {
  color: #000;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: 600;
  display: flex;
}

.right-arrow {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: -50px 5vw auto auto;
}

.section-free-kit {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-hd-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.section-hd-div.align-left {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}

.section-row {
  justify-content: space-between;
  display: flex;
}

.section-row.free-kit {
  justify-content: space-around;
  width: 80%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.section-col-img {
  width: 40%;
}

.section-col-img.smaller {
  width: 35%;
}

.section-col-img.truth-about-psych {
  width: 60%;
}

.section-truth-about-psych {
  background-color: #f0f1f5;
  margin-top: 15rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-truth-about-psych-content {
  display: flex;
}

.truth-about-psych-grid {
  margin-top: -15rem;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.truth-about-psych-grid-card {
  position: relative;
}

.truth-about-psych-grid-card-img {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.truth-about-psych-grid-hover {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.tag-hd {
  text-transform: uppercase;
}

.section-preview {
  background-color: #f0f1f5;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.slider-video-preview {
  background-color: #ddd0;
  height: 400px;
}

.slider-arrow {
  background-color: var(--red);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slider-arrow:hover {
  box-shadow: inset 0 0 12px 7px #0000004f;
}

.left-arrow-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mask {
  margin: 0% 5% 5%;
}

.right-arrow-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-preview-card {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-preview-card.wide {
  width: 100%;
}

.slide-preview-card.hero {
  background-color: #000;
}

.video-preview-card {
  width: 70%;
}

.video-review-info {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  flex: 1;
  margin-left: -23px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 10px #000000a1;
}

.hashtag {
  color: var(--red);
  font-size: 2rem;
  line-height: 1.2em;
}

.hashtag.smaller {
  font-size: 1.6rem;
}

.button-col2 {
  flex-flow: column;
  width: 48%;
  display: flex;
}

.button-col2.wide {
  width: 80%;
}

.btn-play {
  background-color: var(--red);
  text-transform: uppercase;
  background-image: url('../images/Asset-3-_1Asset 3-.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  padding-left: 50%;
}

.btn-play:hover {
  box-shadow: inset 0 0 12px 7px #0000004f;
}

.video-btn-div {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.video-btn-div.left {
  width: 40%;
  margin-top: 0;
}

.btn-more-info {
  text-transform: uppercase;
  background-color: #393939;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.btn-more-info:hover {
  box-shadow: inset 0 0 12px 7px #0003;
}

.section-documentary {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.documentary-container {
  width: 80%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.documentary-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.documentary-link {
  cursor: pointer;
  transition: all .2s;
}

.documentary-link:hover {
  transform: translate(0, -5px);
}

.footer {
  background-color: #f5f5f5;
}

.footer-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-top {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-div {
  justify-content: space-between;
  align-items: center;
  width: 35%;
  display: flex;
}

.footer-link {
  color: #292929;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--red);
}

.footer-bot {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.about-us-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.about-us-hero.banner {
  min-height: auto;
}

.about-us-content {
  z-index: 2;
  align-self: stretch;
  height: 100%;
}

.about-us-content.p-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-us-bg-img {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-us-container {
  z-index: 2;
  background-image: linear-gradient(90deg, #b82a30 46%, #b82a3000);
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tag-page {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.hero-img {
  max-width: none;
}

.hero-img._70 {
  width: 70%;
  margin-left: auto;
}

.hero-img._70.h-100 {
  height: 100%;
}

.h2-hero {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.2em;
}

.h2-hero.mt-0 {
  margin-top: 0;
}

.about-text-content {
  justify-content: space-between;
  display: flex;
}

.about-us-main-text-col {
  flex-flow: column;
  width: 70%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.about-us-side-col {
  flex-flow: column;
  flex: 1;
  margin-left: 3%;
  padding-top: 5rem;
  display: flex;
}

.label {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span-red {
  color: var(--red);
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-div {
  margin-top: 10px;
}

.cta-card {
  color: #313131;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #0003;
}

.cta-img {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-hashtag {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.link-title-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.share-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-socmed-links {
  margin-top: 10px;
}

.icon-socmed {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.article-controls {
  justify-content: space-between;
  margin-top: 5rem;
  display: flex;
}

.article-controls.align-right {
  flex-flow: row;
  justify-content: flex-end;
}

.article-controls-left {
  color: #333;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.article-controls-right {
  color: #333;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  text-decoration: none;
  display: flex;
}

.page-controls-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-controls {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2rem;
}

.page-info {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.page-preview {
  width: 50px;
  height: 50px;
}

.text-page-name {
  color: var(--red);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-hero {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
}

.president-image {
  align-self: flex-start;
}

.paragraph-flex {
  display: flex;
}

.paragraph-col {
  flex: 1;
  margin-right: 30px;
}

.president-name {
  text-align: center;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-paragraph {
  margin-bottom: 40px;
}

.section-paragraph.mb50 {
  margin-bottom: 60px;
}

.section-paragraph.center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-quote {
  color: #333c;
  margin-top: 20px;
}

.section-documentaries-content {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.card-documentaries {
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 12px #0003;
}

.img-documentaries {
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.documentary-text-col {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.documentary-title-link {
  color: #333;
  text-decoration: none;
}

.hero-style2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.take-action-main-content {
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.take-action-main-content.wide {
  width: auto;
}

.card-related-article {
  border-radius: 15px;
  width: auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000000f;
}

.contact-us-herocontent {
  z-index: 1;
  background-image: linear-gradient(90deg, #b82a30, #000);
  position: relative;
}

.margin-2 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.contactus-hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.h2-style2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.2em;
}

.h2-style2.align-left {
  text-align: left;
}

.button-style2 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #175796;
  border-radius: 10px;
  padding: 12px 20px;
}

.button-style2:hover {
  box-shadow: inset 0 0 15px 5px #0000004d;
}

.button-style2.stretch {
  text-align: center;
  flex: 1;
}

.form-btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-contactus-body {
  z-index: 2;
}

.salutation-item {
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
}

.contact-content {
  z-index: 2;
  margin-top: -40px;
  padding-bottom: 5rem;
  position: relative;
}

.form-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.form-label.text-gray {
  color: #838383;
}

.form-textarea {
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  min-height: 120px;
  font-size: 1rem;
  line-height: 1.4em;
}

.form-textarea.minh-90 {
  min-height: 90px;
}

.card-contact {
  z-index: 2;
  background-color: #fff;
  border-top: 10px solid #175796;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000000f;
}

.salutation {
  justify-content: space-between;
  display: flex;
}

.form-selectfield {
  color: #333;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 40px;
  font-size: 1rem;
  line-height: 1.4em;
}

.form-textfield {
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 40px;
  font-size: 1rem;
  line-height: 1.4em;
}

.form-control {
  margin-bottom: 15px;
}

.margin-3 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.freekit-herocontent {
  z-index: 1;
  background-image: url('../images/bg-01.jpg'), linear-gradient(90deg, #b82a30, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: relative;
}

.margin-4 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.freekit-hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.width-90 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.freekit-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-right: 20px;
  display: flex;
}

.card-freekit {
  z-index: 2;
  background-color: #fff;
  border-top: 10px solid #175796;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000000f;
}

.freekit-content {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -40px;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.h4-card-2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
}

.h4-card-2.text-white {
  color: #fff;
  text-align: center;
}

.freekit-left {
  flex: 1;
  margin-right: 30px;
  padding-top: 80px;
}

.paragraph-2 {
  font-size: 1rem;
  line-height: 1.4em;
}

.paragraph-2.text-white {
  color: #fff;
  text-align: center;
}

.paragraph-2.mb-0 {
  margin-bottom: 0;
}

.paragraph-2.mb-15 {
  margin-bottom: 15px;
}

.paragraph-2.m-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.step-hd {
  color: #175796;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.step-hd.mt-40 {
  margin-top: 40px;
}

.step-hd.mt-0 {
  margin-top: 0;
}

.margin-5 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
}

.reportabuse-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.reportabuse-hero-width {
  width: 80%;
}

.margin-6 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-group {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 20px;
  display: flex;
}

.checkbox {
  border-radius: 5px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.card-reportabuse {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000000f;
}

.checkbox-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.iagreediv {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.radiobtn-group {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.checkbox-label-div {
  width: 25%;
}

.checkbox-group-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-group-rowcol {
  flex: none;
  width: 32%;
}

.form-row {
  justify-content: space-between;
  display: flex;
}

.button-big {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b82a30;
  border-radius: 10px;
  height: 60px;
  padding: 12px 40px;
  font-size: 1.2rem;
  font-weight: 600;
}

.button-big:hover {
  box-shadow: inset 0 0 15px 5px #0000004d;
}

.checkbox-group-individual {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field {
  margin-bottom: 10px;
  display: flex;
}

.btn-add {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn-add:hover {
  box-shadow: inset 0 0 15px 5px #0000004d;
}

.form-row-col {
  width: 49%;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.margin-7 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.radiobutton-row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-add-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
}

.publications-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.hero-tag {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quickfacts-links-image {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.publications-linkcontainer {
  width: 100%;
  margin-bottom: 40px;
}

.quickfacts-textcontents {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.publications-content {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -40px;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.publications-main-left {
  flex: none;
  width: 70%;
  margin-right: 10px;
}

.pub-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.quickfacts-link-container {
  flex-flow: column;
  width: 80%;
  margin-top: 20px;
  display: flex;
}

.quickfacts-links {
  color: #333;
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 9px 7px #0000000f;
}

.publications-main {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-8 {
  flex: 1;
  width: 90vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.margin-8.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btn-contain {
  margin-right: 20px;
}

.slider-arrow-2 {
  cursor: pointer;
  background-color: #b82a30;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slider-arrow-2:hover {
  box-shadow: inset 0 0 12px 7px #0000004f;
}

.metal-card {
  z-index: 3;
  color: #313131;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/bg-metal.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #0003;
}

.right-arrow-style2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  left: auto;
}

.margin-9 {
  flex: 1;
  width: 90vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #fff0;
  height: 400px;
  margin-bottom: 20px;
}

.metal-card-line {
  border-top: 2px solid #0009;
  width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.left-arrow-style2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  left: auto;
}

.btn-contain-left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-page-name-2 {
  color: #b82a30;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.text-page-name-2.mr-0 {
  margin-right: 0;
}

.slide-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.getinvolve-slider-textcontent {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.button-2 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b82a30;
  border-radius: 10px;
  padding: 12px 20px;
}

.button-2:hover {
  box-shadow: inset 0 0 15px 5px #0000004d;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.getinvolve-slider {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 90%;
  margin: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 9px 7px #0000001a;
}

.getinvolve-slider-image {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.publications-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.preview-image {
  width: 200px;
}

.video-preview-content-hero {
  margin-top: -40px;
  position: relative;
}

.video-slide {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .div-block {
    height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-margin {
    width: 90vw;
  }

  .margin {
    width: 1300px;
  }

  .h1 {
    font-size: 6vw;
  }

  .hero-message-div {
    bottom: 15%;
  }

  .slider-public-message {
    height: 270px;
  }

  .slide-public-message {
    width: 15%;
  }

  .truth-about-psych-grid-card-img {
    flex-flow: column;
    display: flex;
  }

  .margin-2, .margin-3, .margin-4, .margin-5, .margin-6, .margin-7, .margin-8, .margin-9 {
    width: 1300px;
  }

  .text-block {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav-margin, .margin {
    width: 1500px;
  }

  .h1 {
    font-size: 5vw;
  }

  .hero-message-div {
    font-size: 2.4rem;
  }

  .slider-public-message {
    height: 280px;
  }

  .slide-public-message {
    width: 300px;
    height: 85%;
  }

  .slide-message-div {
    height: auto;
  }

  .section-col-img.smaller {
    width: 32%;
  }

  .video-preview-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-2 {
    width: 1500px;
  }

  .h2-style2 {
    font-size: 3vw;
  }

  .card-contact {
    width: 40%;
  }

  .margin-3, .margin-4 {
    width: 1500px;
  }

  .freekit-image {
    width: 30%;
  }

  .card-freekit {
    width: 40%;
  }

  .margin-5 {
    width: 1500px;
  }

  .reportabuse-hero {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .reportabuse-hero-width {
    width: 60%;
  }

  .margin-6 {
    width: 1500px;
  }

  .card-reportabuse {
    width: 70%;
  }

  .margin-7, .margin-8, .margin-9 {
    width: 1500px;
  }

  .video-preview-content-hero {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    width: 250px;
  }

  .nav-margin {
    justify-content: space-between;
    width: 95%;
  }

  .nav-menu {
    background-color: #000;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 300px;
    inset: 100% 0% auto auto;
  }

  .nav-dropdown {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: relative;
    top: auto;
  }

  .dropdown-sublink {
    text-align: left;
    width: 100%;
  }

  .nav-link-container {
    flex-flow: column;
  }

  .nav-report-abuse {
    border-radius: 0;
  }

  .nav-donate {
    border-radius: 0;
    width: 100%;
  }

  .nav-btn-div {
    flex-flow: column;
    order: 1;
  }

  .margin {
    width: 95%;
  }

  .hero-text-col._75 {
    width: 90%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .hero-message-div {
    font-size: 1rem;
  }

  .card-about-us-content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .card-report-abuse {
    width: 90%;
  }

  .h4-card {
    font-size: 1.2rem;
  }

  .paragraph {
    font-size: .85rem;
  }

  .h2-section {
    font-size: 1.8rem;
  }

  .slide-message-div {
    height: 180px;
  }

  .card-public-message-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-free-kit {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-row.free-kit {
    width: 100%;
  }

  .section-truth-about-psych {
    margin-top: 13rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tag-hd {
    font-size: 15px;
  }

  .section-preview {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide-preview-card.hero {
    background-color: #0000;
  }

  .video-preview-card {
    width: 60%;
  }

  .video-review-info {
    flex: 1;
  }

  .hashtag {
    font-size: 2rem;
  }

  .button-col2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-col2._w-100 {
    width: 100%;
  }

  .btn-play {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 20%;
    display: flex;
  }

  .video-btn-div {
    flex-flow: row;
  }

  .video-btn-div.left {
    width: 100%;
  }

  .video-btn-div.tab-vertical {
    flex-flow: column;
  }

  .about-us-hero {
    min-height: auto;
  }

  .about-us-container.mob-m-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tag-page {
    font-size: 1rem;
  }

  .h2-hero {
    font-size: 3rem;
  }

  .cta-text-div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-title-text {
    font-size: 1.4rem;
  }

  .text-controls, .text-page-name, .paragraph-hero {
    font-size: 1rem;
  }

  .card-documentaries {
    width: 100%;
    margin-bottom: 20px;
  }

  .take-action-main-content {
    width: 100%;
  }

  .h2-style2 {
    font-size: 2.5rem;
  }

  .form-label, .form-textarea {
    font-size: .85rem;
  }

  .card-contact {
    width: 70%;
  }

  .form-selectfield, .form-textfield {
    font-size: .85rem;
  }

  .width-90 {
    width: 100%;
  }

  .h4-card-2.text-white {
    font-size: 1.2rem;
  }

  .paragraph-2 {
    font-size: .85rem;
  }

  .reportabuse-hero-width, .card-reportabuse {
    width: 100%;
  }

  .checkbox-group-row {
    flex-flow: column;
  }

  .checkbox-group-rowcol, .quickfacts-link-container {
    width: 100%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-col._75 {
    width: 95%;
  }

  .hero-img-col {
    width: 40%;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .hero-message-div {
    font-size: .7rem;
  }

  .about-us-row {
    flex-flow: wrap;
    place-content: flex-start space-between;
  }

  .col-4 {
    width: 49%;
    margin-bottom: 10px;
  }

  .card-about-us-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-div._25 {
    width: 40%;
  }

  .section-text-col.pr-5 {
    width: 100%;
    margin-left: 0;
  }

  .slide-public-message {
    width: 30%;
  }

  .slide-message-div {
    height: 160px;
  }

  .section-col-img.truth-about-psych {
    width: 100%;
  }

  .section-truth-about-psych-content {
    flex-flow: column;
  }

  .truth-about-psych-grid {
    margin-top: 0;
  }

  .slide-preview-card.wide {
    flex-flow: column;
  }

  .video-preview-card {
    width: 100%;
  }

  .video-review-info {
    margin-left: 0;
  }

  .button-col2 {
    width: 100%;
  }

  .video-btn-div.left {
    flex-flow: column;
    width: 100%;
  }

  .documentary-container {
    width: 100%;
  }

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-div {
    flex-flow: row;
    width: 100%;
    margin-top: 30px;
  }

  .footer-bot {
    text-align: center;
    padding-top: 1rem;
  }

  .about-us-content.p-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-img {
    height: 100%;
  }

  .about-text-content {
    flex-flow: column;
  }

  .about-us-main-text-col {
    width: 100%;
    padding-top: 1rem;
  }

  .about-us-side-col {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding-top: 2rem;
  }

  .contact-content {
    margin-top: 0;
    padding-top: 30px;
  }

  .width-90 {
    width: 100%;
  }

  .card-freekit {
    order: -1;
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .freekit-content {
    flex-flow: column;
    margin-top: 0;
  }

  .freekit-left {
    padding-top: 30px;
  }

  .reportabuse-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .checkbox-group {
    width: 100%;
    margin-left: 0;
  }

  .checkbox-row {
    flex-flow: column;
  }

  .checkbox-label-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-row {
    flex-flow: column;
  }

  .form-row-col {
    width: 100%;
  }

  .publications-hero {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .publications-main-left {
    width: 100%;
    margin-right: 0;
  }

  .publications-main {
    flex-flow: column;
  }

  .metal-card {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .publications-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 250px;
  }

  .home-main-hero {
    flex-flow: column;
    align-items: center;
    padding-top: 5rem;
  }

  .hero-text-col {
    justify-content: center;
    align-items: center;
  }

  .hero-text-col._75 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .hero-img-col {
    width: 80%;
  }

  .h1 {
    text-align: center;
  }

  .hero-message-div {
    font-size: .75rem;
    bottom: 17%;
  }

  .col-4 {
    width: 100%;
  }

  .card-report-abuse {
    flex-flow: column;
  }

  .image-div {
    width: 100%;
  }

  .image-div._25 {
    width: 70%;
  }

  .section-text-col, .section-text-col.wider {
    width: 100%;
    margin-left: 0;
  }

  .slide-public-message {
    width: 45%;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -40px;
    left: 20px;
    right: auto;
  }

  .right-arrow {
    margin-right: 20px;
    position: relative;
    top: -80px;
    right: auto;
  }

  .section-hd-div.align-left {
    width: 100%;
  }

  .section-row.free-kit {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .section-col-img.smaller {
    width: 80%;
  }

  .section-truth-about-psych {
    margin-top: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .slider-video-preview {
    height: 600px;
  }

  .slide-preview-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .video-preview-card {
    width: 100%;
  }

  .video-review-info {
    flex: none;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-col2, .button-col2._w-100 {
    width: 49%;
  }

  .video-btn-div.left, .video-btn-div.tab-vertical {
    flex-flow: row;
  }

  .documentary-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-div {
    flex-flow: column;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .about-us-bg-img {
    object-fit: cover;
  }

  .hero-img {
    object-fit: cover;
    height: 100%;
  }

  .h2-hero {
    font-size: 2.5rem;
  }

  .h2-hero.mobile-break {
    overflow-wrap: anywhere;
  }

  .about-us-side-col {
    padding-bottom: 2rem;
  }

  .article-controls {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .article-controls-left {
    width: 100%;
  }

  .article-controls-right {
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-flex {
    flex-flow: column;
  }

  .paragraph-col {
    margin-right: 0;
  }

  .card-documentaries {
    flex-flow: column;
  }

  .documentary-text-col {
    margin-top: 10px;
    margin-left: 0%;
  }

  .card-related-article {
    flex-flow: column;
  }

  .h2-style2 {
    font-size: 2rem;
  }

  .salutation-item {
    width: 49%;
    margin-bottom: 10px;
  }

  .card-contact {
    width: 100%;
    padding: 15px;
  }

  .salutation {
    flex-flow: wrap;
  }

  .width-90 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .freekit-image {
    width: 60%;
  }

  .card-freekit {
    width: 100%;
    padding: 20px;
  }

  .freekit-left {
    margin-right: 0;
  }

  .card-reportabuse {
    padding: 20px;
  }

  .radiobtn-group {
    margin-left: 0;
  }

  .radiobutton-row {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .quickfacts-textcontents {
    font-size: .9rem;
  }

  .slider {
    height: 500px;
  }

  .getinvolve-slider-textcontent {
    flex: none;
  }

  .getinvolve-slider {
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
  }

  .publications-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .video-preview-content-hero {
    margin-top: -49px;
  }
}


@font-face {
  font-family: 'Open Sans ';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Italic';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}