/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

body {
  --admin-bar: 0px;
}

body.admin-bar {
  --admin-bar: 32px;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  height: auto;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */

  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
  outline: none !important;
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
  max-width: 100%;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */


/* General Styling */


body {
  font-family: 'Work Sans', sans-serif;
  background: #FFFAEC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fraunces', serif;
}

h1 {
  font-size: 75px;
  line-height: 72px;
  letter-spacing: -1.5%;
}

h2 {
  font-size: 55px;
  line-height: 52px;
  letter-spacing: -1.5px;
}

h3 {
  font-size: 45px;
  line-height: 113.5%;
  letter-spacing: -0.015em;
}

h4 {
  font-size: 28px;
  letter-spacing: -0.015em;
}

p {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.04em;
}

.btn {
  min-width: 215px;
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  white-space: normal;
  border-radius: 8px;
  border: none !important;
  box-shadow: none !important;
}

.btn-primary {
  color: #ffffff;
  background: #2182A5 !important;
}

.btn-primary:hover {
  background: #1C6E8C !important;
}

.btn-secondary {
  background: #FFC850 !important;
  color: #2F505E !important;
}

.btn-secondary:hover {
  background: #E6B347 !important;
}

.btn-info {
  background: #364f5c !important;
  color: #ffffff !important;
}

.btn-info:hover {
  background: #273942 !important;
}

.btn-blue {
  background: #64A9C0 !important;
  color: #ffffff !important;
}

.btn-blue:hover {
  background: #5692a6 !important;
}

.btn-dark-blue {
  background: rgba(24, 61, 76, 0.9);
  color: #ffffff;
}

.btn-dark-blue:hover {
  color: #ffffff;
  background: #102933;
}

.btn-small {
  font-size: 12px;
  padding: 12px 20px;
  min-width: auto;
  border-radius: 4px;
}

.btn-min-248 {
  min-width: 248px;
}

a {
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}


/* Navbar */

.navbar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  box-shadow: 0px 3px 65px -7px rgba(86, 87, 33, 0.1);
}


.nav-top {
  background: linear-gradient(270deg, #64A9C0 0%, #FFC850 100%);
  height: 6px;
  width: 100%;
}

.navbar {
  background: #ffffff;
  padding: 20px 0;
  width: 100%;
}

body.admin-bar .navbar-container {
  top: 32px;
}

.navbar-brand {
  width: 185px;
  flex-shrink: 0;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
}

.navbar-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar .btn {
  flex-shrink: 0;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  min-width: auto;
}

.navbar .nav-button-one {
  margin-right: 10px;
  background: #FFC850 !important;
  color: #2F505E !important;
}

.navbar-collapse .btn {
  display: none;
}

.nav-link {
  color: rgba(24, 61, 76, 0.9) !important;
  font-weight: 500;
  margin: 0 .5em;
  text-align: center;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.nav-link:hover {
  opacity: .8;
}

.dropdown-toggle::after {
  border: none;
  background: url(../images/dropdown-arrow.svg) no-repeat center center;
  height: 6px;
  width: 10px;
  transform: translateY(3px);
  margin-left: 5px;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.dropdown-toggle.show::after {
  transform: rotate(-180deg);
}

ul.dropdown-menu {
  border: none;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  top: 180%;
}

ul.dropdown-menu li a {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: rgba(24, 61, 76, 0.9);
  padding: 6px 20px;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li.active a {
  color: #ffffff;
  background: #2182A5;
}


/* Hero */


.hero {
  padding: 150px 0 75px;
  position: relative;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 0 0 50px;
  color: rgba(24, 61, 76, 0.9);
}

p.subtitle {
  font-size: 33px;
  line-height: 120%;
  letter-spacing: -0.055em;
  margin: 0;
}

p.subtitle-24 {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.04em;
  margin: 0;
}

.hero p {
  color: rgba(47, 80, 91, 0.65);
}

.hero p.subtitle {
  color: rgba(46, 79, 90, 0.84);
}

.hero .btn {
  margin-top: 35px;
}

.hero .image-container {
  position: relative;
}

.hero .image-container svg {
  position: absolute;
}

.hero .image-container .svg-1 {
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}

.hero .image-container .svg-2 {
  right: -4%;
  bottom: 50px;
}

.hero .image-container .svg-3 {
  right: -4%;
  bottom: -8%;
}

.hero .svg-bg {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: -100px;
}

/* Services Excerpt */


.services-excerpt {
  padding: 0 0 50px 0;
}

.services-excerpt .title {
  color: rgba(46, 79, 90, 0.84);
  font-size: 28px;
  margin: 0 0 35px;
}

.service-card {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  text-decoration: none !important;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.service-card:hover {
  margin-top: -10px;
}

.service-card img {
  margin-right: 7%;
  flex-shrink: 0;
}

.service-card h4 {
  margin: 0 0 15px;
  color: rgba(24, 61, 76, 0.9);
}

.service-card p {
  font-size: 17px;
  line-height: 149%;
  color: rgba(32, 72, 88, 0.65);
}


/* About Excerpt */


.about-excerpt {
  padding: 75px 0;
  position: relative;
}

.about-excerpt .container {
  z-index: 1;
  position: relative;
}

.about-excerpt h2 {
  color: rgba(24, 61, 76, 0.9);
}

.about-excerpt p {
  color: rgba(47, 80, 91, 0.65);
  margin: 45px 0;
}

.about-excerpt svg {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 0;
}


/* Services */


.services {
  padding: 50px 0;
  position: relative;
}

.services svg {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 0;
}

.service {
  background: #FFFFFF;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 190px 10px 10px 10px;
  padding: 100px 130px 320px;
  position: relative;
  z-index: 1;
}

.service.light {
  background: #64A9C0;
  padding-bottom: 130px;
}

.service.dark {
  background: #2E4F5B;
}

.service h3 {
  color: #2E4F5A;
  margin: 0 0 50px;
}

.service.light h3,
.service.dark h3 {
  color: #ffffff;
  margin: 0 0 50px;
}

.service p {
  margin: 0;
  color: rgba(32, 72, 88, 0.7);
}

.service.light p,
.service.dark p {
  color: #FFFFFF;
}

.service .btn {
  margin-top: 50px;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.service .btn:hover {
  opacity: .9;
}

.service.white .btn {
  background: #BCDAE4 !important;
  color: #2E4F5B;
}

.service.light .btn {
  background: #FFC850 !important;
  color: #2F505E;
}

.service.dark .btn {
  background: #ffffff !important;
  color: #2E4F5B;
}

.service-feature {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.055em;
  color: rgba(24, 61, 76, 0.9);
  font-weight: 500;
}

.service.light .service-feature,
.service.dark .service-feature {
  color: #ffffff;
}

.service-feature img {
  flex-shrink: 0;
  margin-right: 25px;
}

.services .service.white {
	padding-bottom: 250px !important;
	margin-bottom: -200px;
}


/* CTA */


.cta {
  position: relative;
  padding: 25px 0;
}

.cta svg {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
}

.cta .container {
  position: relative;
  z-index: 2;
}

.cta-half {
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  padding: 120px 8%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.cta-half:after {
  background-image: linear-gradient(90deg, #204858 0.66%, rgba(100, 168, 192, 0) 129.01%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
}

.cta-half-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
}

.cta-half-content {
  position: relative;
  z-index: 3;
}

/* Schedule */


.schedule {
  padding: 75px 0;
}

.schedule h2 {
  margin: 0 0 30px;
  color: rgba(24, 61, 76, 0.9);
}

.schedule p {
  margin: 0;
  color: rgba(47, 80, 91, 0.65);
}

.schedule .subtitle {
  margin: 20px 0 0;
  color: rgba(46, 79, 90, 0.84);
  opacity: 0.9;
}

.schedule .subtitle a {
  font-weight: 500;
  text-decoration: none !important;
  color: #81b0c1;
}

.schedule .form,
.contact-hero .form {
  background: #FFFFFF;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  padding: 45px;
}

.schedule .form ul,
.contact-hero .form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schedule .form .gfield,
.contact-hero .form .gfield {
  margin-bottom: 20px;
}

.schedule .form .gfield_label,
.contact-hero .form .gfield_label {
  display: none;
}

.schedule .form input[type='text'],
.schedule .form input[type='email'],
.schedule .form input[type='tel'],
.schedule .form select,
.contact-hero .form input[type='text'],
.contact-hero .form input[type='email'],
.contact-hero .form input[type='tel'],
.contact-hero .form select {
  width: 100%;
  font-size: 16px;
  padding: 18px;
  font-weight: 500;
  border: none;
  background: rgba(47, 80, 92, 0.08);
  border-radius: 6px;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.schedule .form input[type='text']:focus,
.schedule .form input[type='email']:focus,
.schedule .form input[type='tel']:focus,
.contact-hero .form input[type='text']:focus,
.contact-hero .form input[type='email']:focus,
.contact-hero .form input[type='tel']:focus {
  background: rgba(47, 80, 92, 0.1);
}

.schedule .form input::-webkit-input-placeholder,
.contact-hero .form input::-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-moz-placeholder,
.contact-hero .form input::-moz-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input:-ms-input-placeholder,
.contact-hero .form input:-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-ms-input-placeholder,
.contact-hero .form input::-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-webkit-input-placeholder,
.contact-hero .form input::-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-moz-placeholder,
.contact-hero .form input::-moz-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input:-ms-input-placeholder,
.contact-hero .form input:-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-ms-input-placeholder,
.contact-hero .form input::-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-webkit-input-placeholder, .contact-hero .form input::-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-moz-placeholder, .contact-hero .form input::-moz-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input:-ms-input-placeholder, .contact-hero .form input:-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input::-ms-input-placeholder, .contact-hero .form input::-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form input,
.schedule .form input::placeholder,
.schedule .form select,
.contact-hero .form input,
.contact-hero .form input::placeholder,
.contact-hero .form select {
  font-family: 'Work Sans', sans-serif;
  color: #2F505C;
  opacity: 1;
}

.schedule .form select,
.contact-hero .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.schedule .form input[type='submit'],
.contact-hero .form input[type='submit'] {
  text-align: center;
  width: 100%;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  white-space: normal;
  border-radius: 8px;
  border: none !important;
  box-shadow: none !important;
  background: #364f5c !important;
  color: #ffffff !important;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.schedule .form input[type='submit']:hover,
.contact-hero .form input[type='submit']:hover {
  background: #273942 !important;
}

.validation_error {
  text-align: center;
  margin-bottom: 30px;
  color: #D94216;
}

.validation_message {
  margin-top: 5px;
  color: #D94216;
}

.gform_confirmation_message {
  text-align: center;
  color: #2F505C;
}

.gform_validation_container {
  display: none;
}



/* Footer */



footer {
  color: #ffffff;
}

.footer-top {
  border-radius: 110px 0px 0px 0px;
  background: #2F505E;
  padding: 60px 0 40px;
}

.footer-top a {
  color: #ffffff !important;
  text-decoration: none !important;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.footer-top a:hover {
  opacity: 0.5;
}

.footer-top,
.footer-top p {
  font-size: 16px;
  line-height: 25px;
}

.footer-top h4 {
  margin: 15px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top li {
  margin: 0 0 10px;
}

.footer-final-links a {
  display: inline-block;
  margin: 0 15px;
}

.footer-menu {
  padding: 0 20px;
}

.footer-bottom {
  background: #4B7786;
  padding: 25px 0;
}

.footer-bottom p {
  font-size: 12px;
  line-height: 19px;
}

.phone-sticky {
  position: fixed;
  left: 3%;
  bottom: 50px;
  max-width: 94%;

  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  padding: 15px;
  z-index: 600;
}

.phone-sticky svg {
  margin-right: 25px;
}

.phone-sticky p {
  margin: 0;
}

.phone-sticky a {
  color: #2182A5;
  text-decoration: none !important;
}

.section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 96%;

  text-align: center;
  letter-spacing: -0.015em;

  color: rgba(24, 61, 76, 0.9);
  margin: 0px;
  margin-bottom: 80px;
}

.faqs-list {
  position: relative;
  padding-top: 127px;
  margin-bottom: 75px;
}

.faq-item {
  padding: 30px 0px;
  padding-right: 100px;
  border-bottom: 2px dashed #1D263A36;
}

.faq-item:first-of-type {
  border-top: 2px dashed #1d263a36;
}

.faq-item__question {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;

  letter-spacing: -0.3px;

  color: rgba(24, 61, 76, 0.9);
  margin-bottom: 10px;
}

.faq-item__answer {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;

  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.faqs-list .svg-circle-yellow {
  position: absolute;
  top: 60px;
  right: 0px;
}

.faqs-list .svg-circle-blue {
  position: absolute;
  top: 0px;
  right: 0px;
}

.faqs-list .container {
  position: relative;
}

.contact-hero-top {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 210px;
}

.contact-hero h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 96%;
  display: flex;
  align-items: center;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 600px) {
  .contact-hero h1 {
    font-size: 45px;
  }
}

.contact-hero p {
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.9);
}

.contact-hero-bottom {
  background: linear-gradient(270deg, rgba(100, 169, 192, 0.7) 0%, rgba(255, 200, 80, 0.7) 100%), rgba(24, 61, 76, 0.9);
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.08);
  padding: 40px 0px;
}

.contact-hero__contact2-wrap {
  text-align: right;
}

.contact-hero__contact2-wrap a {
  color: white !important;
}

.locations {
  padding-top: 100px;
  padding-bottom: 40px;
}

.location__name {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;

  letter-spacing: -0.3px;

  color: #183D4C !important;
}

.location__address,
.location__phone {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;

  letter-spacing: -0.3px;

  color: rgba(24, 61, 76, 0.9) !important;

  opacity: 0.8;
}

.location__info {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.locations h2 {
  color: rgba(24, 61, 76, 0.9);
  margin-top: 30px;
}

.locations p {
  color: rgba(47, 80, 91, 0.65);
}

.locations-list {
  margin-top: 60px;
}

.location-list-col-wrap {
  position: relative;
  padding-left: 90px;
}

.location__pin-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFC850;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-list li {
  padding: 30px 0px;
  border-bottom: 2px dashed #1D263A36;
  position: relative;
  padding-left: 45px;
}

.sitemap-list li:first-of-type {
  border-top: 2px dashed #1D263A36;
}

.sitemap-list li::before {
  position: absolute;
  content: '';
  background: rgba(33, 130, 165, 0.75);
  opacity: 0.88;
  left: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.sitemap-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;

  color: rgba(24, 61, 76, 0.9);
}

.description {
  padding: 100px 0px;
  position: relative;
}

.description .note-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;

  text-align: center;
  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
  margin-bottom: 70px;
}

.description p {
  font-style: normal;
  font-size: 20px;
  line-height: 160%;

  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.description strong {
  color: rgba(47, 80, 91, 0.85);
}

.description pre {
  color: rgba(47, 80, 91, 0.85);
  font-weight: 600;
}

.description hr {
  opacity: 0.37;
  border-top: 2px dashed #1D263A;
  background: transparent;
}

.description-icon-right {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 150px;
}

.description-icon-left {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 150px;
}

.description .container {
  position: relative;
}

.description a {
  color: rgba(33, 130, 165, 0.75);
}

.description .btn-primary {
  color: #ffffff;
}

.sitemap {
  position: relative;
}

.sitemap .svg-circle-yellow {
  position: absolute;
  top: 60px;
  right: 0px;
}

.sitemap .svg-circle-blue {
  position: absolute;
  top: 0px;
  right: 0px;
}

.gform_submission_error {
  font-size: 20px;
  line-height: 25px;
}

.title-50 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 48px;

  display: flex;
  align-items: center;
  letter-spacing: -0.015em;

  color: rgba(24, 61, 76, 0.9);
}

.single-post-info {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px;

  color: rgba(24, 61, 76, 0.9);

  flex: 0 0 auto;
}

.single-post-info__flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post-attribution {
  max-width: 450px;
  flex: 1 1 450px;
}

.post-attribution__status {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: rgba(24, 61, 76, 0.9);
}

.post-attribution__bio-grp {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.post-attribution__bio-grp.no-description {
  align-items: center;
}

.post-attribution__bio-img-box {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 300px;
  overflow: hidden;
}

.post-attribution__bio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-attribution__bio-name {
  font-weight: 500;
  color: rgba(24, 61, 76, 0.9);
}

.post-attribution__bio-description {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

@media (max-width: 767px) {
  .single-post-info__flex {
    flex-direction: column;
  }

  .post-attribution {
    flex: 1 1 auto;
  }
}

.single-post__feature-img {
  width: 100%;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  margin-top: 25px;
  height: auto;
}

.single-post-content-wrap h1,
.single-post-content-wrap h2,
.single-post-content-wrap h3,
.single-post-content-wrap h4,
.single-post-content-wrap h5,
.single-post-content-wrap h6 {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.055em;
  font-size: 24px;
  line-height: 33px;
  color: rgba(46, 79, 90, 0.84);
}

.single-post-content-wrap p,
.single-post-content-wrap ul,
.single-post-content-wrap ol {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: rgba(47, 80, 91, 0.65);
}

.single-post-content-wrap a {
  color: #2182A5;
}

.single-post-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.bk-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-item-col {
  margin-bottom: 30px;
}

.simple-post-wrap {
  padding: 65px 30px;
  position: relative;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  height: 100%;
}

.single-post__related-posts .simple-post-wrap {
  margin-bottom: 30px;
}

.simple-post-wrap::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(63.22deg, #204858 6.42%, rgba(100, 168, 192, 0.54) 87.26%);
  border-radius: 10px;
}

.simple-post-wrap__category {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  color: #FFFFFF;

  opacity: 0.8;
  margin-bottom: 5px;
}

.simple-post-wrap__title,
.simple-post-wrap__title a {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.3px;

  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
  text-decoration: none;
}

.simple-post-wrap__title a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.simple-post-wrap__date {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 20px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #FFCF65;

  opacity: 0.8;
  margin-bottom: 15px;
}



.single-post-wrap-content {
  position: relative;
}

.single-post__related-posts__title {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;

  letter-spacing: -0.3px;

  color: rgba(24, 61, 76, 0.9);
  margin-top: 0px;
  margin-bottom: 30px;
}

.single-post__pattern-img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-30%);
}

.single-post__pattern-img2 {
  position: absolute;
  left: 0px;
  top: 60px;
}

.single-post__pattern-img3 {
  position: absolute;
  right: 0px;
  top: 350px;
}

.single-post__pattern-img4 {
  position: absolute;
  right: 0px;
  top: 480px;
}

.single-post__pattern-img5 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translateY(40%);
}

footer {
  position: relative;
}

.single-post-breadcrumb {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;

  letter-spacing: -0.04em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;

  color: rgba(47, 80, 91, 0.65);
}

.single-post-breadcrumb__link-news {
  text-decoration: underline;
  color: rgba(47, 80, 91, 0.65);
}

.single-post-breadcrumb__link-news:hover {
  color: rgba(47, 80, 91, 0.65);
}

.single-post-breadcrumbs__post-title {
  font-weight: bold;
  color: #2f505b;
}

.single-post .container {
  position: relative;
}

.single-post-socials {
  margin-top: 15px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}

.single-post-socials span {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;

  color: #2F505E;

  opacity: 0.8;
  margin-right: 10px;
  display: inline-block;
}

.single-post-socials a {
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  background: #4594B0;
  border-radius: 50%;
}

.single-post-socials a:hover {
  background: #3b7e96;
}

.single-post-socials a i {
  color: #FFFFFF;
  font-size: 13px;
}

.blogs {
  padding: 120px 0px;
}

.blogs-category-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogs-category-link {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 5px 20px;
  letter-spacing: -0.03em;

  color: rgba(24, 61, 76, 0.9);
  cursor: pointer;
  margin: 5px 0px;
  border-radius: 20px;
}

.blogs-category-link.active {
  color: #FFFFFF;
  background: rgba(24, 61, 76, 0.9);
}

.blogs .section-title {
  margin-bottom: 50px;
}

.blogs-list {
  margin-top: 50px;
}

.blogs-pagination {
  margin-top: 30px;
}

.blogs-pagination .pagination {
  justify-content: center;
}

.pagination-link {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3.55111px;
  text-transform: uppercase;

  color: #4491AD;

  mix-blend-mode: normal;
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 8px;
}

.pagination-link.active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #FFC850, #FFC850);
  box-shadow: none;
}

.section-title-28 {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;

  text-align: center;
  letter-spacing: -0.055em;

  color: rgba(255, 255, 255, 0.58);
  margin-top: 0px;
  margin-bottom: 15px;
}

.section-title-32 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;

  text-align: center;
  letter-spacing: -0.015em;

  color: #2F505E;
  margin-top: 0px;
  margin-bottom: 32px;
}

.section-title-38 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 43px;

  letter-spacing: -0.015em;

  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 38px;
  color: #ffffff;
}

.section-title-45 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 51px;

  text-align: center;
  letter-spacing: -0.015em;

  color: rgba(24, 61, 76, 0.9);
  margin-top: 0px;
  margin-bottom: 45px;
}

.section-title-55 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 53px;

  text-align: center;
  letter-spacing: -0.015em;

  color: rgba(255, 255, 255, 0.9);
  margin-top: 0px;
  margin-bottom: 40px;
}

.section-title-75 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 75px;
  line-height: 72px;

  text-align: center;
  letter-spacing: -0.015em;

  color: rgba(24, 61, 76, 0.9);
  margin-top: 0px;
  margin-bottom: 45px;
}

.careers-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.careers-hero-content {
  position: relative;
  border-radius: 60px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.careers-hero-content::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(48, 81, 92, 0) -16.68%, #30515C 81.84%);
  border-radius: 60px;
}

.careers-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 60px;
}

.section-desc-20 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  text-align: center;
  letter-spacing: -0.04em;

  color: rgba(255, 255, 255, 0.9);

}

.section-desc-23 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 37px;

  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.careers-overview-img-wrap1 {
  width: 100%;
  height: 0px;
  padding-top: 120%;
  border-radius: 12px;
}

.careers-overview-img-wrap2 {
  width: 100%;
  height: 0px;
  padding-top: 110%;
  margin-bottom: 30px;
  border-radius: 12px;
}

.careers-overview-img-wrap3 {
  width: 100%;
  height: 0px;
  padding-top: 70%;
  border-radius: 12px;
}

.careers-overview .section-title-55 {
  color: rgba(24, 61, 76, 0.9);
  text-align: left;
}

.careers-overview .section-desc-20 {
  color: rgba(24, 61, 76, 0.65);
  text-align: left;
}

.careers-overview {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 2px dashed #1d263a3b;
}

.item-text-15 {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;

  color: rgba(24, 61, 76, 0.9);

  opacity: 0.8;
}

.item-text-16 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;

  text-align: center;
  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.item-text-18 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.055em;

  color: rgba(46, 79, 90, 0.84);

}

.item-text-22 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;

  text-align: center;
  letter-spacing: -0.055em;

  color: rgba(24, 61, 76, 0.9);
}

.item-text-24 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;

  letter-spacing: -0.3px;

  color: rgba(24, 61, 76, 0.9);
}

.item-text-28 {
  font-family: Fraunces;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 27px;

  letter-spacing: -0.015em;

  color: rgba(255, 255, 255, 0.9);
}

.text-icon-col {
  margin-bottom: 50px;
}

.text-icon-col-wrap {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.text-icon__icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
}

.text-icon-list {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-icon-grid {
  margin-top: 50px;
}

.image-description {
  position: relative;
  padding: 110px 0px;
}

.image-description::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(255, 250, 236, 0.8) 50%, rgba(255, 250, 236, 0) 80.24%)
}

.image-description.align-right {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.09%, rgba(255, 255, 255, 0.6) 43.65%)
}

.image-description .section-title-55 {
  color: #2F505E;
  text-align: left;
  margin-top: 0px;
}

.image-description .section-desc-20 {
  color: #2F505E;
  text-align: left;
}

.join-team-content {
  padding: 120px 0px;
  position: relative;
  border-radius: 60px;
}

.join-team-content::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #204858 0.66%, rgba(100, 168, 192, 0) 129.01%);
  border-radius: 60px;
}

.join-team {
  padding-bottom: 100px;
}

.join-team .section-title-38 {
  margin-bottom: 0px;
}

.text-icon-list .section-title-45 {
  max-width: 670px;
  margin: auto;
}

.text-icon-grid .item-text-15 {
  margin-top: 15px;
}

.image-description.bk-img {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
}

.aboutus-hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}

.aboutus-hero .section-desc-20 {
  color: rgba(24, 61, 76, 0.65);
}

.aboutus-hero-img-wrap {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0px;
  padding-top: 60%;
  border-radius: 30px;
  margin-top: 40px;
}

.aboutus-hero-comment {
  position: absolute;
  right: 60px;
  bottom: 60px;
  background: linear-gradient(258.8deg, rgba(100, 169, 192, 0.5) 13.27%, rgba(255, 200, 80, 0.5) 103.71%), #2F505C;
  border-radius: 60px;
  padding: 50px 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;

  letter-spacing: -0.04em;

  color: rgba(255, 255, 255, 0.95);
  width: 50%;
}

.aboutus-pattern__img {
  position: absolute;
  left: 0px;
  bottom: -35px;
  width: 250px;
}

.aboutus-introduction .section-title-55 {
  text-align: left;
  color: rgba(24, 61, 76, 0.9);
}

.aboutus-introduction .section-desc-20 {
  color: rgba(47, 80, 91, 0.65);
  text-align: left;
}

.aboutus-introduction-img-wrap1 {
  width: 100%;
  height: 0px;
  padding-top: 120%;
  border-radius: 12px;
}

.aboutus-introduction-img-wrap2 {
  width: 100%;
  height: 0px;
  padding-top: 110%;
  margin-bottom: 30px;
  border-radius: 12px 0px 0px 12px;
}

.aboutus-introduction-img-wrap3 {
  width: 100%;
  height: 0px;
  padding-top: 70%;
  border-radius: 12px 0px 0px 12px;
}

.aboutus-introduction-images-wrap {
  position: absolute;
  right: -12px;
  top: 0px;
  transform: translateY(-10%);
}

.aboutus-introduction-desc-wrap {
  margin-top: 100px;
}

.aboutus-introduction-circle1 {
  background: #FFC850;
  opacity: 0.88;
  position: absolute;
  left: 10px;
  top: -10px;
  border-radius: 50%;
  width: 132px;
  height: 132px;
}

.aboutus-introduction-circle2 {
  background: #2182A5;
  opacity: 0.38;
  position: absolute;
  left: 30px;
  top: 90px;
  border-radius: 50%;
  width: 198px;
  height: 198px;
}

.aboutus-introduction {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.aboutus-mission {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}

.aboutus-mission-content {
  padding-top: 70px;
  padding-bottom: 120px;
  background: rgba(24, 61, 76, 0.9);

  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.08);
  border-radius: 60px;
  position: relative;
}

.aboutus-mission-content .section-title-45 {
  color: #ffffff;
}

#aboutus_mission_svg1 {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
}

#aboutus_mission_svg2 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.aboutus-mission-content .section-title-45 {
  max-width: 851px;
  margin: auto;
}

.aboutus-mission-circle {
  position: absolute;
  right: -40px;
  bottom: 10px;
  width: 198px;
  height: 198px;
  background: #FFC850;
  opacity: 0.88;
  border-radius: 50%;
}

.aboutus-values-col {
  width: 20%;
}

.aboutus-values-col-wrap {
  padding-right: 20px;
}

.aboutus-values-list {
  display: flex;
  justify-content: space-between;
  margin-left: 65px;
}

.aboutus-values .section-desc-20 {
  color: rgba(32, 72, 88, 0.7);
  text-align: left;
}

.aboutus-values-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-50%, 50px);
  background: rgba(122, 178, 194, 0.27);
  border-radius: 50%;
  width: 144px;
  height: 144px;
}

.aboutus-values .section-title-45 {
  margin-bottom: 20px;
  text-align: left;
}

.aboutus-values-img-wrap {
  min-height: 40px;
}

.aboutus-values {
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutus-teams-member-col {
  margin-bottom: 30px;
}

.aboutus-teams-member-col-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 120%;
  background-color: #64A9C0;
  border-radius: 15px;
}

.aboutus-teams-member-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}

.aboutus-teams-member__role {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  color: #FFFFFF;

  opacity: 0.8;
}

.aboutus-teams-member__name {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;

  color: #FFFFFF;
  margin-bottom: 10px;
}

.aboutus-teams-member-socials a i {
  color: #ffffff;
}

.aboutus-teams-member-socials a {
  margin-right: 10px;
  display: inline-block;
}

.aboutus-teams {
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutus-teams-member-col-wrap {
  position: relative;
}

.aboutus-teams-member-col-wrap.has-image .aboutus-teams-member-image::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.19%, rgba(14, 20, 26, 0.56) 100%);
  border-radius: 15px;
}

.aboutus-teams-block-col-wrap {
  position: absolute;
  left: 12px;
  top: 0px;
  width: calc(100% - 24px);
  height: calc(100% - 30px);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-teams-block-col-wrap::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #204858 0.66%, rgba(100, 168, 192, 0) 129.01%);
  border-radius: 15px;
}

.aboutus-teams-block-col {
  position: relative;
}

.aboutus-teams-block-col-wrap h3 {
  margin: 0;
}

.aboutus-teams-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-team-link {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  display: flex;
  align-items: center;
  letter-spacing: -0.03em;

  color: rgba(24, 61, 76, 0.9);
  padding: 5px 15px;
  margin: 0px 10px;
}

.aboutus-team-link.active {
  background: #64A9C0;
  border-radius: 24px;
  color: #ffffff;
}

.aboutus-teams-member-list {
  margin-top: 50px;
}

.col-lg-full.aboutus-teams-block-col {
  width: 100%;
  height: 0px;
  padding-top: 30%;
}

.partnerships-content {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ffffff;
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.08);
  border-radius: 60px;
}

.partnerships__img {
  width: 100%;
}

.partnerships .section-title-28 {
  color: rgba(24, 61, 76, 0.9);
  margin-bottom: 50px;
}

.partnerships {
  padding-top: 40px;
  padding-bottom: 40px;
}

.simple-hero .section-title-55 {
  color: #ffffff;
  margin: auto;
}

.simple-hero .section-desc-20 {
  color: #ffffff;
}

.simple-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.simple-hero::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(48, 81, 92, 0.5) 43.57%, rgba(48, 81, 92, 0.90) 86.86%);
}

.simple-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.care-service-list {
  padding: 60px 0;
}

.care-service-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}

.care-service-list .seciton-title-28 {
  color: rgba(46, 79, 90, 0.84);
}

.care-service-col-wrap {
  margin-bottom: 30px;
  width: 100%;
  height: 0px;
  padding-top: 80%;
  position: relative;
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
}

.care-service-block-col {
  position: relative;
}

.care-service-block-col-wrap {
  position: absolute;
  left: 12px;
  top: 0px;
  width: calc(100% - 24px);
  height: calc(100% - 30px);
  box-shadow: 0px 3px 25px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
}

.other-service-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.other-service-list .section-title-45 {
  color: rgba(24, 61, 76, 0.9);
}

.other-service-col {
  position: relative;
  margin-bottom: 30px;
}

.other-service-col a .bk-img {
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  /* Opera 10.5-12.00 */
  transition: all 0.2s ease;
  /* Firefox 16+, Opera 12.50+ */
}

.other-service-col a:hover .bk-img {
  opacity: .9;
}

.other-service-col-wrap {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  position: relative;
  border-radius: 10px;
}

.other-service-col-wrap::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(48, 81, 92, 0) 35.46%, rgba(48, 81, 92, 0.9) 86.86%);
  border-radius: 10px;
}

.other-service-col-content {
  position: absolute;
  left: 30px;
  bottom: 20px;
  right: 20px;
}

.other-service-col .item-text-28 {
  margin: 0px;
}

.care-service-list .section-title-28 {
  color: rgba(46, 79, 90, 0.84);
  margin: auto;
  margin-bottom: 50px;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
}

.offering-col-img-wrap {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}

.offering-col-img {
  max-width: 70px;
}

.offering-row {
  margin-top: 80px;
}

.offering-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.offering-col {
  margin-bottom: 50px;
}

.offering-col-wrap {
  text-align: center;
  padding: 0px 20px;
}

.offering-col-wrap .item-text-28 {
  color: rgba(24, 61, 76, 0.9);
}

.offering-list .section-desc-20 {
  color: rgba(47, 80, 91, 0.65);
}

.caregiver-hero {
  padding-top: 100px;
  position: relative;
}

.caregiver-hero-img-wrap {
  width: 100%;
  height: 0px;
  padding-top: 150%;
  border-radius: 60px;
}

.caregiver-hero .section-title-55 {
  color: rgba(24, 61, 76, 0.9);
  text-align: left;
}

.caregiver-hero .section-desc-20 {
  color: rgba(47, 80, 91, 0.65);
  text-align: left;
}

.text-link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;

  text-decoration: none;
  color: #30525D;
}

.text-link:hover {
  text-decoration: none;
}

.caregiver-hero .text-link {
  margin-left: 25px;
  margin-bottom: 10px;
}

.links-wrap {
  display: flex;
  align-items: flex-end;
}

.hiring-process-step {
  padding: 80px 0px;
  background: #ffffff;
  position: relative;
}

.hiring-process {
  /* padding-top: 100px; */
  background: #ffffff;
  margin-bottom: 100px;
}

.hiring-process .section-desc-20 h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.055em;

  color: rgba(46, 79, 90, 0.84);
}

.hiring-process-description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  text-align: center;
  letter-spacing: -0.04em;

  color: rgba(47, 80, 91, 0.65);
}

.hiring-process-top {
  padding-bottom: 80px;
  max-width: 740px;
  margin: auto;
}

.hiring-process hr {
  border-bottom: 2px dashed #1D263A;
  background: transparent;
}

.hiring-process-step-content {
  max-width: 530px;
  margin: auto;
}

.hiring-process__desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  text-align: center;
  letter-spacing: -0.04em;

}

.hiring-process__desc strong {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;

  text-align: center;
  letter-spacing: -0.055em;
}

.hiring-process__step {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;

  text-align: center;
}

.hiring-process__desc ul {
  list-style: none;
  padding-left: 0px;
}

.hiring-process__desc ul li {
  position: relative;
  display: inline-block;
}

.hiring-process__desc ul li::before {
  content: '•';
  position: absolute;
  left: -15px;
  font-weight: bold;
}

.hiring-process__desc ul li::after {
  content: '';
  display: block;
}

.hiring-process-step::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -37px;
  width: 4px;
  height: 74px;
  transform: translateX(-50%);
  background: #8FCFE4;
  z-index: 1;
}

.hiring-process-step:last-of-type::after {
  display: none;
}

.caregiver-hero__wave-img {
  position: absolute;
  left: 0px;
  bottom: -0px;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.general-page {
  padding: 60px 0;
}

.general-page ul,
.general-page ol {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.04em;
}


/* Content Block */

.content-block {
  padding: 50px 0;
  color: #677d82;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  color: #2f505c;
}

.content-block ul {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.04em;
}

/* End of Stylesheet */

.primer_page_navi {
  display: flex;
  gap: 10px;
  margin-bottom: 3rem;
  padding-left: 0;
}

.header-search__form {
  position: fixed;
  width: 100%;
  left: 0;
  top: calc(90px + var(--admin-bar));
  background-color: #64a9c0;
  padding-inline: 1rem;
  padding-block: 1rem;
  display: none;
  box-shadow: -1px 8px 15px 0px rgb(1 1 1 / 25%);
}

.header-search__buttom--desktop {
  display: none !important;
}


@media (min-width: 820px) {
  .header-search__form {
    top: calc(89px + var(--admin-bar))
  }
}

@media (min-width: 1024px) {
  .header-search__form {
    top: calc(88px + var(--admin-bar));
    padding-inline: 20vw;
  }

  .header-search__buttom--mobile {
    display: none !important;
  }

  .header-search__buttom--desktop {
    display: block !important;
  }
}

@media (min-width: 1366px) {
  .header-search__form {
    top: calc(99px + var(--admin-bar));
  }
}

form#searchform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.header-search__form .form-group {
  flex-shrink: 0;
  flex-grow: 1;
  display: block;
}

input#s {
  all: unset;
  width: 100%;
  font-size: 16px;
  padding: 8px 20px;
  font-weight: 500;
  border: none;
  background: rgb(240 243 243);
  border-radius: 6px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

input#searchsubmit {
  background-color: #364f5c !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  display: block;
  min-width: 95px;
  max-width: 5%;
}

.header-search__buttom {
  all: unset;
  font-size: 0;
  padding: 19px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: auto;
  border: 2px solid #f0f3f3;
  background-color: #f0f3f3;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 56.966 56.966' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' fill='%23183d4c' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  transition: all ease-in-out .2s;
}

@media (min-width: 600px) {
  .header-search__buttom {
    margin-right: 20px;
  }
}

.header-search__buttom:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  background-color: #f0f3f3;
}

.screen-reader-text {
  display: none;
}

.header-search__form.header-search__form--active {
  display: block;
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}


/*** Team Modal ***/
.modal-open{
  overflow: hidden;
}
.aboutus-teams-member-col{
  /*cursor: pointer;*/
  position: relative;
}
.aboutus-teams-member-col-wrap{
  overflow: hidden;
}
.aboutus-teams-member-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1s linear;
}
.aboutus-teams-member-col:hover .aboutus-teams-member-image{
  transform: scale(1.1);
}
.team_member_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.team_member_modal.active {
  visibility: visible;
  opacity: 1;
}
.team_member_modal_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.team_member_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 800px;
  transform: translate(-50%, -50%);
  background-color: #FEFAED;
  padding: 30px;
  border-radius: 16px;
}
.team_member_modal_image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1/1.5;
  margin-bottom: 10px;
}

.team_member_modal_name {
  font-family: Fraunces;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.team_member_modal_role{
  font-size: 12px;
  color: #9A9A9A;
  font-weight: 500;
}
.team_member_modal_bio{
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #A1957929;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.team_member_modal_bio p{
  font-size: 14px;
  font-weight: 400;
}
.team_member_modal_bio p:last-of-type{
  margin-bottom: 0;
}
.team_member_modal_bio h4{
  margin: 0;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  color: #374F5A;
}
.close_team_member_modal{
  position: absolute;
  top: -20px;
  right: -10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:#F8D076;
  cursor: pointer;
  z-index: 2;
}
.close_team_member_modal::before,
.close_team_member_modal::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #374F5A;
}
.close_team_member_modal::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.close_team_member_modal::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media(max-width:992px) {
  .team_member_modal_image{
    aspect-ratio: 1/0.8;
  }
  .team_member_modal_bio{
    margin-top: 15px;
    padding: 20px;
    max-height: calc(100vh - 520px);
  }
}

html body #hubspot-messages-iframe-container, 
html body #hubspot-messages-iframe-container #hubspot-conversations-iframe {
  display: none !important;
}