@charset "UTF-8";
/*!
Theme Name: Igoe_theme
Theme URI: http://underscores.me/
Author: Igoe Creative
Author URI: https://www.goigoecreative.com
Description: Main Igoe Theme
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU Geneal Public License v2 or later
License URI: LICENSE
Text Domain: igoe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Igoe_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bilbo&family=Kaushan+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://use.typekit.net/hlr5ohd.css");
@import url("https://use.typekit.net/hmu6qoy.css");
.flex {
  display: flex !important;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.flex.flex-center {
  justify-content: center;
  align-items: center;
}

.max-width-full {
  max-width: 1500px;
}

.max-width {
  width: 90%;
  margin: auto;
  max-width: 480px;
}
@media (min-width: 768px) {
  .max-width {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .max-width {
    max-width: 1300px;
  }
}
@media (min-width: 1800px) {
  .max-width {
    max-width: 1500px;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: flex;
  }
}

.laptop-only {
  display: block;
}
@media (max-width: 991px) {
  .laptop-only {
    display: none;
  }
}

.tablet-only {
  display: block;
}
@media (min-width: 768px) {
  .tablet-only {
    display: none;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

.blue-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6CACE4;
  border: 3px solid #6CACE4;
  text-transform: uppercase;
}
.blue-button:hover {
  border: 3px solid #71DBD4;
  background-color: #71DBD4;
}

.teal-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4 !important;
  border: 3px solid #71DBD4 !important;
  text-transform: uppercase;
}
.teal-button:hover {
  border: 3px solid #6CACE4 !important;
  background-color: #6CACE4 !important;
}

.transition {
  transition: 0.4s;
}

.white {
  color: white !important;
}

.black {
  color: black !important;
}

.dim-blue {
  color: #026783;
}

.bright-blue {
  color: #00addc;
}

.grey {
  color: #666666;
}

.bold {
  font-weight: bold;
}

.hundred-viewport-height {
  height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.object-fit {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.underline-hover {
  cursor: pointer;
}
.underline-hover:hover {
  text-decoration: underline;
  transition: 0.4s;
}

.no-underline {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase !important;
}

.relative {
  position: relative;
}

.color-initial {
  color: initial !important;
}

.center {
  text-align: center;
}

.auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.roboto-100 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.roboto-200 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

.roboto-300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto-400 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-500 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto-700 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.roboto-900 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  margin-bottom: 1.5em;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

li,
a,
span,
input,
label {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #666666;
}
a:hover, a:focus, a:active {
  color: #1A4E8A;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6CACE4;
  border: 3px solid #6CACE4;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border: 3px solid #71DBD4;
  background-color: #71DBD4;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 3px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body,
html {
  overflow-x: hidden;
  max-width: 100vw;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  min-width: 315px;
  margin-bottom: -0.5em;
}
header .header-curve-bg-wrap img.header-curve-bg,
header .header-curve-bg-wrap svg {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  max-height: 7em;
}
@media (min-width: 479px) {
  header .header-curve-bg-wrap img.header-curve-bg,
header .header-curve-bg-wrap svg {
    max-height: 8em;
    min-height: 8em;
  }
}
@media (min-width: 992px) {
  header .header-curve-bg-wrap img.header-curve-bg,
header .header-curve-bg-wrap svg {
    z-index: 0;
    height: 11em;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  header .header-curve-bg-wrap img.header-curve-bg,
header .header-curve-bg-wrap svg {
    height: 11.5em;
  }
}
@media (min-width: 992px) {
  header .inner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    width: 90%;
    margin: auto;
    max-width: 480px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  header .inner-header {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .inner-header {
    max-width: 890px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .inner-header {
    max-width: 1100px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  header .inner-header {
    max-width: 1300px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  header .inner-header {
    max-width: 1500px;
  }
}
header .inner-header div.logo-bars-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: content;
}
header .inner-header div.logo-bars-wrap .logo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link {
    margin-right: 2em;
  }
}
header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link img.logo {
  width: 9em;
  min-width: 9em;
  padding-top: 1em;
}
@media (min-width: 479px) {
  header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link img.logo {
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link img.logo {
    padding-top: 0;
    position: relative;
    top: 0.5vw;
    min-width: 11em;
  }
}
@media (min-width: 1200px) {
  header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link img.logo {
    width: 12em;
  }
}
@media (min-width: 1400px) {
  header .inner-header div.logo-bars-wrap .logo-wrap a.logo-link img.logo {
    width: 13em;
  }
}
header .inner-header div.logo-bars-wrap .hamburger-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  header .inner-header div.logo-bars-wrap .hamburger-container {
    display: none;
  }
}
header .inner-header div.logo-bars-wrap .hamburger-container .bar1,
header .inner-header div.logo-bars-wrap .hamburger-container .bar2,
header .inner-header div.logo-bars-wrap .hamburger-container .bar3 {
  width: 35px;
  height: 5px;
  background-color: #2c1909;
  margin: 6px 0;
  transition: 0.4s;
}
header .inner-header div.logo-bars-wrap .hamburger-container.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
header .inner-header div.logo-bars-wrap .hamburger-container.change .bar2 {
  opacity: 0;
}
header .inner-header div.logo-bars-wrap .hamburger-container.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
@media (max-width: 991px) {
  header .inner-header nav.nav-wrap {
    display: none;
    background-color: #E7F0FD;
    z-index: 0;
    position: relative;
  }
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container {
  width: 90%;
  margin: auto;
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container ul#nav-m {
  list-style: none;
  margin: 0;
  padding: 5em 0 0;
  height: 100vh;
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container ul#nav-m li {
  padding: 1em 0;
  border-bottom: 1px solid rgb(249, 249, 249);
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container ul#nav-m li:last-child {
  border-bottom: none;
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container ul#nav-m li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}
header .inner-header nav.nav-wrap div.menu-mobile-menu-container ul#nav-m li .sub-menu {
  display: none;
  list-style: none;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d {
  display: none;
}
@media (min-width: 992px) {
  header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li {
  margin-left: 2em;
  position: relative;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #ACCBEE;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  margin: auto;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.apply-button {
  padding: 0.25em 1em 0.25em;
  background-color: #990000;
  border: 3px solid #990000;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.apply-button a {
  color: white;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.apply-button:hover {
  background-color: white;
  transition: 0.4s;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.apply-button:hover a {
  color: #990000;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li a {
  color: black;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li a {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li a {
    font-size: 19px;
  }
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.menu-item-has-children {
  position: relative;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.menu-item-has-children a::after {
  content: "▼";
  position: relative;
  top: -2px;
  left: 0.5em;
  font-size: 8px;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li:hover ul.sub-menu {
  display: block;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
  list-style-type: none;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #ACCBEE;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li ul.sub-menu li {
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li ul.sub-menu li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #5daee1;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  margin: auto;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li ul.sub-menu li:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li ul.sub-menu li a::after {
  content: none;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.menu-item-has-children {
  position: relative;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.menu-item-has-children:before {
  content: none;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: black;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  margin: auto;
}
header .inner-header nav.nav-wrap div.menu-desktop-menu-container ul#nav-d li.menu-item-has-children:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
@media (max-width: 991px) {
  header.hundred-viewport-height {
    height: 100vh;
    overflow: auto;
    background-color: #E7F0FD;
  }
}

.featured-img-wrap {
  position: relative;
  z-index: -1;
  top: -15px;
}
.featured-img-wrap img.featured-img,
.featured-img-wrap video {
  display: block;
  width: 100%;
  object-fit: cover;
  margin: auto;
  max-height: 550px;
}
@media (max-width: 767px) {
  .featured-img-wrap img.featured-img,
.featured-img-wrap video {
    height: 350px;
  }
}
.featured-img-wrap video {
  margin-top: -1em;
}
.featured-img-wrap img.featured-img-internal {
  width: 100%;
  object-fit: cover;
  margin: auto;
  max-height: 550px;
  position: relative;
  min-height: 252px;
}
@media (min-width: 768px) {
  .featured-img-wrap img.featured-img-internal {
    top: -5px;
  }
}
.featured-img-wrap img.featured-img-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 101%;
}

.top-banner-wrapper {
  /* display: none; */
}
.top-banner-wrapper--display {
  /* display: block; */
}
.top-banner-wrapper--active {
  height: var(--banner-height);
}

.top-banner {
  background-color: #79D698;
  color: black;
  text-align: center;
  padding: 0.5em;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /* Optional animation */
  /* animation: slideDown 0.5s ease-in-out; */
}
.top-banner--fixed {
  position: fixed;
  animation: slideDown 0.5s ease-in-out;
}
.top-banner * {
  margin: 0;
}
.top-banner-close {
  margin-block: 0;
  padding: 0;
  margin-inline: auto;
  width: 100%;
  background-color: inherit;
  color: inherit;
  border: none;
  /* font-weight: 900; */
  /* font-size: 1.3em; */
  /* font-style: italic; */
  font-size: 0.8em;
}
.top-banner-close:hover {
  padding: 0;
  background-color: inherit;
  border: 0;
}
.top-banner.desktop {
  display: none;
}
@media (min-width: 992px) {
  .top-banner.desktop {
    display: block;
  }
}
.top-banner.mobile {
  display: block;
}
@media (min-width: 992px) {
  .top-banner.mobile {
    display: none;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Pages
--------------------------------------------- */
section.component {
  margin: 2em auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.component {
    flex-direction: row;
  }
}
section.component div.left,
section.component div.right {
  margin: auto;
}
section.component div.left ul,
section.component div.right ul {
  margin: 0;
}
@media (min-width: 992px) {
  section.component div.left,
section.component div.right {
    width: 47.5%;
  }
}
section.component .split-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.component .split-flex {
    flex-direction: row;
  }
}
section.component .split-flex .left,
section.component .split-flex .right {
  width: 100%;
}
@media (min-width: 992px) {
  section.component .split-flex .left,
section.component .split-flex .right {
    width: 47.5%;
  }
}

main.available-positions a.teal-button {
  margin-top: 0;
}
main.available-positions section.positions-wrap div.position {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.3019607843);
  width: fit-content;
  margin: 1em auto;
  transition: 0.4s;
}
main.available-positions section.positions-wrap div.position:hover {
  background-color: aliceblue;
  transition: 0.4s;
}
@media (min-width: 768px) {
  main.available-positions section.positions-wrap div.position {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
main.available-positions section.positions-wrap div.position p.position-style,
main.available-positions section.positions-wrap div.position a.position-style {
  margin: 1em;
  text-decoration: none;
}
main.available-positions section.positions-wrap div.position p.position-style.position-title,
main.available-positions section.positions-wrap div.position a.position-style.position-title {
  width: 20em;
}
main.available-positions section.positions-wrap div.position p.position-style.position-link,
main.available-positions section.positions-wrap div.position a.position-style.position-link {
  width: 15em;
}
main.available-positions section.positions-wrap div.position p.position-style.position-apply,
main.available-positions section.positions-wrap div.position a.position-style.position-apply {
  min-width: 11em;
}

section.physicians-modals {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100%;
  width: 100%;
}
section.physicians-modals .physician-box {
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 2em 1em;
  z-index: 999 !important;
  display: none;
  justify-content: center;
  align-items: baseline;
  width: 90%;
  min-width: 20em;
  max-width: 40em;
  height: fit-content;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 46% 54% 75% 18%/7% 3% 10% 4%;
  border-radius: 78% 18% 76% 22%/4% 3% 8% 3%;
  border: 4px solid #6CACE4;
}
@media (min-width: 768px) {
  section.physicians-modals .physician-box {
    top: 0;
  }
}
@media (min-width: 992px) {
  section.physicians-modals .physician-box {
    padding: 3em 2em;
  }
}
section.physicians-modals .physician-box.physician-popup-on {
  display: block;
  z-index: 2;
}
section.physicians-modals .physician-box.physician-popup-on img.physician-img {
  width: 5em;
}
@media (min-width: 768px) {
  section.physicians-modals .physician-box.physician-popup-on img.physician-img {
    width: 8em;
  }
}
section.physicians-modals .physician-copy-wrap {
  margin: 0 auto auto;
  height: 29vh;
  overflow: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  section.physicians-modals .physician-copy-wrap {
    height: unset;
    max-height: 35vh;
  }
}
section.physicians-modals .physician-copy-wrap .physician-heading {
  margin-top: 0;
  padding-left: 5px;
  background-color: #6CACE4;
  font-size: 16px;
}
section.physicians-modals .physician-copy-wrap .physician-copy-inner {
  padding: 0 1em 0;
  font-size: 0.8em;
}

div.physician-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
div.physician-bg.grey-on {
  display: block;
  background: rgba(0, 0, 0, 0.6196078431);
}

section.our-locations {
  background: white;
  position: relative;
}
section.our-locations img.mid-shape {
  position: relative;
  top: -15vw;
  margin-bottom: 0;
  z-index: -1;
  width: 100%;
}
section.our-locations .our-locations-inner {
  margin-top: -29vw;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  section.our-locations .our-locations-inner {
    height: 30em;
  }
}
section.our-locations .our-locations-inner .our-locations-headings {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
@media (min-width: 768px) {
  section.our-locations .our-locations-inner .our-locations-headings {
    padding: 1em 0;
  }
}
section.our-locations .our-locations-inner div.map-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
section.our-locations .our-locations-inner div.map-bg.grey-on {
  display: block;
  background: rgba(0, 0, 0, 0.6196078431);
}
section.our-locations .our-locations-inner .map-popups .map-popup {
  display: none;
  position: fixed;
  z-index: 2;
  top: 25%;
  right: 0;
  left: 0;
  width: 90%;
  max-width: 40em;
  min-width: 250px;
  margin: auto;
}
section.our-locations .our-locations-inner .map-popups .map-popup.map-popup-on {
  display: block;
}
section.our-locations .our-locations-inner .map-popups .map-popup img {
  display: block;
}
section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner {
  padding: 1em 2em 0;
  background: white;
}
section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner * {
  margin: 0;
}
section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner .map-heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
}
@media (min-width: 479px) {
  section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner .map-heading-wrap {
    flex-direction: row;
    justify-content: flex-start;
  }
}
section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner .map-heading-wrap img.map-popup-img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 10em;
  height: 10em;
  object-fit: cover;
}
section.our-locations .our-locations-inner .map-popups .map-popup .map-popup-inner .map-heading-wrap .map-popup-heading {
  z-index: 1;
  position: relative;
  right: 6px;
  padding: 0.25em 1em;
  text-align: center;
}
section.our-locations div.maps {
  margin: auto;
}
section.our-locations div.maps svg {
  position: relative;
  display: none;
  transform: scale(2);
  right: 12%;
}
@media (min-width: 768px) {
  section.our-locations div.maps svg {
    display: block;
    transform: scale(1.25);
    margin-top: 2em;
    right: unset;
  }
}
section.our-locations div.maps svg .flag-tag#greenville-flag, section.our-locations div.maps svg .flag-tag#virginia-flag, section.our-locations div.maps svg .flag-tag#wilmington-flag, section.our-locations div.maps svg .flag-tag#charlotte-flag, section.our-locations div.maps svg .flag-tag#hickory-flag {
  transform: translate(20px, 0px);
}
section.our-locations div.maps svg .flag-tag#gastonia-flag, section.our-locations div.maps svg .flag-tag#raleigh-flag {
  transform: translate(-20px, 0px);
}
section.our-locations div.maps svg .flag-tag.tag-width-off rect {
  width: 0;
}
section.our-locations div.maps svg .flag-tag.tag-width-off text {
  opacity: 0;
}
section.our-locations div.maps svg .flag-tag rect {
  transition: width 0.4s;
  display: block;
}
section.our-locations div.maps svg .flag-tag text {
  transition: opacity 0.7s;
}
section.our-locations div.maps svg circle {
  transition: 0.4s;
}
section.our-locations div.maps svg circle:hover {
  cursor: pointer;
  r: 50px;
  transition: 0.4s;
}

main.split section.split-template div.split-flex {
  margin: 2em auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  main.split section.split-template div.split-flex {
    flex-direction: row;
  }
}
main.split section.split-template div.split-flex div.left,
main.split section.split-template div.split-flex div.right {
  margin: auto;
}
main.split section.split-template div.split-flex div.left ul,
main.split section.split-template div.split-flex div.right ul {
  margin: 0;
}
@media (min-width: 992px) {
  main.split section.split-template div.split-flex div.left,
main.split section.split-template div.split-flex div.right {
    width: 47.5%;
  }
}
main.split section.split-template div.split-flex .left img {
  padding: 3em;
}

main.corporate section.split {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  main.corporate section.split {
    flex-direction: row;
  }
}
main.corporate section.split div.left,
main.corporate section.split div.right {
  margin: auto;
}
@media (min-width: 992px) {
  main.corporate section.split div.left,
main.corporate section.split div.right {
    width: 47.5%;
  }
}

main.our-practice section.founding-partners {
  margin: 5em auto 2em;
  padding: 3em 0;
  background-color: #E7F0FD;
}
main.our-practice section.founding-partners .founding-partners-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.our-practice section.founding-partners .founding-partners-flex .founding-partner-img-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  main.our-practice section.founding-partners .founding-partners-flex .founding-partner-img-container {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
main.our-practice section.founding-partners .founding-partners-flex .founding-partner-img-container .founding-partner-img-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  main.our-practice section.founding-partners .founding-partners-flex .founding-partner-img-container .founding-partner-img-wrap {
    width: 33%;
  }
}
main.our-practice section.founding-partners .founding-partners-flex .founding-partner-img-container .founding-partner-img-wrap .partner-name {
  font-size: 1.5em;
}
main.our-practice section.tribute div.tribute-flex-container {
  margin: 2em auto;
}
@media (min-width: 768px) {
  main.our-practice section.tribute div.tribute-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main.our-practice section.tribute div.tribute-flex-container .flex-item-left {
  width: 25%;
  margin: auto;
  justify-content: flex-start;
  display: flex;
  margin-left: 0;
  display: none;
}
@media (min-width: 992px) {
  main.our-practice section.tribute div.tribute-flex-container .flex-item-left {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  main.our-practice section.tribute div.tribute-flex-container .flex-item-left {
    width: 15%;
  }
}
main.our-practice section.tribute div.tribute-flex-container .flex-item-right {
  width: 74%;
}
@media (min-width: 992px) {
  main.our-practice section.tribute div.tribute-flex-container .flex-item-right {
    width: 79%;
  }
}
@media (min-width: 1200px) {
  main.our-practice section.tribute div.tribute-flex-container .flex-item-right {
    width: 84%;
  }
}

main.landing-individual section.landing-individual-intro {
  margin: 1em auto;
}
main.landing-individual section.landing-info {
  padding: 1em 0;
  background: #ACCBEE;
}
@media (min-width: 768px) {
  main.landing-individual section.landing-info div.landing-info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main.landing-individual section.landing-info div.landing-info-flex .landing-info-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  main.landing-individual section.landing-info div.landing-info-flex .landing-info-wrap {
    width: 40%;
    margin: 1em 5%;
  }
}
main.landing-individual section.facilities {
  position: relative;
  padding: 2em 0 5em;
  margin: 5em auto;
  overflow: hidden;
  padding: 2em 10% 2em;
}
@media (min-width: 768px) {
  main.landing-individual section.facilities {
    padding: 2em 6% 2em;
  }
}
@media (min-width: 992px) {
  main.landing-individual section.facilities {
    padding: 2em 5% 2em;
  }
}
main.landing-individual section.facilities .swiper-3 {
  overflow: hidden;
}
@media (min-width: 768px) {
  main.landing-individual section.facilities .swiper-wrapper {
    justify-content: flex-start;
  }
}
main.landing-individual section.facilities .swiper-wrapper .swiper-slide .swiper-inner-wrap .slide-facility-item p {
  font-weight: bold;
}
main.landing-individual section.facilities .swiper-wrapper .swiper-slide .swiper-inner-wrap .slide-facility-item a.slide-facility-link {
  display: flex;
  position: relative;
  text-decoration: none;
}
main.landing-individual section.facilities .swiper-wrapper .swiper-slide .swiper-inner-wrap .slide-facility-item a.slide-facility-link img.slide-facility-img {
  object-fit: cover;
  height: 15em;
  width: 100%;
}
main.landing-individual section.facilities .swiper-wrapper .swiper-slide .swiper-inner-wrap .slide-facility-item a.slide-facility-link .slide-facility-name {
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  filter: drop-shadow(2px 4px 6px black);
  height: fit-content;
}
main.landing-individual section.facilities .swiper-pagination-bullet {
  background-color: #71DBD4;
}
main.landing-individual section.facilities .swiper-button-next,
main.landing-individual section.facilities .swiper-button-prev {
  color: black;
  top: 35%;
}
main.landing-individual section.facilities .swiper-button-next {
  right: 1%;
}
main.landing-individual section.facilities .swiper-button-prev {
  left: 1%;
}
main.landing-individual section.explore {
  margin: 2em auto;
}
main.landing-individual section.explore div.explore-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  main.landing-individual section.explore div.explore-wrap {
    flex-direction: row;
  }
}
main.landing-individual section.explore div.explore-wrap .explore-item {
  position: relative;
  margin: 2em auto;
  max-width: 35em;
}
@media (min-width: 992px) {
  main.landing-individual section.explore div.explore-wrap .explore-item {
    width: 45%;
  }
}
main.landing-individual section.explore div.explore-wrap .explore-item a {
  color: black;
}
@media (min-width: 992px) {
  main.landing-individual section.explore div.explore-wrap .explore-item img {
    width: 25em;
    height: 15em;
    margin: auto;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  main.landing-individual section.explore div.explore-wrap .explore-item img {
    width: 30em;
    height: 20em;
  }
}
main.landing-individual section.explore div.explore-wrap .explore-item .explore-link {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  text-decoration: none;
}
main.landing-individual section.explore div.explore-wrap .explore-item .explore-link .explore-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  height: fit-content;
  width: fit-content;
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4;
  border: 3px solid #71DBD4;
}
main.landing-individual section.testimonial-slider {
  margin: 3em auto;
}

main.news .news-container .articles .article a {
  text-decoration: none;
}
main.news .news-container .articles .article a:hover {
  color: #6cace4 !important;
}

main.site-main {
  margin: 5em auto 5em;
}
main.site-main .info-img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article.article-sec {
  margin: 5em auto;
}
article.article-sec .entry-title {
  color: #1A4E8A;
}
article.article-sec .title {
  text-align: center;
}
@media (min-width: 992px) {
  article.article-sec .title {
    padding: 2.5rem;
  }
}
article.article-sec .title-link {
  font-weight: 600;
  text-decoration: none;
}
article.article-sec p {
  text-align: center;
}
@media (min-width: 992px) {
  article.article-sec p {
    text-align: justify;
  }
}

main.landing section.landing-intro {
  margin: 1em auto 4em;
}
main.landing section.landing-more-info {
  background: #ACCBEE;
  padding: 1em 0;
  margin: 1em auto;
}
main.landing section.landing-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  main.landing section.landing-split {
    flex-direction: row;
  }
}
main.landing section.landing-split .landing-split-item {
  margin: 0.5em;
}
@media (min-width: 992px) {
  main.landing section.landing-split .landing-split-item {
    width: 50%;
  }
}
main.landing section.landing-buttons a.landing-links {
  text-decoration: none;
  color: #404040;
}
main.landing section.landing-buttons a.landing-links:nth-child(even) .landing-heading {
  background-color: #6CACE4;
}
main.landing section.landing-buttons a.landing-links:nth-child(odd) .landing-heading {
  background-color: #71DBD4;
}
main.landing section.landing-buttons div.landing-item .landing-heading {
  margin-bottom: 0;
  padding: 0.25em 0em 0.25em 1em;
  position: relative;
  cursor: pointer;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #6CACE4;
}
main.landing section.landing-buttons div.landing-item .landing-heading.landing::after {
  content: "";
}
main.landing section.landing-buttons div.landing-item .landing-heading.landing.minus::after {
  content: "";
}
main.landing section.testimonial-slider {
  margin: 3em auto;
}

section.apply-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.apply-button .apply {
  margin: auto;
  width: fit-content;
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6CACE4;
  border: 3px solid #6CACE4;
  text-transform: uppercase;
}
section.apply-button .apply:hover {
  border: 3px solid #71DBD4;
  background-color: #71DBD4;
}

section.testimonial-slider {
  background-color: #71DBD4;
  max-width: 100%;
  overflow: hidden;
}
section.testimonial-slider div.swiper-2,
section.testimonial-slider .swiper-4 {
  text-align: center;
  position: relative;
}
section.testimonial-slider div.swiper-2 .swiper-wrapper,
section.testimonial-slider .swiper-4 .swiper-wrapper {
  align-items: center;
}
section.testimonial-slider div.swiper-2 .swiper-wrapper .swiper-slide,
section.testimonial-slider .swiper-4 .swiper-wrapper .swiper-slide {
  padding: 1em 0;
}
section.testimonial-slider div.swiper-2 .swiper-wrapper .swiper-slide .swiper-inner-wrap,
section.testimonial-slider .swiper-4 .swiper-wrapper .swiper-slide .swiper-inner-wrap {
  max-width: 500px;
  min-width: 250px;
  width: 75%;
  margin: auto;
}
section.testimonial-slider div.swiper-2 .swiper-wrapper .swiper-slide .swiper-inner-wrap h5,
section.testimonial-slider .swiper-4 .swiper-wrapper .swiper-slide .swiper-inner-wrap h5 {
  font-size: 18px;
  font-weight: 400;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper-2 .swiper-button-next,
.swiper-2 .swiper-button-prev,
.swiper-4 .swiper-button-next,
.swiper-4 .swiper-button-prev {
  color: black;
}

main.contact section.intro-info {
  text-align: center;
}
main.contact section.intro-info p {
  text-align: left;
}
main.contact section.form {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  main.contact section.form {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  main.contact section.form div.form-left {
    width: 70%;
  }
}
main.contact section.form div.form-left .form-wrap .form-item input,
main.contact section.form div.form-left .form-wrap .form-item textarea {
  border: 2px solid #ACCBEE;
  background-color: #ACCBEE;
  outline: 0;
  max-width: 35em;
}
main.contact section.form div.form-right img.contact-img {
  max-width: 20em;
}
@media (min-width: 1400px) {
  main.contact section.form div.form-right img.contact-img {
    max-width: 25em;
  }
}
@media (min-width: 992px) {
  main.contact section.form div.form-right {
    width: 30%;
  }
}

main.site-main {
  margin: 5em auto 5em;
}

article {
  margin: 5em auto;
}
article .entry-title {
  color: #1A4E8A;
}

img.top-shape {
  display: block;
  position: relative;
  width: 100%;
}

section.img-slider {
  background-color: #E7F0FD;
  position: relative;
  bottom: -3em;
}
section.img-slider div.swiper .swiper-wrapper {
  align-items: center;
}
section.img-slider div.swiper .swiper-wrapper .swiper-slide img.swiper-img {
  display: flex;
  margin: auto;
  height: 17.5em;
  width: 100%;
  object-fit: cover;
}

section.pre-footer {
  background: #E7F0FD;
  padding-bottom: 3em;
  padding: 4em 0 3em;
  position: relative;
  bottom: -6vw;
}
section.pre-footer .pre-footer-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 90%;
  max-width: 25em;
  min-width: 250px;
}
@media (min-width: 992px) {
  section.pre-footer .pre-footer-split {
    flex-direction: row;
    max-width: none;
  }
}
section.pre-footer .pre-footer-split .pre-footer-left,
section.pre-footer .pre-footer-split .pre-footer-right {
  margin: 2em auto;
}
@media (min-width: 992px) {
  section.pre-footer .pre-footer-split .pre-footer-left,
section.pre-footer .pre-footer-split .pre-footer-right {
    margin: 2em;
  }
}
section.pre-footer .pre-footer-split .pre-footer-left figure,
section.pre-footer .pre-footer-split .pre-footer-right figure {
  position: relative;
}
section.pre-footer .pre-footer-split .pre-footer-left figure img.pre-footer-img,
section.pre-footer .pre-footer-split .pre-footer-right figure img.pre-footer-img {
  max-height: 20em;
}
section.pre-footer .pre-footer-split .pre-footer-left figure a.pre-footer-button,
section.pre-footer .pre-footer-split .pre-footer-right figure a.pre-footer-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  height: fit-content;
  width: fit-content;
}
section.pre-footer .pre-footer-split .pre-footer-left .pre-footer-button-left {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6CACE4;
  border: 3px solid #6CACE4;
  text-transform: uppercase;
}
section.pre-footer .pre-footer-split .pre-footer-left .pre-footer-button-left:hover {
  background-color: #53a1e4;
}
section.pre-footer .pre-footer-split .pre-footer-right .pre-footer-button-right {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4;
  border: 3px solid #71DBD4;
  text-transform: uppercase;
}
section.pre-footer .pre-footer-split .pre-footer-right .pre-footer-button-right:hover {
  background-color: #4bcfc6;
}

* {
  scroll-behavior: smooth;
}

main.physicians section.intro-info .intro-heading {
  text-align: center;
}
main.physicians section.intro-info span {
  cursor: pointer;
}
main.physicians section.intro-info .asl_w_container {
  position: relative;
  z-index: 0;
}
main.physicians section.the-content ul.leadership-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  main.physicians section.the-content ul.leadership-list {
    justify-content: space-between;
    margin: auto 3em;
    padding: 0;
  }
}
main.physicians section.the-content ul.leadership-list li {
  width: 90%;
}
@media (min-width: 768px) {
  main.physicians section.the-content ul.leadership-list li {
    width: 40%;
  }
}
@media (min-width: 992px) {
  main.physicians section.the-content ul.leadership-list li {
    width: 30%;
  }
}
main.physicians section.physicians-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
main.physicians section.physicians-buttons a.physicians-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin: 1em 0.5em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.4s;
}
main.physicians section.physicians-buttons a.physicians-button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.4s;
}
main.physicians section.physicians-buttons a.physicians-button:nth-child(odd) {
  background-color: #6CACE4;
}
main.physicians section.physicians-buttons a.physicians-button:nth-child(even) {
  background-color: #71DBD4;
}
main.physicians section.physicians-list {
  margin: 2em auto 5em;
}
main.physicians section.physicians-list div.hotlink-bump-wrap {
  position: relative;
}
main.physicians section.physicians-list div.hotlink-bump-wrap span.hotlink-bump {
  position: absolute;
  top: -5em;
}
main.physicians section.physicians-list .location-heading {
  margin-top: 2em;
  color: #6CACE4;
  text-align: center;
  border-bottom: 2px solid #6CACE4;
}
main.physicians section.physicians-list .physician-wrap.pw-0, main.physicians section.physicians-list .physician-wrap.pw-1, main.physicians section.physicians-list .physician-wrap.pw-2, main.physicians section.physicians-list .physician-wrap.pw-3, main.physicians section.physicians-list .physician-wrap.pw-4, main.physicians section.physicians-list .physician-wrap.pw-5, main.physicians section.physicians-list .physician-wrap.pw-6, main.physicians section.physicians-list .physician-wrap.pw-7 {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  main.physicians section.physicians-list .physician-wrap.pw-0, main.physicians section.physicians-list .physician-wrap.pw-1, main.physicians section.physicians-list .physician-wrap.pw-2, main.physicians section.physicians-list .physician-wrap.pw-3, main.physicians section.physicians-list .physician-wrap.pw-4, main.physicians section.physicians-list .physician-wrap.pw-5, main.physicians section.physicians-list .physician-wrap.pw-6, main.physicians section.physicians-list .physician-wrap.pw-7 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    margin: auto 3em;
    padding: 0;
  }
}
main.physicians section.physicians-list .physician-wrap.pw-0 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-1 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-2 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-3 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-4 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-5 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-6 .physician-name, main.physicians section.physicians-list .physician-wrap.pw-7 .physician-name {
  width: 90%;
  margin: 0.25em;
}
main.physicians section.physicians-list .physician-wrap .physician-name {
  text-align: center;
  cursor: pointer;
}

div.asl_r .results a span.overlap {
  position: relative !important;
}

div.asl_r.vertical {
  z-index: 0;
}

p.asl_desc {
  opacity: 0;
}

.asl_content h3 {
  position: relative;
  top: 2em;
}

main.physicians.crna section.physicians-list.crna-list div.physician-wrap .physician-name {
  pointer-events: none;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  background-image: radial-gradient(ellipse at center, #6cace4, #6cace4) !important;
  border: 0 solid #6CACE4;
}

div.asl_w .probox .promagnifier {
  background-image: radial-gradient(ellipse at center, #71DBD4, #71DBD4) !important;
}

section.our-partners {
  background-color: #E7F0FD;
  padding: 1em 0 11em;
  margin-top: 4em;
  margin-bottom: -10em;
}
section.our-partners div.our-partners-wrap .our-partners-heading {
  text-align: center;
  margin-bottom: 2em;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 992px) {
  section.our-partners div.swiper {
    padding: 0em 1em;
  }
}
section.our-partners div.swiper .swiper-wrapper {
  align-items: center;
}
section.our-partners div.swiper .swiper-wrapper .swiper-slide .swiper-inner-wrap a img.our-partners-icon {
  width: 20em;
  max-height: 8em;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
@media (min-width: 992px) {
  section.our-partners div.swiper .swiper-wrapper .swiper-slide .swiper-inner-wrap a img.our-partners-icon {
    width: 17em;
  }
}

section.slider-component {
  display: flex;
}

main {
  position: relative;
  top: -2em;
}

main.internal {
  margin: 5em auto;
}
main.internal .ecpc-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4 !important;
  border: 3px solid #71DBD4 !important;
  text-transform: uppercase;
}
main.internal .ecpc-button:hover {
  border: 3px solid #6CACE4 !important;
  background-color: #6CACE4 !important;
}
main.internal section.interventional-pain {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  main.internal section.interventional-pain {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  main.internal section.interventional-pain div.left-img-wrap,
main.internal section.interventional-pain div.right-text-wrap {
    width: 47.5%;
    margin: auto;
  }
}
main.internal section.interventional-pain .left-img-wrap img {
  width: 100%;
}
@media (max-width: 991px) {
  main.internal section.interventional-pain .right-text-wrap {
    margin-bottom: 2em;
  }
}

main.locations section.locations-accordion div.location-item:nth-child(odd) .location-heading {
  background-color: #6CACE4;
}
main.locations section.locations-accordion div.location-item:nth-child(even) .location-heading {
  background-color: #71DBD4;
}
main.locations section.locations-accordion div.location-item .location-heading {
  margin-bottom: 0;
  padding: 0.25em 0em 0.25em 1em;
  position: relative;
  cursor: pointer;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #6CACE4;
}
main.locations section.locations-accordion div.location-item .location-heading.physicians::after {
  content: "";
}
main.locations section.locations-accordion div.location-item .location-heading.physicians.minus::after {
  content: "";
}
main.locations section.locations-accordion div.location-item .location-heading::after {
  content: "+";
  position: absolute;
  right: 1em;
}
main.locations section.locations-accordion div.location-item .location-heading.minus::after {
  content: "-";
}
main.locations section.locations-accordion div.location-item .location-copy {
  background-color: #E7F0FD;
  display: none;
  padding: 1em 0 1em 2em;
}
main.locations section.locations-accordion a.location-physicians {
  text-decoration: none;
  color: #404040;
}
main.locations .physician-wrap {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  main.locations .physician-wrap {
    justify-content: space-between;
    margin: auto 3em;
    padding: 0;
  }
}
main.locations .physician-wrap .physician-name {
  width: 90%;
  margin: 0.25em;
}
@media (min-width: 768px) {
  main.locations .physician-wrap .physician-name {
    width: 40%;
  }
}
@media (min-width: 992px) {
  main.locations .physician-wrap .physician-name {
    width: 30%;
  }
}
main.locations .physician-wrap .physician-name {
  text-align: center;
  cursor: pointer;
}

main.home section.home-intro .home-intro-title-wrap {
  background-color: #71DBD4;
  border-bottom: 10px #6CACE4 solid;
}
main.home section.home-intro .home-intro-title-wrap .home-intro-title {
  margin: 0 auto;
  padding: 1em 0;
  width: 90%;
  max-width: 23em;
  color: white;
  text-align: center;
}
main.home section.split-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  margin: 3em auto;
}
@media (min-width: 992px) {
  main.home section.split-component {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  main.home section.split-component .left,
main.home section.split-component .right {
    margin: auto;
  }
}
@media (min-width: 992px) {
  main.home section.split-component div.split-component-left {
    width: 47.5%;
  }
}
@media (min-width: 768px) {
  main.home section.split-component div.split-component-left img.split-img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  main.home section.split-component div.split-component-right {
    width: 47.5%;
  }
}
main.home section.split-component div.split-component-right .split-right-heading {
  font-weight: bold;
}
main.home section.split-component div.split-component-right a.split-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4 !important;
  border: 3px solid #71DBD4 !important;
  text-transform: uppercase;
}
main.home section.split-component div.split-component-right a.split-button:hover {
  border: 3px solid #6CACE4 !important;
  background-color: #6CACE4 !important;
}
main.home section.home-mid-img-wrap {
  border-top: 2em solid #6CACE4;
}
main.home section.home-mid-img-wrap img.mid-img {
  display: block;
  position: relative;
  top: -5px;
  z-index: -1;
  height: 36vw;
  min-height: 500px;
  max-height: 550px;
  min-width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  main.home section.home-mid-img-wrap img.mid-img {
    min-height: 650px;
    max-height: 650px;
  }
}
main.home section.come-join {
  background-color: #E7F0FD;
  padding-bottom: 2em;
}
main.home section.come-join img.low-shape {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  main.home section.come-join img.low-shape {
    margin-bottom: -7vw;
  }
}
main.home section.come-join div.come-join-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
@media (min-width: 992px) {
  main.home section.come-join div.come-join-split {
    flex-direction: row;
    align-items: center;
  }
}
main.home section.come-join div.come-join-split div.left video {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
main.home section.come-join div.come-join-split div.right div.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
main.home section.come-join div.come-join-split div.right a.come-join-split-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6CACE4;
  border: 3px solid #6CACE4;
  text-transform: uppercase;
  margin-right: 2em;
}
main.home section.come-join div.come-join-split div.right a.come-join-split-button:hover {
  background-color: #53a1e4;
}
main.home section.come-join div.come-join-split div.right a.come-join-split-button.button-2 {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4;
  border: 3px solid #71DBD4;
  text-transform: uppercase;
}
main.home section.come-join div.come-join-split div.right a.come-join-split-button.button-2:hover {
  background-color: #4bcfc6;
}
main.home section.come-join div.come-join-split .left,
main.home section.come-join div.come-join-split .right {
  margin: auto;
}
@media (min-width: 992px) {
  main.home section.come-join div.come-join-split .left,
main.home section.come-join div.come-join-split .right {
    width: 47.5%;
  }
}
main.home section.corporate-solutions div.corporate-solutions-wrap .corporate-solutions-inner-upper-wrap {
  position: relative;
}
main.home section.corporate-solutions div.corporate-solutions-wrap img.corporate-solutions-img {
  display: block;
  height: 36vw;
  min-height: 300px;
  max-height: 400px;
  min-width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -3;
}
main.home section.corporate-solutions div.corporate-solutions-wrap div.corporate-solutions-img-shape-wrap {
  z-index: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: -2em;
}
main.home section.corporate-solutions div.corporate-solutions-wrap div.corporate-solutions-img-shape-wrap img.corporate-solutions-img {
  min-width: 100%;
}
main.home section.corporate-solutions div.corporate-solutions-wrap div.corporate-solutions-img-shape-wrap img {
  width: 100%;
}
main.home section.corporate-solutions div.corporate-solutions-wrap .corporate-solutions-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -1em;
}
main.home section.corporate-solutions div.corporate-solutions-wrap .corporate-solutions-inner-wrap a.corporate-solutions-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4 !important;
  border: 3px solid #71DBD4 !important;
  text-transform: uppercase;
}
main.home section.corporate-solutions div.corporate-solutions-wrap .corporate-solutions-inner-wrap a.corporate-solutions-button:hover {
  border: 3px solid #6CACE4 !important;
  background-color: #6CACE4 !important;
}

img.footer-shape {
  display: block;
  width: 100%;
  position: relative;
}
footer {
  position: relative;
  padding-bottom: 1em;
  background-color: #6CACE4;
}
footer div.footer-info {
  width: 90%;
  margin: auto;
  max-width: 480px;
}
@media (min-width: 768px) {
  footer div.footer-info {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  footer div.footer-info {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  footer div.footer-info {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  footer div.footer-info {
    max-width: 1300px;
  }
}
@media (min-width: 1800px) {
  footer div.footer-info {
    max-width: 1500px;
  }
}
@media (min-width: 992px) {
  footer div.footer-info {
    display: flex;
    justify-content: space-around;
  }
}
footer div.footer-info .footer-quarter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.fq-logo {
    align-items: self-start;
  }
}
footer div.footer-info .footer-quarter img.footer-logo {
  max-width: 14em;
  margin: 0em auto 2em;
  display: flex;
  padding-top: 2em;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter img.footer-logo {
    max-width: 10em;
    margin-left: 0;
    padding-top: 0;
  }
}
footer div.footer-info .footer-quarter img.footer-logo-2 {
  margin-bottom: 1em;
  width: 14em;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter img.footer-logo-2 {
    display: flex;
    margin: 0 auto 0em;
    margin-left: 0;
    padding-top: 0;
    width: 10em;
  }
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-menu-wrap {
    align-items: baseline;
  }
}
footer div.footer-info .footer-quarter.footer-menu-wrap .quick-link-header {
  margin: 0;
  color: black;
}
footer div.footer-info .footer-quarter.footer-menu-wrap .menu-footer-menu-container ul#menu-footer-menu.footer-menu {
  list-style-type: none;
  margin: 0em auto 2em;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-menu-wrap .menu-footer-menu-container ul#menu-footer-menu.footer-menu {
    text-align: left;
  }
}
footer div.footer-info .footer-quarter.footer-menu-wrap .menu-footer-menu-container ul#menu-footer-menu.footer-menu li.menu-item a {
  color: black;
  text-decoration: none;
}
footer div.footer-info .footer-quarter.footer-button-wrap {
  margin: 1em auto 2em;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-button-wrap {
    margin: 0;
  }
}
footer div.footer-info .footer-quarter.footer-button-wrap a.footer-button {
  display: block;
  width: fit-content;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  text-decoration: none !important;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #71DBD4 !important;
  border: 3px solid #71DBD4 !important;
  text-transform: uppercase;
}
footer div.footer-info .footer-quarter.footer-button-wrap a.footer-button:hover {
  border: 3px solid #6CACE4 !important;
  background-color: #6CACE4 !important;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-button-wrap a.footer-button {
    margin: 0 0 1.5em;
  }
}
footer div.footer-info .footer-quarter.footer-icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-icon-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link {
  display: block;
  margin: 0 1em 1em;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link .gram-icon {
  height: 30px;
  width: 30px;
  padding-left: 0.2em;
}
footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link .maps-icon {
  height: 32px;
  width: 32px;
}
footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link .footer-icon-title {
  display: none;
}
@media (min-width: 992px) {
  footer div.footer-info .footer-quarter.footer-icon-wrap a.footer-icon-link .footer-icon-title {
    display: block;
    margin-left: 1em;
    color: black;
  }
}

/*# sourceMappingURL=style.css.map */
