:root {
  --gray: #333;
  --white: white;
  --dodger-blue: #4c94e5;
  --royal-blue: #2666af;
  --light-steel-blue: #c4d9f1;
}

.heading {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
}

.body {
  font-family: PT Sans, sans-serif;
}

.heading-2 {
  line-height: 16px;
}

.heading-3 {
  color: var(--gray);
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.slider {
  height: 600px;
  max-height: 100%;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.dropdown-toggle {
  font-size: 16px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  color: var(--dodger-blue);
}

.dropdown-list {
  background-color: var(--white);
}

.droplink:hover {
  color: var(--dodger-blue);
}

.slide {
  background-image: url('../images/paying-for-coffee-by-credit-web.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slidersec {
  background-image: url('../images/paying-for-coffee-by-credit-web.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
  max-height: 100%;
  margin-top: 90px;
}

.div-block {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  width: 70%;
  margin-bottom: 20px;
}

.heading-4, .heading-5 {
  color: var(--white);
}

.text-block {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.button {
  background-color: var(--dodger-blue);
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.container-2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.text-block-2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-3 {
  color: var(--dodger-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-4 {
  font-size: 18px;
  line-height: 26px;
}

.subhead2 {
  font-size: 28px;
}

.text-block-5 {
  font-size: 18px;
  line-height: 26px;
}

.text-block-5.white {
  color: var(--white);
}

.ctasec {
  background-image: linear-gradient(rgba(255, 255, 255, .57), rgba(255, 255, 255, .57)), url('../images/Blue-trees.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heading-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-6 {
  font-size: 20px;
  line-height: 22px;
}

.text-block-7 {
  width: 60%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text {
  color: #343434;
}

.div-block-3 {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.container-4 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.text-block-7-copy {
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-8 {
  text-align: left;
}

.text-block-9 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ctasec2 {
  background-image: linear-gradient(rgba(255, 255, 255, .64), rgba(255, 255, 255, .64)), url('../images/iss_17053_01245.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-bottom: 20px;
}

.container-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.bluesec {
  background-color: var(--royal-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-8 {
  color: var(--white);
}

.heading-9 {
  text-align: center;
}

.container-6 {
  padding: 60px 20px 100px;
}

.awardssec {
  background-color: var(--light-steel-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-10 {
  background-image: url('../images/award.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

.column-11 {
  padding-left: 20px;
}

.heading-10 {
  text-align: center;
}

.container-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-5-copy {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.text-block-5-copy.white {
  color: var(--white);
}

.footersec {
  padding-left: 10px;
  padding-right: 10px;
}

.image, .image-2 {
  height: 70px;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.columns {
  padding: 10px 20px 20px;
}

.slider-2 {
  height: 450px;
  max-height: 100%;
}

.text-block-12 {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.columns-2 {
  padding-bottom: 40px;
}

.section {
  margin-top: 100px;
}

.slide-2 {
  background-image: url('../images/screen-shot-2019-12-20-at-8.09.04-am.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/screen-shot-2017-02-07-at-1.36.01-pm.png');
  background-position: 0 0;
}

.slide-4 {
  background-image: url('../images/screen-shot-2017-02-07-at-1.33.10-pm.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-3-copy {
  justify-content: space-around;
  width: 90%;
  padding-top: 20px;
  display: flex;
}

.section-55 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-27 {
  text-align: center;
}

.image-28-copy {
  max-width: none;
  max-height: 400px;
  margin-top: 40px;
}

.heading-61 {
  text-align: center;
}

.heading-62 {
  text-align: center;
  margin-top: 0;
}

.text-block-168 {
  text-align: center;
}

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

.columns-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-8 {
  background-color: var(--white);
}

.columns-4 {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .column-11 {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 90%;
  }

  .text-block {
    font-size: 22px;
    line-height: 26px;
  }

  .button {
    margin-top: 20px;
  }

  .text-block-7 {
    width: 90%;
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-7-copy {
    width: 90%;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    padding-bottom: 10px;
  }

  .column-3 {
    padding-top: 10px;
  }

  .column-4, .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ctasec2 {
    background-image: linear-gradient(rgba(255, 255, 255, .73), rgba(255, 255, 255, .73)), url('../images/iss_17053_01245.jpg');
    background-position: 0 0, 50% 65%;
    background-size: auto, cover;
  }

  .column-6 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-8 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    flex: 0 auto;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-12 {
    text-align: center;
    padding-bottom: 10px;
  }

  .column-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-14 {
    text-align: center;
    padding-top: 10px;
  }

  .text-block-11 {
    padding-left: 10px;
  }

  .slider-2 {
    margin-top: 10px;
  }

  .slide-2 {
    background-position: 50% 0;
  }

  .slide-4 {
    background-image: url('../images/screen-shot-2017-02-07-at-1.33.10-pm.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-3-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-3 {
    font-size: 11px;
  }

  .container {
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    width: 100%;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 28px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .subhead2 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    width: 100%;
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 21px;
    line-height: 20px;
  }

  .div-block-3 {
    flex-direction: column;
    width: 100%;
  }

  .text-block-7-copy {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-7, .heading-8, .heading-9 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awardssec {
    padding-top: 0;
  }

  .column-10 {
    background-position: 50% 20%;
    height: 300px;
  }

  .heading-10, .heading-11 {
    font-size: 28px;
    line-height: 32px;
  }

  .slider-2 {
    margin-top: 20px;
  }

  .heading-12 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 32px;
  }

  .slide-3 {
    background-position: 10% 0;
  }

  .div-block-3-copy {
    flex-direction: column;
    width: 100%;
  }

  .section-55 {
    padding-top: 10px;
  }

  .image-28-copy {
    margin-top: 20px;
  }
}


