@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px

NOTE: Do not include any other kind of mixins other than that relevant to media query management.
*/

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.lineresults {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #202124;
  margin-bottom: 25px;
}

.lineresultsline__container {
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineresultsline__label {
  font-family: 'HKGrotesk-Bld', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1em;
  margin-top: 4px;
  width: 250px;
}

.lineresultsline__value {
  font-family: 'HKGrotesk', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  max-width: 550px;
  text-decoration: none;
}

.projects__results-pagination {
  text-align: center;
  margin: 40px 0;
}

.volunteer-opps__results-pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination {
  display: inline-block;
  height: 70px;
  padding: 0 25px;
  border-radius: 35px;
  background-color: #eee;
}

@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
    border-radius: 25px;
  }
}

.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}

.page-numbers:hover,
.page-numbers.current {
  background-color: #86c023;
  color: #fff;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: transparent;
  color: #86c023;
}

@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }

  .page-numbers:nth-of-type(3) {
    position: relative;
    padding-right: 50px;
  }

  .page-numbers:nth-of-type(3)::after {
    content: '...';
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }

  .page-numbers:nth-child(-n+3),
  .page-numbers:nth-last-child(-n+3) {
    display: block;
  }

  .page-numbers:nth-last-child(-n+4) {
    padding-right: 14px;
  }

  .page-numbers:nth-last-child(-n+4)::after {
    content: none;
  }
}

.cd-carousel {
  margin: 115px 0 0 0;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel {
    margin: 50px 0 0 0;
  }
}

.cd-carousel-sheet {
  min-height: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet-crypto {
    background-position-x: -365px;
  }
}

.cd-carousel-sheet__left-side-medfood-image {
  border-right: 4px solid #000000;
  padding: 2rem 2rem 2rem 2rem;
  width: 440px;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__left-side-medfood-image {
    width: 140px;
    padding: 6rem 1rem 1rem 0;
  }
}

.cd-carousel-sheet__left-side-ntrcntr-desc-header {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 173px 0 50px 74px;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__left-side-ntrcntr-desc-header {
    font-size: 1.8rem;
    line-height: initial;
    margin: 70px 0 10px 10px;
  }
}

.cd-carousel-sheet__left-side-ntrcntr-desc-content {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 0 74px;
  max-width: initial;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__left-side-ntrcntr-desc-content {
    margin: 0 auto;
    font-size: 1rem;
  }
}

.cd-carousel-sheet__left-side-fire {
  width: 33%;
}

.cd-carousel-sheet__left-side-fire-desc {
  width: 555px;
  height: 512px;
  left: 0;
  padding: 0 0 0 22px;
  background: #FFFFFF;
  border-radius: 25px 0 0 25px;
  position: relative;
  margin: 30px auto;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__left-side-fire-desc {
    width: 100px;
    margin: 17px auto;
  }
}

.cd-carousel-sheet__left-side-fire-desc-header {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 118px 0 0 0;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__left-side-fire-desc-header {
    font-size: 0.9rem;
    padding: 10px 0 0 0;
  }
}

.cd-carousel-sheet__left-side-fire-desc-subheader {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
}

.cd-carousel-sheet__left-side-fire-desc::after {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFFFFF;
  border-width: 257px;
  margin-top: 0;
  border-left-width: 78px;
}

.cd-carousel-sheet__right-side-medfood {
  width: 61%;
}

.cd-carousel-sheet__right-side-medfood-desc {
  padding: 0 0 0 3rem;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-medfood-desc {
    padding: 0 0 0 1rem;
  }
}

.cd-carousel-sheet__right-side-medfood-desc-header {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 50px auto;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-medfood-desc-header {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}

.cd-carousel-sheet__right-side-medfood-desc-subheader {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 133px 0;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-medfood-desc-subheader {
    margin: 0 0 20px 0;
    font-size: 0.5rem;
    letter-spacing: initial;
    line-height: 9px;
  }
}

.cd-carousel-sheet__right-side-medfood-desc-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-medfood-desc-content {
    font-size: 0.75rem;
    line-height: 15px;
  }
}

.cd-carousel-sheet__right-side-crypto-desc {
  width: 50%;
  margin: 65px 10px 10px 47%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  padding: 2rem;
  max-width: initial;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-crypto-desc {
    padding: 1.2rem;
    margin: 65px 10px 10px 44%;
  }
}

.cd-carousel-sheet__right-side-crypto-desc-content {
  max-width: initial;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-crypto-desc-content {
    font-size: 0.5rem;
    line-height: 20px;
  }
}

.cd-carousel-sheet__right-side-crypto-desc-header {
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  color: #000000;
  max-width: initial;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-crypto-desc-header {
    font-size: 1rem;
  }
}

.cd-carousel-sheet__right-side-crypto-desc-subheader {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-crypto-desc-subheader {
    font-size: 0.5rem;
  }
}

.cd-carousel-sheet__right-side-crypto-desc-learn {
  cursor: pointer;
  padding: 5px;
  width: 7rem;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
}

.cd-carousel-sheet__right-side-fire {
  width: 63%;
}

.cd-carousel-sheet__right-side-ntrcntr-image {
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 170px 100px 175px 100px;
  margin: 89px 136px auto;
}

.cd-carousel-sheet__right-side-ntrcntr-logo {
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 170px 100px 175px 100px;
  margin: 30px 136px auto;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .cd-carousel-sheet__right-side-ntrcntr-logo {
    padding: 37px 10px 37px 10px;
    margin: 140px 6px auto;
  }
}

.cd-carousel-sheet__right-side-image--30 {
  width: 30%;
}

.cd-carousel-sheet__right-side-image--70 {
  width: 70%;
}

