html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.submit-form {
  padding-top: 42px;
  padding-bottom: 46px; }
  .submit-form__body-col {
    margin: 0 auto; }
  .submit-form__submit-link-input-label, .submit-form__submit-link-text {
    width: 100%;
    text-align: center; }
  .submit-form__submit-link-input-label {
    max-width: 21.7rem;
    font-family: "acumin-pro", sans-serif;
    font-size: 2.1rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: block; }
    @media (min-width: 768px) {
      .submit-form__submit-link-input-label {
        max-width: none; } }
  .submit-form__submit-link-wrapper, .submit-form__content-warnings-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0.1rem solid #CDCDCD;
    border-radius: 1.5rem;
    padding: 3.4rem 1.2rem 3.4rem 1.2rem;
    margin-bottom: 3.4rem; }
  .submit-form__submit-link-inner {
    width: 100%; }
    @media (min-width: 768px) {
      .submit-form__submit-link-inner {
        max-width: 63.5rem; } }
  .submit-form__submit-link-input {
    width: calc(100% - 2rem);
    height: 5rem;
    border-radius: 1.5rem;
    border: none;
    background: #F8F8F8;
    color: #222020;
    padding-left: 2rem;
    font-weight: 100; }
    .submit-form__submit-link-input::placeholder {
      font-family: "acumin-pro", sans-serif, FontAwesome, sans-serif;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 100;
      color: #222020; }
    @media (min-width: 768px) {
      .submit-form__submit-link-input {
        width: calc(100% - 2rem); } }
  .submit-form__warning-custom-input {
    width: calc(100% - 2rem);
    height: 5rem;
    border-radius: 1.5rem;
    border: none;
    background: #F8F8F8;
    color: #222020;
    padding-left: 2rem;
    font-weight: 100; }
    .submit-form__warning-custom-input::placeholder {
      font-family: "acumin-pro", sans-serif, FontAwesome, sans-serif;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 100;
      color: #222020; }
  .submit-form__more-info-heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    max-width: 30rem;
    margin-bottom: 1.2rem; }
    @media (min-width: 768px) {
      .submit-form__more-info-heading {
        max-width: none; } }
  .submit-form__title-input-body {
    margin-bottom: 30px; }
  .submit-form__title-input-label, .submit-form__state-input-label, .submit-form__city-input-label, .submit-form__date-input-label {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    display: block;
    width: 100%; }
  .submit-form__title-input-label {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    font-weight: 600; }
  @media (min-width: 768px) {
    .submit-form__state-input-label, .submit-form__city-input-label {
      width: calc(50% - 2.5rem);
      float: left; } }
  @media (min-width: 768px) {
    .submit-form__city-input-label {
      margin-left: 2.5rem; } }
  @media (min-width: 768px) {
    .submit-form__date-input-label {
      display: flex;
      flex-wrap: wrap;
      padding-top: 1.4rem; } }
  .submit-form__state-input, .submit-form__city-input, .submit-form__date-input {
    background: #F8F8F8;
    border-radius: 1.5rem;
    height: 4.2rem;
    padding-left: 2rem;
    border: none;
    width: calc(100% - 2rem);
    margin: 1.6rem 0;
    color: #222020; }
    .submit-form__state-input::placeholder, .submit-form__city-input::placeholder, .submit-form__date-input::placeholder {
      color: #222020; }
  .submit-form__title-input {
    margin-top: 1.6rem;
    width: calc(100% - 1.3rem);
    height: 26.8rem;
    border-radius: 1.5rem;
    border: none;
    background: #F8F8F8;
    color: #222020;
    resize: none;
    padding-left: 1.3rem;
    padding-top: 0.7rem; }
    .submit-form__title-input::placeholder {
      color: #222020; }
    @media (min-width: 768px) {
      .submit-form__title-input {
        height: 11.1rem; } }
  .submit-form__character-count {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    font-weight: 600;
    color: #3A3A3A; }
  .submit-form__content-warnings-wrapper {
    padding-top: 1.9rem;
    padding-bottom: 2.9rem; }
    @media (min-width: 768px) {
      .submit-form__content-warnings-wrapper {
        margin-top: 3.4rem;
        justify-content: left;
        padding: 4.1rem; } }
  .submit-form__content-warnings-heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 100; }
  .submit-form__content-warnings-body {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    font-weight: 400;
    margin-bottom: 3rem;
    width: 100%; }
    @media (min-width: 768px) {
      .submit-form__content-warnings-body {
        margin-bottom: 1.5rem; } }
  .submit-form__content-warnings-inputs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .submit-form__content-warnings-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 991px) {
      .submit-form__content-warnings-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1440px) {
      .submit-form__content-warnings-inputs {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1.2fr 1fr; } }
  .submit-form__warning-input-label {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    font-weight: 400;
    line-height: 2.4rem;
    width: 100%;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: none; }
  .submit-form__warning-input {
    margin-right: 1.3rem;
    margin-top: 0.5rem;
    width: 1.2rem !important;
    height: 1.2rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 1px solid #222020;
    box-shadow: none; }
    .submit-form__warning-input:checked {
      background: #222020; }
  .submit-form__content-warnings-custom-label {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 100;
    font-weight: 100;
    width: 100%;
    text-transform: none;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.2rem; }
  .submit-form__submit-button-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .submit-form__submit-button-label {
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    .submit-form__submit-button-label--bold {
      font-family: "acumin-pro", sans-serif;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 600; }
  .submit-form__submit-button {
    text-decoration: none;
    border: 1px solid #222020;
    display: inline-block;
    transition: 0.5s all;
    line-height: 1;
    background-color: transparent;
    color: #222020;
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 1.2rem 1.6rem;
    margin: 0;
    border-radius: 1.5rem;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .submit-form__submit-button:hover, .submit-form__submit-button:focus {
      border: none;
      background-color: #222020;
      color: #F8F8F8;
      font-weight: 500;
      transform: scale(0.96); }
    .submit-form__submit-button::after {
      content: "";
      display: inline-block;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      background-color: #F41D00;
      margin-left: 0.8rem; }
    .submit-form__submit-button:hover, .submit-form__submit-button:focus {
      border: none; }
      .submit-form__submit-button:hover::after, .submit-form__submit-button:focus::after {
        background-color: #F41D00;
        border-color: #F41D00; }
    .submit-form__submit-button::after {
      animation: 3s blink infinite; }
    @media (min-width: 768px) {
      .submit-form__submit-button {
        display: inline-block;
        width: auto; } }
  .submit-form__disclaimer-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%; }
  .submit-form__disclaimer {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    max-width: 580px; }
  .submit-form__captha-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3.4rem; }
    @media (min-width: 768px) {
      .submit-form__captha-wrapper {
        justify-content: flex-start;
        margin-bottom: 6.9rem; } }

html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

.text-block__heading {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem; }

.text-block__body-col {
  margin: 0 auto; }

.text-block__rich-b {
  font-weight: bold; }

.text-block__rich-i {
  font-style: italic; }

.text-block__rich-li {
  list-style-type: disc; }

.text-block__rich-link {
  cursor: pointer;
  text-decoration: underline; }

html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

.text-hero__heading {
  font-family: "acumin-pro", sans-serif;
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 3rem; }

.text-hero__body-col {
  margin: 0 auto; }

.text-hero__rich-p {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 1rem;
  font-weight: 100;
  line-height: 3.2rem; }

.text-hero__rich-b {
  font-weight: bold; }

.text-hero__rich-i {
  font-style: italic; }

.text-hero__rich-li {
  list-style-type: disc; }

.text-hero__rich-link {
  cursor: pointer;
  text-decoration: underline; }

html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

.tile-section {
  padding-bottom: 35px;
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .tile-section {
      padding-bottom: 135px; } }
  .tile-section__heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 3rem;
    margin-bottom: 6rem;
    margin-top: 6rem; }
  .tile-section__body-col {
    margin: 0 auto; }
  .tile-section__rich-b {
    font-weight: bold; }
  .tile-section__rich-i {
    font-style: italic; }
  .tile-section__rich-li {
    list-style-type: disc; }

html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.video-grid {
  margin: 0 auto;
  padding-bottom: 140px; }
  @media (min-width: 768px) {
    .video-grid {
      padding-bottom: 135px; } }
  .video-grid__heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 3rem; }
  .video-grid__countInfo {
    margin-bottom: 2rem; }
    .video-grid__countInfo-heading {
      font-family: "acumin-pro", sans-serif;
      font-size: 2.4rem;
      line-height: 3.2rem;
      font-weight: 400;
      text-decoration: none;
      text-transform: none;
      margin-bottom: 1rem;
      font-weight: 700; }
    .video-grid__countInfo-info {
      text-transform: none; }
      .video-grid__countInfo-info-number {
        font-weight: 700; }
  .video-grid__rich-b {
    font-weight: bold; }
  .video-grid__rich-i {
    font-style: italic; }
  .video-grid__rich-li {
    list-style-type: disc; }
  .video-grid__loadmore {
    width: 100%;
    display: flex;
    justify-content: center; }
    .video-grid__loadmore-btn {
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #222020;
      display: inline-block;
      transition: 0.5s all;
      line-height: 1;
      background-color: transparent;
      color: #222020;
      font-size: 2.4rem;
      margin: 1rem 1rem 1rem 0;
      border-radius: 1.5rem;
      padding: 1.2rem 1.6rem 1.6rem 1.6rem;
      padding: 1.2rem 1.6rem; }
      .video-grid__loadmore-btn:hover, .video-grid__loadmore-btn:focus {
        border: none;
        background-color: #222020;
        color: #F8F8F8;
        font-weight: 500;
        transform: scale(0.96); }

html {
  font-size: 10px; }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

.video-item {
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 991px) {
    .video-item {
      width: calc(50% - 5rem);
      float: left;
      padding: 0 2.5rem;
      padding-left: 0rem;
      padding-right: -2.5rem; } }
  .video-item__heading {
    font-family: "acumin-pro", sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 1rem;
    text-decoration: underline; }
  .video-item__date {
    margin-left: 0.5rem; }
  .video-item__date, .video-item__state {
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    line-height: 1.5;
    font-weight: 300;
    color: #707070;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600; }
  .video-item__tag {
    color: #682121;
    background: #E0C2BE;
    border-radius: 0.6rem;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .video-item__video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 0.5rem; }
  .video-item__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .video-item__video--show {
      filter: blur(15px); }
  .video-item__rich-b {
    font-weight: bold; }
  .video-item__rich-i {
    font-style: italic; }
  .video-item__rich-li {
    list-style-type: disc; }
  .video-item__loading {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .video-item__loading:after {
      border-radius: 50%;
      width: 10em;
      height: 10em; }
  .video-item__social-content {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .video-item__social-content--show {
      display: flex; }
  .video-item__copy-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; }
  .video-item__copy-button {
    display: flex;
    background-color: rgba(255, 255, 255, 0.4);
    min-width: 10.6rem;
    border: 0.1rem solid white;
    border-radius: 0.6rem;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 1.2rem;
    transition: opacity 0.3s ease-in;
    cursor: pointer; }
    .video-item__copy-button:hover, .video-item__copy-button:focus {
      opacity: 0.7; }
  .video-item__copy-icon {
    font-family: "acumin-pro", sans-serif, FontAwesome, sans-serif;
    width: 100%;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #fff; }
    .video-item__copy-icon:before {
      content: '\F0C1'; }
  .video-item__copy-text {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem; }
  .video-item__social-wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    transition: opacity 0.3s ease-out; }
    .video-item__social-wrapper li {
      cursor: pointer; }
      .video-item__social-wrapper li:hover, .video-item__social-wrapper li:focus {
        opacity: 0.7; }
  .video-item__share-btnGroup {
    display: flex;
    align-items: center; }
    .video-item__share-btnGroup span {
      margin-top: 1rem; }
  .video-item__share-button {
    font-family: "acumin-pro", FontAwesome, sans-serif;
    color: #000;
    border: none;
    background-color: transparent;
    font-size: 2rem;
    margin-top: 1rem;
    cursor: pointer; }
    .video-item__share-button:before {
      content: '\F1E0'; }
    .video-item__share-button--show:before {
      content: '\F00D'; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

html {
  font-size: 10px; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

html, body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.3; }

body, p {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.6rem; }

p {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 2rem; }

a, a:visited {
  color: #3A3A3A; }

a:hover, a:focus {
  color: #F41D00; }

.uppercase {
  text-transform: uppercase; }

.type-large {
  font-family: "acumin-pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300; }

.type-mouse {
  font-size: 1.2rem;
  line-height: 1.1; }

.caption {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #707070;
  letter-spacing: 0.2; }

.side-bar {
  position: sticky;
  top: 0px;
  left: 0;
  background: #F3F3F3;
  height: auto; }
  @media screen and (max-width: 768px) {
    .side-bar {
      position: relative;
      margin-bottom: 3rem; } }
  .side-bar .mission-statement-p {
    color: #707070;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    line-height: 1.5; }
  .side-bar__state-formFilter {
    display: none; }
    .side-bar__state-formFilter-form {
      text-transform: uppercase; }
      .side-bar__state-formFilter-form select {
        padding: 10px;
        width: 100%;
        border-radius: 1rem;
        padding: 1.5rem;
        border: 0px;
        appearance: none; }
    @media screen and (max-width: 768px) {
      .side-bar__state-formFilter {
        display: block; } }
  .side-bar__state-filter {
    margin: 6rem 0 2rem 0; }
    @media (max-width: 768px) {
      .side-bar__state-filter {
        display: none; } }
    .side-bar__state-filter-title {
      font-size: 1.6rem;
      margin-bottom: 2rem;
      text-decoration: underline;
      text-transform: uppercase;
      cursor: pointer; }
      @media (max-width: 768px) {
        .side-bar__state-filter-title {
          cursor: default; } }
      .side-bar__state-filter-title::after {
        content: "";
        display: inline-block;
        width: 1.6rem;
        height: 1rem;
        margin-left: 2rem;
        background-image: url("/images/arrow.svg");
        background-size: contain; }
      .side-bar__state-filter-title.open::after {
        transform: rotate(180deg); }
  .side-bar__state-filter-nav {
    display: none; }
    @media (min-width: 768px) {
      .side-bar__state-filter-nav {
        display: flex;
        flex-direction: column; } }
  .side-bar__state-filter-link {
    display: block;
    text-decoration: none;
    padding: 3px;
    padding-left: 0; }
    .side-bar__state-filter-link.active {
      text-decoration: underline; }
  .side-bar__submit-link {
    text-decoration: none;
    border: 1px solid #222020;
    display: inline-block;
    transition: 0.5s all;
    line-height: 1;
    background-color: transparent;
    color: #222020;
    border-radius: 0.6rem;
    padding: 0.4rem 0.6rem 0.6rem 0.6rem;
    font-size: 1.4rem;
    margin: 1rem 1rem 1rem 0;
    text-decoration: none;
    border: 1px solid #222020;
    display: inline-block;
    transition: 0.5s all;
    line-height: 1;
    background-color: transparent;
    color: #222020;
    margin-top: 0; }
    .side-bar__submit-link:hover, .side-bar__submit-link:focus {
      border: none;
      background-color: #222020;
      color: #F8F8F8;
      font-weight: 500;
      transform: scale(0.96); }
    .side-bar__submit-link:hover, .side-bar__submit-link:focus {
      border: none;
      background-color: #222020;
      color: #F8F8F8;
      font-weight: 500;
      transform: scale(0.96); }
    .side-bar__submit-link::after {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background-color: #F41D00;
      margin-left: 0.5rem; }
    .side-bar__submit-link:hover, .side-bar__submit-link:focus {
      border: none; }
      .side-bar__submit-link:hover::after, .side-bar__submit-link:focus::after {
        background-color: #F41D00; }
    .side-bar__submit-link::after {
      animation: 3s blink infinite; }
    @media (max-width: 768px) {
      .side-bar__submit-link {
        display: none; } }
  .side-bar__callout {
    margin-top: 6rem;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .side-bar__callout {
        display: none; } }

