@import url("https://use.typekit.net/ehr1gqq.css");
.bg-color-fade {
  background: linear-gradient(270deg, #70715f, #6b7779);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.smooth-fast {
  transition: all 0.15s ease;
}
.smooth {
  transition: all 0.5s ease;
}
.smooth-long {
  transition: all 1s ease;
}
.box-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
.box-shadow-light {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.font-altonwaycompany {
  font-family: houschka-rounded, sans-serif;
  font-style: normal;
}
.font-family {
  font-family: "century-gothic";
  font-style: normal;
}
.font-lite {
  font-weight: 300;
}
.font-reg {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
body {
  font-family: houschka-rounded, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(270deg, #70715f, #6b7779);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}
@media (min-width:992px) {
  body {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  body {
    font-size: 20px;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 24px;
  }
}
@media (min-width:1800px) {
  body {
    font-size: 30px;
  }
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  align-items: center;
}
.bg-gradient-1 {
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.linkages {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
@media (min-width:992px) {
  .linkages {
    flex-direction: unset;
  }
}
.linkages .linkage-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.linkages .linkage-header .branding-logo {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-height: 300px;
  margin: 0 auto 20px;
  align-items: center;
}
.linkages .linkage-header .branding-logo img {
  width: 100%;
  max-height: 300px;
}
.linkages .linkage-header .branding-logo img:hover {
  cursor: pointer;
}
.linkages .linkage-header .avatar {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  border: 3px solid #555555;
  border-radius: 100px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.linkages .linkage-header .avatar img {
  width: 94px;
  height: 94px;
}
.linkages .linkage-header .username {
  display: flex;
  flex-direction: column;
}
.linkages .linkage-header .username h1,
.linkages .linkage-header .username h2,
.linkages .linkage-header .username p {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.linkages .linkage-header .username h1 {
  font-size: 2rem;
  font-weight: 700;
}
.linkages .linkage-header .username h2 {
  font-size: 1.25rem;
}
.linkages .linkage-header .username p {
  font-size: 1rem;
}
.linkages .linkage-favs {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-radius: 80px;
  overflow: hidden;
  background: #ffffff;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.linkages .linkage-favs .btn {
  font-size: 1em;
}
@media (min-width:992px) {
  .linkages .linkage-favs .btn {
    font-size: 0.875em;
  }
}
@media (min-width:1200px) {
  .linkages .linkage-favs .btn {
    font-size: 0.75em;
  }
}
.linkages .linkage-favs .fa,
.linkages .linkage-favs .fas,
.linkages .linkage-favs .fab,
.linkages .linkage-favs .far {
  font-size: 2em;
  color: #007bff;
}
.linkages .linkage-links {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.linkages .linkage-links .link-unit {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 1rem 1.5rem;
  color: #ffffff;
}
.linkages .linkage-links .link-unit .fa,
.linkages .linkage-links .link-unit .fas,
.linkages .linkage-links .link-unit .fab {
  font-size: 2.25rem;
}
.linkages .linkage-links .link-unit a {
  color: #ffffff;
}
.linkages .linkage-links .link-unit a:hover {
  text-decoration: none;
  color: inherit;
}
.linkages .linkage-links .link-unit .detail {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.linkages .linkage-links .link-unit .detail span:nth-child(1) {
  margin-right: 1rem;
}
.linkages .linkage-links .link-unit .detail span:nth-child(2) {
  position: relative;
  line-height: 1;
}
.linkages .linkage-links .link-unit:hover {
  background: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #007bff;
}
.linkages .linkage-links .link-unit:hover a {
  color: #007bff;
}
.linkages .linkage-cards {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width:992px) {
  .linkages .linkage-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
  }
}
.linkages .linkage-cards .card {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1.5rem;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
}
.linkages .linkage-cards .card:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width:992px) {
  .linkages .linkage-cards .card {
    width: calc(50% - 1.5rem);
    margin: 0 0.75rem 1.5rem 0;
  }
}
@media (min-width:1200px) {
  .linkages .linkage-cards .card {
    max-width: unset;
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width:1600px) {
  .linkages .linkage-cards .card {
    width: calc(25% - 1.5rem);
  }
}
@media (min-width:1800px) {
  .linkages .linkage-cards .card {
    width: calc(20% - 1.5rem);
  }
}
.linkages .linkage-cards .card p {
  font-size: 16px;
  color: #333333;
}
.linkages .linkage-cards .card i {
  font-size: 1.5em;
}
.linkages .linkage-cards .card .btn.btn-primary {
  border-radius: 100px;
  padding: 0.375rem 1.25rem;
}
.linkages .linkage-cards .card img {
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}
.linkages .linkage-cards .card .card-title {
  font-weight: 700;
}
.linkages .linkage-cards .card .card-title h1,
.linkages .linkage-cards .card .card-title h2,
.linkages .linkage-cards .card .card-title h3,
.linkages .linkage-cards .card .card-title h4,
.linkages .linkage-cards .card .card-title h5,
.linkages .linkage-cards .card .card-title h6 {
  font-size: 1.25rem;
  font-weight: 700;
}
.linkages .linkage-cards .card a.btn.btn-primary {
  color: #ffffff;
}
.page-section-1,
.page-section-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width:992px) {
  .page-section-1 {
    width: 33.33%;
    flex-wrap: wrap;
    border-right: 1px solid #555555;
  }
}
@media (min-width:1200px) {
  .page-section-1 {
    width: 25%;
    flex-wrap: wrap;
  }
}
@media (min-width:1600px) {
  .page-section-1 {
    width: 20%;
    flex-wrap: wrap;
  }
}
@media (min-width:1800px) {
  .page-section-1 {
    width: 15%;
    flex-wrap: wrap;
  }
}
@media (min-width:992px) {
  .page-section-2 {
    width: 66.66%;
    flex-wrap: wrap;
  }
}
@media (min-width:1200px) {
  .page-section-2 {
    width: 75%;
    flex-wrap: wrap;
  }
}
@media (min-width:1600px) {
  .page-section-2 {
    width: 80%;
    flex-wrap: wrap;
  }
}
@media (min-width:1800px) {
  .page-section-2 {
    width: 85%;
    flex-wrap: wrap;
  }
}
.footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #333333;
  padding: 0.5rem;
}
.footer-container .footer-copy {
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.footer-container .footer-copy p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
.social-media-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.social-media-block .social-media-block-unit {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width:1200px) {
  .social-media-block .social-media-block-unit {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width:1600px) {
  .social-media-block .social-media-block-unit {
    width: 33.33%;
    padding: 0 20px;
  }
}
@media (min-width:1800px) {
  .social-media-block .social-media-block-unit {
    width: 25%;
    padding: 0 20px;
  }
}
.marketing-block {
  display: flex;
  flex-direction: column;
  background: #404540;
  background: #404540 url('/images/svg/floral_bg.svg');
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
.marketing-block .marketing-block-unit {
  padding: 1.25em;
  display: flex;
}
.marketing-block .marketing-block-unit h1 {
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  color: #ffffff;
  background: rgba(215, 200, 161, 0.95);
  margin: 0 auto;
  display: flex;
  padding: 0.25em 1em;
  border-radius: 0.5em;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.35);
}
.is-cms .linkage-cards.cms-editable .card.cms-repeatable {
  border: 6px solid tomato;
  padding: 10px;
}
.is-cms .linkage-cards.cms-editable .card.cms-repeatable .card-img-top {
  border: 3px solid aqua;
}
.is-cms .linkage-cards.cms-editable .card.cms-repeatable .card-body .card-title {
  padding: 10px;
  border: 3px solid pink;
}
.is-cms .linkage-cards.cms-editable .card.cms-repeatable .card-body .card-text {
  padding: 10px;
  border: 3px solid teal;
}
