@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../assets/fonts/Montserrat-Light.woff") format("woff"), url("../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.green {
  color: #0bb8b1; }

.red {
  color: #ee6c59; }

.yellow {
  color: #efd865; }

/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

.bold {
  font-weight: 700; }

.italic {
  font-weight: italic; }

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none; }

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer; }

img {
  max-width: 100%;
  display: block; }

ul, li {
  list-style-type: none; }

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden; }

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed; }

html {
  -ms-content-zooming: none;
  height: 100%; }

@-ms-viewport {
  width: device-width; }

.fade {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .125s ease-in-out;
  -moz-transition: opacity .125s ease-in-out;
  -webkit-transition: opacity .125s ease-in-out;
  -webkit-backface-visibility: hidden; }

.fade:hover, .fade:active {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

.clear {
  content: "";
  display: table;
  clear: both; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #404041;
  font-weight: 500; }

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 120px);
  max-width: 1100px; }
  @media only screen and (max-width: 991px) {
    .contain {
      max-width: 600px; } }
  @media only screen and (max-width: 991px) and (orientation: landscape) {
    .contain {
      width: calc(100% - 180px); } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .contain {
      width: 100%;
      padding: 0 25px; } }
.contain-sm {
  max-width: 830px; }
  @media only screen and (max-width: 1199px) {
    .contain-sm {
      max-width: 700px; } }
  @media only screen and (max-width: 991px) {
    .contain-sm {
      max-width: 600px; } }
  @media only screen and (max-width: 991px) and (orientation: landscape) {
    .contain-sm {
      width: calc(100% - 180px); } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .contain-sm {
      width: 100%;
      padding: 0 25px; } }
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.visible-md {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-mob {
  display: none !important; }

.visible-xs {
  display: none !important; }

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: inline-block !important; } }

@media only screen and (max-width: 991px) and (orientation: portrait) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: inline-block !important; } }

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .hidden-mob {
    display: none !important; }
  .visible-mob {
    display: inline-block !important; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: inline-block !important; } }

/****TYPOGRAPHY****/
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #404041; }

a:active {
  color: #ee6c59; }

a:visited {
  color: #404041; }

a:hover {
  color: #ee6c59; }

a:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

h1, h2, h3, h4 {
  position: relative;
  display: table; }

h1 {
  font-size: 70px;
  line-height: 1.075; }

h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700; }

h3 {
  font-size: 44px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: -.025em; }

h4 {
  font-weight: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em; }

h5 {
  font-size: 14px;
  color: #ee6c59;
  font-weight: 700; }

@media only screen and (max-width: 1299px) {
  h1 {
    font-size: 66px; } }

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 54px; }
  h3 {
    font-size: 38px; } }

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 32px; } }

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  h1 {
    font-size: 31px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 20px; } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #fff; }

#status {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -25px;
  display: none;
  width: 100%;
  max-width: 580px; }
  #status img {
    width: 100%; }
  @media only screen and (max-width: 1199px) {
    #status {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #status {
      max-width: 80%; } }
  @media only screen and (max-width: 991px) and (orientation: landscape) {
    #status {
      margin-top: 0;
      max-width: 320px; } }
.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .col-wrap .col {
    width: 50%;
    box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .col-wrap {
      display: block; }
      .col-wrap .col {
        width: 100%;
        padding: 0; } }
  .col-wrap h2 {
    padding-bottom: 10px; }
  .col-wrap p {
    padding: 10px 0; }
  @media only screen and (max-width: 1199px) {
    .col-wrap p {
      padding: 7px 0; } }
.arrow {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  padding-top: 20px; }
  .arrow i {
    display: inline-block;
    padding-right: 5px;
    -webkit-transition: padding-right 0.1s ease-in-out;
    -moz-transition: padding-right 0.1s ease-in-out;
    -ms-transition: padding-right 0.1s ease-in-out;
    -o-transition: padding-right 0.1s ease-in-out;
    transition: padding-right 0.1s ease-in-out; }
  .arrow:hover i {
    padding-right: 12px; }

h3.angle:before {
  content: '';
  position: absolute;
  top: -50px;
  left: -70px;
  width: 57px;
  height: 57px;
  background: url(../img/quote-rt.svg) no-repeat center center;
  background-size: contain; }

@media only screen and (max-width: 1199px) {
  h3.angle {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto; }
    h3.angle:before {
      width: 50px;
      height: 50px; } }

@media only screen and (max-width: 991px) {
  h3.angle {
    max-width: 460px !important; } }

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  h3.angle:before {
    width: 42px;
    height: 42px;
    left: -45px;
    top: -42px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  h3.angle {
    width: 72.5% !important;
    margin-left: 27.5% !important; } }

.accordion {
  margin-top: 125px; }
  @media only screen and (max-width: 991px) {
    .accordion {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    .accordion {
      margin-top: 30px; } }
  .accordion .top {
    display: block;
    padding: 20px 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
      .accordion .top {
        padding: 12px 0 10px; } }
    .accordion .top:hover, .accordion .top.active {
      color: #ee6c59; }
      .accordion .top:hover .more:before, .accordion .top:hover .more:after, .accordion .top.active .more:before, .accordion .top.active .more:after {
        background: #ee6c59; }
    .accordion .top:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #ef6d58;
      background: -moz-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      background: linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .accordion .top .more {
      float: right;
      width: 24px;
      height: 24px;
      position: relative;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: left center;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .accordion .top .more:before, .accordion .top .more:after {
        background: #404041;
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      .accordion .top .more:before {
        width: 100%;
        height: 5px; }
      .accordion .top .more:after {
        width: 5px;
        height: 100%; }
      @media only screen and (max-width: 1199px) {
        .accordion .top .more {
          margin-top: -5px; } }
      @media only screen and (max-width: 991px) {
        .accordion .top .more {
          margin-top: -8px; } }
      @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
        .accordion .top .more {
          width: 14px;
          height: 14px;
          margin-top: -4px; }
          .accordion .top .more:before {
            height: 3px; }
          .accordion .top .more:after {
            width: 3px; } }
    .accordion .top.active .more {
      -moz-transform: rotate(45deg) translate(4px, -4px);
      -o-transform: rotate(45deg) translate(4px, -4px);
      -ms-transform: rotate(45deg) translate(4px, -4px);
      -webkit-transform: rotate(45deg) translate(4px, -4px);
      transform: rotate(45deg) translate(4px, -4px); }
      .accordion .top.active .more:after {
        -moz-transform: translate(-9px, 9px);
        -o-transform: translate(-9px, 9px);
        -ms-transform: translate(-9px, 9px);
        -webkit-transform: translate(-9px, 9px);
        transform: translate(-9px, 9px); }
      @media only screen and (max-width: 991px) {
        .accordion .top.active .more:after {
          -moz-transform: translate(-9.5px, 9.5px);
          -o-transform: translate(-9.5px, 9.5px);
          -ms-transform: translate(-9.5px, 9.5px);
          -webkit-transform: translate(-9.5px, 9.5px);
          transform: translate(-9.5px, 9.5px); } }
      @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
        .accordion .top.active .more:after {
          -moz-transform: translate(-5.5px, 5.5px);
          -o-transform: translate(-5.5px, 5.5px);
          -ms-transform: translate(-5.5px, 5.5px);
          -webkit-transform: translate(-5.5px, 5.5px);
          transform: translate(-5.5px, 5.5px); } }
  .accordion .band-cont {
    display: none;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: rgba(228, 229, 230, 0.2);
    position: relative; }
    .accordion .band-cont h5 {
      padding: 0 0 10px; }
    .accordion .band-cont a {
      display: block;
      margin-bottom: 10px;
      color: #ee6c59;
      font-weight: 700; }
      .accordion .band-cont a:hover, .accordion .band-cont a:active {
        color: #404041; }
      .accordion .band-cont a.yellow {
        color: #f7bc54;
        text-decoration: underline; }
        .accordion .band-cont a.yellow:hover, .accordion .band-cont a.yellow:active {
          color: #404041; }
      .accordion .band-cont a.green {
        color: #0bb8b1;
        text-decoration: underline; }
        .accordion .band-cont a.green:hover, .accordion .band-cont a.green:active {
          color: #404041; }
    .accordion .band-cont p {
      padding: 0 0 10px; }
      .accordion .band-cont p a {
        display: inline-block;
        margin-bottom: 0; }
    .accordion .band-cont ul, .accordion .band-cont ol {
      padding: 0 0 14px 20px; }
    .accordion .band-cont ul:not(.single) {
      -webkit-column-count: 2;
      column-count: 2; }
    .accordion .band-cont li {
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 0 20px 8px 0;
      box-sizing: border-box; }
      .accordion .band-cont li:before {
        position: absolute;
        left: -10px;
        top: 9px;
        width: 2px;
        height: 2px;
        background: #404041;
        border-radius: 2px;
        content: ''; }
    .accordion .band-cont ol li span {
      color: #ee6c59;
      font-weight: 700;
      display: block; }
    .accordion .band-cont ol li:before {
      display: none; }
    .accordion .band-cont img {
      max-width: 125px;
      margin: 0 0 20px 10px; }
      .accordion .band-cont img.ruths-house {
        margin: 10px 0 20px 0; }
    .accordion .band-cont:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #ef6d58;
      background: -moz-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      background: linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    @media only screen and (max-width: 991px) {
      .accordion .band-cont ul:not(.single) {
        -webkit-column-count: 1;
        column-count: 1; }
      .accordion .band-cont li {
        padding: 0 0 6px 0; } }
    @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
      .accordion .band-cont {
        padding: 15px 18px 10px; }
        .accordion .band-cont h5 {
          padding: 0 0 10px; }
        .accordion .band-cont a {
          margin-bottom: 10px; }
        .accordion .band-cont p {
          padding: 0 0 10px; }
        .accordion .band-cont ul, .accordion .band-cont ol {
          padding: 0 0 10px 12px; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  padding: 35px 35px 35px 70px;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1199px) {
    header {
      padding: 35px; } }
  header .logo {
    top: 0;
    position: relative;
    z-index: 1;
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
    header .logo svg {
      display: block;
      width: 200px;
      height: 19px; }
      header .logo svg path {
        fill: #404041; }
  header nav {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 700;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    header nav ul {
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
      justify-content: flex-end; }
      header nav ul li {
        display: inline-block;
        padding: 5px;
        /**margin: 0 0 0 15px;**/
        margin: 0 0 0 13px;
        position: relative;
        z-index: 1; }
        header nav ul li a {
          display: block;
          color: #404041; }
        header nav ul li:not(.donate):before, header nav ul li:not(.donate):after {
          position: absolute;
          content: '';
          pointer-events: none;
          background-size: contain;
          opacity: 0;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        header nav ul li:not(.donate):before {
          top: -1px;
          left: -4px;
          width: 12px;
          height: 20px;
          background: url(../img/nav-active-lt.svg) no-repeat center center; }
        header nav ul li:not(.donate):after {
          bottom: 2px;
          right: -2px;
          width: 12px;
          height: 12px;
          background: url(../img/nav-active-rt.svg) no-repeat center center; }
        header nav ul li.active:not(.donate):before, header nav ul li.active:not(.donate):after {
          opacity: 1; }
      header nav ul .donate {
        z-index: 2;
        padding: 0 0 0 5px; }
        header nav ul .donate a {
          height: 40px;
          line-height: 40px;
          color: #fff;
          box-sizing: border-box;
          padding: 0 12px;
          position: relative;
          overflow: hidden;
          background: #0bb8b1;
          background: -moz-linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
          background: -webkit-linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
          background: linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1); }
          header nav ul .donate a span {
            z-index: 2;
            position: relative; }
          header nav ul .donate a:after {
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            content: '';
            position: absolute;
            z-index: 1;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: #ef6d58;
            background: -moz-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
            background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
            background: linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
            pointer-events: none; }
          header nav ul .donate a:hover:after {
            left: 0; }
    @media only screen and (max-width: 1199px) {
      header nav {
        font-size: 11px; }
        header nav ul li {
          /**margin: 0 0 0 8px;**/
          margin: 0 0 0 4px; }
          header nav ul li:not(.donate):before {
            top: 0;
            left: -2px;
            width: 10px;
            height: 18px;
            background: url(../img/nav-active-lt.svg) no-repeat center center; }
          header nav ul li:not(.donate):after {
            bottom: 3px;
            right: 0;
            width: 10px;
            height: 10px;
            background: url(../img/nav-active-rt.svg) no-repeat center center; } }
header.down {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0bb8b1; }
  header.down .logo svg path {
    fill: #fff; }
  header.down nav ul li a:link, header.down nav ul li a:visited {
    color: #fff; }
  header.down nav ul li:not(.donate) a:hover {
    color: #efd865; }
  header.down nav ul li.active a:hover {
    color: #fff; }

@media only screen and (max-width: 991px) {
  header .logo {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  header #navBtn {
    width: 30px;
    height: 17px;
    text-indent: 9999px;
    position: relative;
    z-index: 10002; }
    header #navBtn:before, header #navBtn:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 6px;
      background: #404041;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    header #navBtn:before {
      top: 0; }
    header #navBtn:after {
      bottom: 0; }
    header #navBtn.active:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff;
      top: 6px; }
    header #navBtn.active:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #fff;
      bottom: 5px; }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #0bb8b1;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden; }
    header nav.open {
      opacity: 1;
      visibility: visible; }
    header nav ul {
      text-align: center;
      margin: 0 auto;
      width: auto;
      justify-content: center; }
      header nav ul li {
        display: block;
        clear: both;
        font-size: 28px;
        margin: 8px 0;
        padding: 0;
        width: 100%;
        text-align: center; }
        header nav ul li a {
          color: #fff !important;
          display: table;
          width: auto;
          position: relative;
          margin: 0 auto;
          padding: 8px; }
        header nav ul li:before, header nav ul li:after {
          display: none; }
        header nav ul li a:before, header nav ul li a:after {
          position: absolute;
          content: '';
          pointer-events: none;
          background-size: contain;
          opacity: 0;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        header nav ul li a:before {
          top: -4px !important;
          left: -18px !important;
          width: 25px !important;
          height: 42px !important;
          background: url(../img/nav-active-lt.svg) no-repeat center center; }
        header nav ul li a:after {
          bottom: 2px !important;
          right: -10px !important;
          width: 28px !important;
          height: 28px !important;
          background: url(../img/nav-active-rt.svg) no-repeat center center; }
        header nav ul li.active a:before, header nav ul li.active a:after {
          opacity: 1; }
      header nav ul .donate a {
        background: transparent !important;
        color: #ee6c59 !important; }
  header.down #navBtn:before, header.down #navBtn:after {
    background: #fff; } }

@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  header {
    padding: 20px 25px; }
    header .logo svg {
      width: 160px;
      height: 15px; }
    header #navBtn {
      width: 28px;
      height: 15px; }
      header #navBtn:before, header #navBtn:after {
        height: 5px; }
      header #navBtn.active:before {
        top: 5px; }
      header #navBtn.active:after {
        bottom: 5px; }
    header nav ul li {
      font-size: 24px;
      margin: 0; }
      header nav ul li a {
        padding: 8px; }
      header nav ul li a:before {
        top: 0px !important;
        left: -15px !important;
        width: 20px !important;
        height: 38px !important; }
      header nav ul li a:after {
        bottom: 4px !important;
        right: -10px !important;
        width: 22px !important;
        height: 22px !important; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  header nav ul {
    margin-top: -25px; } }

@media only screen and (max-width: 991px) and (orientation: landscape) {
  header nav ul li a {
    font-size: 21px;
    padding: 4px 8px; }
    header nav ul li a:before {
      top: -8px !important; }
    header nav ul li a:after {
      bottom: -4px !important; } }

footer {
  background: #ee6c59 url(../img/footer-bg.png) no-repeat bottom left;
  background-size: auto 100%;
  position: relative;
  color: #fff;
  padding: 150px 0;
  font-size: 17px;
  font-weight: 700; }
  footer .copy {
    position: absolute;
    right: 35px;
    bottom: 35px;
    font-size: 10px;
    font-weight: 700; }
  footer .contain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start; }
  footer img {
    width: 320px;
    margin-left: -40px; }
  footer a {
    color: #fff;
    display: block; }
    footer a:visited {
      color: #fff; }
    footer a:hover, footer a:active {
      color: #9de3e0; }
  footer h4 {
    padding-bottom: 20px; }
  footer div {
    margin-top: 55px; }
  footer .phone {
    display: block;
    padding-top: 20px; }
  footer .social {
    padding-right: 50px; }
  footer .social a {
    font-size: 24px;
    display: inline-block;
    margin-right: 15px; }
  @media only screen and (max-width: 1199px) {
    footer {
      padding: 70px 0 100px;
      font-size: 15px; }
      footer img {
        margin-left: 0;
        width: 280px; } }
  @media only screen and (max-width: 991px) {
    footer {
      padding: 80px 0 40px; }
      footer .contain {
        display: block;
        text-align: center; }
      footer img {
        margin: 0 auto;
        width: 240px; }
      footer h4 {
        display: none; }
      footer div {
        margin-top: 40px; }
      footer .social {
        padding: 0;
        margin-top: 60px; }
      footer .copy {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin: 40px auto 0; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    footer {
      padding: 60px 0 30px;
      font-size: 14px; }
      footer img {
        width: 160px; }
      footer .copy {
        font-size: 10px; } }
#intro {
  margin-top: 16vw; }
  #intro h1 {
    position: relative;
    display: inline-block; }
    #intro h1:before {
      content: '';
      position: absolute;
      width: 54px;
      height: 88px;
      background: url(../img/quote-lt.svg) no-repeat center center;
      background-size: contain;
      top: -25px;
      left: -35px; }
    #intro h1 .close {
      position: relative;
      display: inline-block;
      width: 57px;
      height: 57px;
      background: url(../img/quote-rt.svg) no-repeat center center;
      background-size: contain;
      margin: 0 0 -30px -25px; }
  @media only screen and (max-width: 1199px) {
    #intro {
      margin-top: 200px; }
      #intro h1 {
        box-sizing: border-box; }
        #intro h1:before {
          -moz-transform: scale(0.8);
          -o-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          transform: scale(0.8);
          top: -30px; }
        #intro h1 .close {
          -moz-transform: scale(0.8);
          -o-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          transform: scale(0.8); } }
  @media only screen and (max-width: 991px) {
    #intro {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #intro {
      margin-top: 115px; }
      #intro h1:before {
        width: 28px;
        height: 48px;
        top: -15px;
        left: -20px; }
      #intro h1 .close {
        width: 28px;
        height: 28px;
        margin: 0 0 -17px -10px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #intro {
      width: calc(100% - 25px);
      margin: 130px auto 0; } }
#whoweare {
  padding-top: 150px;
  padding-bottom: 85px; }
  #whoweare .col-wrap {
    align-items: stretch; }
  #whoweare .col-lt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-end;
    flex: 1; }
    #whoweare .col-lt img {
      width: 100%; }
    #whoweare .col-lt img:last-of-type {
      width: 50%;
      margin-top: 60px; }
  #whoweare .col-rt {
    padding: 40px 60px 0;
    box-sizing: border-box;
    position: relative;
    flex: 1; }
    #whoweare .col-rt .grad {
      position: relative;
      width: 50%;
      height: 180px;
      margin: 40px 0 0 -60px;
      background: #94e0dd;
      background: -moz-linear-gradient(90deg, #94e0dd 0%, #0bb8b1 100%);
      background: -webkit-linear-gradient(90deg, #94e0dd 0%, #0bb8b1 100%);
      background: linear-gradient(90deg, #94e0dd 0%, #0bb8b1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94e0dd",endColorstr="#0bb8b1",GradientType=1); }
    #whoweare .col-rt img {
      position: absolute;
      bottom: 0;
      left: 60px;
      width: calc(100% - 120px); }
  #whoweare h2 {
    color: #0bb8b1; }
  #whoweare h3 {
    color: #0bb8b1;
    max-width: 700px;
    margin-top: 150px; }
  @media only screen and (max-width: 1199px) {
    #whoweare .col-lt img:last-of-type {
      margin-top: 50px; }
    #whoweare .col-rt {
      padding: 20px 50px 0; }
      #whoweare .col-rt img {
        left: 50px;
        width: calc(100% - 100px); }
      #whoweare .col-rt .grad {
        display: none; }
    #whoweare h3 {
      max-width: 560px; } }
  @media only screen and (max-width: 991px) {
    #whoweare {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 110px 0 60px; }
      #whoweare .mob-img {
        display: block !important;
        order: 1; }
      #whoweare .quote {
        order: 2; }
      #whoweare h3 {
        margin-top: 100px; }
      #whoweare .col-wrap {
        order: 3; }
      #whoweare .col-rt {
        padding: 70px 0 0; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #whoweare {
      padding: 60px 0 10px; }
      #whoweare .col-rt {
        padding-top: 55px; } }
#podcast {
  padding: 100px 0;
  background: #ef6d58;
  background: -moz-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
  background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
  background: linear-gradient(90deg, #ef6d58 0%, #f0e863 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
  color: #fff; }
  #podcast .col-wrap {
    align-items: flex-start; }
  #podcast .col-lt h3 {
    width: calc(100% + 40px);
    padding-bottom: 20px; }
  #podcast .col-lt .arrow {
    color: #fff; }
  #podcast .col-rt a {
    max-width: 350px;
    margin-top: 60px;
    float: right; }
  @media only screen and (max-width: 1199px) {
    #podcast .col-rt a {
      margin-top: 55px; } }
  @media only screen and (max-width: 991px) {
    #podcast {
      padding-bottom: 0;
      position: relative; }
      #podcast:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 175px;
        background: #fff; }
      #podcast .col-lt h3 {
        width: 100%;
        padding-right: 50px;
        box-sizing: border-box; }
        #podcast .col-lt h3 br {
          display: none; }
      #podcast .col-rt a {
        float: none;
        margin: 80px auto 0;
        display: block; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #podcast {
      padding: 50px 0 0; }
      #podcast .col-rt a {
        margin: 60px auto 0;
        border: 3px solid #fff;
        box-sizing: border-box; } }
#whatwedo {
  padding-top: 135px; }
  #whatwedo .intro .col-lt {
    width: calc(50% + 60px); }
  #whatwedo .intro .col-rt {
    width: calc(50% - 60px);
    padding-left: 60px; }
  #whatwedo .intro h2 {
    color: #ee6c59; }
  #whatwedo .covid {
    box-sizing: border-box;
    margin-top: 140px;
    padding: 55px 120px;
    background: #ef6d58;
    background: -moz-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
    background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
    background: linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
    color: #fff; }
    #whatwedo .covid .col-wrap {
      align-items: flex-start; }
      #whatwedo .covid .col-wrap p {
        padding-right: 30px; }
      #whatwedo .covid .col-wrap a {
        color: #fff;
        text-decoration: underline;
        font-weight: 700; }
        #whatwedo .covid .col-wrap a:hover, #whatwedo .covid .col-wrap a:active {
          color: #404041; }
    #whatwedo .covid .phone {
      display: inline-block; }
    #whatwedo .covid h2 {
      padding-bottom: 20px; }
  @media only screen and (max-width: 1199px) {
    #whatwedo .covid {
      padding: 55px 100px; } }
  @media only screen and (max-width: 991px) {
    #whatwedo .intro .col-rt {
      width: 100%;
      padding-left: 0; }
    #whatwedo .covid {
      margin-top: 80px;
      padding: 60px; }
    #whatwedo .mob-img {
      display: block !important;
      margin: 80px auto 0; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #whatwedo {
      padding-top: 60px; }
      #whatwedo .covid {
        margin-top: 50px;
        padding: 40px 25px; }
      #whatwedo .mob-img {
        margin-top: 50px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #whatwedo .covid .hidden-cont {
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      #whatwedo .covid .hidden-cont.open {
        max-height: 600px;
        opacity: 1;
        visibility: visible; }
    #whatwedo #seeMore {
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: .05em;
      font-weight: 700;
      padding-top: 20px;
      color: #fff !important; }
      #whatwedo #seeMore i {
        display: inline-block;
        padding-right: 5px;
        -webkit-transition: padding-right 0.1s ease-in-out;
        -moz-transition: padding-right 0.1s ease-in-out;
        -ms-transition: padding-right 0.1s ease-in-out;
        -o-transition: padding-right 0.1s ease-in-out;
        transition: padding-right 0.1s ease-in-out; }
      #whatwedo #seeMore.active {
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0; } }
#howwedoit {
  padding-top: 180px; }
  #howwedoit .angle {
    margin: 0 auto 140px;
    display: block;
    color: #ee6c59; }
  #howwedoit h2 {
    color: #0bb8b1; }
  #howwedoit .col-lt {
    width: calc(50% - 60px);
    padding-right: 60px; }
  #howwedoit .col-rt {
    width: calc(50% + 60px); }
  #howwedoit .accordion .top:after, #howwedoit .accordion .band-cont:after {
    background: #0bb8b1;
    background: -moz-linear-gradient(90deg, #0bb8b1 0%, #9ce3e0 100%);
    background: -webkit-linear-gradient(90deg, #0bb8b1 0%, #9ce3e0 100%);
    background: linear-gradient(90deg, #0bb8b1 0%, #9ce3e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bb8b1",endColorstr="#9ce3e0",GradientType=1); }
  #howwedoit .accordion .top:hover, #howwedoit .accordion .top.active {
    color: #0bb8b1; }
    #howwedoit .accordion .top:hover .more:before, #howwedoit .accordion .top:hover .more:after, #howwedoit .accordion .top.active .more:before, #howwedoit .accordion .top.active .more:after {
      background: #0bb8b1; }
  @media only screen and (max-width: 991px) {
    #howwedoit .angle {
      margin-bottom: 100px; }
    #howwedoit .col-lt {
      width: 100%;
      padding: 0; }
    #howwedoit .mob-img {
      display: block !important;
      margin: 80px auto 0; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #howwedoit {
      padding-top: 110px; }
      #howwedoit .angle {
        margin-bottom: 55px; }
      #howwedoit .mob-img {
        margin-top: 50px; } }
#board {
  color: #fff;
  margin-top: 150px;
  padding: 130px 0 0;
  font-size: 17px;
  background: #0bb8b1;
  position: relative;
  background: -moz-linear-gradient(270deg, white 0%, #0bb8b1 100%);
  background: -webkit-linear-gradient(270deg, white 0%, #0bb8b1 100%);
  background: linear-gradient(270deg, white 0%, #0bb8b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1); }
  #board:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: '';
    z-index: 1; }
  #board .col-wrap {
    align-items: flex-start; }
  #board .col-lt {
    flex: auto;
    padding-right: 60px; }
  #board .col-rt {
    max-width: 400px;
    margin-right: -60px;
    position: relative;
    z-index: 2; }
    #board .col-rt figure {
      position: relative; }
    #board .col-rt span {
      position: absolute;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 700;
      bottom: 10px;
      left: 15px; }
      #board .col-rt span:last-of-type {
        left: auto;
        right: 15px; }
  #board ul {
    padding: 20px 0;
    border-top: 1px solid #fff;
    -webkit-column-count: 2;
    column-count: 2; }
    #board ul li {
      display: inline-block;
      width: 100%; }
    #board ul:first-of-type {
      border-top: 0;
      padding-top: 0; }
    #board ul:last-of-type {
      -webkit-column-count: 1;
      column-count: 1; }
  #board h3 {
    padding-bottom: 30px; }
  @media only screen and (max-width: 1199px) {
    #board {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    #board {
      background: -moz-linear-gradient(270deg, #9ce3e0 0%, #0bb8b1 100%);
      background: -webkit-linear-gradient(270deg, #9ce3e0 0%, #0bb8b1 100%);
      background: linear-gradient(270deg, #9ce3e0 0%, #0bb8b1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ce3e0",endColorstr="#0bb8b1",GradientType=1);
      margin-top: 120px;
      padding: 110px 0 0; }
      #board .col-lt {
        padding-right: 0; }
      #board .col-rt {
        max-width: 100%;
        margin: 60px auto 0; }
        #board .col-rt .visible-sm {
          display: block !important; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #board {
      margin-top: 25px;
      padding-top: 60px;
      font-size: 14px; }
      #board li {
        line-height: 1.25;
        padding: 4px 0; }
        #board li span {
          display: block; }
      #board .col-rt {
        margin-top: 40px; } }
  @media only screen and (max-width: 991px) and (orientation: landscape) {
    #board {
      margin-top: 90px; } }
#contact {
  padding-top: 150px;
  padding-bottom: 150px; }
  #contact h3 {
    color: #0bb8b1; }
  #contact form {
    margin-top: 80px;
    display: block;
    width: 100%; }
    #contact form .fieldset {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: flex-start; }
    #contact form .group {
      width: calc(50% - 20px); }
    #contact form input, #contact form textarea {
      width: 100%;
      display: block;
      border: 1px solid #404041;
      padding: 15px;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 24px;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      resize: none;
      font-family: "Montserrat", sans-serif;
      color: #0bb8b1;
      font-weight: 500;
      outline: none;
      margin-top: 7px; }
    #contact form label {
      font-weight: 700;
      margin-top: 25px;
      text-transform: uppercase;
      letter-spacing: .05em; }
    #contact form textarea {
      height: 150px; }
    #contact form button {
      margin-left: auto;
      position: relative;
      margin-top: 25px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      box-sizing: border-box;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      padding: 0 30px;
      background: #0bb8b1;
      background: -moz-linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
      background: -webkit-linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
      background: linear-gradient(270deg, #9de3e0 0%, #0bb8b1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1);
      overflow: hidden; }
      #contact form button span {
        position: relative;
        z-index: 2; }
      #contact form button:after {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        content: '';
        position: absolute;
        z-index: 1;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ef6d58;
        background: -moz-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
        background: -webkit-linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
        background: linear-gradient(90deg, #ef6d58 0%, #f7b9b0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
        pointer-events: none; }
      #contact form button:hover:after {
        left: 0; }
    #contact form #form-status {
      margin-top: 25px;
      width: 100%;
      background: #ee6c59;
      color: #fff;
      font-size: 18px; }
      #contact form #form-status p {
        padding: 15px 30px;
        box-sizing: border-box; }
  @media only screen and (max-width: 991px) {
    #contact {
      padding-bottom: 110px; } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    #contact {
      padding: 120px 0 35px; }
      #contact form {
        margin-top: 30px; }
        #contact form .group {
          width: 100%;
          margin-top: 15px; }
        #contact form label {
          margin-top: 15px; }
        #contact form input, #contact form textarea {
          padding: 10px;
          font-size: 16px;
          margin-top: 5px; }
        #contact form button {
          height: 48px;
          line-height: 48px; }
        #contact form #form-status {
          font-size: 14px; }
          #contact form #form-status p {
            padding: 15px 20px; } }
/**2020-08-20 Stride Addition **/
#events {
  padding-top: 50px; }

.event-wrap {
  background: #0bb8b1;
  background: -moz-linear-gradient(90deg, #0bb8b1 0%, rgba(11, 184, 177, 0.4) 100%);
  background: -webkit-linear-gradient(90deg, #0bb8b1 0%, rgba(11, 184, 177, 0.4) 100%);
  background: linear-gradient(90deg, #0bb8b1 0%, rgba(11, 184, 177, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bb8b1",endColorstr="#0bb8b1",GradientType=1);
  color: #fff;
  padding: 55px 120px;
  margin-bottom: 60px; }
  .event-wrap:last-of-type {
    margin-bottom: 140px; }
  .event-wrap .arrow {
    color: #fff; }
  .event-wrap h3 {
    padding: 10px 0 20px; }
  .event-wrap .col-rt {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .event-wrap .logo {
    display: block;
    width: calc(100% - 50px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    max-width: 350px; }
    .event-wrap .logo img {
      width: 100%;
      display: block; }
  @media only screen and (max-width: 1199px) {
    .event-wrap {
      padding: 55px 100px; } }
  @media only screen and (max-width: 991px) {
    .event-wrap {
      margin-bottom: 40px;
      padding: 60px; }
      .event-wrap:last-of-type {
        margin-bottom: 80px; }
      .event-wrap .col-rt {
        margin-top: 30px;
        justify-content: center; }
        .event-wrap .col-rt .logo {
          -moz-transform: translateX(0);
          -o-transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
  @media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
    .event-wrap {
      padding: 40px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .event-wrap {
      margin-bottom: 20px;
      padding: 40px 25px; }
      .event-wrap:last-of-type {
        margin-bottom: 24px; } }

/*# sourceMappingURL=styles.css.map */