/* Variables */

:root {
  --primary-blue: #074060;
  --secondary-blue: #F1F7F7;
  --body-color: #074060;
  --orange: #FFC4A6;
  --peach: #FEE8DD;
  --darkorange: #D56D58;
  --new-aqua: #AAE6E8;
  --body-font-family: 'Visuelt Pro', -apple-system, BlinkMacSystemFont, sans-serif;
  --logo-image: url("/user/themes/fivegoodfriends/images/logohorizontal.svg");
  --dark-aqua: #C7F1F2;
  --new-primary-hover: #5374F1;
  --lighter-green: #E8F4EA;
  --light-green: #ACDCCE; }

/* New font: Cooper Medium and Cooper Light */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=5333faf0-f052-422a-b903-36aad84eb3e1&fontids=5322614,5359975");
@font-face{
  font-family:"Cooper";
  src:url("../fonts/5322614/eb3f902c-e094-4f7c-98ac-151801c5772e.woff2") format("woff2"),url("../fonts/5322614/6ff27f48-e447-4bcd-b199-c458817b681e.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; 
}
@font-face{
    font-family:"Cooper";
    src:url("../fonts/5322614/eb3f902c-e094-4f7c-98ac-151801c5772e.woff2") format("woff2"),url("../fonts/5322614/6ff27f48-e447-4bcd-b199-c458817b681e.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal; 
}
@font-face{
  font-family:"Cooper";
  src:url("../fonts/5359975/8d861e24-728a-4dde-93dc-6ed94697adae.woff2") format("woff2"),url("../fonts/5359975/4ca74ae2-fd5f-4147-b731-cc4550c11188.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face{
    font-family:"Cooper";
    src:url("../fonts/5359975/8d861e24-728a-4dde-93dc-6ed94697adae.woff2") format("woff2"),url("../fonts/5359975/4ca74ae2-fd5f-4147-b731-cc4550c11188.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:700;
  src: url('../fonts/visuelt-bold.otf');
  src: url('../fonts/visuelt-bold.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-bold.woff2') format('woff2'),
  url('../fonts/visuelt-bold.woff') format('woff');
  font-display:swap
}
@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:400;
  src: url('../fonts/visuelt-regular.otf');
  src: url('../fonts/visuelt-regular.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-regular.woff2') format('woff2'),
  url('../fonts/visuelt-regular.woff') format('woff');
  font-display:swap
}
@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:500;
  src: url('../fonts/visuelt-medium.otf');
  src: url('../fonts/visuelt-medium.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-medium.woff2') format('woff2'),
  url('../fonts/visuelt-medium.woff') format('woff');
  font-display:swap
}
@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:200;
  src: url('../fonts/visuelt-light.otf');
  src: url('../fonts/visuelt-light.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-light.woff2') format('woff2'),
  url('../fonts/visuelt-light.woff') format('woff');
  font-display:swap
}
@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:300;
  src: url('../fonts/visuelt-light.otf');
  src: url('../fonts/visuelt-light.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-light.woff2') format('woff2'),
  url('../fonts/visuelt-light.woff') format('woff');
  font-display:swap
}
@font-face{
  font-family:Visuelt Pro;
  font-style:normal;
  font-weight:800;
  src: url('../fonts/visuelt-black.otf');
  src: url('../fonts/visuelt-black.otf?#iefix') format('embedded-opentype'),
  url('../fonts/visuelt-black.woff2') format('woff2'),
  url('../fonts/visuelt-black.woff') format('woff');
  font-display:swap
}

html {
  scroll-behavior: smooth; }

.primary-button {
  background-color: var(--dark-aqua);
  border-radius: 60px;
  padding: 32px !important;
  color: var(--primary-blue) !important;
  width: auto !important;
  font-weight: 500 !important;
  border: 1px solid #F1F7F7 !important;
  font-size: 18px !important;
  transition: all 0.2s ease; }

.secondary-button {
  background-color: var(--body-color);
  border-radius: 60px;
  padding: 32px !important;
  color: white !important;
  width: auto !important;
  font-weight: 500 !important;
  border: 1px solid var(--body-color) !important;
  font-size: 18px !important;
  transition: all 0.2s ease; }

.white-button {
  background-color: white;
  border-radius: 60px;
  padding: 32px !important;
  color: var(--primary-blue) !important;
  width: auto !important;
  font-weight: 500 !important;
  border: 1px solid var(--primary-blue) !important;
  font-size: 18px !important;
  transition: all 0.2s ease; }

.button-padding-18-40 {
  padding: 18px 40px !important; }

.primary-button:hover {
  color: var(--new-primary-hover) !important; }

.secondary-button:hover {
  background-color: var(--new-primary-hover) !important;
  border: 1px solid var(--new-primary-hover) !important; }

.white-button:hover {
  border: 1px solid var(--new-primary-hover) !important; }

.secondary-button-smaller {
  padding: 24px 40px !important; }

.radio-rectangle {
  width: 100%;
  display: block;
  border: 1px solid grey;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 20px !important; }

.has-full-height {
  height: 100% !important; }

.has-full-width {
  width: 100% !important; }

.has-full-view-height {
  height: 100vh !important; }

.m-auto {
  margin: auto; }

.has-bg-charcoal {
  background-color: var(--primary-blue); }

.has-bg-white {
  background-color: white; }

.has-bg-light-green {
  background-color: var(--light-green);
}

.has-bg-lighter-green {
  background-color: var(--lighter-green);
}

.is-dark-orange {
  color: var(--darkorange) !important; }

.has-text-white {
  color: white; }

.has-text-red {
  color: red !important; }

.has-cursor-pointer {
  cursor: pointer; }

.subtext {
  color: rgba(7, 64, 96, 0.50) !important; }

.is-underlined {
  text-decoration: underline !important; }

.has-text-vertical-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }

.is-relative {
  position: relative !important; }

.move-down {
  position: relative;
  top: 8px; }

.move-down-light {
  position: relative;
  top: 5px; }

.move-down-checkbox {
  position: relative;
  top: 3px; }

@media only screen and (min-width: 769px) {
  .pr-60-tablet {
    padding-right: 60px !important; }
  .pl-60-tablet {
    padding-left: 60px !important; }
  .mr-16-tablet {
    margin-right: 16px !important; } }

@media only screen and (max-width: 600px) {
  .pm-1-mobile {
    margin: 15px 30px !important;
    padding: 10px  !important; } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite; }

.columns {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; }

.columns:last-child {
  margin-bottom: 0 !important; }

.is-white {
  color: white !important; }

.is-primary {
  color: var(--body-color) !important; }

div, p, label, a, select, input {
  color: var(--body-color) !important;
  font-family: Visuelt Pro !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-blue) !important;
  margin-top: 0.38rem !important;
  margin-bottom: var(--margin) !important;
  font-family: 'Visuelt Pro' !important; }

strong {
  color: var(--body-color) !important; }

.has-line-height-medium {
  line-height: 150% !important; }

.has-line-height-120 {
  line-height: 120% !important; }

.has-line-height-100 {
  line-height: 100% !important; }

.has-line-height-0 {
  line-height: 0 !important; }

.heading-font {
  font-family: Cooper !important; }

button {
  font-family: 'Visuelt Pro' !important; }

.home-section {
  margin-left: 160px;
  margin-right: 160px; }

.primary-background {
  background-color: #EAF9FE; }

.bg-orange {
  background-color: var(--orange); }

.bg-peach {
  background-color: var(--peach); }

.bg-dark-orange {
  background-color: var(--darkorange); }

.border-sunrise {
  border: 1px solid #FFE556 !important; }

.border-dark-orange {
  border: 1px solid var(--darkorange) !important; }

.border-bottom-with-shadow {
  border-bottom: 1px solid rgba(7,64, 96, 0.10) !important;
  box-shadow: 0px 2px 4px 0px rgba(7, 64, 96, 0.05); }

.border-top-aqua {
  border-top: 1px solid #1DA3AA !important; }

.radius-100 {
  border-radius: 100px; }

.radius-40 {
  border-radius: 40px; }

.radius-30 {
  border-radius: 30px; }

.radius-20 {
  border-radius: 20px; }

.radius-10 {
  border-radius: 10px; }

.footer-mainsite {
  color: white !important; }

.footer-mainsite a {
  color: white !important; }

.footer-bottom-bar {
  background-color: white;
  border-radius: 100px;
  padding: 40px; }

.more-services-box {
  background-color: var(--body-color) !important;
  color: white !important; }

.has-font-size-100 {
  font-size: 100px !important;
  line-height: 100px; }

.has-font-size-72 {
  font-size: 72px !important; }

.has-font-size-60 {
  font-size: 60px !important; }

.has-font-size-52 {
  font-size: 52px !important; }

.has-font-size-44 {
  font-size: 44px !important; }

.has-font-size-40 {
  font-size: 40px !important; }

.has-font-size-36 {
  font-size: 36px !important; }

.has-font-size-32 {
  font-size: 32px !important; }

.has-font-size-32-fixed {
  font-size: 32px !important; }

.has-font-size-28 {
  font-size: 28px !important; }

.has-font-size-24 {
  font-size: 24px !important; }

.has-font-size-20 {
  font-size: 20px !important;
  line-height: 150%; }

.has-font-size-18 {
  font-size: 18px !important; }

.has-font-size-16 {
  font-size: 16px !important; }

.has-font-size-14 {
  font-size: 14px !important; }

.has-font-size-12 {
  font-size: 12px !important; }

.has-no-line-height {
  line-height: 0 !important; }

.has-padding-top-40 {
  padding-top: 40px !important; }

.has-padding-40 {
  padding: 40px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pr-40 {
    padding-right: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }
  
.pt-32 {
  padding-top: 32px !important; }

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.is-inline-block {
  display: inline-block !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.is-align-self-end {
  align-self: end !important; }

.has-full-view-width {
  width: 100vw !important; }

.has-border-radius-200 {
  border-radius: 200px; }

.has-border-radius-80 {
  border-radius: 80px; }

.has-border-radius-50 {
  border-radius: 50px; }

@media only screen and (max-width: 1300px) {
  .has-font-size-44-1300 {
    font-size: 44px !important; }
  .has-font-size-40-1300 {
    font-size: 40px !important; }
  .py-60-1300 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .quotation-icon-2 {
    top: -60px !important; } }

/* FullHD and above */
@media only screen and (min-width: 1440px) {
  .max-width-1440 {
    max-width: 1440px;
    margin: auto !important; } }

@media only screen and (min-width: 2000px) {
  .mb-120-2000 {
    margin-bottom: 120px !important; } }

@media screen and (max-width: 768px) {
  .has-font-size-14-mobile {
    font-size: 14px !important; }
  .has-margin-top-mobile {
    margin-top: 70px !important; }
  .has-full-width-mobile {
    width: 100% !important; }
  .has-padding-top-mobile {
    padding-top: 40px !important; }
  .pt-120-mobile {
    padding-top: 120px !important; }
  .pt-80-mobile {
    padding-top: 80px !important; }
  .pb-80-mobile {
    padding-bottom: 80px !important; }
  .mb-80-mobile {
    margin-bottom: 80px !important; }
  .mb-60-mobile {
    margin-bottom: 60px !important; }
  .pt-60-mobile {
    padding-top: 60px !important; }
  .mb-40-mobile {
    margin-bottom: 40px !important; }
  .py-40-mobile {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .px-40-mobile {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .pt-40-mobile {
    padding-top: 40px !important; }
  .pb-40-mobile {
    padding-bottom: 40px !important; }
  .mb-32-mobile {
    margin-bottom: 32px !important; }
  .pr-30-mobile {
    padding-right: 30px !important; }
  .mb-24-mobile {
    margin-bottom: 24px !important; }
  .px-20-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .mb-20-mobile {
    margin-bottom: 20px !important; }
  .pb-20-mobile {
    padding-bottom: 20px !important; }
  .mt-0-mobile {
    margin-top: 0 !important; }
  .mb-0-mobile {
    margin-bottom: 0 !important; }
  .pt-0-mobile {
    padding-top: 0 !important; }
  .pb-0-mobile {
    padding-bottom: 0 !important; }
  .px-0-mobile {
    padding: 0 !important; }
  .has-border-radius-40-mobile {
    border-radius: 40px !important; }
  .is-inline-block-mobile {
    display: inline-block !important; }
  .has-font-size-100 {
    font-size: 52px !important; }
  .has-font-size-72 {
    font-size: 52px !important; }
  .has-font-size-52 {
    font-size: 32px !important; }
  .has-font-size-52-mobile {
    font-size: 52px !important; }
  .has-font-size-44 {
    font-size: 32px !important; }
  .has-font-size-44-mobile {
    font-size: 44px !important; }
  .has-font-size-40 {
    font-size: 28px !important; }
  .has-font-size-36 {
    font-size: 32px !important; }
  .has-font-size-32 {
    font-size: 24px !important; }
  .has-font-size-28 {
    font-size: 20px !important;
    line-height: 1.5 !important; }
  .has-font-size-24 {
    font-size: 20px !important; }
  .has-font-size-18 {
    font-size: 18px !important; }
  .has-font-size-18-mobile {
    font-size: 18px !important; }
  .has-font-size-16 {
    font-size: 16px !important; }
  .has-font-size-16-mobile {
    font-size: 16px !important; }
  .has-full-wdith-mobile {
    width: 100% !important; }
  .home-section {
    margin-left: 20px;
    margin-right: 20px; }
  .px-30-mobile {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .disability-b2b-white-curve {
    width: 1440px;
    left: -150% !important; } }

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .has-font-size-72 {
    font-size: 60px !important; }
  .has-font-size-52 {
    font-size: 44px !important; }
  .has-font-size-44 {
    font-size: 32px !important; }
  .has-font-size-40 {
    font-size: 32px !important; }
  .has-font-size-32 {
    font-size: 28px !important; } }

@media screen and (min-width: 769px) and (max-width: 1216px) {
  .px-40-tablet {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (min-width: 769px) and (max-width: 1230px) {
  .home-section {
    margin-left: 100px;
    margin-right: 100px; } }

.arrow-right {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out; }

.animate-arrow:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

.disability-b2b-white-curve {
  position: absolute;
  bottom: -4px; }

@media screen and (max-width: 600px) {
  .mt-16-mobile {
    margin-top: 16px !important; }
  .mr-0-mobile {
    margin-right: 0 !important; } }

/* Village Member Sign Up */

input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px; }

.input-rectangle {
    display: block;
    width: 100%;
    border: 1px solid grey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 20px;
    outline: none; }

.input-div {
    position: relative; }

.input-box {
    padding-left: 45px; }

.input-icon {
    position: absolute;
    top: 20px;
    left: 15px;
    color: grey; }

#village-forms input {
    font-size: 16px !important; }

#village-forms textarea {
  font-size: 16px !important;
  width: 100%;
  color: var(--body-color) !important; }

#village-forms select.radio-rectangle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  
#village-forms .secondary-button-smaller {
    padding: 16px 40px !important; }

.services-select-box {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer; }

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; }

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.float-right {
    float: right !important; }

.border-royal {
  border: 1px solid #5374F1; }

.tooltip {
    position: relative;
    display: inline-block; }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: var(--primary-blue);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 115%;
    font-size: 14px !important;
    line-height: 150% !important;
    padding: 10px; }

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent; }

.tooltip:hover .tooltiptext {
    visibility: visible; }

.select-chevron {
  position: absolute;
  right: 15px;
  top: 20px; }

.nowrap {
  white-space: nowrap !important; }

#autocompleteSuggestions,
#autocompleteSuggestions2 {
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.suggestion {
    padding: 10px;
    cursor: pointer;
}

.suggestion:hover {
    background-color: #f0f0f0;
}

.border-grey {
  border: 1px solid #ccc;
}

.hero-village-image {
  position: relative;
  top: -50px;
}

#calendlytarget {
    min-width:320px !important;
    height:960px !important;
}

#calendlytarget iframe {
    height:960px !important;
}

@media only screen and (max-width:450px) {
    #calendlytarget {
      padding-top:24px;
      min-width: 250px !important;
      height:1000px !important;
    }
    #calendlytarget iframe {
      height:1000px !important;
    }
}

@media only screen and (max-width:450px) {
  #calendlytarget {
    padding-top:40px;
    min-width: 250px !important;
    height:1000px !important;
  }
  #calendlytarget iframe {
    height:1000px !important;
  }
}

@media only screen and (min-width:450px) and (max-width: 769px) {
  #calendlytarget {
    padding-top:40px;
    min-width: 250px !important;
    height:1000px !important;
  }
  #calendlytarget iframe {
    height:1000px !important;
  }
}

@media only screen and (min-width:715px) and (max-width:1300px) {
  #calendlytarget {
    height:1100px !important;
  }
  #calendlytarget iframe {
    height:1100px !important;
  }
}

@media only screen and (min-width:1300px) {
  #calendlytarget {
    height:1100px !important;
  }
  #calendlytarget iframe {
    height:1100px !important;
  }
}