body {
  font-family: Montserrat, sans-serif;
  color: #e12b62;
  font-size: 16px;
  line-height: 22px;
}

.card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card {
  position: relative;
  overflow: hidden;
  width: 550px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 20px solid #2d3077;
  background-color: #fff;
  box-shadow: 0 11px 40px 0 rgba(0, 0, 0, 0.1);
  font-family: Montserrat, sans-serif;
  color: #2d3077;
}

.card.cdn-card {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #2d3077;
  opacity: 0.08;
  -webkit-filter: blur(120px);
  filter: blur(120px);
}

.fcd-header {
  padding: 38px 28px 20px;
  background-color: #2d3077;
  background-image: url('../images/FCD-Logo-Header-01.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-details-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 28px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.profile-box {
  width: 160px;
  margin-right: 20px;
  margin-left: -5px;
  border-style: solid;
  border-width: 4px;
  border-color: #e60067;
  border-radius: 50%;
}

.fcd-name {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 800;
}

.fcd-job-title {
  margin-top: 0px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.text-block-2 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-hold {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(134, 194, 235, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2d3077;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.detail-hold:hover {
  background-color: rgba(230, 0, 103, 0.1);
  color: #e60067;
}

.small-icon {
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 8px;
}

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

.detail {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-button {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 56px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 4px solid #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.fcd-one-click-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3077;
  font-size: 21px;
  line-height: 21px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.new-sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e60067;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e60067;
}

.new-sm-link:hover {
  background-color: #e60067;
  color: #fff;
}

.icon {
  width: 24px;
  height: 24px;
}

.location-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.quick-link-hold {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d3077;
  background-image: -webkit-gradient(linear, left top, right top, from(#86c2eb), color-stop(73%, #2d3077));
  background-image: linear-gradient(90deg, #86c2eb, #2d3077 73%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.quick-link-hold:hover {
  background-color: #1c1e55;
}

.link-text {
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.save-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-right: 0.25%;
  margin-left: 0.25%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.5%;
  -ms-flex: 1 0 49.5%;
  flex: 1 0 49.5%;
  background-color: #86c2eb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2d3077;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.save-btn:hover {
  border-color: #c50058;
  background-color: #e60067;
  box-shadow: 0 8px 30px 0 rgba(45, 48, 119, 0.25);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.bg-icon {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 80px;
  margin-top: 0px;
  margin-right: 6px;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.home-notice {
  display: none;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  color: #a8a8a8;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.home-notice.offline {
  display: block;
}

.bold-link {
  color: #2d3077;
  font-weight: 600;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-6 {
  color: #2d3077;
  font-weight: 500;
}

.flex-icon-hold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.notice {
  padding: 6px 28px;
  background-color: #f8ec46;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.paragraph {
  color: #2d3077;
  font-weight: 500;
}

.utility-page-wrap-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .card-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .profile-box {
    display: block;
  }
  .fcd-name {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .card-holder {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card {
    width: auto;
    box-shadow: none;
  }
  .glow {
    display: none;
  }
  .team-details-holder {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .home-notice {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .notice {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .card {
    min-height: 100vh;
  }
  .fcd-header {
    padding: 20px 15px 10px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, #2d3077), color-stop(73%, rgba(45, 48, 119, 0))), url('../images/FCD-Logo-Header-01.svg');
    background-image: linear-gradient(90deg, #2d3077 29%, rgba(45, 48, 119, 0) 73%), url('../images/FCD-Logo-Header-01.svg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .team-details-holder {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .profile-box {
    width: 120px;
    margin-right: 12px;
    border-bottom-width: 2.5px;
  }
  .fcd-name {
    font-size: 24px;
  }
  .fcd-job-title {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-2 {
    font-size: 28px;
    line-height: 28px;
  }
  .detail-hold {
    height: 42px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .small-icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .detail-text {
    font-size: 18px;
    line-height: 18px;
  }
  .call-button {
    width: 75px;
    height: 42px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .fcd-one-click-title {
    margin-right: 4px;
    font-size: 18px;
    line-height: 18px;
  }
  .new-sm-link {
    width: 45px;
    height: 45px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .quick-link-hold {
    height: 42px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .link-text {
    font-size: 18px;
    line-height: 20px;
  }
  .save-btn {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .bg-icon {
    left: 10px;
    width: 70px;
    opacity: 0.35;
  }
  .home-notice {
    padding-right: 15px;
    padding-left: 15px;
  }
  .notice {
    padding-right: 15px;
    padding-left: 15px;
  }
}

