
/* Main CSS */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "museo-sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #f3f3f3;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  font-weight: 100;
}

.fp__hero {
  background: url('img/assets/background.png'), #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 3px solid #1b8b4c;
  padding-right: 100px;
  position: relative;
}
.fp__hero .fp__hero_btn {
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #FFF;
  padding: 10px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #1d874b;
  font-weight: 600;
  box-shadow: 0 0 6px 0px #999;
  -webkit-box-shadow: 0 0 6px 0px #999;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fp__hero .fp__hero_btn:hover {
  background-color: #1d874b;
  color: #FFF;
}
.fp__hero .fp__hero_content {
  display: flex;
  align-items: center;
  padding: 24px 100px 0 64px;
  margin-right: 24px;
  border-right: 2px solid #1b8b4c;
  flex-grow: 1;
  justify-content: center;
}
.fp__hero_content_text {
  padding: 24px;
  margin-right: 64px;
  margin-top: 24px;
}
.fp__hero .fp__hero_content_text h3 {
  margin: 0 0 48px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #442c1e;
  max-width: 720px;
}
.fp__hero .fp__hero_content_text h4::before {
  width: 100px;
  height: 5px;
  background-color: #1b8b4c;
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -36px;
  z-index: 0;
}
.fp__hero .fp__hero_content_text h4::after {
  height: 100px;
  width: 5px;
  background-color: #1b8b4c;
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -36px;
  z-index: 0;
}
.fp__hero .fp__hero_content_text h4 {
  color: #5a5a5a;
  font-size: 19px;
  font-weight: 600;
  max-width: 640px;
  margin-left: 36px;
  position: relative;
  z-index: 1;
}
.fp__hero .fp__hero_content_text p {
  font-size: 19px;
  max-width: 640px;
  margin-left: 36px;
}
.fp__hero .fp__hero_content img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Call to Action */
.fp__call {
  background-color: #FFF;
  text-align: center;
  padding: 20px 0 10px;
}
.fp__call .fp__call_content h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #442c1e;
}
.fp__call .fp__call_content h4 {
  margin: 0;
  font-size: 18px;
  color: #88705a;
}
.fp__call img {
  object-fit: cover;
  width: 100%;
  height: 12px;
  object-position: center;
  margin-top: 12px;
}
.fp__call .fp__call_content a {
  text-decoration: none;
  background: #1d874b;
  color: #FFF;
  padding: 10px 25px;
  border-radius: 25px;
  display: inline-block;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fp__call .fp__call_content a:hover {
  opacity: 0.8;
}

/* Intro text */
.fp__intro_text {
  border-top: 1px solid #1b8b4c;
  border-left: 100px solid #1b8b4c;
  padding: 10px 24px;
}
.fp__intro_text p {
  font-size: 18px;
  font-weight: 700;
  color: #5a5a5a;
  margin: 0;
}

/* Members */

.fp__member_green .fp__member_header,
.fp__member_green .fp__member_container,
.fp__member_green .fp__member_info {
  border-color: #7dc456;
}
.fp__member_green .fp__member_header h4 {
  color: #7dc456;
}

.fp__member_yellow .fp__member_header,
.fp__member_yellow .fp__member_container,
.fp__member_yellow .fp__member_info {
  border-color: #deb407;
}
.fp__member_yellow .fp__member_header h4 {
  color: #deb407;
}

.fp__member_purple .fp__member_header,
.fp__member_purple .fp__member_container,
.fp__member_purple .fp__member_info {
  border-color: #722981;
}
.fp__member_purple .fp__member_header h4 {
  color: #722981;
}

.fp__member_sand .fp__member_header,
.fp__member_sand .fp__member_container,
.fp__member_sand .fp__member_info {
  border-color: #b9ad98;
}
.fp__member_sand .fp__member_header h4 {
  color: #b9ad98;
}

.fp__member_navy .fp__member_header,
.fp__member_navy .fp__member_container,
.fp__member_navy .fp__member_info {
  border-color: #232359;
}
.fp__member_navy .fp__member_header h4 {
  color: #232359;
}
.fp__member_navy button {
  background-color: #232359;
}

.fp__member_blue .fp__member_header,
.fp__member_blue .fp__member_container,
.fp__member_blue .fp__member_info {
  border-color: #0062b0;
}
.fp__member_blue .fp__member_header h4 {
  color: #0062b0;
}

.fp__members_list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.fp__member {
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 4px 8px 4px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 4px 8px 4px rgba(0,0,0,0.15);
}

.fp__member .fp__member_container {
  display: flex;
  flex-direction: column;
  border-left-width: 24px;
  border-left-style: solid;
  width: 75%;
  position: relative;
  z-index: 2;
  background-image: url("img/assets/banner_shield.png");
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: calc(100% + 124px) top;
}

.fp__member .fp__member_header {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  display: flex;
  height: 56px;
  align-items: center;
}

.fp__member .fp__member_container .fp__member_content {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.fp__member .fp__member_logo {
  width: 30%;
}

.fp__member .fp__member_logo img {
  width: 100%;
  display: block;
  max-width: 200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.fp__member .fp__member_text {
  font-size: 16px;
  font-weight: 300;
  width: 70%;
  box-sizing: border-box;
  padding: 24px;
}

.fp__member .fp__member_info {
  width: 25%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-left-width: 8px;
  border-left-style: solid;
  background-image: url("img/assets/banner_shield.png");
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: -124px top;
}

.fp__member .fp__member_info img.fp__member_shield {
  position: absolute;
  object-fit: contain;
  object-position: center;
  top: 0;
  left: -120px;
  max-width: 240px;
  margin-left: -4px;
  z-index: 1;
}

.fp__member .fp__member_header h4 {
  text-transform: uppercase;
  margin-left: 16px;
  box-sizing: border-box;
  font-size: 18px;
  color: #5a5a5a !important;
}

.fp__member .fp__member_info .fp__member_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 24px 32px;
}

.fp__member .fp__member_info .fp__member_content > a {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 700;
}

.fp__member .fp__member_info .fp__member_content > p {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 700;
}

/* Dropdown Menu  */
.fp__member .fp__member_dropdown {
  position: relative;
  margin-bottom: 24px;
}
.fp__member .fp__member_dropdown button {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  font-family: "museo-sans", sans-serif;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  min-width: 220px;
}
.fp__member .fp__member_dropdown button img {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fp__member .fp__member_dropdown button.active img {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.fp__member .fp__member_dropdown .fp__member_dropdown_items {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 #999;
  -webkit-box-shadow: 0 0 8px 0 #999;
  position: absolute;
  z-index: 100;
  /* top: 48px;
  left: 16px; */
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fp__member .fp__member_dropdown button.active + .fp__member_dropdown_items {
  opacity: 1;
  visibility: visible;
}
.fp__member .fp__member_dropdown .fp__member_dropdown_items a {
  color: #4a60a1;
  margin: 4px 0;
  font-size: 17px;
}

/* Member - Social Links */

.fp__member .fp__member_social {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.fp__member .fp__member_social img {
  width: 32px;
  height: auto;
  display: block;
}

/* Footer  */
footer {
  padding: 16px;
}
footer p {
  color: #5a5a5a;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 920px) {

  .fp__hero {
    padding: 0;
  }

  .fp__hero .fp__hero_content {
    padding: 24px;
    border: none;
    margin: 0;
    flex-direction: column-reverse;
  }

  .fp__hero_content_text {
    margin: 0;
  }
  
  .fp__hero .fp__hero_content_text h3 {
    font-size: 32px;
    text-align: center;
  }

  .fp__hero .fp__hero_content_text h4,
  .fp__hero .fp__hero_content_text p {
    margin-left: 0;
  }

  .fp__hero .fp__hero_content_text h4::before,
  .fp__hero .fp__hero_content_text h4::after {
    display: none;
  }

  .fp__intro_text {
    border-left: none;
  }

  .fp__member {
    flex-direction: column;
  }
  .fp__member .fp__member_container {
    width: inherit;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    background: none;
  }
  .fp__member .fp__member_container .fp__member_header {
    display: none;
  }
  .fp__member .fp__member_container .fp__member_content {
    flex-direction: column;
    padding: 24px;
  }
  .fp__member .fp__member_logo {
    width: inherit;
  }
  .fp__member .fp__member_text {
    width: inherit;
  }
  .fp__member .fp__member_info {
    border-left: none;
    width: inherit;
    background: none;
  }
  .fp__member .fp__member_header h4 {
    text-align: center;
    width: 100%;
  }
  .fp__member .fp__member_info .fp__member_content {
    align-items: center;
  }
  .fp__member .fp__member_social {
    margin-top: 24px;
  }
  
}

@media only screen and (max-width: 720px) {

  .fp__hero .fp__hero_content_text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }

  .fp__hero .fp__hero_content_text h4,
  .fp__hero .fp__hero_content_text p,
  .fp__intro_text p {
    font-size: 16px;
  }
}
