@charset "UTF-8";
@import url("https://use.typekit.net/szn2hwo.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #444;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #3371c4;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #FFF200;
}

.footer-wrap {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .footer-wrap {
    padding: 2rem 1rem;
  }
}

.interior .content h1, h1 {
  font-family: protipo, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .interior .content h1, h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25rem) {
  .interior .content h1, h1 {
    font-size: 3rem;
  }
}

@media (min-width: 100rem) {
  .interior .content h1, h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 112.5rem) {
  .interior .content h1, h1 {
    font-size: 4em;
  }
}

h2 {
  font-family: protipo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  h2 {
    font-size: 2.3rem;
  }
}

h3, .video-item h2 {
  font-family: protipo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  h3, .video-item h2 {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25rem) {
  h3, .video-item h2 {
    font-size: 1.45rem;
  }
}

@media (min-width: 100rem) {
  h3, .video-item h2 {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5rem) {
  h3, .video-item h2 {
    font-size: 1.9rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #3371c4;
}

a:hover {
  color: #BB2649;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  padding: 0 .2rem;
  font-family: arial,san-serif;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddcdc+0,f4f2f3+30,f4f2f3+70,dddcdc+100 */
  background: #f4f2f3;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  font-size: 1.0em;
}

body.mobile-menu-active {
  overflow: hidden;
}

.wrap {
  max-width: 81.25rem;
  margin: 0 auto;
  position: relative;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #3371c4;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #BB2649;
}

#main_content {
  position: relative;
  overflow-y: hidden;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  transition: 0.3s top cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.logo-link {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}

.logo-link:hover .logo-text > path {
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.logo-link:hover .logo-text-text-a {
  transition-delay: .1s !important;
}

.logo-link:hover .logo-text-text-u {
  transition-delay: .2s !important;
}

.logo-link:hover .logo-text-text-t1 {
  transition-delay: .3s !important;
}

.logo-link:hover .logo-text-text-i {
  transition-delay: .4s !important;
}

.logo-link:hover .logo-text-text-s {
  transition-delay: .5s !important;
}

.logo-link:hover .logo-text-text-m {
  transition-delay: .6s !important;
}

.logo-link:hover .logo-text-text-j {
  transition-delay: .7s !important;
}

.logo-link:hover .logo-text-text-u {
  transition-delay: .8s !important;
}

.logo-link:hover .logo-text-text-s {
  transition-delay: .9s !important;
}

.logo-link:hover .logo-text-text-t2 {
  transition-delay: 1s !important;
}

.logo-link:hover .logo-text-text-i2 {
  transition-delay: 1.1s !important;
}

.logo-link:hover .logo-text-text-i2 {
  transition-delay: 1.1s !important;
}

.logo-link:hover .logo-text-text-c {
  transition-delay: 1.2s !important;
}

.logo-link:hover .logo-text-text-e {
  transition-delay: 1.3s !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: #fff;
}

.header.scroll-up {
  top: -80%;
}

.header .logo-link {
  width: auto;
  margin: 0 0 0 .25em;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform-origin: left center;
}

@media (min-width: 48rem) {
  .header .logo-link {
    width: 30%;
    text-align: left;
    margin: 0 0 0 .5rem;
  }
}

@media (min-width: 81.25rem) {
  .header .logo-link {
    width: 40%;
    margin: 0 0 0 1rem;
  }
}

.header .logo-link svg {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 15rem;
}

@media (min-width: 48rem) {
  .header .logo-link svg {
    width: 12rem;
  }
}

@media (min-width: 81.25rem) {
  .header .logo-link svg {
    width: 25rem;
  }
}

.header .logo-link svg .st7 {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header-wrap {
  max-width: 81.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 1rem;
}

.header-menu {
  background: #000;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80vw;
  height: 100vh;
  min-height: 100vh;
  transition: 0.5s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 150;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  overflow-y: scroll;
}

@media (min-width: 48rem) {
  .header-menu {
    width: 60%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 81.25rem;
    background: transparent;
    height: auto;
    min-height: auto;
    justify-content: center;
    position: static;
    overflow-y: unset;
    margin: 0 auto;
  }
}

@media (min-width: 81.25rem) {
  .header-menu {
    width: 70%;
  }
}

.header-menu-list {
  width: 100%;
  list-style: none;
  margin: 7rem 0 0 3rem;
  padding: 0;
}

@media (min-width: 48rem) {
  .header-menu-list {
    width: 100%;
    margin: 0 0;
    display: inline-flex;
  }
}

@media (min-width: 81.25rem) {
  .header-menu-list {
    width: 100%;
  }
}

.header-menu-list-item {
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

@media (max-width: 64rem) {
  .header-menu-list-item {
    opacity: 0;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item {
    opacity: 1;
    width: auto;
    margin: 0 auto;
  }
}

.header-menu-list-item.social-icon {
  margin: 0 2rem 0 1rem;
}

.header-menu-list-item-link {
  color: #fff;
  font-family: protipo, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  display: table;
  padding: 1rem;
  position: relative;
  text-align: left;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link {
    padding: 1rem 1rem;
    color: #000;
    text-align: center;
    font-size: 1rem;
  }
}

.header-menu-list-item-link:before {
  position: absolute;
  top: 2.25rem;
  left: 0.5rem;
  content: "";
  background: #FFF200;
  z-index: 1;
  width: calc(100% - 1rem);
  height: 0.65rem;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0, 1);
  transform-origin: right bottom;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link:before {
    position: absolute;
    top: 1.75rem;
    left: 0.5rem;
  }
}

.header-menu-list-item-link:hover {
  color: #fff;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link:hover {
    color: #BB2649;
  }
}

.header-menu-list-item-link:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header-menu-list-item-link-txt {
  position: relative;
  z-index: 100;
}

.header-menu-list-item-link.donate {
  background: #BB2649;
  color: #fff;
  padding: 1em 2em;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-menu-list-item-link.donate:before {
  display: none;
}

.header-menu-list-item-link.donate:hover {
  background: #FFF200;
  color: #000;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link.donate:hover {
    background: #000;
    color: #FFF200;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item-link.donate {
    background: #BB2649;
    color: #fff;
  }
}

.header-menu-list-item-link.active .header-menu-list-item-link-txt {
  color: #fff;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link.active .header-menu-list-item-link-txt {
    color: black;
  }
}

.header-menu-list-item-link.active:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.fixed .header {
  background: #fff;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

.fixed .header .logo-link svg {
  width: 15rem;
}

@media (min-width: 48rem) {
  .fixed .header .logo-link svg {
    width: 12rem;
  }
}

@media (min-width: 81.25rem) {
  .fixed .header .logo-link svg {
    width: 15rem;
  }
}

@media (min-width: 48rem) {
  .fixed .header-main-menu {
    padding-bottom: .25rem;
  }
}

@media (min-width: 48rem) {
  .fixed .header-main-menu-list {
    top: -.6rem;
  }
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48rem) {
  .mobile-menu-close {
    display: none;
  }
}

.expanded-menu {
  overflow: hidden;
}

@media (min-width: 48rem) {
  .expanded-menu {
    overflow: visible;
  }
}

.expanded-menu .header .logo-link {
  display: block;
}

.expanded-menu .header .logo-link svg .st7 {
  fill: #fff;
}

.expanded-menu .header-menu {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 48rem) {
  .expanded-menu .header-menu {
    position: relative;
    top: auto;
    left: auto;
  }
}

.expanded-menu .header-menu-list-item {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.expanded-menu .header-menu-list-item:nth-of-type(1) {
  transition-delay: 0.17s;
}

.expanded-menu .header-menu-list-item:nth-of-type(2) {
  transition-delay: 0.24s;
}

.expanded-menu .header-menu-list-item:nth-of-type(3) {
  transition-delay: 0.31s;
}

.expanded-menu .header-menu-list-item:nth-of-type(4) {
  transition-delay: 0.38s;
}

.expanded-menu .header-menu-list-item:nth-of-type(5) {
  transition-delay: 0.45s;
}

.expanded-menu .header-menu-list-item:nth-of-type(6) {
  transition-delay: 0.52s;
}

.expanded-menu .header-menu-list-item:nth-of-type(7) {
  transition-delay: 0.59s;
}

.expanded-menu .header-menu-list-item:nth-of-type(8) {
  transition-delay: 0.66s;
}

.expanded-menu .header-menu-list-item:nth-of-type(9) {
  transition-delay: 0.73s;
}

.expanded-menu .mobile-menu-close {
  opacity: .9;
  visibility: visible;
}

.footer {
  text-align: center;
  color: #333333;
  z-index: 100;
  position: relative;
}

@media (max-width: 64rem) {
  .footer {
    padding: 0;
  }
}

.footer-wrap {
  max-width: 100rem;
  margin: 0 auto;
}

.footer-logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.footer-copyright {
  font-size: .9rem;
}

@media (max-width: 64rem) {
  .footer-copyright {
    margin-top: 1rem;
  }
}

.footer-copyright a {
  color: #3371c4;
  text-decoration: underline;
  margin: 0 .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright a:hover {
  color: #BB2649;
}

.content {
  max-width: 81.25rem;
  width: 100%;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 48rem) {
  .content {
    margin: 2rem auto;
  }
}

@media (min-width: 81.25rem) {
  .content {
    padding: 4rem auto;
  }
}

@media (min-width: 81.25rem) {
  .content + .content-main {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

.content-main {
  padding: 0 1rem;
  text-align: left;
}

@media (min-width: 48rem) {
  .content-main {
    padding: 1rem;
    width: 70%;
  }
}

@media (min-width: 81.25rem) {
  .content-main {
    padding-left: 2rem;
  }
}

.content-sidebar {
  padding: 0;
  text-align: left;
}

@media (min-width: 48rem) {
  .content-sidebar {
    width: 30%;
    padding: 1rem;
  }
}

.interior .content {
  max-width: 64rem;
  text-align: left;
  font-size: 1.1em;
}

.interior .content h1 {
  text-align: center;
  width: 100%;
  color: #BB2649;
}

.interior .content p {
  margin-bottom: 1.25rem;
}

.interior .content ul {
  margin-bottom: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: protipo, sans-serif;
  margin: 0 0 .5rem;
  line-height: 1.1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.form {
  text-align: left;
  padding: 1em;
  margin: 1rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media (min-width: 48rem) {
  .form {
    margin: 0;
    padding: 2em;
  }
}

.form .group {
  padding: 1em 0;
}

.contact-wrap {
  max-width: 32.5rem;
  width: 100%;
  margin: 0 auto;
}

.fields {
  width: 100%;
}

.fields .field {
  padding-bottom: .5em;
  position: relative;
  text-align: left;
}

.fields .field.wide {
  width: 100%;
  float: none;
  padding-right: 0;
  display: block;
}

.inline .fields .field {
  padding-bottom: .1em;
}

.form-title {
  color: #000;
  line-height: 1.0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.form .row {
  padding-right: 0;
  padding-bottom: .7em;
  display: block;
  position: relative;
}

.form .form-bottom {
  text-align: center;
}

.form fieldset {
  color: #D9D9D9;
  display: block;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
}

.form label {
  display: inline-block;
  padding: 0 0 .2em;
  font-size: 70%;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: inherit;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (min-width: 48rem) {
  .form label {
    font-size: 60%;
  }
}

.form input, .form select, .form textarea {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 -0.15em 0 #D9D9D9;
  -webkit-box-shadow: inset 0 -0.15em 0 #D9D9D9;
  box-shadow: inset 0 -0.15em 0 #D9D9D9;
  background: #f4f2f3;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: .5em .5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 100%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 48rem) {
  .form input, .form select, .form textarea {
    font-size: 110%;
    padding: .75em .75em;
  }
}

.form textarea {
  height: 10em;
}

.form input:hover, .form select:hover, .form textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -moz-box-shadow: inset 0 -0.15em 0 #BB2649;
  -webkit-box-shadow: inset 0 -0.15em 0 #BB2649;
  box-shadow: inset 0 -0.15em 0 #BB2649;
}

.form input:focus, .form select:focus, .form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.form .submit {
  padding: 0;
  text-align: center;
}

.form button {
  background: #BB2649;
  font-family: protipo, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 0;
  padding: .5em 1.0em;
  font-size: 1.1rem;
  color: #fff;
  display: block;
  width: 100%;
  margin: .5em 0;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

@media (max-width: 64rem) {
  .form button {
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: .5px;
  }
}

@media (min-width: 48rem) {
  .form button {
    margin: 1em 0;
    font-size: 1.75rem;
  }
}

.form button:hover, .form .form button:active {
  background: #f11f56;
}

.form .small {
  font-size: 60%;
  display: block;
  margin: 1.5rem 0 .5rem 0;
  font-weight: 400;
  font-style: italic;
}

.form .radio-row {
  margin: 0 0 .5em 0;
}

.form .radio-row .radio-item {
  display: block;
}

.form .radio-row input[type=radio] {
  width: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  margin: 0 0 0 1em;
}

.form .radio-row input[type=radio]:hover {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .radio-row input[type=radio]:focus {
  border: 0;
}

.form .radio-row label:hover {
  -moz-box-shadow: inset 0 -.15em 0 #7191cd;
  -webkit-box-shadow: inset 0 -.15em 0 #7191cd;
  box-shadow: inset 0 -.15em 0 #7191cd;
}

.form .radio-row label {
  text-transform: none;
  font-weight: 400;
}

.form .disclaimer {
  margin: 0 auto !important;
  font-size: 70% !important;
  font-weight: 400;
  font-style: italic;
  text-align: left !important;
}

.form .error {
  -moz-box-shadow: inset 0 -.25em 0 #c51244;
  -webkit-box-shadow: inset 0 -.25em 0 #c51244;
  box-shadow: inset 0 -.25em 0 #c51244;
  background: #fff0f4;
  color: #c51244;
  position: relative;
}

@media only screen and (min-width: 550px) and (min-device-width: 480px) {
  .fields {
    width: 100%;
    display: table;
    padding-bottom: .4em;
  }
  .field,
  .form .col {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .form .col {
    padding: .5em;
  }
  .fields.three .field {
    width: 33.33%;
  }
  .form .field {
    padding-left: 1em;
  }
  .form .field:first-child {
    padding-left: 0;
  }
  .fields.three .field:last-child {
    padding-left: 1em;
  }
  .form .field.wide:last-child {
    padding-right: 0;
  }
  .form .fields.address .field:last-child {
    padding-right: 0;
  }
  #zip-field {
    width: 30%;
  }
}

@media only screen and (min-width: 550px) and (min-device-width: 480px) {
  .form input, .form select, .form textarea {
    font-size: 100%;
  }
}

@media only screen and (min-width: 1100px) and (min-device-width: 480px) {
  .form button {
    margin: 0;
  }
}

form strong.error {
  background: #900;
  padding: .2em .5em .3em;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 1.5em;
  z-index: 9999;
  font-size: .8em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

form strong.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(153, 0, 0, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #900;
  border-width: 6px;
}

.success {
  text-align: center;
  padding: 1em;
  margin: 1rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 125%;
}

@media (min-width: 48rem) {
  .success {
    margin: 0;
    padding: 3em;
  }
}

.success h3 {
  text-transform: uppercase;
  color: #BB2649;
  line-height: 1;
}

.row strong.error {
  top: 85%;
  font-size: .7em;
}

.row strong.error:after {
  display: none;
}

.radio-container,
.checkbox-container {
  width: 100%;
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-content: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .radio-container,
  .checkbox-container {
    display: flex;
  }
}

.label--checkbox,
.label--radio {
  position: relative !important;
  width: 100% !important;
  margin: .5rem;
  font-family: "Open Sans", sans-serif;
  line-height: 135%;
  cursor: pointer;
}

@media (min-width: 48rem) {
  .label--checkbox,
  .label--radio {
    width: auto !important;
  }
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  background: none !important;
  box-shadow: none !important;
  -webkit-appearance: auto !important;
  width: auto !important;
  margin: 0 0.25rem 0 0 !important;
  top: 2px;
}

[type="checkbox"] {
  box-sizing: border-box;
  background: none !important;
  box-shadow: none !important;
  -webkit-appearance: auto !important;
  width: auto !important;
  margin: 0 0.25rem 0 0 !important;
  top: 2px;
  left: 0;
  position: absolute !important;
}

span.checkbox-pad {
  display: inline-block;
  padding-left: 1rem;
}

.error-msg .error {
  box-shadow: none;
  background: none;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem 0;
}

/* ---- Placeholder Text Equalizer ---- */
form input:-moz-placeholder {
  opacity: 1;
}

form input::-moz-placeholder {
  opacity: 1;
}

form input:-ms-input-placeholder {
  color: #555;
}

form input::-webkit-input-placeholder {
  color: #555;
}

form input:hover:-ms-input-placeholder {
  color: #ffffff;
}

form input:hover::-webkit-input-placeholder {
  color: #ffffff;
}

form input:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form input:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

form textarea:-moz-placeholder {
  opacity: 1;
}

form textarea::-moz-placeholder {
  opacity: 1;
}

form textarea:-ms-input-placeholder {
  color: #555;
}

form textarea::-webkit-input-placeholder {
  color: #555;
}

form textarea:hover:-ms-input-placeholder {
  color: #414141;
}

form textarea:hover::-webkit-input-placeholder {
  color: #414141;
}

form textarea:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form textarea:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-grid {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 48rem) {
  .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
  }
}

.video-item {
  margin: 1rem 0;
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.video-item h2 {
  color: #BB2649;
  margin: 0 0 .5rem;
}

.video-item-description {
  margin: 1rem 0;
  display: block;
}

.button {
  color: #fff;
  background: #BB2649;
  padding: 1rem 1.5rem;
  display: block;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: protipo, sans-serif;
  font-size: 125%;
  font-weight: 800;
  text-transform: uppercase;
}

.button:hover {
  color: #fff !important;
  background: #f11f56;
}

.button:hover .button-text {
  color: #fff;
}

.button.outline {
  background-color: transparent;
  border: 2px solid #BB2649;
}

.button.outline:hover .button-text {
  color: #fff;
}

.button.outline .button-text {
  color: #fff;
}

.button.outline:before {
  background-color: #BB2649;
}

.button.white-hover:before {
  background-color: #fff;
}

.button.white-hover:hover .button-text {
  color: #BB2649;
}

.button-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 100;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.button.white {
  background: #fff;
  color: #BB2649;
}

.button.small {
  padding: .55rem .75rem .6rem;
}

@media (min-width: 81.25rem) {
  .button.small {
    padding: .5rem 1rem .6rem;
  }
}

.button.small .button-text {
  letter-spacing: 1px;
  font-size: .8rem;
  line-height: .8rem;
}

@media (min-width: 81.25rem) {
  .button.small .button-text {
    font-size: .85rem;
    letter-spacing: 2px;
  }
}

.button.md {
  padding: .55rem 1.5rem .65rem;
}

@media (min-width: 81.25rem) {
  .button.md {
    padding: .65rem 1.5rem .75rem;
  }
}

.menu-trigger {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  font-family: protipo, sans-serif;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 0 0 auto;
  position: relative;
}

@media (max-width: 64rem) {
  .menu-trigger {
    z-index: 2000;
    margin-right: .25rem;
    z-index: 2000000;
  }
}

@media (min-width: 48rem) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger:after {
  background: #BB2649;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  display: block;
  border-radius: 50%;
  transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.menu-trigger-label:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #fff;
}

.menu-trigger:focus {
  outline: 0;
}

.hamburger {
  padding: .15rem .15rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 300;
}

.hamburger-box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 55%;
  width: 24px;
  margin-top: -1px;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  border-radius: .25rem;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 24px;
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -8px;
  transition: top .1s .25s ease-in, opacity .1s ease-in, width .1s .12s ease-out;
}

.hamburger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.expanded-menu .menu-trigger {
  box-shadow: none;
}

@media (max-width: 64rem) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    transition: 0.5s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: #fff;
  }
}

.expanded-menu .menu-trigger:after {
  background: #000;
}

.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

@media (min-width: 48rem) {
  .expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
    background-color: #fff;
  }
}

@media (min-width: 48rem) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #fff;
  }
}

.expanded-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}

.expanded-menu .hamburger-inner, .expanded-menu .hamburger-inner:before, .expanded-menu .hamburger-inner:after {
  width: 25px !important;
}

.expanded-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.expanded-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}
