/*
Theme Name: RM Base Theme
Theme URI: http://www.rosemontdev.com/
Description: A custom theme built by the team at Rosemont Media.
Author: Rosemont Media
Version: 2.0
Tags:
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/*
   =============================================================================
   Box sizing rest for all elements
   ==========================================================================

*/
* {
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "Lato", Futura, sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #4c3f18;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4c3f18;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links - EDIT
   ========================================================================== */
a {
  color: #4c3f18;
}

a:hover {
  text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b8b28d;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
*
*
*
Added by Brian
*
*
*/
a sup, a sub {
  display: inline-block;
}

h1 > sup, h2 > sup, h3 > sup {
  font-size: 65%;
}

/*
*
*
*
*/
address {
  font-style: normal;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0;
}

/*
*
*
*
Added by Brian
*
*
*/
li {
  list-style-position: inside;
}

/*
*
*
*
*
*
*/
dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* =============================================================================
   WordPress Reset
   ========================================================================== */
div.aligncenter, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright, .commentlist li .avatar {
  float: right;
}

.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption img, .wp-caption p.wp-caption-text, #commentsDiv p, #commentsDiv h3 {
  margin: 0;
}

.wp-caption img {
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
}

#commentsDiv {
  clear: both;
  margin: 30px 20px 30px 35px;
  padding-top: 20px;
}

#commentsDiv textarea, #commentsDiv input {
  border: 1px solid #6779c3;
  font-size: 12px;
  color: #6779c3;
  line-height: 25px;
}

#commentsDiv textarea, #commentsDiv input, input#submit {
  height: 25px;
}

#commentsDiv textarea {
  width: 500px;
  height: 150px;
}

input#submit {
  background: #fff;
  line-height: 20px;
  width: 150px;
  color: #042b5e;
}

#comments {
  margin-bottom: 20px !important;
}

#respond {
  margin-top: 20px !important;
}

.commentlist {
  border-bottom: 1px solid #fff;
}

#commentform textarea, #commentform input, .commentlist li {
  font-size: 0.9em;
}

.commentlist li {
  padding: 20px;
  border-top: 1px solid #fff;
}

.commentlist li p {
  margin-top: 10px !important;
}

.commentlist li .avatar {
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite a, .commentlist cite {
  font-style: normal;
  font-size: 1.1em;
  color: #fff;
}

.commentlist p, .commentmetadata {
  font-weight: normal;
}

.commentlist p {
  line-height: 1.5em;
  text-transform: none;
}

.alt {
  background: #042b5e !important;
}

#commentform p {
  margin-bottom: 10px !important;
}

h3#respond {
  margin-bottom: 20px;
}

/* ------------------------
   Variables
------------------------ */
/* ------------------------
   Mixins
------------------------ */
/****************************************************************/
/* --------------------- Utility Classes  -------------------- */
/**************************************************************/
.clear {
  clear: both;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

div.clear {
  height: .01em;
  overflow: hidden;
}

.no-clear {
  clear: none;
}

.inline-block {
  display: inline-block;
}

body.lt-ie9 .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.aligncenter {
  display: block;
}

.no-frame {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

p.break {
  min-height: 1rem;
  visibility: hidden;
}

.is--underline {
  text-decoration: underline;
}

body .disableLink {
  pointer-events: none;
  cursor: default;
}

.smoothie {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus {
  outline: none;
}

/*Yottie Video Description Fix*/
div.yottie-widget-video-info div.yottie-widget-video-info-caption {
  display: block !important;
}

/* ***************************************** */
/* ----------- MODELS TAG ------------------ */
/* ***************************************** */
span.model_tag, span.models_tag, div.model_tag {
  position: relative;
  display: block;
  margin: 1.25em auto 1em;
  max-width: 100%;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  span.model_tag.alignleft, span.models_tag.alignleft, div.model_tag.alignleft {
    float: left;
    margin: 0.5em 1em 1em 0px;
  }
  span.model_tag.alignright, span.models_tag.alignright, div.model_tag.alignright {
    float: right;
    margin: 0.5em 0px 1em 1em;
  }
}

span.model_tag img.alignleft, span.model_tag img.alignright, span.model_tag img.aligncenter, span.models_tag img.alignleft, span.models_tag img.alignright, span.models_tag img.aligncenter, div.model_tag img.alignleft, div.model_tag img.alignright, div.model_tag img.aligncenter {
  float: none;
  margin: 0;
  border: 0;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}

span.model_tag.alignleft, span.model_tag.alignright, span.models_tag.alignleft, span.models_tag.alignright, div.model_tag.alignleft, div.model_tag.alignright {
  float: none;
  margin: 0 auto 1.5em;
}

span.model_tag:before, span.models_tag:before, div.model_tag:before {
  position: absolute;
  right: 0;
  content: "model";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

span.models_tag:before {
  content: "models";
}

section.models_tag, div.models_tag {
  position: relative;
}

section.models_tag:before, div.models_tag:before {
  position: absolute;
  right: 0;
  content: "models";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

section.model_tag:before {
  position: absolute;
  right: 0;
  content: "model";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

li.model_ast {
  position: relative;
}

li.model_ast:before {
  position: absolute;
  right: 0;
  content: "*";
  font-size: 0.85em;
  padding-right: 10px;
  color: #ffffff;
  text-align: right;
  top: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

/****************************************************************/
/* ----------------- Classes for Hiding ---------------------- */
/**************************************************************/
@media only screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .hidden-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1060px) {
  .hidden-desktop {
    display: none;
  }
}

/* ------------------------
Common/UI elements (images, video, buttons, etc)
------------------------ */
video {
  max-width: 100%;
  height: auto;
}

.back-to-top {
  text-align: right;
  display: block;
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone, .caption {
  display: block;
  height: auto;
  margin: 0 auto 1em;
  max-width: 100%;
}

img.alignright, img.alignleft {
  float: none;
}

@media only screen and (min-width: 768px) {
  img.alignright, img.alignleft {
    margin-bottom: 1em;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 1em;
  }
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 1em;
  }
}

.wp-caption {
  max-width: 95%;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

img.alignleft, img.alignright, img.aligncenter, .yes-frame {
  visibility: visible;
}

.button, .buttons a, body:not(.tmpl_type_page_landing) .anchor-links a {
  align-items: center;
  font-family: "goldenbook", serif;
  font-weight: 300;
  font-size: 18px;
  /* font-size: 0.875rem; */
  letter-spacing: 0.08em;
  line-height: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* background: #44c3cf; */
  background: transparent;
  border: 1px solid #5FC7CB;
  color: #000000;
  padding: 12px 30px;
  /* font-weight: normal; */
  align-items: center;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}

.button:hover, .buttons a:hover, body:not(.tmpl_type_page_landing) .anchor-links a:hover {
  background: #5FC7CB;
  /* background: #368c94; */
  color: #000000 !important;
}

/* .button:after, .buttons a:after {
  content: url("images/svg/button-arrow.svg");
  margin-left: 10px;
  line-height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
} */

.button-light-color .button, .button-light-color .buttons a {
  color: #ffffff;
}

.submit-btn {
  background: #44c3cf;
  color: #ffffff;
}

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  margin-top: 100px;
  /* font-style: italic; */
  font-family: "goldenbook", serif;
  /* font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; */
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  blockquote {
    /* font-size: 28px; */
    margin-left: 50px;
    padding-left: 40px;
    border-color: #44c3cf;
  }
}

blockquote footer {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  color: #44c3cf;
}

blockquote footer:before {
  content: "~ ";
}

.disclaimer {
  font-size: 11px;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .two-column {
    column-count: 2;
    column-gap: 40px;
  }
}

.spaced-list li {
  margin-bottom: 1.5em;
  padding-left: 30px !important;
}

.b-lazy.b-styled {
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded.b-styled {
  opacity: 1;
}

::selection {
  background: #44c3cf;
}

/* Responsive iframes  and */
/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.ytvideo {
  background-size: cover;
  max-width: 1000px;
  margin: 40px auto;
}

.iframe-container,
.ytvideo {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 0;
}

/* 16x9 Aspect Ratio */
.iframe-container-16x9,
.ytvideo {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%;
}

.custom-placeholder {
  position: relative;
}

.ytvideo.clicked {
  background: none !important;
}

.ytvideo.clicked:after,
.custom-placeholder.clicked:after {
  display: none;
}

.ytvideo:after,
.custom-placeholder:after {
  content: '\f144';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
}

.custom-placeholder img {
  max-width: 100%;
}

/*=====  End of Responsive iFrames and wysiwyg Youtube videos  ======*/
/* Owl Carousel Styling */
/* Social Blur */
.social-blur {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.social-blur:after {
  content: 'View Image';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.social-blur.no-blur:after {
  display: none;
}

.social-blur.no-blur img {
  filter: blur(0);
}

.social-blur img, .social-blur video {
  filter: blur(15px);
}

/* End Social Blur */
.no-wrap {
  white-space: nowrap;
}

/* .rm-content-styles .anchor-links {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .rm-content-styles .anchor-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .rm-content-styles .anchor-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.rm-content-styles .anchor-links a {
  width: 100%;
  text-decoration: none;
  padding: 14px 0;
  display: block;
  line-height: 1em;
  color: #707070;
}

.rm-content-styles .anchor-links li {
  border-bottom: 1px solid #BDBFBF;
  border-top: 1px solid #BDBFBF;
  margin-top: -1px;
  padding-left: 24px;
  border: none;
}

.rm-content-styles .anchor-links li .button {
  border: none;
  color: #000000;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
}

.rm-content-styles .anchor-links li .button:hover,
.rm-content-styles .anchor-links li .button:active,
.rm-content-styles .anchor-links li .button:focus {
  background: transparent;
  color: #2B9498 !important;
}

.rm-content-styles .anchor-links li:before {
  background-color: transparent;
  background-image: url("images/svg/icon-list-diamond.svg");
  border-radius: 0;
  width: 12px;
  height: 12px;
  background-size: cover;
  top: 14px;
  top: 9px;
  transform: translateY(-50%);
} */

.skipto {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ------------------------
   Typography (and primary body style)
------------------------ */
html {
  font: 16px/24px "Lato", Futura, sans-serif;
}

body {
  color: #1D1D1D;
  font: 16px/24px "Lato", Futura, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  min-width: 320px;
  text-align: center;
}

p {
  margin: 0 0 1em;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  /* font-family: "goldenbook", serif; */
  font-family: "goldenbook", serif;
  color: #000000;
  font-weight: 300;
}

h2, .h2, h3, .h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 100%;
}

.hdng {
  font-family: "goldenbook", serif;
  font-weight: 300;
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
}

@media only screen and (min-width: 1060px) {
  h1, .h1 {
    font-size: 55px;
  }
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (min-width: 1060px) {
  h2, .h2 {
    font-size: 42px;
    /* font-size: 2.5rem; */
    font-weight: 300;
    line-height: 1.2em;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.25em;
}

@media only screen and (min-width: 1060px) {
  h3, .h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media only screen and (min-width: 1060px) {
  h4, h5, h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

a {
  color: #2B9498;
  font-weight: bold;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.skipto {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

section,
main,
.contain {
  padding: 20px;
}

@media only screen and (min-width: 1060px) {
  section,
  main,
  .contain {
    padding: 20px 40px;
  }
}

@media only screen and (min-width: 1290px) {
  section,
  main,
  .contain {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ***************************************** */
/* --------------- Layouts ----------------- */
/* ***************************************** */
/* -----------------------
	Basic layout
----------------------- */
.container, .container-full {
  position: relative;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
}

/* ------------------------
	Header
------------------------ */
#sasstojsvalues {
  width: 1060px;
  height: 768px;
}

.site-header {
  top: 0;
  padding: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .site-header[data-location="model-left"] {
    background-position: left center;
  }
  .site-header[data-location="model-one-quarter"] {
    background-position: left 20% center;
  }
  .site-header[data-location="model-one-third"] {
    background-position: left 33% center;
  }
  .site-header[data-location="model-center"] {
    background-position: center;
  }
  .site-header[data-location="model-two-third"] {
    background-position: right 33% center;
  }
  .site-header[data-location="model-three-quarter"] {
    background-position: right 20% center;
  }
  .site-header[data-location="model-right"] {
    background-position: right center;
  }
}

.site-header.int-header {
  /* min-height: 120vw; */
  min-height: calc(370px + 85px + 40px);
  display: flex;
  align-items: stretch;
  /* background-position: 82%; */
}

/* @media only screen and (min-width: 768px) {
  .site-header.int-header {
    min-height: 60vw;
    background-position: 80%;
  }
} */

@media only screen and (min-width: 1060px) {
  .site-header.int-header {
    /* min-height: 580px; */
    height: 30vw;
    background-position: center;
  }
}

@media only screen and (min-width: 1290px) {
  .site-header.int-header {
    height: 35vw;
  }
}

.site-header.front-header {
  background-image: url("images/bg-front-header-mobile-2026.jpg");
  background-color: #000000;
  background-size: cover;
  background-position: center;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* @media only screen and (min-width: 768px) {
  .site-header.front-header {
    background-image: url("images/bg-front-header-tablet.jpg");
  }
} */

@media only screen and (min-width: 1060px) {
  .site-header.front-header {
    background-image: url("images/bg-front-header-2026.jpg");
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header {
    /* padding-left: 40px;
    padding-right: 50%; */
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1290px) {
  .site-header.front-header {
    /* padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2))); */
    padding-top: 0;
    padding-bottom: 0;
    /* padding-right: 50%; */
  }
}

/* @media only screen and (min-width: 1500px) {
  .site-header.front-header {
    padding-right: 52%;
  }
} */

.site-header.front-header .header-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 36px;
  /* padding-left: 20px;
  padding-right: 20px; */
  width: 100%;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header .header-container {
    padding-top: 53px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header .header-container {
    justify-content: center;
    padding-top: 99px;
    padding-left: 40px;
    padding-right: 50%;
  }
}

@media only screen and (min-width: 1290px) {
  .site-header.front-header .header-container {
    /* padding-right: calc(40px + (50vw - (1290px / 2))); */
    padding-left: calc(40px + (50vw - (1290px / 2)));
    padding-right: 40%;
  }
}

.site-header.front-header .header-container:before {
  content: '';
  background: url("images/home-header-doctor.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 94vh;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header .header-container:before {
    /* background-position: right -50px bottom; */
    background-size: auto 85vh;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header .header-container:before {
    background-position: right bottom;
    background-size: auto 95vh;
    /* width: 40%;
    left: unset;
    right: 0; */
  }
}

.site-header.front-header .header-container:after {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* transform: translateY(-50%); */
  z-index: -1;
}

@media only screen and (min-width: 1460px) {
  .site-header.front-header .header-container:after {
    content: none;
  }
}

.site-header.front-header .site-logo {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header .site-logo {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header .site-logo {
    justify-content: center;
    padding-bottom: 0;
  }
}

/* .site-header.front-header .site-logo {
  padding: 0;
} */

/* Naviagation bar */
.nav-bar {
  width: 100%;
  padding: 0 1em !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.79);
  backdrop-filter: blur(6px);
  height: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .nav-bar {
    height: 53px;
  }
}

@media only screen and (min-width: 1060px) {
  .nav-bar {
    height: 99px;
  }
}

.nav-bar .logo-mark {
  margin-right: 10px;
  display: none;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .logo-mark {
    display: flex;
  }
}

@media only screen and (min-width: 1060px) {
  .nav-bar nav {
    flex-grow: 1;
  }
}

.nav-bar .touch-button-text {
  display: none;
}

/* @media only screen and (min-width: 1060px) { */
  @media only screen and (min-width: 1530px) {
  .nav-bar .touch-button-text {
    display: block;
    text-align: left;
  }
}

.nav-bar .touch-button-text span {
  display: block;
}

.nav-bar .nav-locations {
  display: flex;
  align-items: center;
}

.nav-bar .nav-locations > div {
  margin-left: 14px;
}

@media only screen and (min-width: 1530px) {
  .nav-bar .nav-locations > div {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-locations svg {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1059px) {
  .nav-bar .nav-locations svg {
    height: 22px;
    width: auto;
  }
}

.nav-bar .nav-locations .menu-location svg {
  margin-right: 0;
}

@media only screen and (min-width: 1530px) {
  .nav-bar .nav-locations .menu-location svg {
    margin-right: 20px;
  }
}

.nav-bar .nav-locations a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.nav-bar .nav-locations .menu-phone {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 700;
}

.nav-bar .nav-locations .menu-location {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5em;
}

.is--device .nav-bar nav {
  padding: 0 20px;
}

.menu-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-buttons {
    display: none;
  }
}

.menu-buttons a {
  color: #368c94;
  text-decoration: none;
}

.menu-buttons span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 300;
  font-family: "goldenbook", serif;
  display: block;
}

.menu-buttons .menu-trigger {
  display: flex;
}

.menu-buttons .menu-contact {
  display: flex;
}

.menu-buttons .menu-location span {
  margin-right: 0;
}

@media only screen and (min-width: 1060px) {
  .is--device .menu-buttons {
    display: block;
  }
}

.header-crumbs {
  background-color: rgba(255, 255, 255, 0.83);
  backdrop-filter: blur(6px);
  width: 100%;
  text-align: left;
  padding: 0;
}

.int-header .header-crumbs {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .header-crumbs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1290px) {
  .header-crumbs {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header-crumbs .salacious-crumb,
.header-crumbs .header-jump {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-style: italic;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .salacious-crumb,
  .header-crumbs .header-jump {
    padding: 20px 0;
    border-bottom: none;
  }
}

.header-crumbs .salacious-crumb .crumb-sep,
.header-crumbs .header-jump .crumb-sep {
  margin: 0 10px;
}

.header-crumbs .salacious-crumb a,
.header-crumbs .header-jump a {
  color: #797979;
  text-decoration: none;
}

@media only screen and (max-width: 1059px) {
  .header-crumbs .salacious-crumb svg,
  .header-crumbs .header-jump svg {
    width: 20px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-crumbs .salacious-crumb svg,
  .header-crumbs .header-jump svg {
    width: 16px;
  }
}

.header-crumbs .header-jump {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.header-crumbs .header-jump span {
  display: flex;
  align-items: center;
}

.header-crumbs .header-jump svg {
  margin-right: 10px;
}

.header-crumbs .header-jump .explore svg {
  height: 24px;
  width: auto;
}

.header-crumbs .header-jump .arrow {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .header-jump .arrow {
    margin-left: 10px;
  }
}

.header-crumbs .header-jump .arrow svg {
  height: 16px;
  width: auto;
}

.header-crumbs .header-links {
  border-left: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.header-crumbs .header-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .header-links a {
    max-width: 145px;
    margin-left: 40px;
    padding: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .header-crumbs .header-links a {
    max-width: 180px;
    margin-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-crumbs .header-links a:first-of-type {
  padding-left: 20px;
  border-right: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .header-links a:first-of-type {
    padding-left: 0;
    border-right: none;
  }
}

.header-crumbs .header-links a:last-of-type {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .header-links a:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-crumbs .header-links svg {
    height: 24px;
    width: auto;
  }
}

.header-crumbs .header-links .link-icon {
  margin-right: 10px;
  display: flex;
}

.header-crumbs .header-links .link-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .header-crumbs .header-links .link-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*-------------- Logo Area -------------*/
.site-logo {
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-top: calc(40px + 34px);
  /* padding-top: 34px; */
  margin: 0;
  width: 100%;
}

body.home .site-logo {
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .site-logo {
    padding: 40px;
    padding-top: calc(53px + 34px);
  }
}

@media only screen and (min-width: 1060px) {
  .site-logo {
    justify-content: flex-start;
    text-align: left;
    padding-top: calc(99px + 34px);
  }
}

@media only screen and (min-width: 1060px) {
  body.home .site-logo {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1290px) {
  .site-logo {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
    /* padding-top: calc(99px + 34px); */
    padding-top: calc(115px + 34px);
  }
}

.site-logo svg {
  height: auto;
}

body.home .site-logo svg {
  width: 294px;
}

body.inside .site-logo svg {
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  body.home .site-logo svg,
  body.inside .site-logo svg {
    width: 500px;
  }
}

@media only screen and (min-width: 1290px) {
  body.home .site-logo svg {
    width: auto;
  }
}

@media only screen and (min-width: 1290px) {
  body.inside .site-logo svg {
    width: 525px;
  }
}

body.inside .site-logo {
  justify-content: center;
  position: relative;
}

@media only screen and (min-width: 1060px) {
  body.inside .site-logo {
    justify-content: flex-start;
  }
}

/* body.inside .site-logo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
} */

body.inside .site-logo a {
  display: flex;
  height: fit-content;
  justify-content: center;
  z-index: 0;
}

.header-text {
  padding-top: 20px;
  /* padding-bottom: 170px; */
  padding-bottom: 0;
}

@media only screen and (min-width: 1060px) {
  .header-text {
    text-align: left;
    /* padding-bottom: 300px; */
  }
}

.header-text h2 {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 57px;
  font-weight: 400;
  line-height: 1.03em;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .header-text h2 {
    font-size: 88px;
    /* font-size: 110px;
    font-size: 6.875rem; */
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .header-text h2 {
    font-size: 72px;
    /* font-size: 5.625rem; */
    padding: 0;
    position: relative;
    padding-top: 24px;
  }
  /* .header-text h2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 69px;
    border-bottom: 2px solid #44c3cf;
    left: 50%;
    transform: translateX(-50%);
  } */
}

/* @media only screen and (min-width: 1480px) {
  .header-text h2 {
    font-size: 77px;
  }
} */

.header-text h2 span {
  display: block;
}

.header-text h3 {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 26px;
  margin-top: 10px;
  line-height: 1.23em;
  color: #ffffff;
  font-family: "goldenbook", serif;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .header-text h3 {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .header-text h3 {
    font-size: 31px;
    padding: 0;
    /* color: #000000; */
  }
}

/*--------------  Header Banner  -------------*/
/* ------------------------
	Nav
------------------------ */
.menu-wrap {
  display: none;
}

.hover-menu.menu-wrap {
  display: none;
}

.touch-menu {
  display: block;
}

.touch-menu.menu-wrap {
  width: 100%;
  position: absolute;
  top: 40px;
  right: 0;
  height: calc(100vh - 40px);
  z-index: -1;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .touch-menu.menu-wrap {
    top: 53px;
    height: calc(100vh - 53px);
  }
}

.touch-menu .main-menu {
  background: #368c94;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  text-align: left;
  opacity: 0;
}

.touch-menu .main-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.touch-menu .main-menu li:before {
  display: none;
}

.touch-menu .main-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  text-decoration: none;
  display: block;
  color: #ffffff;
}

.touch-menu .main-menu a:hover, .touch-menu .main-menu a:active, .touch-menu .main-menu a:focus {
  background: #378C94;
  outline: none;
}

.touch-menu .main-menu .menu-item > a {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.touch-menu .main-menu .menu-item.first {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.touch-menu .main-menu .sub-menu {
  display: none;
}

.touch-menu .main-menu .sub-menu a {
  font-size: .85em;
  padding-left: 40px;
}

.touch-menu .main-menu .sub-menu .sub-menu a {
  padding-left: 60px;
}

.touch-menu .nav-dropdown-button {
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 46px;
  right: 0;
  top: 0px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  align-items: center;
}

.menu-is-open .touch-menu {
  z-index: 500;
}

.menu-is-open .touch-menu .main-menu {
  opacity: 1;
  transition: .25s ease-in-out;
  height: calc(100vh - 40px);
}

@media only screen and (min-width: 768px) {
  .menu-is-open .touch-menu .main-menu {
    height: calc(100vh - 53px);
  }
}

.menu-is-closed .touch-menu {
  z-index: -1;
  height: .1px;
}

.menu-is-closed .touch-menu .main-menu {
  opacity: 0;
  transition-duration: .25s;
  height: .1px;
}

.menu-trigger {
  cursor: pointer;
}

/* Hamburger Menu */
.nav-hamburger {
  width: 26px;
  height: 15px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #12939f;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.nav-hamburger span:nth-child(1) {
  top: 0px;
}

.nav-hamburger span:nth-child(2), .nav-hamburger span:nth-child(3) {
  top: 6px;
}

.nav-hamburger span:nth-child(4) {
  top: 12px;
}

.nav-hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-hamburger.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* Nav Expander (Plus button) */
.nav-expander {
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-expander span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.nav-expander span:nth-child(1) {
  top: 8px;
}

.nav-expander span:nth-child(2) {
  top: 8px;
  transform: rotate(90deg);
}

.sub-menu-open > .nav-dropdown-button .nav-expander span:nth-child(2) {
  transform: rotate(180deg);
}

.touch-menu .social-segment {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    letter-spacing: 1px;
    display: block;
    flex-grow: 1;
  }
  .not--device .menu-wrap .main-menu {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 99px;
  }
  .not--device .menu-wrap .main-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
  }
  .not--device .menu-wrap .main-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 50;
    top: 99px;
  }
  .not--device .menu-wrap .main-menu > li:hover > a {
    color: #ffffff;
  }
  .not--device .menu-wrap .main-menu > li.mega-menu {
    position: static;
  }
  .not--device .menu-wrap .main-menu > li a {
    display: block;
    text-decoration: none;
    padding: 0 5px;
    transition: .25s ease-in-out background;
    color: #ffffff;
    position: relative;
  }
  @media only screen and (min-width: 1200px) {
    .not--device .menu-wrap .main-menu > li a {
      padding: 0 10px;
    }
  }
  .not--device .menu-wrap .main-menu .mobile-only {
    display: none;
  }
  .not--device .menu-wrap a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1em;
  }
  .not--device .menu-wrap .nav-dropdown-button {
    border-top: 2px solid #f1fbff;
    border-right: 2px solid #f1fbff;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 6px;
    transform: rotate(45deg);
    display: none;
  }
  .not--device .menu-wrap .sub-menu {
    background: #368c94;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    width: 250px;
    z-index: -5;
    transition: .25s ease-in-out top, .25s ease-in-out opacity;
  }
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children {
    padding-right: 25px;
    position: relative;
  }
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    right: inherit;
    left: inherit;
    transform: none;
    left: 248px;
    top: 0;
  }
  .not--device .menu-wrap .sub-menu > li a {
    color: #ffffff;
  }
  .not--device .menu-wrap .sub-menu > li:hover > a {
    color: rgba(255, 255, 255, 0.5);
  }
  .not--device .menu-wrap .sub-menu .nav-dropdown-button {
    border-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .not--device .menu-wrap .sub-menu a {
    text-align: left;
    padding: 10px !important;
    color: #ffffff;
  }
  .not--device .menu-wrap .nav-dropdown-button .nav-expander {
    display: none;
  }
  .not--device .menu-wrap .duplicate-item {
    display: none;
  }
  .not--device .menu-wrap .mega-menu:hover > a {
    border-bottom: 5px solid #368c94;
    position: relative;
    top: 5px;
    display: flex;
    height: calc(100% - 5px);
    align-items: center;
    margin-bottom: 5px;
  }
  .not--device .menu-wrap .mega-menu:hover > .sub-menu {
    display: flex;
    transform: translate(-50vw);
    opacity: 1;
  }
  .not--device .menu-wrap .mega-menu:after {
    display: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu {
    padding-right: calc(40px + (50vw - (1060px / 2)));
    padding-left: calc(40px + (50vw - (1060px / 2)));
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    transform: translate(-200vw);
    opacity: 0;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1290px) {
  .not--device .menu-wrap .mega-menu > .sub-menu {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .mega-menu > .sub-menu .nav-segment {
    flex-basis: 0;
    flex-grow: 2;
    column-count: 2;
    text-align: left;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .nav-segment > li {
    display: inline-block;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .nav-segment > li .sub-menu {
    visibility: visible;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .nav-segment > li .sub-menu > li {
    display: block;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment {
    flex-basis: 0;
    flex-grow: 1;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment a {
    padding: 0;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment i {
    color: #ffffff;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment .hdng {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment .button {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
    font-weight: 300;
    font-family: "goldenbook", serif;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-align: center;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    top: inherit;
    left: 0 !important;
    right: inherit;
    transform: none;
    z-index: 50;
    padding-left: 30px;
    background: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li {
    padding-right: 0;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li:after {
    display: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li > a, .not--device .menu-wrap .mega-menu > .sub-menu > li > .sub-menu {
    background: none;
  }
  .not--device .menu-wrap .close-menu {
    display: none !important;
  }
}

/* ------------------------
	Content
------------------------ */
.inside h1, .inside .h1 {
  margin-top: 0;
  position: relative;
  padding-top: 16px;
  text-align: center;
}

.inside h1:after, .inside .h1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  /* left: 0; */
  left: 50%;
  /* transform: translateX(0); */
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .inside h1, .inside .h1 {
    position: relative;
    padding-top: 24px;
  }
  .inside h1:after, .inside .h1:after {
    content: '';
    position: absolute;
    top: 0;
    width: 69px;
    border-bottom: 2px solid #44c3cf;
    /* left: 0;
    transform: translateX(0); */
  }
}

.content {
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .content {
    padding-bottom: 20px;
  }
}

.page-title {
  text-align: left;
}

.page-title .salacious-crumb {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-style: italic;
}

.page-title .salacious-crumb a {
  text-decoration: none;
}

.page-title .salacious-crumb .crumb-sep {
  margin: 0 8px;
}

.page-title .salacious-crumb .current-crumb-item a {
  color: #393939;
}

.heading .optional-subheading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 15px;
  color: #2B9498;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .heading .optional-subheading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .heading .optional-subheading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.interior {
  display: block;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 1060px) {
  .interior {
    display: flex;
  }
}

.interior .full-width {
  position: relative;
  width: 100vw;
  left: -20px;
}

@media only screen and (min-width: 1060px) {
  .interior .full-width {
    left: -40px;
  }
}

@media only screen and (min-width: 1290px) {
  .interior .full-width {
    left: calc(((40px + (50vw - (1290px / 2)))) * -1);
  }
}

.interior .page-feature.full-width{
  min-width: 300px;
}
.interior .page-feature {
  display: flex;
  flex-direction: column-reverse;
  margin: 50px 0;
}

@media only screen and (min-width: 1060px) {
  .interior .page-feature {
    flex-direction: row-reverse;
  }
}

.interior .page-feature > div {
  min-height: 60vw;
  padding: 60px 20px;
}

@media only screen and (min-width: 1060px) {
  .interior .page-feature > div {
    width: 50%;
    padding: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .interior .page-feature > div {
    min-height: 650px;
  }
}

.interior .page-feature .feature-image {
  background-size: cover;
  background-position: center;
}

.interior .page-feature .feature-content {
  background-color: #c2f2f7;
  color: #707070;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interior .page-feature .feature-content h2 {
  color: #000;
  text-align: left;
}

.interior .page-feature .feature-content h2:after {
  display: none;
}

.interior .page-feature .fc-wrap {
  max-width: 720px;
  width: 100%;
}

.interior #doctor.page-feature svg path {
  fill: #000000;
}

.interior #doctor.page-feature .feature-image {
  min-height: 90vw;
}

@media only screen and (min-width: 1060px) {
  .interior #doctor.page-feature .feature-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 768px) {
  .interior .gallery-columns-0 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .interior .gallery-columns-0 .gallery-item {
    width: 48% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .interior .gallery-columns-0 .gallery-item {
    width: 32% !important;
  }
}

.interior .gallery-columns-0 .gallery-item img {
  width: 100%;
  height: auto;
}

/*===============================================
=            Rosemont Content Styles            =
===============================================*/
.tmpl_type_page_fcs .rm-content-styles h2:first-child {
  margin-top: 0;
}

.tmpl_type_page_fcs .rm-content-styles p:first-child {
  margin-top: 0;
}

.tmpl_type_page_fcs .rm-content-styles ul {
  margin: 2em 40px;
  list-style: none;
}

.tmpl_type_page_fcs .rm-content-styles ul > li {
  padding-left: 26px;
  position: relative;
}

.tmpl_type_page_fcs .rm-content-styles ul > li:before {
  content: "";
  background-image: url("images/svg/icon-list-diamond.svg");
  border-radius: 0;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
}

body:not(.tmpl_type_page_landing) ul.anchor-links > li {
  padding-left: 0;
  position: relative;
}

body:not(.tmpl_type_page_landing) ul.anchor-links > li:before {
  content: none;
}

.tmpl_type_page_fcs .rm-content-styles ol {
  counter-reset: item;
  margin: 2em 40px;
}

.tmpl_type_page_fcs .rm-content-styles ol > li {
  display: block;
  margin-left: 0;
}

.tmpl_type_page_fcs .rm-content-styles ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #44c3cf;
}

/*=================================================
=            Wordpress Default Gallery            =
=================================================*/
.gallery-size-medium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-size-medium .gallery-item {
  float: none !important;
  margin-right: 5px;
  margin-left: 5px;
  width: 45% !important;
}

@media only screen and (min-width: 768px) {
  .gallery-size-medium .gallery-item {
    margin-right: 10px;
    margin-left: 10px;
    width: 19% !important;
  }
}

.gallery-size-medium .gallery-item img {
  border: none !important;
  width: 100%;
  height: auto;
}

/*=============================================
=            Memberships Shortcode            =
=============================================*/
.memberships-sc-wrap {
  list-style: none !important;
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  display:flex;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin: 20px 0 !important;
}

@media only screen and (min-width: 768px) {
  .memberships-sc-wrap {
    justify-content: flex-start;
    grid-template-columns: 140px 140px;
  }
}

.memberships-sc-wrap li:before {
  display: none;
}

.memberships-sc-wrap svg {
  height: auto;
  width: 128px;
  max-width: 100%;
}
.memberships-sc-wrap li:first-of-type svg {
  width: 95px;
}
@media only screen and (min-width: 768px) {
  .memberships-sc-wrap svg {
    width: 140px;
  }
  .memberships-sc-wrap li:first-of-type svg {
    width: 100px;
  }
}

/*======================================
=            Basic Carousel            =
======================================*/
.basic-carousel {
  position: relative;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .basic-carousel {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1060px) {
  .basic-carousel {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.basic-carousel .owl-stage-outer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.basic-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.basic-carousel .owl-stage:after {
  content: '';
}

.basic-carousel img {
  margin-bottom: 0;
}

.basic-carousel .owl-nav {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  position: absolute;
  padding: 0 20px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .basic-carousel .owl-nav {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.basic-carousel .owl-nav > div {
  background-color: #44c3cf;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.basic-carousel .owl-nav > div.owl-prev {
  left: 20px;
}

.basic-carousel .owl-nav > div.owl-next {
  right: 20px;
}

/*=======================================================
=            Satellite Gallery BNA Shortcode            =
=======================================================*/
.content-satellite-wrap {
  margin: 80px 0;
  padding: 40px 0;
  border-top: 1px solid #BDBFBF;
  border-bottom: 1px solid #BDBFBF;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .content-satellite-wrap {
    padding: 60px 0 80px;
  }
}

.content-satellite-wrap .satellite-bnacase-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .content-satellite-wrap .satellite-bnacase-wrap {
    width: calc(50% - 25px);
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .content-satellite-wrap .satellite-bnacase-wrap:nth-of-type(2) {
    margin-left: 50px;
  }
}

.content-satellite-wrap .satellite-bnacase-wrap > div {
  width: calc(50% - 10px);
}

.content-satellite-wrap .satellite-bnacase-wrap > div .label {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1em;
  font-family: "goldenbook", serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: .5em;
}

.content-satellite-wrap .satellite-bnacase-wrap > div img {
  width: 100%;
  height: auto;
}

.content-satellite-wrap .gallery-btn {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*=======================================================================
=            Doctor Featured Content========================            =
=======================================================================*/
.doctors-feature-content {
  background-image: url(images/scott-miller-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 20px 0;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content {
    flex-direction: row;
    padding: 40px 40px 0 0;
    text-align: left;
  }
}

@media only screen and (min-width: 1290px) {
  .doctors-feature-content {
    padding: 0 calc(40px + (50vw - (1290px / 2))) 0 0;
  }
}

.doctors-feature-content .doctor-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content .doctor-img {
    width: 45%;
  }
}

.doctors-feature-content .doctor-img img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content .doctor-img img {
    /* margin-left: -0vh; */
    width: auto;
    /* height: 75vh; */
    height: 68vh;
    max-width: unset;
  }
}

@media only screen and (min-width: 1060px) {
  .doctors-feature-content .doctor-img img {
    height: 84vh;
  }
}

@media only screen and (min-width: 1060px) and (max-height: 830px) {
  .doctors-feature-content .doctor-img img {
    height: 86vh;
  }
}

@media only screen and (min-width: 1290px) {
  .doctors-feature-content .doctor-img img {
    height: 75vh;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1290px) and (max-height: 830px) {
  .doctors-feature-content .doctor-img img {
    height: 86vh;
  }
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content .doctor-content {
    /* margin-bottom: 80px; */
    margin-top: 60px;
    margin-bottom: 60px;
    width: 55%;
  }
}

@media only screen and (min-width: 1290px) {
  .doctors-feature-content .doctor-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.doctors-feature-content .doctor-heading {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content .doctor-heading {
    font-size: 42px;
  }
}

.doctors-feature-content .doctor-subheading {
  font-weight: bold;
  letter-spacing: 0.015em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .doctors-feature-content .doctor-subheading {
    font-size: 20px;
  }
}

.doctors-feature-content .doctor-media {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 1060px) {
  .doctors-feature-content .doctor-media {
    justify-content: flex-start;
    column-gap: 37px;
  }
  .doctors-feature-content .doctor-media .doctor-media-img:last-of-type {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
  .doctors-feature-content .doctor-media {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.tmpl_type_page_fcs .rm-content-styles .doctors-feature-content .bio-list {
  margin-left: 1em;
  margin-right: 1em;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .rm-content-styles .doctors-feature-content .bio-list {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .doctors-feature-content .bio-list {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: fit-content;
  }
}

.doctors-feature-content .doctor-media img {
  aspect-ratio: unset !important;
  height: 90px;
  width: auto;
}

@media only screen and (min-width: 500px) {
  .doctors-feature-content .doctor-media img {
    height: 120px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1060px) {
  .doctors-feature-content .doctor-media img {
    height: 150px;
  }
}

/* @media only screen and (max-width: 1059px) {
  .doctors-feature-content .doctor-media img {
  max-width: 300px !important;
  }
} */

.doctors-feature-content .button {
  color: #ffffff;
}

/*==========================================================
=            Testimonial (patient stories) Page            =
==========================================================*/

.tmpl_type_page_testimonials .intro {
  margin-bottom: 50px;
}

.tmpl_type_page_testimonials .intro .video-content {
  font-style: italic;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_testimonials .intro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tmpl_type_page_testimonials .intro .video-content {
    width: 57%;
    max-width: 600px;
    margin: 0 auto;
  }
  .tmpl_type_page_testimonials .intro .video-wrap {
    width: 37%;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_testimonials .intro .video-content {
    background-image: url(images/svg/quote.svg);
    background-repeat: no-repeat;
    background-position: 40px top;
    font-size: 19px;
  }
}

.tmpl_type_page_testimonials .patient-story {
  border-top: 1px solid #ADADAD;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #707070;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_testimonials .patient-story {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_testimonials .patient-story {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tmpl_type_page_testimonials .patient-story:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.tmpl_type_page_testimonials .patient-story:nth-of-type(odd) .image {
  margin-left: 20px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_testimonials .patient-story:nth-of-type(odd) .image {
    margin-left: 100px;
  }
}

.tmpl_type_page_testimonials .patient-story .image {
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_testimonials .patient-story .image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_testimonials .patient-story .image {
    margin-right: 100px;
  }
}

.tmpl_type_page_testimonials .patient-story .quote-group {
  font-style: italic;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_testimonials .patient-story .quote-group {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-top: 80px;
    background-image: url("images/svg/quote.svg");
    background-repeat: no-repeat;
    background-position: 40px top;
  }
}

/* ------------------------
	Aside
------------------------ */
aside {
  width: 300px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  aside {
    left: 0;
  }
}

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

.sidebar-block {
  margin-bottom: 23px;
  padding: 20px 0;
}

.sidebar-block .hdng {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-bottom: 20px;
}

.sidebar-block .hdng a {
  text-decoration: none;
}

.sidebar-block li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-block li a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 8px 30px;
}

/* ------------------------
	Footer Layout
------------------------ */
/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5em;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .upper-footer {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .upper-footer > div {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.social-ig {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .social-ig {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .social-ig {
    padding-bottom: 90px;
  }
}

.social-ig h2 {
  /* font-size: 38px;
  font-size: 2.375rem; */
  margin-top: 0;
  text-align: center;
}

body.home .social-ig h2 {
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  body.home .social-ig h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .social-ig h2 {
    font-size: 53px;
  }
}

@media only screen and (min-width: 1060px) {
  .social-ig h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* body.inside:not(.blog):not(.gallery) .social-ig .button {
  left: 50%;
  transform: translateX(-50%);
} */

.upper-footer .h2 {
  font-size: 38px;
  font-size: 2.375rem;
  color: #ffffff;
  position: relative;
  padding-top: 0.25em;
  margin-top: 0;
  text-align: center;
}

.upper-footer .h2:after {
  content: '';
  position: absolute;
  top: 0;
  width: 69px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1060px) {
  .upper-footer .h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.upper-footer a {
  color: #ffffff;
  text-decoration: none;
}

.upper-footer a:hover {
  color: #44c3cf;
}

.upper-footer .f-locations {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  list-style: none;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px) {
  .upper-footer .f-locations {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.upper-footer .footer-phone {
  font-family: "goldenbook", serif;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .upper-footer .footer-phone a {
    font-size: 57px;
    font-weight: 400;
    line-height: 1.05em;
  }
}

.upper-footer .f-locations li > div {
  display: flex;
  flex-direction: column;
  /* row-gap: 50px; */
}

.upper-footer .f-locations .name {
  font-weight: 700;
}

.upper-footer .f-locations .street,
.upper-footer .f-locations .city {
  font-weight: 500;
}

.upper-footer .f-social i {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1em;
  margin: 16px;
}

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-bottom: 60px;
  text-align: center;
  color: #707070;
}

@media only screen and (min-width: 1060px) {
  .lower-footer {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 90px;
  }
}

.lower-footer a {
  color: #707070;
}

.lower-footer .f-related {
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-related {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .f-related {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-related > div {
    margin: 0 16px 20px;
  }
}

.lower-footer .f-related .ratings {
  margin-bottom: 20px;
  display: inline-block;
}

.lower-footer .f-related .ratings a {
  background-color: #f2f2f2;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

.lower-footer .f-related .ratings .ratings__stars {
  display: flex;
  align-items: center;
}

.lower-footer .f-related .ratings .ratings__stars svg {
  height: 14px;
  width: auto;
  margin-left: 3px;
}

@media only screen and (min-width: 1060px) {
  .lower-footer .f-related .ratings .ratings__stars svg {
    height: 20px;
  }
}

.lower-footer .f-related .ratings .ratings__stars svg path {
  fill: #44c3cf;
}

.lower-footer .f-related .sister-sites {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-related .sister-sites {
    line-height: 1em;
    display: flex;
  }
}

.lower-footer .f-related .sister-sites a {
  color: #44c3cf;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-related .sister-sites a {
    margin-left: 6px;
  }
}

.lower-footer .f-related .sister-sites a svg {
  margin-left: 5px;
}

.lower-footer .f-related .sister-sites a svg path {
  fill: #44c3cf;
}

.lower-footer .copyright span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .lower-footer .copyright span {
    display: inline;
  }
}

.lower-footer .rm-sig {
  margin-bottom: 30px;
  text-align: center;
}

.lower-footer .rm-sig svg {
  margin-left: 8px;
}

.lower-footer .rm-sig svg path {
  fill: #393939;
}

.lower-footer .bbb {
  display: flex;
  justify-content: center;
}

.lower-footer .site-disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  margin: 20px auto;
  max-width: 850px;
}

/*===================================================================
=            Userway / Accessibility and Recaptcha Icons            =
===================================================================*/
.grecaptcha-badge,
.js body .uwy .uai,
.js body .uwy .userway_buttons_wrapper {
  bottom: 5px;
  transition: all 0.3s !important;
}

[class*="slide-in__PositionContainer-sc"] {
  transition: padding-bottom 0.3s !important;
}

.make-sticky [class*="slide-in__PositionContainer-sc"] {
  padding-bottom: 150px;
}

.make-sticky .uai,
.make-sticky .userway_buttons_wrapper {
  bottom: 44px !important;
}

.make-sticky .grecaptcha-badge {
  bottom: 74px !important;
}

/*==================================
=            Footer Nav            =
==================================*/
.footer-nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer-nav {
    display: block;
    background-color: #378C94;
  }
}

.footer-nav .menu {
  display: none;
  list-style: none;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .footer-nav .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

.footer-nav .menu a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

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

.footer-nav .menu li ul {
  display: none;
}

/*===============================================
=            Footer Contact and Form            =
===============================================*/

@media only screen and (min-width: 768px) {
  .footer-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1060px) {
  .footer-contact {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}

.footer-contact .footer-phone {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  font-family: "goldenbook", serif;
  font-weight: 300;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px) {
  .footer-contact .footer-phone {
    font-size: 57px;
    font-size: 3.5625rem;
  }
}

.footer-contact-form {
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (min-width: 1060px) {
  .footer-contact-form {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}

.footer-contact-form .h2 {
  margin-bottom: 55px;
}

.footer-contact-form form {
  max-width: 700px;
  margin: 0 auto;
}

.footer-contact-form form input[type="text"],
.footer-contact-form form input[type="email"],
.footer-contact-form form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}

.footer-contact-form form textarea {
  height: 120px;
}

.footer-contact-form form ::placeholder {
  color: #ffffff;
}

.footer-contact-form form .disclaimer {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.footer-contact-form form .type-submitbutton {
  text-align: center;
}

/*=====================================
=            Sticky Footer            =
=====================================*/
.sticky-footer {
  font-family: "goldenbook", serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  bottom: -200px;
  transition: bottom 0.3s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .sticky-footer {
    justify-content: space-around;
  }
}

.sticky-footer.make-sticky {
  bottom: 0;
}

.sticky-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color .3s;
}

.sticky-footer a:hover, .sticky-footer a:active, .sticky-footer a:focus {
  /* color: rgba(255, 255, 255, 0.5); */
  color: #5FC7CB;
}

.sticky-footer a:hover svg path, .sticky-footer a:active svg path, .sticky-footer a:focus svg path {
  /* fill: rgba(255, 255, 255, 0.5); */
  color: #5FC7CB;
}

.sticky-footer a svg path {
  fill: #ffffff;
  transition: fill .3s;
}

.sticky-footer > div, .sticky-footer div.sticky-social, .sticky-footer > a.each-button {
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
  display: none;
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .sticky-footer > div, .sticky-footer div.sticky-social, .sticky-footer > a.each-button {
    display: none;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-footer > div, .sticky-footer div.sticky-social, .sticky-footer > a.each-button {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-footer > div.mobile-1, .sticky-footer div.sticky-social.mobile-1, .sticky-footer > a.each-button.mobile-1 {
    border-left: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .sticky-footer > div.tablet-1, .sticky-footer div.sticky-social.tablet-1, .sticky-footer > a.each-button.tablet-1 {
    border: none;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-footer > div:first-of-type, .sticky-footer div.sticky-social:first-of-type, .sticky-footer > a.each-button:first-of-type {
    border: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
  .sticky-footer > div.show-mobile, .sticky-footer > div .show-mobile.show-address, .sticky-footer > div .show-mobile.show-phone-number, .sticky-footer div.sticky-social.show-mobile, .sticky-footer div.sticky-social .show-mobile.show-address, .sticky-footer div.sticky-social .show-mobile.show-phone-number, .sticky-footer > a.each-button.show-mobile, .sticky-footer > a.each-button .show-mobile.show-address, .sticky-footer > a.each-button .show-mobile.show-phone-number {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .sticky-footer > div.show-tablet, .sticky-footer > div .show-tablet.show-address, .sticky-footer > div .show-tablet.show-phone-number, .sticky-footer div.sticky-social.show-tablet, .sticky-footer div.sticky-social .show-tablet.show-address, .sticky-footer div.sticky-social .show-tablet.show-phone-number, .sticky-footer > a.each-button.show-tablet, .sticky-footer > a.each-button .show-tablet.show-address, .sticky-footer > a.each-button .show-tablet.show-phone-number {
    display: flex;
    align-items: center;
  }
}

.sticky-footer .sticky-social {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-footer .sticky-social .social-label {
  display: none;
  margin-right: 16px;
}

@media only screen and (min-width: 768px) {
  .sticky-footer .sticky-social .social-label {
    display: none;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-footer .sticky-social .social-label {
    display: block;
  }
}

.sticky-footer .sticky-social .social-label.show-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .sticky-footer .sticky-social .social-label.show-tablet {
    display: block;
  }
}

.sticky-footer .sticky-social .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}

.sticky-footer .sticky-social .social-icons li:first-of-type svg {
  margin-left: 0;
}

.sticky-footer .sticky-social .social-icons li:last-of-type svg {
  margin-right: 0;
}

.sticky-footer .sticky-social .social-icons a {
  display: flex;
}

.sticky-footer .sticky-social .social-icons a svg {
  width: auto;
  height: 20px;
  margin: 0 8px;
}

.sticky-footer .sticky-social .social-icons a svg path {
  fill: #ffffff;
  transition: fill .3s;
}

.sticky-footer .sticky-social .social-icons a:hover svg path, .sticky-footer .sticky-social .social-icons a:active svg path, .sticky-footer .sticky-social .social-icons a:focus svg path {
  /* fill: rgba(255, 255, 255, 0.5); */
  fill: #5FC7CB;
}

.sticky-footer .sticky-locations {
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-footer .sticky-locations.show-address {
  flex-grow: 2.5;
  justify-content: space-around;
}

.sticky-footer .sticky-locations.show-address .site-locations .location-each .address-text {
  display: flex;
}

.sticky-footer .sticky-locations.show-phone-number {
  justify-content: space-around;
}

.sticky-footer .sticky-locations.show-phone-number .site-locations .location-each .address-phone {
  display: flex;
}

.sticky-footer .sticky-locations.show-phone-number.show-address {
  /* flex-grow: 3; */
}

.sticky-footer .sticky-locations.show-phone-number.show-address .site-locations .location-each .address-text {
  flex-basis: 0;
  flex-grow: 2;
}

.sticky-footer .sticky-locations.show-phone-number.show-address .site-locations .location-each .phone-text, .sticky-footer .sticky-locations.show-phone-number.show-address .site-locations .location-each .sms-text {
  flex-basis: 0;
  flex-grow: 1;
}

.sticky-footer .sticky-locations .site-locations {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-footer .sticky-locations .site-locations .location-each {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 8px;
}

.sticky-footer .sticky-locations .site-locations .location-each:last-of-type {
  margin-right: 0;
}

.sticky-footer .sticky-locations .site-locations .location-each .show-icon {
  display: flex;
  margin-right: 8px;
}

.sticky-footer .sticky-locations .site-locations .location-each .address-text {
  display: flex;
  flex-grow: 2;
  text-align: left;
}

.sticky-footer .sticky-locations .site-locations .location-each .phone-text, .sticky-footer .sticky-locations .site-locations .location-each .sms-text {
  display: flex;
  flex-grow: 1;
}

.sticky-footer .sticky-locations .site-locations .location-each .address-text,
.sticky-footer .sticky-locations .site-locations .location-each .phone-text,
.sticky-footer .sticky-locations .site-locations .location-each .sms-text {
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  line-height: 1em;
}

.sticky-footer .sticky-locations .site-locations .location-each .address-street, .sticky-footer .sticky-locations .site-locations .location-each .address-city {
  display: inline;
}

.sticky-footer .sticky-links {
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-footer .sticky-links .each-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  height: 100%;
}

.sticky-footer .sticky-links .each-button:hover .icon svg path, .sticky-footer .sticky-links .each-button:hover .icon svg polygon, .sticky-footer .sticky-links .each-button:active .icon svg path, .sticky-footer .sticky-links .each-button:active .icon svg polygon, .sticky-footer .sticky-links .each-button:focus .icon svg path, .sticky-footer .sticky-links .each-button:focus .icon svg polygon {
  /* fill: rgba(255, 255, 255, 0.5); */
  color: #5FC7CB;
}

@media only screen and (max-width: 767px) {
  .sticky-footer .sticky-links .each-button.show-mobile {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .sticky-footer .sticky-links .each-button.show-tablet {
    justify-content: center;
  }
}

.sticky-footer .sticky-links .each-button .icon {
  display: flex;
  align-items: center;
}

.sticky-footer .sticky-links .each-button .icon svg {
  width: auto;
  height: 20px;
  margin-right: 8px;
}

.sticky-footer .sticky-links .each-button .icon svg path, .sticky-footer .sticky-links .each-button .icon svg polygon {
  fill: #ffffff;
  transition: fill .3s;
}

/* ------------------------
	Forms & Form Elements
------------------------ */
.contact aside, .contact-us aside {
  display: none;
}

.contact .contact-content, .contact-us .contact-content {
  width: 100%;
  padding-bottom: 50px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .contact .contact-content, .contact-us .contact-content {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-content section, .contact-us .contact-content section {
    display: flex;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-form, .contact-us .contact-form {
    width: 50%;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .contact .office-info, .contact-us .office-info {
    width: 50%;
  }
}

.contact h2, .contact-us h2 {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: none;
}

.contact .gmaps, .contact-us .gmaps {
  width: 100%;
  margin-bottom: 16px;
}

.contact .gmaps iframe, .contact-us .gmaps iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  .contact .contact-information, .contact-us .contact-information {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-information > div,
  .contact .contact-information > address, .contact-us .contact-information > div,
  .contact-us .contact-information > address {
    font-size: 14px;
    font-size: 0.875rem;
    width: 50%;
  }
}

@media only screen and (min-width: 1060px) {
  .contact .contact-information > div,
  .contact .contact-information > address, .contact-us .contact-information > div,
  .contact-us .contact-information > address {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact .location-details, .contact-us .location-details {
  width: 100%;
  padding-bottom: 20px;
}

.contact .location-details span, .contact-us .location-details span {
  display: block;
}

.contact .location-hours .hours-each, .contact-us .location-hours .hours-each {
  display: flex;
}

.contact .location-hours .hours-each > div, .contact-us .location-hours .hours-each > div {
  width: 50%;
}

.gmaps {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.gmaps iframe {
  display: block;
  width: 100%;
  height: 200px;
}

form .text-inputtype,
form .email-inputtype,
form .tel-inputtype {
  width: 100%;
  height: 48px;
  padding-left: 10px;
  background: #ffffff;
}

form select {
  width: 100%;
  height: 38px;
  appearance: none;
  padding-left: 10px;
  border-radius: 0;
  margin-bottom: 16px;
  background: url("images/svg/select-arrow.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #c9c9c9;
}

form input[type="radio"] {
  margin-right: 10px;
}

form .submit-btn {
  padding: 10px 30px;
}

form .type-text {
  font-size: 12px;
  font-size: 0.75rem;
}

form .button {
  border: none;
}

form .type-singlelinetext label,
form .type-textarea label {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form .type-singlelinetext input,
form .type-textarea input {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

form .type-checkbox {
  margin-bottom: 20px;
}

form .stopyenoh {
  position: absolute;
}

.disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-style: italic;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-3px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}

.field-wrap {
  position: relative;
}

.error {
  border: 1px solid #E74C3C !important;
  outline: none !important;
  box-shadow: 0 0 10px #E74C3C !important;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

span.error {
  border: none !important;
  box-shadow: none !important;
  font-size: 0;
  top: 28px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/svg/error.svg);
  background-size: 7px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.confirmation-light .seaforms_confirmation_message {
  color: #ffffff;
}

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
/*================================================
=            Home Featured Procedures            =
================================================*/

@media only screen and (max-width: 767px) {
  body.home .mod-procedures.featured-procedures {
    background-position: bottom 35% right;
    background-image: url(images/home-procedure-bg-mobile.jpg) !important;
    padding-bottom: 90px;
  }
}

/* .mod-procedures.featured-procedures {
  padding-left: 40%;
} */

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures {
    background-position: center left 40%;
    padding-left: 50%;
  }
}

.mod-procedures.featured-procedures .module-heading {
  line-height: 1.02em;
  padding-top: 23px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures .module-heading {
    font-size: 45px;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-procedures.featured-procedures .module-heading {
    font-size: 70px;
  }
}

.mod-procedures.featured-procedures .module-heading::before {
  content: '';
  background-color: #5FC7CB;
  position: absolute;
  width: 70px;
  height: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures .module-heading::before {
    left: 0;
    transform: none;
  }
}

.mod-procedures.featured-procedures .section-intro {
  text-align: left;
}

.mod-procedures.featured-procedures .areas-list {
  padding-top: 60px;
  padding-left: 50%;
}

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures .areas-list {
    padding-top: 30px;
    padding-left: 0;
  }
}

.mod-procedures.featured-procedures .area-each {
  border-bottom: 1px solid #CDCDCD;
  padding-left: 0;
}

.mod-procedures.featured-procedures .area-each:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures .area-each {
    text-align: left;
  }
}

.mod-procedures.featured-procedures .area-each a {
  text-decoration: none;
}

.mod-procedures.featured-procedures .area-each a:hover .h3 {
  color: #2B9498;
}

.mod-procedures.featured-procedures .area-each:first-of-type .h3 {
  margin-top: 0;
}

.mod-procedures.featured-procedures .area-each .h3 {
  font-size: 25px;
  /* margin: 0.75em auto; */
  margin: 0.75em auto 0.75em 0;
  padding-left: 10px;
  position: relative;
  transition: color .3s;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  .mod-procedures.featured-procedures .area-each .h3 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-procedures.featured-procedures .area-each .h3 {
    font-size: 45px;
  }
}

.mod-procedures.featured-procedures .area-each .h3::before {
  content: '';
  background-color: #5FC7CB;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}

/*=======================================
=            Home Concerns            =
=======================================*/
.home-concerns, .mod-procedures.common-concerns {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .home-concerns, .mod-procedures.common-concerns {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1290px) {
  .home-concerns, .mod-procedures.common-concerns {
    padding: 100px calc(40px + (50vw - (1290px / 2)));
    min-height: 960px;
  }
}

.home-concerns h2, .mod-procedures.common-concerns .module-heading {
  /* font-size: 35px;
  font-size: 2.1875rem; */
  /* line-height: 1.1em; */
  color: #000000;
  position: relative;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .home-concerns h2, .mod-procedures.common-concerns .module-heading {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-concerns h2, .mod-procedures.common-concerns .module-heading {
    font-size: 57px;
  }
}

.home-concerns h2:after, .mod-procedures.common-concerns .module-heading:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .home-concerns h2, .mod-procedures.common-concerns .module-heading {
    position: relative;
    padding-top: 16px;
    text-align: left;
    margin-top: 150px;
  }
  .home-concerns h2:after, .mod-procedures.common-concerns .module-heading:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 2px solid #44c3cf;
    left: 0;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1290px) {
  .home-concerns h2, .mod-procedures.common-concerns .module-heading {
    /* font-size: 50px;
    font-size: 3.125rem; */
    position: relative;
    padding-top: 16px;
    text-align: center;
    margin-top: 0;
  }
  .home-concerns h2:after, .mod-procedures.common-concerns .module-heading:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 2px solid #44c3cf;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-concerns .subhdng, .mod-procedures.common-concerns .module-subheading {
  /* font-size: 16px;
  font-size: 1rem; */
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 40px;
  color: #2B9498;
  text-transform: capitalize;
  font-family: "goldenbook", serif;
  margin-top: 10px;
  padding: 0 20px;
}

/* @media only screen and (min-width: 425px) {
  .home-concerns .subhdng, .mod-procedures.common-concerns .module-subheading {
    padding: 0 20px;
  }
} */

@media only screen and (min-width: 768px) {
  .home-concerns .subhdng, .mod-procedures.common-concerns .module-subheading {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1290px) {
  .home-concerns .subhdng, .mod-procedures.common-concerns .module-subheading{
    font-size: 26px;
    text-align: center;
  }
}

/* .inside .home-concerns {
  padding-top: 100px;
} */

.specialty-navigation {
  z-index: 5;
  position: relative;
  border: 1px solid transparent;
  margin: 0;
}

.specialty-navigation .the-model, .specialty-navigation #thedots, .specialty-navigation .model-dots {
  position: absolute;
  width: 100%;
  min-height: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  .specialty-navigation .the-model, .specialty-navigation #thedots, .specialty-navigation .model-dots {
    background-size: 400px;
    background-position: right top;
    min-height: 100%;
  }
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .the-model, .specialty-navigation #thedots, .specialty-navigation .model-dots {
    background-position-x: 269px;
    /* background-position-x: 210px; */
    background-size: auto;
    height: 100%;
    min-height: 680px;
    top: 0;
  }
}

.specialty-navigation .the-model {
  background-image: url("images/concern-model-2026.png");
  left: 0;
}

/* .concerns-initial .specialty-navigation .the-model {
  background-image: url("images/concern-model-prev.png");
  left: 0;
} */

@media only screen and (min-width: 768px) {
  .specialty-navigation .the-model {
    top: -265px;
    left: 35px;
  }
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .the-model {
    background-image: url("images/concern-model-2026.png");
    top: -20px;
    left: 0;
  }
}

.specialty-navigation .model-dots {
  background-image: url("images/the-dots-2026.png");
}

.specialty-navigation .type-skin {
  background: url("images/concern-sagging-2026.png") top center no-repeat;
}

.specialty-navigation .type-jowls {
  background: url("images/concern-jowls-2026.png") top center no-repeat;
}

.specialty-navigation .type-neck {
  background: url("images/concern-chin-2026.png") top center no-repeat;
}

.specialty-navigation .type-eyelid {
  background: url("images/concern-eyelid-2026.png") top center no-repeat;
}

.specialty-navigation .type-mouth {
  background: url("images/concern-mouth-2026.png") top center no-repeat;
}

.specialty-navigation .type-tired {
  background: url("images/concern-tired-2026.png") top center no-repeat;
}

.specialty-navigation .treatment-areas {
  list-style: none;
  position: relative;
  margin: 20px;
  margin-top: 115vw;
}

@media only screen and (min-width: 768px) {
  .specialty-navigation .treatment-areas {
    margin: 150px 0 0;
  }
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas {
    margin-top: 60px;
  }
}

.specialty-navigation .treatment-areas > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f4f7f7;
  border-top: 1px solid rgba(112, 112, 112, 0.41);
  padding-left: 4px;
  position: unset;
  text-align: left;
}

.specialty-navigation .treatment-areas > li:before {
  content: none;
}

.specialty-navigation .treatment-areas > li span {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 8px 10px;
  background-color: #f4f7f7;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li span {
    background-color: transparent;
    padding: 0;
  }
}

.specialty-navigation .treatment-areas > li span:after {
  content: url("images/svg/plus.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li span:after {
    display: none;
  }
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li {
    padding: 19px 0 19px 4px;
    /* max-width: 265px; */
    max-width: 330px;
  }
}

.specialty-navigation .treatment-areas > li:last-of-type {
  border-bottom: 1px solid rgba(112, 112, 112, 0.41);
}

.specialty-navigation .treatment-areas > li svg {
  height: 40px;
  width: 30px;
  margin-right: 30px;
}

.specialty-navigation .treatment-areas > li svg path {
  fill: #368c94;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li:hover {
    border-right: none;
    cursor: pointer;
    color: #2B9498;
  }
  .specialty-navigation .treatment-areas > li.active-specialty {
    border-right: 1px solid rgba(112, 112, 112, 0.41);
    background: linear-gradient(135deg, #e4f0f0, rgba(244, 247, 247, 1));
    color: #2B9498;
  }
  .specialty-navigation .treatment-areas > li.active-specialty .active-line {
    width: calc(100% - 635px);
    height: 1px;
    background: rgba(112, 112, 112, 0.41);
    position: absolute;
    left: 265px;
    z-index: 3;
  }
}

@media only screen and (min-width: 1290px) and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li.active-specialty .active-line {
    z-index: -1;
  }
}

.specialty-navigation .treatment-areas > li.active-specialty span {
  background-color: #2B9498;
  color: #ffffff;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .treatment-areas > li.active-specialty span {
    background-color: transparent;
    color: #2B9498;
  }
}

.specialty-navigation .treatment-areas > li.active-specialty span:after {
  content: url("images/svg/minus.svg");
}

.specialty-navigation .treatment-areas > li.active-specialty .specialty-info {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding-bottom: 20px;
  /* transition: all .6s ease; */
}

.specialty-navigation .specialty-info {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #f4f7f7;
  max-height: 0.1px;
  transition: all .6s ease;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .specialty-info {
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    min-height: 415px;
    padding-left: 40px;
    border-left: 1px solid rgba(112, 112, 112, 0.41);
    height: auto;
  }
}

.specialty-navigation .specialty-info h3 {
  color: #2B9498;
  /* font-size: 22px; */
  margin: 20px 0;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .specialty-info h3 {
    margin: 0;
    display: block;
  }
}

.specialty-navigation .specialty-info .rpt-description {
  color: #707070;
  padding: 5px 0;
}

.specialty-navigation .specialty-info .rpt-description .button {
  margin-top: 1em;
}

.specialty-navigation .specialty-info strong {
  color: #368c94;
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .specialty-info ul {
    column-count: 2;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 1290px) {
  .specialty-navigation .specialty-info ul li {
    list-style-position: outside;
  }
}

/*============================================
=            Home Patient Journey            =
============================================*/
.patient-journey .no-contained-content {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .patient-journey .no-contained-content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.patient-journey .module-heading {
  padding-top: 16px;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .patient-journey .module-heading {
    width: 32%;
  }
}

.patient-journey .module-heading:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1060px) {
  .patient-journey .module-heading:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 2px solid #44c3cf;
    left: 0;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1060px) {
  .patient-journey .split-wrapper{
    width: 58%;
  }
}

.patient-journey .ytvideo {
  margin-top: 0;
  margin-bottom: 0;
}

/*===================================
=            Home Doctor            =
===================================*/

body.home .mod-doctors {
  background-position: top center;
  background-size: auto 305px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  body.home .mod-doctors {
    /* background-image: none !important; */
    /* background-color: #333333 !important; */
    /* background-size: contain;
    background-position: top left; */
    background-size: 100% auto;
    /* background-position: top center; */
  }
}

.home-doctor, body.home .mod-doctors .doctor-container {
  /* color: #ffffff; */
  text-align: left;
  padding-top: 305px;
  padding-bottom: 90px;
  /* padding-bottom: 290px; */
  /* background-image: url("images/dr-background-mobile.jpg"); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  /* padding-left: 20px; */
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .home-doctor, body.home .mod-doctors .doctor-container {
    /* background-image: url("images/dr-background-tablet.jpg"); */
    /* padding-top: 90px; */
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctor, body.home .mod-doctors .doctor-container {
    /* background-image: url("images/dr-background.jpg"); */
    padding-top: 40vw;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    /* padding-right: 50%; */
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (min-width: 1290px) {
  .home-doctor, body.home .mod-doctors .doctor-container {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
  }
}

/* @media only screen and (min-width: 1460px) {
  .home-doctor, body.home .mod-doctors .doctor-container {
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
} */

body.home .mod-doctors .doctor-container:before {
  content: '';
  width: 100%;
  height: 305px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 45%, #000);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1060px) {
  body.home .mod-doctors .doctor-container:before {
    background: linear-gradient(rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0) 35%, #000 70%, #000);
    top: unset;
    bottom: 0;
    height: 100%;
  }
}

/* .home-doctor:after, body.home .mod-doctors .doctor-container::after {
  content: '';
  width: 203px;
  height: 305px;
  background-image: url("images/dr-miller-2025.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .home-doctor:after, body.home .mod-doctors .doctor-container::after {
    content: '';
    left: 80%;
    top: unset;
    bottom: 0;
    width: auto;
    height: 650px;
    aspect-ratio: 434 / 650;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctor:after, body.home .mod-doctors .doctor-container::after {
    height: 750px;
    left: 75%;
  }
} */

.home-doctor h2, body.home .mod-doctors .module-heading {
  /* font-size: 32px; */
  /* font-size: 2.375rem; */
  /* line-height: 1.2em; */
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-top: 16px;
  text-align: center;
}

@media only screen and (max-width: 1059px) {
  body.home .mod-doctors .doctor-content {
    background-color: #000;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .mod-doctors .doctor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "module-heading module-content"
                         "module-subheading module-button";
    align-items: flex-start;
    column-gap: 30px;
    position: relative;
    z-index: 0;
  }
}

/* @media only screen and (min-width: 1290px) {
  body.home .mod-doctors .doctor-content {
    column-gap: 70px;
  }
} */

.home-doctor h2:after, body.home .mod-doctors .module-heading::after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1060px) {
  .home-doctor h2:after, body.home .mod-doctors .module-heading::after {
    left: 0;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) {
  .home-doctor h2, body.home .mod-doctors .module-heading {
    /* font-size: 34px;
    font-size: 2.125rem; */
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctor h2, body.home .mod-doctors .module-heading {
    position: relative;
    padding-top: 16px;
    font-size: 50px;
    font-size: 3.125rem;
    text-align: left;
    grid-area: module-heading;
  }
  .home-doctor h2:after, body.home .mod-doctors .module-heading::after{
    content: '';
    position: absolute;
    top: 0;
    width: 70px;
    border-bottom: 2px solid #5FC7CB;
    left: 0;
    transform: translateX(0);
  }
}

/* @media only screen and (min-width: 1460px) {
  .home-doctor h2, body.home .mod-doctors .module-heading {
    font-size: 64px;
  }
} */

.home-doctor .subhdng, body.home .mod-doctors .module-subheading {
  color: #5FC7CB;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
  font-family: "goldenbook", serif;
}

/* @media only screen and (max-width: 767px) {
  .home-doctor .subhdng, body.home .mod-doctors .module-subheading {
    font-size: 18px;
    font-size: 1.125rem;
  }
} */

@media only screen and (min-width: 1060px) {
  .home-doctor .subhdng, body.home .mod-doctors .module-subheading {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: left;
    grid-area: module-subheading;
    margin-top: -105px;
  }
}

@media only screen and (min-width: 1127px) {
  .home-doctor .subhdng, body.home .mod-doctors .module-subheading {
    margin-top: -145px;
  }
}

@media only screen and (min-width: 1245px) {
  .home-doctor .subhdng, body.home .mod-doctors .module-subheading {
    margin-top: -125px;
  }
}

/* @media only screen and (min-width: 1460px) {
  .home-doctor .subhdng, body.home .mod-doctors .module-subheading {
    font-size: 32px;
  }
} */

@media only screen and (min-width: 1060px) {
  .home-doctor .intro-content {
    grid-area: module-content;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctor .dr-content {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1059px) {
  body.home .mod-doctors.read-more-left .read-more-button {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .mod-doctors.read-more-left .read-more-button {
    grid-area: module-button;
  }
}

/*==================================
=            Home Media            =
==================================*/
.front-media, body.home .mod-doctors .home-media {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}

body.home .mod-doctors .home-media .owl-stage {
  margin-top: 20px;
  margin-bottom: 20px;
}

.front-media .home-media .owl-img, body.home .mod-doctors .home-media .owl-img {
  padding: 0 33px;
}

/* @media only screen and (min-width: 768px) {
  .front-media .home-media .owl-img, body.home .mod-doctors .home-media .owl-img {
    padding: 0 10px;
  }
} */

.front-media .home-media .owl-img img, body.home .mod-doctors .home-media .owl-img img {
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .front-media .home-media .owl-img img, body.home .mod-doctors .home-media .owl-img img {
    max-width: 100%;
    width: auto;
    max-height: 80px;
  }
}

@media only screen and (min-width: 1080px) {
  .front-media .home-media .owl-img img, body.home .mod-doctors .home-media .owl-img img {
    max-height: 100px;
  }
}

body.home .mod-doctors .home-media .owl-item:first-of-type .owl-img img {
  height: 144.63px !important;
  width: auto !important;
}

body.home .mod-doctors .home-media .owl-item:before {
  content: none;
}

body.home .mod-doctors .home-media .owl-item {
  padding-left: 0;
}

.front-media .home-media .button, body.home .mod-doctors .home-media .button {
  margin-bottom: 40px;
}

.front-media .owl-carousel .owl-stage, body.home .mod-doctors .home-media.owl-carousel .owl-stage {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.front-media .owl-carousel .owl-stage:after, body.home .mod-doctors .home-media.owl-carousel .owl-stage:after {
  content: '';
}

.front-media .owl-carousel .owl-nav, body.home .mod-doctors .home-media.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
}

.front-media .owl-carousel .owl-nav > div, body.home .mod-doctors .home-media.owl-carousel .owl-nav > div {
  width: 50px;
  display: block;
  position: absolute;
}

.front-media .owl-carousel .owl-nav > div i, body.home .mod-doctors .home-media.owl-carousel .owl-nav > div i {
  font-size: 50px;
  color: #69B8C9;
}

@media only screen and (min-width: 768px) {
  .front-media .owl-carousel .owl-nav > div i, body.home .mod-doctors .home-media.owl-carousel .owl-nav > div i {
    font-size: 30px;
  }
}

.front-media .owl-carousel .owl-nav .owl-prev, body.home .mod-doctors .home-media.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.front-media .owl-carousel .owl-nav .owl-next, body.home .mod-doctors .home-media.owl-carousel .owl-nav .owl-next {
  right: 0;
}

/*=======================================
=            Home Procedures            =
=======================================*/
.home-procedures {
  background-color: #EAF6FB;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .home-procedures {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.home-procedures h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.1em;
  text-align: left;
  position: relative;
  padding-top: 16px;
  margin-top: 0;
  margin-bottom: 60px;
}

.home-procedures h2:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 0;
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .home-procedures h2 {
    text-align: center;
    position: relative;
    padding-top: 16px;
    max-width: 400px;
    margin: 0 auto 80px;
  }
  .home-procedures h2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 2px solid #44c3cf;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures h2 {
    font-size: 50px;
    font-size: 3.125rem;
    text-align: left;
    position: relative;
    padding-top: 16px;
  }
  .home-procedures h2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 2px solid #44c3cf;
    left: 0;
    transform: translateX(0);
  }
}

.home-procedures h2:before {
  content: '';
  background-image: url("images/svg/logo-face.svg");
  position: absolute;
  right: 0;
  top: -20px;
  width: 123px;
  height: 243px;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .home-procedures h2:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 184px;
    height: 363px;
    top: -80px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures h2:before {
    width: 408px;
    height: 806px;
    top: 0;
    left: 0;
    transform: translateY(-40%);
  }
}

.home-procedures ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home-procedures ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures ul {
    width: 856px;
  }
}

.home-procedures ul li {
  margin: 0;
  background-size: cover;
  background-position: center;
}

.home-procedures ul li a {
  font-family: "goldenbook", serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 50vw;
}

@media only screen and (min-width: 768px) {
  .home-procedures ul li a {
    height: 25vw;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures ul li a {
    height: 248px;
  }
}

.home-procedures ul li a h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1em;
  color: #ffffff;
  border-left: 2px solid #44c3cf;
  display: block;
  padding-left: 6px;
  margin-bottom: 0;
}

/*====================================
=            Home Journey            =
====================================*/
.home-journey {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 1060px) {
  .home-journey {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.home-journey ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .home-journey ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .home-journey ul li {
    text-align: left;
    width: 24%;
  }
}

.home-journey ul li:nth-of-type(1) .icon {
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .home-journey ul li:nth-of-type(1) .icon:before {
    content: '';
    position: absolute;
    background-image: url("images/icon-jarrow1.png");
    width: 154px;
    height: 57px;
    background-size: 154px 57px;
    right: -154px;
    top: calc(50% - 28px);
  }
}

.home-journey ul li:nth-of-type(2) .icon {
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .home-journey ul li:nth-of-type(2) .icon:before {
    content: '';
    position: absolute;
    background-image: url("images/icon-jarrow2.png");
    width: 154px;
    height: 57px;
    background-size: 154px 57px;
    right: -154px;
    top: calc(50% - 28px);
  }
}

.home-journey ul p {
  margin: 20px 0;
  line-height: 1.4em;
}

.home-journey ul img {
  display: block;
  margin: 0 auto;
}

.home-journey .hdng {
  font-size: 50px;
  font-size: 3.125rem;
}

/*========================================
=            Home Testimonial            =
========================================*/

@media only screen and (max-width: 767px) {
  body.home .mod-testimonial {
    background-color: #1D1D1D;
    background-size: auto 50%;
    padding-top: 50vh;
    background-position: top left;
    position: relative;
    z-index: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.home .mod-testimonial:after {
    content: '';
    background-image: linear-gradient(rgba(29, 29, 29, 0), rgba(29, 29, 29, 0) 24%, rgba(29, 29, 29, 1) 50%, #1D1D1D 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

body.home .mod-testimonial > * {
  z-index: 1;
}

.home-testimonials,
.page-testimonial,
.mod-testimonial {
  background-color: #000000;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .home-testimonials,
  .page-testimonial,
  .mod-testimonial {
    /* background-image: url("images/bg-front-testimonials-tablet.jpg"); */
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-testimonials,
  .page-testimonial,
  .mod-testimonial {
    /* background-image: url("images/bg-front-testimonials.jpg"); */
    padding-right: calc(40px + (50vw - (756px / 2)));
    padding-left: calc(40px + (50vw - (756px / 2)));
    padding-top: 150px;
    padding-bottom: 150px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.home-testimonials h2, .home-testimonials .h2,
.page-testimonial h2,
.page-testimonial .h2,
.mod-testimonial .module-heading {
  /* font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.1em; */
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 20px;
}

.home-testimonials h2:after, .home-testimonials .h2:after,
.page-testimonial h2:after,
.page-testimonial .h2:after,
.mod-testimonial .module-heading:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #5FC7CB;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .home-testimonials h2, .home-testimonials .h2,
  .page-testimonial h2,
  .page-testimonial .h2,
  .mod-testimonial .module-heading {
    font-size: 50px;
    font-size: 3.125rem;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .home-testimonials h2:after, .home-testimonials .h2:after,
  .page-testimonial h2:after,
  .page-testimonial .h2:after,
  .mod-testimonial .module-heading:after {
    content: '';
    position: absolute;
    top: 0;
    width: 70px;
    border-bottom: 2px solid #5FC7CB;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-testimonials blockquote,
body.inside .page-testimonial blockquote,
body.inside .mod-testimonial .testimonials-container blockquote {
  margin: 0 auto 32px;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home-testimonials blockquote,
  body.inside .page-testimonial blockquote,
  body.inside .mod-testimonial .testimonials-container blockquote {
    font-size: 22px;
  }
}

.home-testimonials blockquote {
  margin: 56px auto 30px auto;
}

body.inside .mod-testimonial .testimonials-container figure {
  margin: 56px 20px 30px;
}

@media only screen and (min-width: 768px) {
  body.inside .mod-testimonial .testimonials-container figure {
    margin: 70px 20px;
  }
}

/* @media only screen and (min-width: 768px) {
  .home-testimonials figure,
  .page-testimonial figure,
  .mod-testimonial .testimonials-container figure {
    margin: 70px 20px;
  }
} */

/* .home-testimonials blockquote:before,
.page-testimonial blockquote:before,
.mod-testimonial blockquote:before {
  content: '';
  display: block;
  width: 138px;
  height: 33px;
  background-image: url("images/svg/stars-styled.svg");
  background-size: cover;
  text-align: center;
  margin: 0 auto 30px;
} */

/* @media only screen and (min-width: 768px) {
  .home-testimonials blockquote:before,
  .page-testimonial blockquote:before,
  .mod-testimonial blockquote:before {
    width: 263px;
    height: 62px;
  }
} */

/* .home-testimonials blockquote:after,
.page-testimonial blockquote:after,
.mod-testimonial blockquote:after {
  content: '';
  background-image: url("images/svg/logo-face-light.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  width: 214px;
  height: 424px;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
} */

/* @media only screen and (min-width: 768px) {
  .home-testimonials blockquote:after,
  .page-testimonial blockquote:after,
  .mod-testimonial blockquote:after {
    width: 342px;
    height: 676px;
  }
} */

.home-testimonials blockquote .author,
.page-testimonial blockquote .author,
.mod-testimonial .testimonials-container blockquote .author {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  font-style: normal;
  color: #ffffff;
  margin-top: 1em;
}

.home-testimonials .testimonial-links,
.page-testimonial .testimonial-links {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .home-testimonials .testimonial-links,
  .page-testimonial .testimonial-links {
    display: flex;
    justify-content: center;
  }
}

.home-testimonials .testimonial-links li,
.page-testimonial .testimonial-links li {
  margin: 10px;
}

.mod-testimonial .testimonials-container .testimonial-stars svg path {
  fill: #5FC7CB;
}

/*===================================
=            Home Footer            =
===================================*/
.home-footer-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
}

@media only screen and (max-width: 767px) {
  .home-footer-container {
    background-image: url(images/home-footer-bg-mobile.jpg) !important;
    background-position: top left;
  }
}

@media only screen and (min-width: 768px) {
  .home-footer-container {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-footer-container {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'home-footer-h2 home-footer-subhdng'
                         'home-footer-button home-footer-content';
    column-gap: 60px;
    align-items: flex-start;
    position: relative;
  }
}

@media only screen and (min-width: 1600px) {
  .home-footer-container {
    padding-right: calc(40px + (50vw - (1600px / 2)));
    padding-left: calc(40px + (50vw - (1600px / 2)));
  }
}

.home-footer-container h2 {
  grid-area: home-footer-h2;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.05em;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .home-footer-container h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-footer-container h2 {
    font-size: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1290px) {
  .home-footer-container h2 {
    font-size: 55px;
  }
}

.home-footer-container .subhdng {
  border-top: 1px solid #5FC7CB;
  color: #2B9498;
  font-weight: 300;
  grid-area: home-footer-subhdng;
  padding-top: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .home-footer-container .subhdng {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (min-width: 1060px) {
  .home-footer-container .subhdng {
    border-top: none;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
}

/* @media only screen and (min-width: 1290px) {
  .home-footer-container .subhdng {
    margin-top: 1em;
  }
} */

.home-footer-container .content {
  grid-area: home-footer-content;
  padding-top: 1em;
  padding-bottom: 1em;
  /* position: relative; */
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .home-footer-container .content {
    margin-top: -100px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .home-footer-container .content {
    position: relative;
  }
}

@media only screen and (min-width: 1060px) {
  .home-footer-container .content:before {
    content: '';
    background: #5FC7CB;
    width: 1px;
    height: 200px;
    left: calc(32% + 40px);
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 1600px) {
  .home-footer-container .content:before {
    left: -40px;
    top: 0;
    transform: translate(0,-25%);
  }
}

.home-footer-container .button {
  grid-area: home-footer-button;
}

@media only screen and (min-width: 768px) {
  .home-footer-container .button {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
}

@media only screen and (min-width: 1060px) {
  .home-footer-container .button-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

/* ------------------------
	Blog/Category/Archives
------------------------ */
.blog .interior,
.tmpl_type_category .interior,
.tmpl_type_archive .interior,
.tmpl_type_search .interior {
  flex-wrap: wrap;
}

.blog .heading,
.tmpl_type_category .heading,
.tmpl_type_archive .heading,
.tmpl_type_search .heading {
  width: 100%;
}

.blog h1, .blog .h1,
.tmpl_type_category h1, .tmpl_type_category .h1,
.tmpl_type_archive h1, .tmpl_type_archive .h1,
.tmpl_type_search h1, .tmpl_type_search .h1 {
  text-align: center;
  position: relative;
  padding-top: 16px;
  width: 100%;
}

.blog h1:after, .blog .h1:after,
.tmpl_type_category h1:after, .tmpl_type_category .h1:after,
.tmpl_type_archive h1:after, .tmpl_type_archive .h1:after,
.tmpl_type_search h1:after, .tmpl_type_search .h1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .blog h1:after, .blog .h1:after,
  .tmpl_type_category h1:after, .tmpl_type_category .h1:after,
  .tmpl_type_archive h1:after, .tmpl_type_archive .h1:after,
  .tmpl_type_search h1:after, .tmpl_type_search .h1:after {
    width: 70px;
  }
}

.blog .blog-list,
.tmpl_type_category .blog-list,
.tmpl_type_archive .blog-list,
.tmpl_type_search .blog-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 40px;
}

/* @media only screen and (min-width: 768px) {
  .blog .blog-list,
  .tmpl_type_category .blog-list,
  .tmpl_type_archive .blog-list,
  .tmpl_type_search .blog-list {
    grid-template-columns: 1fr 1fr;
  }
} */

.blog .interior h2,
.tmpl_type_category .interior h2,
.tmpl_type_archive .interior h2,
.tmpl_type_search .interior h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1060px) {
  .blog .interior h2,
  .tmpl_type_category .interior h2,
  .tmpl_type_archive .interior h2,
  .tmpl_type_search .interior h2 {
    font-size: 36px;
    /* font-size: 1.875rem; */
    /* line-height: 1.2em; */
    /* letter-spacing: -0.4px; */
  }
}

.blog .interior h2 a,
.tmpl_type_category .interior h2 a,
.tmpl_type_archive .interior h2 a,
.tmpl_type_search .interior h2 a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

@media only screen and (min-width: 1060px) {
  .blog .post-snippet,
  .tmpl_type_category .post-snippet,
  .tmpl_type_archive .post-snippet,
  .tmpl_type_search .post-snippet {
    display: flex;
  }
}

.blog .post-snippet .thumb,
.tmpl_type_category .post-snippet .thumb,
.tmpl_type_archive .post-snippet .thumb,
.tmpl_type_search .post-snippet .thumb {
  height: 32vw;
  background-color: #164A4C;
  background-size: cover;
  background-position: center;
  /* margin-bottom: 16px; */
  margin-bottom: 0;
}

/* @media only screen and (min-width: 768px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb,
  .tmpl_type_search .post-snippet .thumb {
    height: 16vw;
  }
} */

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb,
  .tmpl_type_search .post-snippet .thumb {
    /* height: 208px; */
    height: 386px;
    /* margin-bottom: 30px; */
    aspect-ratio: 1 / 1;
  }
}

.blog .post-snippet .excerpt,
.tmpl_type_category .post-snippet .excerpt,
.tmpl_type_archive .post-snippet .excerpt,
.tmpl_type_search .post-snippet .excerpt {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .excerpt,
  .tmpl_type_category .post-snippet .excerpt,
  .tmpl_type_archive .post-snippet .excerpt,
  .tmpl_type_search .post-snippet .excerpt {
    padding: 35px;
  }
}

.blog .post-snippet .excerpt-container > p,
.tmpl_type_category .post-snippet .excerpt-container > p,
.tmpl_type_archive .post-snippet .excerpt-container > p,
.tmpl_type_search .post-snippet .excerpt-container > p {
  color: #1D1D1D;
  display: inline;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb,
  .tmpl_type_search .post-snippet .thumb {
    width: calc(100% - 228px);
  }
}

.blog .date,
.tmpl_type_category .date,
.tmpl_type_archive .date,
.tmpl_type_search .date {
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: #44c3cf;
  text-align: right;
  margin-bottom: 16px;
}

.blog .meta-data,
.tmpl_type_category .meta-data,
.tmpl_type_archive .meta-data,
.tmpl_type_search .meta-data {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 30px;
  font-style: italic;
  color: #707070;
}

.blog .meta-data a,
.tmpl_type_category .meta-data a,
.tmpl_type_archive .meta-data a,
.tmpl_type_search .meta-data a {
  color: #5FC7CB;
  font-weight: bold;
  text-decoration: none;
}

.blog .more,
.tmpl_type_category .more,
.tmpl_type_archive .more,
.tmpl_type_search .more {
  color: #2B9498;
  display: inline;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: none;
}

.tmpl_type_single h1, .tmpl_type_single .h1 {
  text-align: center;
  position: relative;
  padding-top: 16px;
  margin-bottom: 40px;
}

.tmpl_type_single h1:after, .tmpl_type_single .h1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

.tmpl_type_single h1.h2 {
  line-height: 1.04em;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: left;
}

.tmpl_type_single h1.h2:after {
  content: none;
}

.tmpl_type_single h2 {
  line-height: 1.2em;
}

.tmpl_type_single .button {
  text-decoration: none;
}

.tmpl_type_single .thumb {
  margin-bottom: 20px;
  /* margin-bottom: 70px; */
  /* height: 33vw; */
  /* background-size: cover;
  background-position: center; */
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single .thumb {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    width: 50%;
    /* height: 432px; */
  }
}

.tmpl_type_single .thumb img {
  width: 100%;
  height: auto;
}

.tmpl_type_single .meta-data {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
  margin-bottom: 30px;
  font-style: italic;
  color: #707070;
}

.tmpl_type_single .meta-data a {
  color: #5FC7CB;
}

/* .search-bar {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .search-bar {
    display: flex;
    justify-content: center;
    padding: 20px 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .search-bar .dropdowns {
    display: flex;
  }
} */

/* .cat-select {
  position: relative;
}

.cat-select .cat-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 30px;
  margin-bottom: 10px;
  min-height: 42px;
}

@media only screen and (min-width: 768px) {
  .cat-select .cat-options {
    margin-bottom: 0;
    margin-right: 20px;
    width: 200px;
  }
}

@media only screen and (min-width: 1060px) {
  .cat-select .cat-options {
    min-width: 230px;
  }
}

.cat-select .cat-options:after {
  transform: rotate(90deg);
}

.cat-select .cat-options i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  color: #44c3cf;
}

.cat-select .cats {
  position: absolute;
  display: none;
  z-index: 100;
  background: #44c3cf;
  margin: 0;
  list-style: none;
  padding: 20px 0;
  margin-top: -10px;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats {
    margin-top: 0;
    width: 200px;
  }
}

@media only screen and (min-width: 1060px) {
  .cat-select .cats {
    width: 230px;
  }
}

.cat-select .cats li {
  padding: 5px 20px;
}

.cat-select .cats li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
} */

.blog-search i {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  /* border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB; */
  color: #000000;
  background-color: transparent;
  padding: 7px;
  border-radius: 5px;
}

.search-bar {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .search-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .search-bar .blog-dropdowns {
    display: flex;
  }
}

.cat-select,
.archive-select {
  position: relative;
}

.cat-select .blog-dropdown-options,
.archive-select .blog-dropdown-options {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  margin-bottom: 10px;
  /* z-index: 100; */
}

@media only screen and (min-width: 768px) {
  .cat-select .blog-dropdown-options,
  .archive-select .blog-dropdown-options {
    margin-bottom: 0;
    margin-right: 20px;
    width: 200px;
  }
}

@media only screen and (min-width: 1060px) {
  .cat-select .blog-dropdown-options,
  .archive-select .blog-dropdown-options {
    min-width: 230px;
  }
}

.cat-select .blog-dropdown-options:after,
.archive-select .blog-dropdown-options:after {
  transform: rotate(90deg);
}

.cat-select .blog-dropdown-options i,
.archive-select .blog-dropdown-options i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  color: #5FC7CB;
}

.cat-select .blog-dropdown-options .arrow-down,
.archive-select .blog-dropdown-options .arrow-down {
  display: flex;
}

.cat-select .blog-dropdown-options .arrow-down svg,
.archive-select .blog-dropdown-options .arrow-down svg {
  width: 10px;
  height: auto;
  transform: rotate(90deg);
}

.cat-select .cats,
.archive-select .cats {
  position: absolute;
  display: none;
  z-index: 100;
  background: #5FC7CB;
  margin: 0;
  list-style: none;
  padding: 20px 0;
  margin-top: -10px;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats,
  .archive-select .cats {
    margin-top: 0;
    width: 200px;
  }
}

@media only screen and (min-width: 1060px) {
  .cat-select .cats,
  .archive-select .cats {
    width: 230px;
  }
}

.cat-select .cats .cats-list,
.archive-select .cats .cats-list {
  margin: 0;
}

.cat-select .cats li,
.archive-select .cats li {
  padding: 5px 20px;
}

.cat-select .cats li a,
.archive-select .cats li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.blog-search {
  border: none;
  border-left: 1px solid #EBEBEB;
  /* border-bottom: 1px solid #393939; */
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  min-height: 42px;
}

@media only screen and (min-width: 768px) {
  .blog-search {
    margin-bottom: 0;
  }
}

.blog-search form {
  display: flex;
  /* align-items: center; */
  /* padding-bottom: 10px; */
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .blog-search form {
    width: 100%;
  }
}

.blog-search form input[type="text"] {
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  background: transparent;
  outline: none;
  padding-left: 40px;
  width: 80%;
}

@media only screen and (min-width: 1060px) {
  .blog-search form input[type="text"] {
    width: 274px;
  }
}

/* @media only screen and (min-width: 1060px) {
  .blog-search form input[type="text"] {
    width: 555px;
  }
} */

.blog-search form input[type="text"]::placeholder {
  font-weight: 700;
  color: #d0cccc;
  color: rgba(119, 131, 143, 0.35);
}

.blog-search form input[type="submit"] {
  width: 146px;
  /* height: 23px; */
  /* min-width: 23px; */
  padding: 12px 0;
  border: 1px solid #5FC7CB;
  z-index: 1;
  background: transparent;
}

.blog-search form input[type="submit"]:hover {
  background: #5FC7CB;
}

.blog-search .search-icon svg {
  height: 23px;
  width: auto;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-search .search-icon svg path {
  fill: #1990C4;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.nav-links .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .nav-links .button {
    font-size: 16px;
    font-size: 1rem;
    min-width: 170px;
  }
}

.nav-links .button.prev-blog-button:before {
  content: url(images/svg/button-arrow-dark.svg);
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 2px;
  transform: rotate(180deg);
}

.nav-links .button.next-blog-button:after {
  content: url(images/svg/button-arrow-dark.svg);
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-top: 2px;
}

/* ------------------------
	Gallery
------------------------ */
/*=================================================
=            Satellite Gallery Archive            =
=================================================*/
.tmpl_type_tmpl_gallery_archive h1 {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

.tmpl_type_tmpl_gallery_archive h1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  border-bottom: 2px solid #44c3cf;
  left: 50%;
  transform: translateX(-50%);
}

.tmpl_type_tmpl_gallery_archive .subhdng {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1em;
  font-family: "goldenbook", serif;
  text-align: center;
  color: #2B9498;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tmpl_type_tmpl_gallery_archive .gallery-desc {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 60px;
}

.tmpl_type_tmpl_gallery_archive .cat-btn-container {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-container {
    flex-direction: row;
    /* align-items: center; */
  }
}

.tmpl_type_tmpl_gallery_archive .cat-btn-image {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-image {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-image {
    position: relative;
    width: 50%;
    /* height: 100%; */
  }
}

.tmpl_type_tmpl_gallery_archive .cat-btn-image img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-image img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    right: -7%;
    top: 0;
  }
}

.tmpl_type_tmpl_gallery_archive .cat-btn-wrap {
  background-color: #F7F7F7;
  list-style: none;
  margin: 0;
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  column-gap: 10px;
  row-gap: 24px;
  /* padding-top: 40vh; */
  padding: 20px;
  position: relative;
}

/* .tmpl_type_tmpl_gallery_archive .cat-btn-wrap:before {
  content: '';
  background-image: url(images/gallery-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
} */

@media only screen and (min-width: 768px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-wrap {
    /* grid-template-columns: 1fr 1fr 1fr; */
    padding: 20px 40px;
    width: 50%;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-wrap {
    /* padding-left: calc(50% + 15px); */
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    padding: 70px 60px;
  }
}

.tmpl_type_tmpl_gallery_archive .cat-btn-wrap li {
  margin: 0;
  /* background-size: cover;
  background-position: center;
  background-color: #000000; */
}

.tmpl_type_tmpl_gallery_archive .cat-btn-wrap li a {
  border-bottom: 1px solid #CDCDCD;
  font-family: "goldenbook", serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  /* height: 50vw; */
  cursor: pointer;
}

.tmpl_type_tmpl_gallery_archive .cat-btn-wrap li:last-of-type a {
  border-bottom: none;
}

/* @media only screen and (min-width: 768px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-wrap li a {
    height: 25vw;
  }
} */

/* @media only screen and (min-width: 1060px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-wrap li a {
    height: 248px;
  }
} */

.tmpl_type_tmpl_gallery_archive .cat-btn-wrap li a h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1em;
  color: #000000;
  border-left: 2px solid #44c3cf;
  display: block;
  padding-left: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_tmpl_gallery_archive .cat-btn-wrap li a h2 {
    font-size: 42px;
  }
}

.tmpl_type_tmpl_gallery_archive .arch-category-item {
  background-size: cover;
  background-size: center;
}

/* .tmpl_type_tmpl_gallery_archive .arch-category-item.facelift-cat {
  background-image: url("images/gallery-facelift.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.necklift-cat {
  background-image: url("images/procedures-necklift.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.eyelid-surgery-blepharoplasty-cat {
  background-image: url("images/gallery-eyelid.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.forehead-lift-cat {
  background-image: url("images/gallery-forehead.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.lip-lift-cat {
  background-image: url("images/gallery-liplift.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.non-surgical-cat {
  background-image: url("images/gallery-non-surgical.jpg");
}

.tmpl_type_tmpl_gallery_archive .arch-category-item.face-neck-lift-cat {
  background-image: url("images/procedures-men.jpg");
} */


/*=======================================================
=            Satellite Gallery Category Page            =
=======================================================*/
.gal-button {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .gal-button {
    margin-bottom: 60px;
  }
}

.gal-button:before {
  content: url("images/svg/button-arrow.svg");
  margin-right: 10px;
  line-height: 1em;
  display: inline-block;
  vertical-align: unset;
  transform: rotate(180deg);
}

.gal-button:after {
  content: '';
}

.gallery-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
}

@media only screen and (min-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .gallery-container {
    column-gap: 50px;
    row-gap: 50px;
  }
}

.rmg-child-block {
  background-color: #E7F5FA;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .rmg-child-block {
    padding: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .rmg-child-block {
    padding: 60px;
  }
}

.rmg-child-block h2 {
  text-align: center;
  margin-top: 0;
}

.rmg-child-inner {
  display: grid;
  grid-template-columns: 1fr;
}

.bna-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 13px;
  margin-bottom: 10px;
  justify-self: center;
}

.bna-wrap .img-wrap {
  justify-self: center;
}

.bna-wrap .img-wrap img {
  width: 100%;
  height: auto;
}

.label-wrap {
  display: flex;
  justify-content: space-around;
}

.has-watermark .img-wrap {
  position: relative;
}

.has-watermark .img-wrap:before {
  content: "Scott R. Miller M.D. FACS";
  position: absolute;
  font-size: 100%;
  font-family: "goldenbook", serif;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  z-index: 10;
  bottom: 5px;
  text-align: center;
  display: block;
  width: 100%;
  opacity: .5;
  font-style: italic;
  font-size: 3vw;
}

@media (min-width: 768px) {
  .has-watermark .img-wrap:before {
    font-size: 1.5vw;
  }
}

@media (min-width: 1100px) {
  .has-watermark .img-wrap:before {
    font-size: 16px;
  }
}

/*==============================
=            Pop Up            =
==============================*/
#notice-body {
  display: inline-block;
}

#notice-body-everything {
  max-width: 500px;
  height: auto;
  padding: 20px;
  display: inline-block;
}

#notice-body-everything h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 20px 0 30px 0;
}

#notice-body p {
  margin: 0 0 30px 0;
}

#notice-body-everything #buttons {
  display: block;
  text-align: center;
  box-shadow: none;
}

#notice-body-everything #buttons a {
  box-shadow: 1px 1px 1px 0px #333;
}

/* ------------------------
	Landing Page Builder
------------------------ */
/*=================================================
=            Landing Page Styles Begin            =
=================================================*/
.tmpl_type_page_landing {
  /*----------  Heading Specific  ----------*/
  /*----------  Section Contain  ----------*/
  /*----------  Landing Anchor Links Styling  ----------*/
  /*----------  Landing Unordered List Styles  ----------*/
  /*========================================================
	=            Specific Landing Section Classes            =
	========================================================*/
  /*----------  Padding Styles  ----------*/
  /*----------  Split Width with alternating rows  ----------*/
  /*----------  Split Width Alternating rows CONTAINED  ----------*/
  /*----------  Center the Text  ----------*/
  /*----------  Border  ----------*/
  /*----------  Specific Widths and padding  ----------*/
}

.tmpl_type_page_landing .page-full {
  text-align: left;
}

.tmpl_type_page_landing .landing-section {
  padding: 0;
  background-size: cover;
  background-position: center;
}

.tmpl_type_page_landing .landing-row {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-row {
    display: flex;
    align-items: center;
  }
}

.tmpl_type_page_landing .landing-row .landing-column {
  flex-basis: 0;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-row .landing-column-content {
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-row .landing-column-content {
    padding: 60px 20px 80px;
  }
}

.tmpl_type_page_landing .int-header .page-title {
  display: block;
  position: relative;
}

.tmpl_type_page_landing .int-header .title-crumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tmpl_type_page_landing .int-header .title-image {
  width: 100%;
  height: 55vw;
}

.tmpl_type_page_landing .int-header .title-crumbs {
  background: rgba(68, 195, 207, 0.8);
}

.tmpl_type_page_landing .landing-contain .landing-row {
  padding: 0;
}

.anchor-links {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.anchor-links li {
  position: relative;
  width: auto;
}

.anchor-links li:last-of-type a:after {
  display: none;
}

.anchor-links li.remove-sep a:after {
  display: none;
}

.anchor-links li a, body:not(.tmpl_type_page_landing) .anchor-links a {
  border: 1px solid #5FC7CB;
  background-color: #5FC7CB;
  /* border: none; */
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 20px;
  color: #000000;
  text-align: center;
}

/* .anchor-links li a:after {
  content: '';
  height: 14px;
  border-right: 1px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */

.anchor-links li a:hover, body:not(.tmpl_type_page_landing) .anchor-links a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.tmpl_type_page_landing ul.dark-list {
  margin: 1em 30px;
  list-style: none;
}

.tmpl_type_page_landing ul.dark-list li {
  position: relative;
  padding-left: 20px;
}

.tmpl_type_page_landing ul.dark-list li:before {
  content: '';
  background: #000000;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.light-list {
  margin: 1em 30px;
  list-style: none;
}

.tmpl_type_page_landing ul.light-list li {
  position: relative;
  padding-left: 20px;
}

.tmpl_type_page_landing ul.light-list li:before {
  content: '';
  background: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.list-margin-bottom li {
  margin-bottom: 1em;
}

.tmpl_type_page_landing .pt-10 {
  padding-top: 10px;
}

.tmpl_type_page_landing .pt-20 {
  padding-top: 20px;
}

.tmpl_type_page_landing .pt-30 {
  padding-top: 30px;
}

.tmpl_type_page_landing .pt-40 {
  padding-top: 40px;
}

.tmpl_type_page_landing .pt-50 {
  padding-top: 50px;
}

.tmpl_type_page_landing .pt-60 {
  padding-top: 60px;
}

.tmpl_type_page_landing .pt-70 {
  padding-top: 70px;
}

.tmpl_type_page_landing .pt-80 {
  padding-top: 80px;
}

.tmpl_type_page_landing .pt-90 {
  padding-top: 90px;
}

.tmpl_type_page_landing .pt-100 {
  padding-top: 100px;
}

.tmpl_type_page_landing .pb-0 {
  padding-bottom: 0px;
}

.tmpl_type_page_landing .pb-10 {
  padding-bottom: 10px;
}

.tmpl_type_page_landing .pb-20 {
  padding-bottom: 20px;
}

.tmpl_type_page_landing .pb-30 {
  padding-bottom: 30px;
}

.tmpl_type_page_landing .pb-40 {
  padding-bottom: 40px;
}

.tmpl_type_page_landing .pb-50 {
  padding-bottom: 50px;
}

.tmpl_type_page_landing .pb-60 {
  padding-bottom: 60px;
}

.tmpl_type_page_landing .pb-70 {
  padding-bottom: 70px;
}

.tmpl_type_page_landing .pb-80 {
  padding-bottom: 80px;
}

.tmpl_type_page_landing .pb-90 {
  padding-bottom: 90px;
}

.tmpl_type_page_landing .pb-100 {
  padding-bottom: 100px;
}

.tmpl_type_page_landing .landing-split .landing-row {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 50vw;
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 30vw;
  }
}

.tmpl_type_page_landing .landing-split .landing-row .landing-column.height-auto {
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split.split-reverse .landing-row:nth-of-type(even) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split.split-reverse .landing-row:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

.tmpl_type_page_landing .landing-split-contain .landing-row {
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column:nth-of-type(even) {
    padding-left: calc(50% - 615px);
    padding-right: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column {
    min-height: 50vw;
    flex: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column {
    padding-left: calc(50% - 615px);
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column:nth-of-type(even) {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column .landing-column-content {
    text-align: left;
    display: inline-block;
  }
}

.tmpl_type_page_landing .landing-center {
  text-align: center;
}

.tmpl_type_page_landing .landing-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .landing-border.landing-column {
  padding: 20px;
}

.tmpl_type_page_landing .landing-border .landing-column-content {
  border: 1px solid;
}

.tmpl_type_page_landing .landing-column.landing-10 {
  flex-basis: 10%;
}

.tmpl_type_page_landing .landing-column.landing-20 {
  flex-basis: 20%;
}

.tmpl_type_page_landing .landing-column.landing-30 {
  flex-basis: 30%;
}

.tmpl_type_page_landing .landing-column.landing-40 {
  flex-basis: 40%;
}

.tmpl_type_page_landing .landing-column.landing-50 {
  flex-basis: 50%;
}

.tmpl_type_page_landing .landing-column.landing-60 {
  flex-basis: 60%;
}

.tmpl_type_page_landing .landing-column.landing-70 {
  flex-basis: 70%;
}

.tmpl_type_page_landing .landing-column.landing-80 {
  flex-basis: 80%;
}

.tmpl_type_page_landing .landing-column.landing-90 {
  flex-basis: 90%;
}

.tmpl_type_page_landing .landing-column.pr-10 {
  padding-right: 10%;
}

.tmpl_type_page_landing .landing-column.pr-20 {
  padding-right: 20%;
}

.tmpl_type_page_landing .landing-column.pr-30 {
  padding-right: 30%;
}

.tmpl_type_page_landing .landing-column.pr-40 {
  padding-right: 40%;
}

.tmpl_type_page_landing .landing-column.pr-50 {
  padding-right: 50%;
}

.tmpl_type_page_landing .landing-column.pr-60 {
  padding-right: 60%;
}

.tmpl_type_page_landing .landing-column.pr-70 {
  padding-right: 70%;
}

.tmpl_type_page_landing .landing-column.pr-80 {
  padding-right: 80%;
}

.tmpl_type_page_landing .landing-column.pr-90 {
  padding-right: 90%;
}

/*=============================================
=            Site Specific Classes            =
=============================================*/
.tmpl_type_page_landing .landing-title {
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-title {
    margin-top: 100px;
  }
}

.tmpl_type_page_landing .landing-title * {
  color: #ffffff;
}

.tmpl_type_page_landing .landing-title h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-title h1 {
    font-size: 57px;
    font-size: 3.5625rem;
  }
}

.tmpl_type_page_landing .landing-text-light {
  color: #fff;
}

.tmpl_type_page_landing .landing-text-light h1, .tmpl_type_page_landing .landing-text-light h2, .tmpl_type_page_landing .landing-text-light h3, .tmpl_type_page_landing .landing-text-light h4 {
  color: #ffffff;
}

.tmpl_type_page_landing .landing-text-light a {
  color: #ffffff;
  text-decoration: underline;
}

.tmpl_type_page_landing .landing-text-light a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.tmpl_type_page_landing .flex-align-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .padding-bottom-0 .landing-column-content {
  padding-bottom: 0;
}

.tmpl_type_page_landing .padding-top-bottom-0 .landing-column-content {
  padding-top: 0;
  padding-bottom: 0;
}

.tmpl_type_page_landing ol {
  counter-reset: item;
  margin: 1em 40px;
}

.tmpl_type_page_landing ol > li {
  display: block;
  margin-left: 0;
}

.tmpl_type_page_landing ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #f1fbff;
}

@media only screen and (min-width: 768px) {
  .short-p p {
    max-width: 60%;
    margin: 1em auto;
  }
}

.bg-left {
  background-position: left center !important;
}

@media only screen and (max-width: 767px) {
  .bg-mobile-none {
    background-image: none !important;
  }
}

.tmpl_type_page_landing .home-bnas {
  background: none;
}

.landing-stars {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.landing-stars i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #44c3cf;
  margin: 2px;
}

.landing-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .landing-testimonial {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.landing-author {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.landing-author i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.dr-quote blockquote {
  line-height: 1.8em;
}

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "Lato", Futura, sans-serif;
}

.dr-quote footer img {
  margin: 0 20px 0 0;
}

.landing-icon {
  margin-bottom: 1em;
}

.warranty-icons .landing-icon {
  height: 75px;
  display: flex;
  align-items: center;
}

.warranty-icons .landing-icon img {
  max-width: 100%;
  height: auto;
}

.heading-top-0 h2, .heading-top-0 h3, .heading-top-0 h4 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .areola-img {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 1060px) {
  .areola-img {
    padding-top: 190px;
  }
}

/*----------  Anchor Links styling  ----------*/
.mele-anchors .landing-column-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*===============================================
=            Landing Page Styles End            =
===============================================*/

/* ------------------------
	Modules
------------------------ */
/*================================================
=         FCS - Flexible Content - Start         =
=================================================*/
.tmpl_type_page_fcs {
  text-align: left;
}

.tmpl_type_page_fcs .heading {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .heading {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1290px) {
  .tmpl_type_page_fcs .heading {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
  }
}

.tmpl_type_page_fcs .interior {
  padding-left: 0;
  padding-right: 0;
}

.fc-heading {
  margin-top: 0;
}

.default-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-overlay {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.mod-intro-anchors .fcs-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 40px;
  row-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .mod-intro-anchors .fcs-anchors {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors .fcs-anchors {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.mod-intro-anchors .fcs-anchors li {
  width: 100%;
  padding: 0;
}

.mod-intro-anchors .fcs-anchors li a {
  width: 100%;
}

.fcs-icons-section {
  background-repeat: no-repeat;
  background-size: cover;
}

.fcs-icons-section .icon-items {
  margin: 20px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .fcs-icons-section .icon-items {
    margin: 40px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items {
    margin: 60px auto;
  }
}

.fcs-icons-section .icon-items li {
  margin-bottom: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1059px) {
  .fcs-icons-section .icon-items li {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .fcs-icons-section .icon-items li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.fcs-icons-section .icon-items li:before {
  display: none;
}

.fcs-icons-section .icon-items li .icon-img {
  text-align: center;
}

.fcs-icons-section .icon-items li .icon-img img {
  max-width: 100%;
  height: auto;
}

.fcs-icons-section .icon-items li .icon-img svg {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.mod-hide, .mod-hide ~ .rm-module {
  display: none;
}

/*=============================================
=         FCS - Flexible Content - End      =
==============================================*/
/*==============================================
=            General Module Classes            =
==============================================*/
.rm-module {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .rm-module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .rm-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.rm-module p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1059px) {
  .mtop {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1059px) {
  .mbottom {
    margin-bottom: 40px !important;
  }
}

ul.list-margin-bottom li {
  margin-bottom: 1em;
}

.module-heading,
.module-subheading {
  margin-top: 0;
}

/*===================================
=            Style Guide            =
===================================*/
@keyframes flash {
  0% {
    color: #ffffff;
  }
  100% {
    color: #393939;
  }
}

.mod-colors {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .mod-colors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}

.mod-colors h2 {
  text-align: center;
}

.rm-colors {
  display: flex;
}

.rm-colors .color-box {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.rm-colors .color-hex {
  text-align: center;
}

.rm-colors .color-selection {
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
}

.rm-colors .color-selection.copied .color-hex {
  animation: flash 1s;
}

.mod-backgrounds {
  padding-top: 0;
}

.mod-backgrounds h2 {
  margin-top: 0;
}

.mod-backgrounds h2, .mod-backgrounds h3 {
  text-align: center;
}

.mod-backgrounds .mod-backgrounds-container {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 50px;
}

.rm-bg-images {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 50px;
}

@media only screen and (min-width: 1060px) {
  .rm-bg-images {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rm-bg-images .bg-image-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.rm-bg-images .bg-image-url {
  text-align: center;
}

.rm-bg-images .bg-image-selection {
  cursor: pointer;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .rm-bg-images .bg-image-selection {
    width: calc(25% - 18.75px);
  }
}

.rm-bg-images .bg-image-selection.copied .bg-image-url {
  animation: flash 1s;
}

/*=======================================
=            Default Classes            =
=======================================*/
/*===== Light Color Classes =====*/
.text-light-color {
  color: #ffffff;
}

.heading-light-color h1, .heading-light-color .h1, .heading-light-color h2, .heading-light-color .h2, .heading-light-color h3, .heading-light-color .h3, .heading-light-color h4, .heading-light-color .h4, .heading-light-color h5, .heading-light-color .h5, .heading-light-color h6, .heading-light-color .h6 {
  color: #ffffff;
}

.preheading-light-color h1.module-preheading, .preheading-light-color .h1.module-preheading, .preheading-light-color h2.module-preheading, .preheading-light-color .h2.module-preheading, .preheading-light-color h3.module-preheading, .preheading-light-color .h3.module-preheading, .preheading-light-color h4.module-preheading, .preheading-light-color .h4.module-preheading, .preheading-light-color h5.module-preheading, .preheading-light-color .h5.module-preheading, .preheading-light-color h6.module-preheading, .preheading-light-color .h6.module-preheading {
  color: #ffffff;
}

.subheading-light-color h1.module-subheading, .subheading-light-color .h1.module-subheading, .subheading-light-color h2.module-subheading, .subheading-light-color .h2.module-subheading, .subheading-light-color h3.module-subheading, .subheading-light-color .h3.module-subheading, .subheading-light-color h4.module-subheading, .subheading-light-color .h4.module-subheading, .subheading-light-color h5.module-subheading, .subheading-light-color .h5.module-subheading, .subheading-light-color h6.module-subheading, .subheading-light-color .h6.module-subheading {
  color: #ffffff;
}

.links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #5FC7CB;
  text-decoration: underline;
}

.links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #5FC7CB;
  text-decoration: none;
}

.links-light-color .crumb-go-home {
  color: #ffffff;
}

.icons-light-color .icon-img svg path {
  fill: #ffffff;
}

.bullets-light-color li::marker, .bullets-light-color ol::marker {
  color: #ffffff;
}

.bullets-light-color li:before, .bullets-light-color ol:before {
  background: #ffffff;
}

.svg-light-color svg path {
  fill: #ffffff;
}

.dots-light-color .owl-dots .owl-dot {
  border-color: #ffffff !important;
}

.dots-light-color .owl-dots .owl-dot.active {
  background-color: #ffffff !important;
}

/* .landing-text-light {
  color: $lightColor;
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: $lightColor;
  }
  a {
    color: $lightColor;
    text-decoration: underline;
    &.button {
      text-decoration: none;
      border-color: $lightColor;
    }
  }
} */
/*===== Dark Color Classes =====*/
.text-dark-color {
  color: #000000;
}

.heading-dark-color h1, .heading-dark-color .h1, .heading-dark-color h2, .heading-dark-color .h2, .heading-dark-color h3, .heading-dark-color .h3, .heading-dark-color h4, .heading-dark-color .h4, .heading-dark-color h5, .heading-dark-color .h5, .heading-dark-color h6, .heading-dark-color .h6 {
  color: #000000;
}

.preheading-dark-color .module-preheading {
  color: #000000;
}

.subheading-dark-color .module-subheading {
  color: #000000;
}

.links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #000000;
  text-decoration: underline;
}

.links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #000000;
  text-decoration: none;
}

.links-dark-color .crumb-go-home {
  color: #000000;
}

.icons-dark-color .icon-img svg path {
  fill: #000000;
}

.bullets-dark-color li::marker, .bullets-dark-color ol::marker {
  color: #000000;
}

.bullets-dark-color li:before, .bullets-dark-color ol:before {
  color: #000000;
}

.svg-dark-color svg path {
  fill: #000000;
}

/*===== Primary Color Classes =====*/
.text-primary-color {
  color: #378C94;
}

.heading-primary-color h1, .heading-primary-color .h1, .heading-primary-color h2, .heading-primary-color .h2, .heading-primary-color h3, .heading-primary-color .h3, .heading-primary-color h4, .heading-primary-color .h4, .heading-primary-color h5, .heading-primary-color .h5, .heading-primary-color h6, .heading-primary-color .h6 {
  color: #378C94;
}

.preheading-primary-color h1.module-preheading, .preheading-primary-color .h1.module-preheading, .preheading-primary-color h2.module-preheading, .preheading-primary-color .h2.module-preheading, .preheading-primary-color h3.module-preheading, .preheading-primary-color .h3.module-preheading, .preheading-primary-color h4.module-preheading, .preheading-primary-color .h4.module-preheading, .preheading-primary-color h5.module-preheading, .preheading-primary-color .h5.module-preheading, .preheading-primary-color h6.module-preheading, .preheading-primary-color .h6.module-preheading {
  color: #378C94;
}

.subheading-primary-color h1.module-subheading, .subheading-primary-color .h1.module-subheading, .subheading-primary-color h2.module-subheading, .subheading-primary-color .h2.module-subheading, .subheading-primary-color h3.module-subheading, .subheading-primary-color .h3.module-subheading, .subheading-primary-color h4.module-subheading, .subheading-primary-color .h4.module-subheading, .subheading-primary-color h5.module-subheading, .subheading-primary-color .h5.module-subheading, .subheading-primary-color h6.module-subheading, .subheading-primary-color .h6.module-subheading {
  color: #378C94;
}

.links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #378C94;
  text-decoration: underline;
}

.links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #378C94;
  text-decoration: none;
}

.links-primary-color .crumb-go-home {
  color: #378C94;
}

.icons-primary-color .icon-img svg path {
  fill: #378C94;
}

.bullets-primary-color li::marker,
.bullets-primary-color ol::marker {
  color: #378C94;
}

.bullets-primary-color li:before,
.bullets-primary-color ol:before {
  background: #ffffff;
}

.svg-primary-color svg path {
  fill: #378C94;
}

.dots-primary-color .owl-dots .owl-dot {
  border-color: #378C94 !important;
}

.dots-primary-color .owl-dots .owl-dot.active {
  background-color: #378C94 !important;
}

/*===== Background Classes =====*/
.has-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*===== Heading Classes =====*/
.heading-center h1, .heading-center .h1, .heading-center h2, .heading-center .h2, .heading-center h3, .heading-center .h3, .heading-center h4, .heading-center .h4, .heading-center h5, .heading-center .h5, .heading-center h6, .heading-center .h6 {
  text-align: center;
}

.heading-center h1.module-preheading, .heading-center .h1.module-preheading, .heading-center h2.module-preheading, .heading-center .h2.module-preheading, .heading-center h3.module-preheading, .heading-center .h3.module-preheading, .heading-center h4.module-preheading, .heading-center .h4.module-preheading, .heading-center h5.module-preheading, .heading-center .h5.module-preheading, .heading-center h6.module-preheading, .heading-center .h6.module-preheading {
  text-align: center;
}

.heading-center h1.module-subheading, .heading-center .h1.module-subheading, .heading-center h2.module-subheading, .heading-center .h2.module-subheading, .heading-center h3.module-subheading, .heading-center .h3.module-subheading, .heading-center h4.module-subheading, .heading-center .h4.module-subheading, .heading-center h5.module-subheading, .heading-center .h5.module-subheading, .heading-center h6.module-subheading, .heading-center .h6.module-subheading {
  text-align: center;
}

.intro-center .section-intro {
  text-align: center;
}

.outro-center .section-outro {
  text-align: center;
}

/*===== Elite Classes =====*/
.elite-3 {
  padding-top: 0;
}

@media only screen and (min-width: 1060px) {
  .elite-3 {
    padding-bottom: 0;
    margin-top: 200px;
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 1059px) {
  .elite-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.elite-3.has-outro .lpb-column:not(.has-background) .lpb-column-content {
  padding-bottom: 0;
}

.elite-3.has-outro .section-outro-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .elite-3.has-outro .section-outro-container {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .elite-3.has-outro .section-outro-container {
    padding-bottom: 60px;
    padding-left: 50%;
  }
}

.elite-3 .lpb-column.has-background {
  min-height: 50vw;
}

@media only screen and (min-width: 1060px) {
  .elite-3 .lpb-column.has-background {
    margin-top: -100px;
    margin-bottom: -100px;
    min-height: 0;
  }
}

.heading-top-0 h1, .heading-top-0 .h1, .heading-top-0 h2, .heading-top-0 .h2, .heading-top-0 h3, .heading-top-0 .h3, .heading-top-0 h4, .heading-top-0 .h4, .heading-top-0 h5, .heading-top-0 .h5, .heading-top-0 h6, .heading-top-0 .h6 {
  margin-top: 0;
}

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

.dr-quote blockquote {
  line-height: 1.8em;
}

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "Lato", Futura, sans-serif;
}

.dr-quote footer img {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .bg-mobile-none {
    background-image: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .short-p p {
    max-width: 60%;
    margin: 1em auto;
  }
}

.bg-left {
  background-position: left center !important;
}

/*====================================
=            Basic Module            =
====================================*/
.mod-basic .contained-content {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-basic .contained-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-basic .contained-content {
    padding: 70px 80px;
  }
}

.mod-basic .no-contained-content {
  background: none !important;
}

.mod-basic .no-contained-content .color-overlay {
  background: none !important;
}

/*===========================================
=            Page Feature Module            =
===========================================*/
.page-feature {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .page-feature {
    flex-direction: row-reverse;
  }
}

.page-feature > div {
  min-height: 60vw;
  padding: 60px 20px;
}

@media only screen and (min-width: 1060px) {
  .page-feature > div {
    width: 50%;
    padding: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .page-feature > div {
    min-height: 650px;
  }
}

.page-feature .feature-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-feature .feature-content {
  color: #ffffff;
  background-color: #378C94;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-feature .feature-content h2 {
  color: #ffffff;
  text-align: left;
}

.page-feature .feature-content h2:after {
  display: none;
}

.page-feature .fc-wrap {
  max-width: 720px;
}

/*====================================
=            Table Module            =
====================================*/
.flexible-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

th, td {
  border: 2px solid #ffffff;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2.5em 0;
}

table thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  table thead {
    display: table-header-group;
  }
}

table tr {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

table th {
  font-size: 16px;
  font-size: 1rem;
  background: #136f97;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}

table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  padding: 8px 20px;
  display: block;
  position: relative;
  padding-left: calc(50% + 20px);
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  table td {
    display: table-cell;
    padding: 12px 20px;
  }
}

table td span {
  color: #378C94;
  font-weight: 600;
  display: block;
}

table td div[data-title]:after {
  content: attr(data-title);
  position: relative;
  margin-top: -1em;
  color: transparent;
  display: block;
}

table td[data-title]:before {
  content: attr(data-title);
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background: #136f97;
  position: absolute;
  height: calc(100% - 6px);
  width: calc(50% - 20px);
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  table td[data-title]:before {
    display: none;
  }
}

.table-simple table thead {
  display: table-header-group;
}

.table-simple table tr {
  margin-bottom: 0;
  display: table-row;
}

.table-simple table td {
  display: table-cell;
  padding: 12px 20px;
}

.table-simple table td[data-title]:before {
  display: none;
}

/*==========================================
=            Testimonial Module            =
==========================================*/
body.inside .mod-testimonial {
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000000;
  padding: 60px 20px;
}

@media only screen and (min-width: 768px) {
  body.inside .mod-testimonial {
    padding: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  body.inside .mod-testimonial {
    padding: 100px 60px;
  }
}

@media only screen and (min-width: 1290px) {
  body.inside .mod-testimonial {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
  }
}

.mod-testimonial .section-outro {
  padding-top: 1em;
}

.testimonials-carousel {
  text-align: center;
}

.testimonials-carousel figure {
  padding: 0;
}

.testimonials-carousel blockquote {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .testimonials-carousel blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 30px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .testimonials-carousel blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.testimonials-carousel figcaption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .testimonials-carousel figcaption {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1060px) {
  .testimonials-carousel figcaption {
    font-size: 28px;
    /* font-size: 1.875rem; */
  }
}

.testimonials-carousel .testimonial-stars svg {
  width: 180px;
  height: auto;
}

@media only screen and (min-width: 1060px) {
  .testimonials-carousel .testimonial-stars svg {
    width: 268px;
  }
}

.testimonials-carousel .testimonial-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  margin: 10px;
}

@media only screen and (min-width: 1060px) {
  .testimonials-carousel .testimonial-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-carousel .testimonial-icon {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  margin: 10px;
}

.testimonials-carousel .testimonial-icon svg {
  width: auto;
  height: 30px;
}

.testimonials-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  column-gap: 16px;
}

.testimonials-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0;
  /* @include media($tablet) {
            width: 13px;
            height: 13px;
          }
          @include media($desktop) {
            width: 16px;
            height: 16px;
          } */
}

.testimonials-carousel .owl-dots .owl-dot.active {
  background-color: #000000;
}

.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.testimonials-carousel .owl-prev:active,
.testimonials-carousel .owl-next:active {
  color: #378C94;
}

.testimonials-carousel .owl-prev .fal,
.testimonials-carousel .owl-next .fal {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media only screen and (min-width: 768px) {
  .testimonials-carousel .owl-prev .fal,
  .testimonials-carousel .owl-next .fal {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

.testimonials-carousel .owl-prev {
  left: 16px;
}

.testimonials-carousel .owl-next {
  right: 16px;
}

/*==================================
=            AAG Module            =
==================================*/
.featured-quick-facts .quick-facts-items dt, .featured-quick-facts .quick-facts-items dd, .mod-quick-facts .quick-facts-items dt, .mod-quick-facts .quick-facts-items dd {
  display: inline;
}

.featured-quick-facts .quick-facts-items dt, .mod-quick-facts .quick-facts-items dt {
  font-weight: 700;
}

.featured-quick-facts .quick-facts-items dd, .mod-quick-facts .quick-facts-items dd {
  margin-left: 10px;
}

.featured-quick-facts .quick-facts-items dd:before, .mod-quick-facts .quick-facts-items dd:before {
  content: ' ';
}

/*==================================
=            CTA Module            =
==================================*/
.mod-cta {
  padding-top: 0;
  padding-bottom: 0;
}

.mod-cta .section-intro-container {
  width: 100%;
}

.mod-cta .section-outro {
  margin-top: 1em;
}

.mod-cta .call-to-action {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 66% center;
}

@media only screen and (min-width: 1060px) {
  .mod-cta .call-to-action {
    padding: 80px 50% 80px 80px;
    background-position: center;
  }
}

.mod-cta .module-heading {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #ffffff;
  font-family: "goldenbook", serif;
  font-weight: 300;
  max-width: 384px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-cta .module-heading {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.mod-cta .module-heading span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1em;
  font-weight: 300;
  font-family: "Lato", Futura, sans-serif;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mod-cta .module-heading span {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.mod-cta .button, .mod-cta #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .mod-cta button, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button, .mod-cta .button-primary-color {
  background-color: #378C94;
}

.mod-cta .button:hover, .mod-cta #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .mod-cta button:hover, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:hover,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:hover,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:hover, .mod-cta .button-primary-color:hover, .mod-cta .button:active, .mod-cta #rmrrWidget-contains-pager-button-container button:active, #rmrrWidget-contains-pager-button-container .mod-cta button:active, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:active,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:active,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:active, .mod-cta .button-primary-color:active, .mod-cta .button:focus, .mod-cta #rmrrWidget-contains-pager-button-container button:focus, #rmrrWidget-contains-pager-button-container .mod-cta button:focus, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:focus,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:focus,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:focus, .mod-cta .button-primary-color:focus {
  background-color: #136f97;
}

/*==================================
=            FAQ Module            =
==================================*/
.faq-question-accent, .mod-faq .faq-questions:not(.accordion) h3:before, .accordion li:before {
  content: 'Q';
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1em;
  font-weight: 400;
  font-family: "goldenbook", serif;
  font-weight: 300;
  position: absolute;
  padding-right: 11px;
  left: 14px;
  top: 33px;
  transform: translateY(-25%);
}

.faq-answer-accent {
  content: 'Answer:';
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mod-faq h2,
  .mod-faq .faq-content {
    padding: 0 20px;
  }
}

.mod-faq h2:first-of-type {
  margin: 0;
}

.mod-faq .faq-content {
  margin-bottom: 50px;
}

.mod-faq .faq-questions {
  margin: 0;
  list-style: none;
}

.mod-faq .faq-questions li {
  background-color: transparent;
  margin-bottom: 20px;
}

.mod-faq .faq-questions h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Lato", Futura, sans-serif;
  text-transform: none;
  position: relative;
  padding: 33px 70px 0 86px;
  margin-top: 0;
  text-align: left;
}

.mod-faq .faq-questions .faq-answer {
  padding: 0 70px 10px 86px;
  position: relative;
}

/*----------  Flexible Accordion Menu  ----------*/
.accordion {
  width: 100%;
}

.accordion li {
  border-top: 1px solid #378C94;
  margin-left: 0px !important;
  padding: 0;
  position: relative;
  width: 100%;
}

.accordion li h3 {
  font-family: "goldenbook", serif;
  font-weight: 300;
  margin-bottom: 0;
  position: unset;
}

.accordion li h3:before, .accordion li h3:after {
  background-color: #378C94;
  content: '';
  height: 1px;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 40px;
  transition: all 0.3s;
}

.accordion li h3:after {
  transform: rotate(-90deg);
}

.accordion li h3.accordion-open:after {
  transform: rotate(0deg);
}

.accordion li div {
  cursor: pointer;
  margin: 0;
}

.accordion li div.accordion-slider {
  display: none;
}

/*=====================================================
=            Latest / Related Posts Module            =
=====================================================*/
.mod-posts section {
  padding-left: 0;
  padding-right: 0;
}

/*==========================================
=            Split Image Styles            =
==========================================*/
.mod-split-image .split-wrapper .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-wrapper .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-wrapper .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.mod-split-image.inverse .split-wrapper .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.inverse .split-wrapper .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.inverse .split-wrapper .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.mod-split-image .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-container > div {
    width: 50%;
  }
}

.mod-split-image .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .mod-split-image .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-content {
    padding: 100px 40px;
  }
}

.mod-split-image .split-content .split-contain {
  max-width: 600px;
}

.mod-split-image .split-content .split-contain .section-intro {
  margin-bottom: 1em;
}

.mod-split-image .split-image {
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .mod-split-image .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-image {
    min-height: 32vw;
  }
}

.mod-split-image .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-standard {
  padding: 0;
}

.split-image-standard .section-intro-container,
.split-image-standard .section-outro-container {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-intro-container,
  .split-image-standard .section-outro-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-standard .section-intro-container,
  .split-image-standard .section-outro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.split-image-standard .section-intro-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-intro-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .section-intro-container {
    padding-top: 100px;
  }
}

.split-image-standard .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-standard .section-outro-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-outro-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .section-outro-container {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .split-container .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard.inverse .split-container .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard.inverse .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.text-align-top .split-content {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image .split-container .split-content + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image .split-container:nth-of-type(even) .split-content + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image.inverse .split-container .split-content + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image.inverse .split-container:nth-of-type(even) .split-content + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

/* .split-contained {
  &.fcs-split-text {
    .split-container {
      flex-direction: column;

      @include media($desktop) {
        flex-direction: row !important;
      }
    }
  }

  &.fcs-split-image {
    .split-container {
      flex-direction: column-reverse;

      @include media($desktop) {
        flex-direction: row;
      }

      &:nth-of-type(even) {
        @include media($desktop) {
          flex-direction: row-reverse;
        }
      }
    }
  }

  &.inverse {
    .split-container {
      @include media($desktop) {
        flex-direction: row-reverse;
      }

      &:nth-of-type(even) {
        @include media($desktop) {
          flex-direction: row;
        }
      }
    }
  }

  .section-intro {
    margin-bottom: 40px;

    @include media($desktop) {
      margin-bottom: 60px;
    }
  }

  .split-container {
    display: flex;
    margin-bottom: 20px;

    @include media($desktop) {
      justify-content: space-between;
      align-items: center;
    }

    &:nth-of-type(even) {
      @include media($desktop) {
        flex-direction: row-reverse;
      }
    }
  }

  .default-block {
    padding: 20px;

    @include media($tablet) {
      padding: 60px 40px;
    }

    @include media($desktop) {
      width: 48%;
    }
  }

  .split-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;

    @include media($desktop) {
      width: 48%;
      margin-bottom: 0;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
} */
.split-image-contained .section-intro-container {
  padding-bottom: 20px;
  /* @include media($full) {
      padding-bottom: 60px;
    } */
}

@media only screen and (min-width: 768px) {
  .split-image-contained .section-intro-container {
    padding-bottom: 40px;
  }
}

.split-image-contained .section-outro-container {
  padding-top: 20px;
  /* @include media($full) {
      padding-top: 60px;
    } */
}

@media only screen and (min-width: 768px) {
  .split-image-contained .section-outro-container {
    padding-top: 40px;
  }
}

.split-image-multiple-photos {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.split-image-multiple-photos .split-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container {
    flex-direction: row;
    column-gap: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container > div {
    width: 50%;
  }
}

.split-image-multiple-photos.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-multiple-photos .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-content {
    padding: 100px 40px;
  }
}

.split-image-multiple-photos .split-content .split-contain {
  max-width: 600px;
}

.split-image-multiple-photos .multi-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

.split-image-multiple-photos .multi-images .split-image {
  display: none;
  height: 100%;
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .multi-images .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .multi-images .split-image {
    display: block;
    min-height: 20vw;
  }
}

.split-image-multiple-photos .multi-images .split-image.primary-image {
  display: block;
}

.split-image-multiple-photos .multi-images .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-cards .section-intro-container {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .section-intro-container {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-cards .section-intro-container {
    padding-bottom: 60px;
  }
}

.split-image-cards .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-cards .section-outro-container {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .section-outro-container {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-cards .section-outro-container {
    padding-top: 60px;
  }
}

.split-image-cards .section-outro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-cards .split-cards.text-primary .split-content {
  z-index: 1;
}

.split-image-cards .split-cards.image-primary .split-image {
  z-index: 1;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary.inverse .split-container:nth-of-type(odd) .split-content {
    padding-left: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary.inverse .split-container:nth-of-type(even) .split-content {
    padding-right: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary:not(.inverse) .split-container:nth-of-type(odd) .split-content {
    padding-right: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary:not(.inverse) .split-container:nth-of-type(even) .split-content {
    padding-left: calc(8% + 40px);
  }
}

.split-image-cards .split-cards.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards .split-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    flex-direction: row;
    margin-top: 80px;
    align-items: center;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-content {
    padding: 100px 40px;
    width: 52%;
  }
}

.split-image-cards .split-cards .split-content .split-contain {
  max-width: 600px;
}

.split-image-cards .split-cards .split-image {
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-image {
    min-height: 32vw;
    width: 56%;
  }
}

.split-image-cards .split-cards .split-image img {
  width: 100%;
  height: 100%;
  min-height: 32vw;
  object-fit: cover;
  object-position: center;
}

/* Split Section Image Positions */
.mod-split-image.split-image-top .split-image, .split-image-cards.split-image-top .split-image {
  background-position: top 35% center;
}

.mod-split-image.split-image-top .split-image img, .split-image-cards.split-image-top .split-image img {
  object-position: top 35% left 50%;
}

.mod-split-image.split-image-bottom .split-image, .split-image-cards.split-image-bottom .split-image {
  background-position: bottom 25% center;
}

.mod-split-image.split-image-bottom .split-image img, .split-image-cards.split-image-bottom .split-image img {
  object-position: bottom 25% left 50%;
}

.mod-split-image.split-image-left .split-image, .split-image-cards.split-image-left .split-image {
  background-position: center left;
}

.mod-split-image.split-image-left .split-image img, .split-image-cards.split-image-left .split-image img {
  object-position: top 50% left 0%;
}

.mod-split-image.split-image-right .split-image, .split-image-cards.split-image-right .split-image {
  background-position: center right;
}

.mod-split-image.split-image-right .split-image img, .split-image-cards.split-image-right .split-image img {
  object-position: top 50% right 0%;
}

@media only screen and (min-width: 1460px) {
  .mod-split-image.split-image-top .split-image, .mod-split-image.split-image-bottom .split-image, .split-image-cards.split-image-top .split-image, .split-image-cards.split-image-bottom .split-image {
    background-position: center;
  }
  .mod-split-image.split-image-top .split-image img, .mod-split-image.split-image-bottom .split-image img, .split-image-cards.split-image-top .split-image img, .split-image-cards.split-image-bottom .split-image img {
    object-position: center;
  }
}

.mod-specials .specials-dates-intro {
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

.mod-specials .section-outro em {
  font-style: 700;
}

.mod-specials .single-special-container {
  margin-bottom: 2em;
}

.mod-specials .single-special-container.single-special-last {
  margin-bottom: 0;
}

.mod-specials .specials-content {
  margin-bottom: 1em;
}

.mod-specials .specials-disclaimer {
  margin-bottom: 1em;
}

.mod-specials .specials-button-block .button.disabled-button, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.disabled-button, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.disabled-button, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_previous_button.gform-theme-button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_next_button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_button.button, .mod-specials .specials-button-block .disabled-button.button-primary-color {
  cursor: not-allowed;
  pointer-events: none;
}

.mod-specials .specials-button-block .button.disabled-button:after, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.disabled-button:after, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.disabled-button:after, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_previous_button.gform-theme-button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_previous_button.gform-theme-button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_next_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_next_button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_button.button:after, .mod-specials .specials-button-block .disabled-button.button-primary-color:after {
  content: none;
}

.mod-specials .specials-button-block .button.expired, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.expired, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.expired, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_previous_button.gform-theme-button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_next_button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_button.button, .mod-specials .specials-button-block .expired.button-primary-color {
  background: #7e7d7d;
  color: #ffffff;
}

.mod-specials .specials-button-block .button.expired:after, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.expired:after, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.expired:after, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_previous_button.gform-theme-button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_previous_button.gform-theme-button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_next_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_next_button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_button.button:after, .mod-specials .specials-button-block .expired.button-primary-color:after {
  content: none;
}

/*===============================
=            Anchors            =
===============================*/
.mod-anchors {
  text-align: center;
}

.mod-anchors.has-outro .anchor-links {
  padding-bottom: 1em;
}

.mod-anchors .anchor-links,
.mod-intro-anchors .anchor-links, body:not(.tmpl_type_page_landing) .anchor-links {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  /* row-gap: 1.5em !important; */
  row-gap: 15px !important;
  list-style: none;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mod-anchors .anchor-links,
  .mod-intro-anchors .anchor-links, body:not(.tmpl_type_page_landing) .anchor-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-anchors .anchor-links,
  .mod-intro-anchors .anchor-links, body:not(.tmpl_type_page_landing) .anchor-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 1290px) {
  .mod-anchors .anchor-links,
  .mod-intro-anchors .anchor-links, body:not(.tmpl_type_page_landing) .anchor-links {
    column-gap: 100px;
  }
}

.mod-anchors .anchor-links a,
.mod-intro-anchors .anchor-links a, body:not(.tmpl_type_page_landing) .anchor-links a {
  font-size: 20px;
  font-weight: normal;
  width: 100%;
}

.mod-anchors-container, body:not(.tmpl_type_page_landing) .anchor-links {
  background-color: #F7F7F7;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-anchors-container, body:not(.tmpl_type_page_landing) .anchor-links {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.tmpl_type_page_landing) .anchor-links {
    padding-top: 0;
  }
}

.mod-anchors-container .module-heading,
.mod-anchors .module-heading {
  color: #2B9498;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.27em;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .mod-anchors-container .module-heading,
  .mod-anchors .module-heading {
    font-size: 26px;
  }
}

/*===============================
=       Intro Plus Anchors      =
===============================*/
.mod-intro-anchors {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors.split-header-image .featured-wrap {
    width: 50%;
  }
}

.mod-intro-anchors .featured-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
}

.mod-intro-anchors .featured-wrap .salacious-crumb {
  padding-left: 0;
  text-align: left;
}

.mod-intro-anchors .featured-wrap .featured-links {
  background-color: #378C94;
}

.mod-intro-anchors .featured-wrap .featured-quick-facts {
  background-color: #2B9498;
}

.mod-intro-anchors .featured-wrap .featured-content-container,
.mod-intro-anchors .featured-wrap .featured-links-container,
.mod-intro-anchors .featured-wrap .featured-quick-facts-container {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-intro-anchors .featured-wrap .featured-content-container,
  .mod-intro-anchors .featured-wrap .featured-links-container,
  .mod-intro-anchors .featured-wrap .featured-quick-facts-container {
    padding: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-intro-anchors .featured-wrap .featured-content-container,
  .mod-intro-anchors .featured-wrap .featured-links-container,
  .mod-intro-anchors .featured-wrap .featured-quick-facts-container {
    padding: 100px 40px;
  }
}

.mod-intro-anchors .featured-header-image {
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors .featured-header-image {
    width: 50%;
  }
}

.mod-intro-anchors .featured-header-image img {
  height: 40vw;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors .featured-header-image img {
    height: 100%;
  }
}

.mod-intro-anchors .section-outro {
  padding-top: 1em;
}

/*=============================
=            Icons            =
=============================*/
.mod-icons {
  /*====================================
  =            Staff Module            =
  ====================================*/
}

.mod-icons .icon-items {
  display: grid;
  margin: 20px auto;
  list-style: none;
  row-gap: 50px;
  /* Adjust column-gap (50px) in mod_icons.php */
}

@media only screen and (min-width: 768px) {
  .mod-icons .icon-items {
    margin: 40px auto 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-icons .icon-items {
    margin: 60px auto 20px;
  }
}

@media only screen and (max-width: 1059px) {
  .mod-icons .icon-items.rows-multiple {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .mod-icons .icon-items.rows-multiple {
    grid-template-columns: 1fr !important;
  }
}

.mod-icons .icon-items.icon-top {
  /* Top Icon ONLY styles */
}

.mod-icons .icon-items.icon-top li {
  flex-direction: column;
  padding-left: 0;
}

.mod-icons .icon-items.icon-top li h2, .mod-icons .icon-items.icon-top li h3 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0;
}

.mod-icons .icon-items.icon-top li .icon-img {
  display: flex;
  justify-content: center;
}

.mod-icons .icon-items.icon-top li .icon-img img {
  height: 70px;
}

.mod-icons .icon-items.icon-left {
  /* Left Icon ONLY styles */
}

.mod-icons .icon-items.icon-left li {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}

.mod-icons .icon-items.icon-left li .icon-img img {
  height: 70px;
}

.mod-icons .icon-items.icons-max-width > li .icon-img img {
  width: 100%;
}

.mod-icons .icon-items > li {
  display: flex;
  text-align: left;
}

.mod-icons .icon-items > li .icon-img {
  text-align: center;
}

.mod-icons .icon-items > li .icon-img img {
  max-width: 100%;
  min-width: 50px;
  object-fit: contain;
  object-position: center top;
}

.mod-icons .icon-items > li .item-content .item-description {
  overflow-wrap: break-word;
}

.mod-icons .icon-items > li .item-content .item-description h2, .mod-icons .icon-items > li .item-content .item-description h3 {
  margin-top: 1em;
}

.mod-icons .icon-items h2,
.mod-icons .icon-items h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0;
  color: #378C94;
  font-family: "Lato", Futura, sans-serif;
  font-family: "Lato", Futura, sans-serif;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .mod-icons .icon-items h2,
  .mod-icons .icon-items h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.mod-icons.text-center .icon-items.icon-top > li, .mod-icons.text-center .icon-items.icon-left > li {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items.icon-left > li h2, .mod-icons.mod-staff .icon-items.icon-left > li h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items > li {
    grid-template-columns: 1fr;
  }
}

.mod-icons.mod-staff .icon-items > li .icon-img-link {
  display: flex;
  justify-content: center;
}

.mod-icons.mod-staff .icon-items > li .icon-img {
  aspect-ratio: 4 / 5;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items > li .icon-img {
    margin-bottom: 20px;
  }
}

.mod-icons.mod-staff .icon-items > li .icon-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top 25% left 50%;
}

/*===================================
=            Inline BnAs            =
===================================*/
.mod-bnas .module-heading {
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .module-heading {
    font-size: 50px;
  }
}

.mod-bnas .inline-bnas {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 30px;
}

@media only screen and (max-width: 1059px) {
  .mod-bnas .inline-bnas {
    padding: 30px 60px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-bnas .inline-bnas {
    padding: 30px 30px 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .single-bna .bnacase-imgset {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-bnas .section-outro {
  margin-top: 1em;
}

.mod-bnas .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  column-gap: 16px;
}

.mod-bnas .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  /* @include media($tablet) {
            width: 13px;
            height: 13px;
          }
          @include media($desktop) {
            width: 16px;
            height: 16px;
          } */
}

.mod-bnas .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.mod-bnas .owl-prev,
.mod-bnas .owl-next {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.mod-bnas .owl-prev:active,
.mod-bnas .owl-next:active {
  color: #378C94;
}

.mod-bnas .owl-prev .fal,
.mod-bnas .owl-next .fal {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-prev .fal,
  .mod-bnas .owl-next .fal {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-prev {
    left: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .owl-prev {
    left: -50px;
  }
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-next {
    right: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .owl-next {
    right: -50px;
  }
}

.inline-bnas {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  /* .owl-carousel {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
    @include media($tablet) {
      display: flex;
      justify-content: center;
      column-gap: 50px;
      row-gap: 0;
    }
    @include media($desktop) {
      column-gap: 50px;
    }
    @include media($full) {
      padding: 100px;
    }
  } */
}

@media only screen and (min-width: 768px) {
  .inline-bnas {
    display: flex;
    justify-content: center;
  }
}

.inline-bnas .bnacase-imgset {
  /* display: grid;
    row-gap: 10px;
    border: 1px solid $primaryHighlight;
    padding: 10px;
    position: relative; */
  /* >div {
      &:nth-last-child(2) {
        .label {
          display: block;
        }
      }
    } */
}

.inline-bnas .bnacase-imgset:hover .overlay, .inline-bnas .bnacase-imgset:active .overlay, .inline-bnas .bnacase-imgset:focus .overlay {
  opacity: 1;
}

.inline-bnas .bnacase-imgset .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.inline-bnas .bnacase-imgset .overlay .more-icon {
  width: 130px;
  height: 130px;
  background-color: rgba(129, 112, 153, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-bnas .bnacase-imgset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2px;
  row-gap: 10px;
}

.inline-bnas img {
  margin: 0;
  width: auto;
  height: 100%;
}

.inline-bnas .before,
.inline-bnas .after {
  position: relative;
}

.inline-bnas .before .label,
.inline-bnas .after .label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  display: none;
  text-transform: uppercase;
  color: #2B9498;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
}

.mod-bna-button {
  padding: 20px;
  text-align: center;
}

.pb-bnas.inline-bnas {
  padding: 0;
  margin: 0;
  border: none;
}

.pb-bnas .case-group .bnacase-imgset {
  margin-bottom: 20px;
  column-gap: 2px;
}

/*=======================================
=            Carousel Module            =
=======================================*/
.mod-carousel .module-heading {
  text-align: center;
}

.mod-carousel .section-intro p:last-of-type {
  margin-bottom: 0;
}

.mod-carousel .basic-carousel {
  padding: 20px 0;
}

.basic-carousel {
  position: relative;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .basic-carousel {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1060px) {
  .basic-carousel {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.basic-carousel .owl-stage-outer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.basic-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.basic-carousel .owl-stage:after {
  content: '';
}

.basic-carousel img {
  margin-bottom: 0;
}

.basic-carousel .owl-nav {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  position: absolute;
  padding: 0 20px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .basic-carousel .owl-nav {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.basic-carousel .owl-nav > div {
  background-color: #378C94;
  padding: 10px;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1060px) {
  .basic-carousel .owl-nav > div {
    padding: 20px;
  }
}

.basic-carousel .owl-nav > div.owl-prev {
  left: 20px;
}

.basic-carousel .owl-nav > div.owl-next {
  right: 20px;
}

.basic-carousel .owl-nav > div .carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-carousel .carousel-description {
  text-align: center;
}

/*=======================================
=          Pagebuilder Module           =
=======================================*/
.mod-pagebuilder .section-intro-container {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .section-intro-container {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .section-intro-container {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .section-intro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.mod-pagebuilder .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.mod-pagebuilder .section-outro-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .section-outro-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .section-outro-container {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .section-outro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.mod-pagebuilder.split-contained .lpb-row.contain-background {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder.split-contained .lpb-row.contain-background {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row.contain-background {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:first-of-type {
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:first-of-type .lpb-column-content {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:last-of-type {
    padding-right: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:last-of-type .lpb-column-content {
    margin-right: 0 !important;
  }
}

.mod-pagebuilder.split-full {
  text-align: left;
}

@media only screen and (max-width: 1059px) {
  .mod-pagebuilder.column-reverse .lpb-row {
    flex-direction: column-reverse;
  }
}

.mod-pagebuilder .lpb-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .lpb-row {
    flex-direction: row;
  }
}

.mod-pagebuilder .lpb-row .lpb-column {
  flex-basis: 0;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mod-pagebuilder .lpb-row .lpb-column.landing-border {
  padding: 20px;
}

.mod-pagebuilder .lpb-row .lpb-column.landing-border .lpb-column-content {
  border: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 100px 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 100px 0;
  }
}

.mod-pagebuilder .lpb-row ol {
  counter-reset: item;
  margin: 1em 40px;
}

.mod-pagebuilder .lpb-row ol > li {
  display: block;
  margin-left: 0;
}

.mod-pagebuilder .lpb-row ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #5FC7CB;
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1290px) {
  .callout-img.mod-pagebuilder {
    padding-right: calc(40px + (50vw - (1290px / 2)));
    padding-left: calc(40px + (50vw - (1290px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder .lpb-row {
    justify-content: center;
  }
}

@media only screen and (max-width: 1059px) {
  .callout-img.mod-pagebuilder .lpb-row .lpb-column-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder .lpb-row .lpb-column {
    display: flex;
    align-items: center;
    flex-basis: unset;
    flex-grow: unset;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .callout-img.mod-pagebuilder .lpb-row .lpb-column {
    min-width: 200px;
  }
  body.home .callout-img.mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 0;
  }
}

@media only screen and (max-width: 1059px) {
  .callout-img.mod-pagebuilder .lpb-row .lpb-column-content.lpb-column-1 .landing-content {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder .lpb-row .lpb-column-content {
    max-width: unset !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .callout-img.mod-pagebuilder .lpb-row .lpb-column-content.lpb-column-1 img {
    margin-bottom: 0;
    max-width: 182px;
  }
}

@media only screen and (min-width: 768px) {
  .callout-img.mod-pagebuilder .module-heading {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder .module-heading {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1059px) {
  .callout-img.mod-pagebuilder .module-heading {
    text-align: center;
  }
}

.callout-img.mod-pagebuilder .module-heading span {
  color: #5FC7CB;
}

body.home .callout-img.mod-pagebuilder .module-heading span {
  font-style: italic;
}

@media only screen and (max-width: 1059px) and (min-width: 768px) {
  body.home .callout-img.mod-pagebuilder .module-heading span {
    display: block;
  }
}

@media only screen and (max-width: 1059px) {
  .callout-img.mod-pagebuilder .button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: fit-content;
  }
}

@media only screen and (min-width: 1060px) {
  .callout-img.mod-pagebuilder .module-heading {
    font-size: 50px;
  }
}

/* @media only screen and (min-width: 1460px) {
  .callout-img.mod-pagebuilder .module-heading {
    font-size: 35px;
  }
} */

.logo-group {
  column-gap: 16px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .logo-group {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .logo-group {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .logo-group a {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1060px) {
  .logo-group img {
    max-height: 62px;
    width: auto;
  }
}

.button-logo-group {
  margin-top: 30px;
}

@media only screen and (min-width: 1060px) {
  .button-logo-group {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }
}

.landing-top .lpb-row {
  align-items: flex-start;
}

.padding-top-bottom-0 .lpb-column-content {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-bottom-0 .lpb-column-content {
  padding-bottom: 0;
}

.lpb-stars {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.lpb-stars i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #378C94;
  margin: 2px;
}

.lpb-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: Futura, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .lpb-testimonial {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.lpb-author {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.lpb-author i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.lpb-icon {
  margin-bottom: 1em;
}

.warranty-icons .lpb-icon {
  height: 75px;
  display: flex;
  align-items: center;
}

.warranty-icons .lpb-icon img {
  max-width: 100%;
  height: auto;
}

/* Specific to the Page Builder Testimonials */
.pb-testimonials figure {
  padding: 0;
}

/*=========================================
=            Home Page Modules            =
=========================================*/
.mod-procedures .areas-list {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  row-gap: 10px;
  grid-area: services-list;
}

@media only screen and (min-width: 768px) {
  .mod-procedures .areas-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 13px;
    row-gap: 13px;
  }
}

.mod-procedures .areas-list > li {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  /* min-height: 100vw; */
}

/* @media only screen and (min-width: 768px) {
  .mod-procedures .areas-list > li {
    min-height: 50vw;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .mod-procedures .areas-list > li {
    min-height: 450px;
  }
} */

.mod-procedures .area-wrap {
  /* transition: all 0.3s; */
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* transform: translateY(100%); */
}

.mod-procedures .area-wrap .area-heading {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000000;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* transform: translateY(-100%); */
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

.mod-procedures .area-wrap .area-heading h3, .mod-procedures .area-wrap .area-heading .h3 {
  color: #000000;
  text-align: left;
  /* background-color: #000000; */
  text-decoration: none;
  font-weight: 400;
  /* padding-left: 20px; */
  padding: 0 0 0 10px;
  width: 100%;
  margin: 0;
  transition: all 0.3s;
}

/* .mod-procedures .overlay,
.mod-procedures .underlay {
  background-color: rgba(25, 144, 196, 0);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
} */

/* .mod-procedures .underlay {
  background: linear-gradient(rgba(25, 144, 196, 0), #378C94);
} */

/* .mod-procedures .bg-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mod-procedures .bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
} */

.mod-procedures .home-procedures {
  /* transition: all 0.3s; */
  padding-top: 20px;
  margin-left: 20px;
  list-style: none;
}

.mod-procedures .procedure-each {
  margin-bottom: 0.63em;
}

.mod-procedures .procedure-each a {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #ffffff;
}

.mod-procedures .procedure-each a:hover, .mod-procedures .procedure-each a:active, .mod-procedures .procedure-each a:focus {
  color: #136f97;
}

/* @media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list > .has-procedures:hover .area-wrap, .mod-procedures .areas-list > .has-procedures:active .area-wrap, .mod-procedures .areas-list > .has-procedures:focus .area-wrap {
    transform: translateY(60px);
  }
  .mod-procedures .areas-list > .has-procedures:hover .overlay, .mod-procedures .areas-list > .has-procedures:active .overlay, .mod-procedures .areas-list > .has-procedures:focus .overlay {
    background-color: #378C94;
  }
  .mod-procedures .areas-list > .has-procedures:hover .bg-photo img, .mod-procedures .areas-list > .has-procedures:active .bg-photo img, .mod-procedures .areas-list > .has-procedures:focus .bg-photo img {
    transform: scale(1.1);
  }
} */

/* @media only screen and (min-width: 1060px) and (min-width: 1060px) {
  .mod-procedures .areas-list > .has-procedures:hover .proc-list-skin, .mod-procedures .areas-list > .has-procedures:active .proc-list-skin, .mod-procedures .areas-list > .has-procedures:focus .proc-list-skin {
    column-count: 2;
  }
} */

/* @media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list > .no-procedures:hover h3, .mod-procedures .areas-list > .no-procedures:hover .h3, .mod-procedures .areas-list > .no-procedures:active h3, .mod-procedures .areas-list > .no-procedures:active .h3, .mod-procedures .areas-list > .no-procedures:focus h3, .mod-procedures .areas-list > .no-procedures:focus .h3 {
    transform: translateY(-50%);
  }
} */

body.inside .mod-doctors .doctor-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  body.inside .mod-doctors .doctor-container {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  body.inside .mod-doctors .doctor-container {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.mod-doctors .doctor-container:last-of-type {
  margin-bottom: 0;
}

.mod-doctors .doctor-container .doctor-heading {
  margin-top: 0.5em;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-heading {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-image {
    width: 50%;
  }
}

.mod-doctors .doctor-container .doctor-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-image img {
    object-fit: cover;
  }
}

.mod-doctors .doctor-container.dr-image-inline {
  display: block;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-inline:nth-of-type(odd) .doctor-inline-image {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-inline:nth-of-type(even) .doctor-inline-image {
    margin-right: 50px;
  }
}

.mod-doctors .doctor-container.dr-image-split .doctor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  .mod-doctors .doctor-container.dr-image-split .doctor-content {
    padding: 40px 0 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-split .doctor-content {
    padding: 60px;
    width: 50%;
  }
}

.mod-doctors .doctor-container.dr-image-split .doctor-content .read-more-button {
  margin-left: 0;
}

.mod-doctors .doctor-container.dr-image-split .doctor-content .memberships-sc-wrap {
  margin-top: 2em !important;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container:nth-of-type(odd) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container.dr-image-inline:nth-of-type(odd) .doctor-inline-image {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container.dr-image-inline:nth-of-type(even) .doctor-inline-image {
    margin-left: 50px;
  }
}

/*==========================================
=            Partial Components            =
==========================================*/
.hero-image {
  margin: 0;
  margin-top: 0;
  height: 57vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .hero-image {
    height: 37vw;
  }
}

.hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 60vw;
}

@media only screen and (min-width: 768px) {
  .hero-image img {
    height: 40vw;
  }
}

.intro-icon {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.intro-icon.icon-style {
  max-width: 130px;
}

@media only screen and (min-width: 1060px) {
  .intro-icon.intro-icon-left {
    float: left;
  }
}

@media only screen and (min-width: 1060px) {
  .intro-icon.intro-icon-right {
    float: right;
  }
}

.intro-icon img {
  width: 100%;
  height: auto;
}

.read-more-button {
  display: flex;
  margin: 1em auto 0;
  width: fit-content;
}

.read-more-button .icon {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.read-more-button label {
  line-height: 1em;
}

.read-more-left .read-more-button {
  margin-left: 0;
}

.read-more-left .read-more-button-container {
  align-items: start;
  justify-content: flex-start;
}

.read-more-right .read-more-button {
  margin-right: 0;
}

.read-more-right .read-more-button-container {
  align-items: start;
  justify-content: flex-end;
}

.read-more-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .read-more-button-container {
    flex-direction: row;
  }
}

.read-more-button-container .read-more-button {
  margin: 1em 0 0;
}

@media only screen and (min-width: 768px) {
  .read-more-button-container .read-more-button {
    margin-right: 40px;
  }
  .read-more-button-container .read-more-button:last-of-type {
    margin-right: 0;
  }
}

/* ------------------------
	Random Internal Pages
------------------------ */
/* ------------------------
	Data Tables
------------------------ */
.flexible-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

th, td {
  border: 2px solid #ffffff;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2.5em 0;
}

table thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  table thead {
    display: table-header-group;
  }
}

table tr {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

table th {
  font-size: 16px;
  font-size: 1rem;
  background: #12939f;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}

table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  padding: 8px 20px;
  display: block;
  position: relative;
  padding-left: calc(50% + 20px);
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  table td {
    display: table-cell;
    padding: 12px 20px;
  }
}

table td span {
  color: #44c3cf;
  font-weight: 600;
  display: block;
}

table td div[data-title]:after {
  content: attr(data-title);
  position: relative;
  margin-top: -1em;
  color: transparent;
  display: block;
}

table td[data-title]:before {
  content: attr(data-title);
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background: #12939f;
  position: absolute;
  height: calc(100% - 6px);
  width: calc(50% - 20px);
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  table td[data-title]:before {
    display: none;
  }
}

/*==============================================
=            General Module Classes            =
==============================================*/
.rm-module {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .rm-module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .rm-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.rm-module p:last-of-type {
  margin-bottom: 0;
}

.rm-module .content-satellite-wrap {
  border-top: none;
  margin-top: 0;

}

@media only screen and (max-width: 1059px) {
  .mtop {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1059px) {
  .mbottom {
    margin-bottom: 40px !important;
  }
}

ul.list-margin-bottom li {
  margin-bottom: 1em;
}

.module-heading,
.module-subheading {
  margin-top: 0;
}

/*===================================
=            Style Guide            =
===================================*/
@keyframes flash {
  0% {
    color: #ffffff;
  }
  100% {
    color: #393939;
  }
}

.mod-colors {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .mod-colors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}

.mod-colors h2 {
  text-align: center;
}

.rm-colors {
  display: flex;
}

.rm-colors .color-box {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.rm-colors .color-hex {
  text-align: center;
}

.rm-colors .color-selection {
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
}

.rm-colors .color-selection.copied .color-hex {
  animation: flash 1s;
}

.mod-backgrounds {
  padding-top: 0;
}

.mod-backgrounds h2 {
  margin-top: 0;
}

.mod-backgrounds h2, .mod-backgrounds h3 {
  text-align: center;
}

.mod-backgrounds .mod-backgrounds-container {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 50px;
}

.rm-bg-images {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 50px;
}

@media only screen and (min-width: 1060px) {
  .rm-bg-images {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rm-bg-images .bg-image-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.rm-bg-images .bg-image-url {
  text-align: center;
}

.rm-bg-images .bg-image-selection {
  cursor: pointer;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .rm-bg-images .bg-image-selection {
    width: calc(25% - 18.75px);
  }
}

.rm-bg-images .bg-image-selection.copied .bg-image-url {
  animation: flash 1s;
}

/*=======================================
=            Default Classes            =
=======================================*/
/*===== Light Color Classes =====*/
.text-light-color {
  color: #ffffff;
}

.heading-light-color h1, .heading-light-color .h1, .heading-light-color h2, .heading-light-color .h2, .heading-light-color h3, .heading-light-color .h3, .heading-light-color h4, .heading-light-color .h4, .heading-light-color h5, .heading-light-color .h5, .heading-light-color h6, .heading-light-color .h6 {
  color: #ffffff;
}

.preheading-light-color h1.module-preheading, .preheading-light-color .h1.module-preheading, .preheading-light-color h2.module-preheading, .preheading-light-color .h2.module-preheading, .preheading-light-color h3.module-preheading, .preheading-light-color .h3.module-preheading, .preheading-light-color h4.module-preheading, .preheading-light-color .h4.module-preheading, .preheading-light-color h5.module-preheading, .preheading-light-color .h5.module-preheading, .preheading-light-color h6.module-preheading, .preheading-light-color .h6.module-preheading {
  color: #ffffff;
}

.subheading-light-color h1.module-subheading, .subheading-light-color .h1.module-subheading, .subheading-light-color h2.module-subheading, .subheading-light-color .h2.module-subheading, .subheading-light-color h3.module-subheading, .subheading-light-color .h3.module-subheading, .subheading-light-color h4.module-subheading, .subheading-light-color .h4.module-subheading, .subheading-light-color h5.module-subheading, .subheading-light-color .h5.module-subheading, .subheading-light-color h6.module-subheading, .subheading-light-color .h6.module-subheading {
  color: #ffffff;
}

.links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #5FC7CB;
  text-decoration: underline;
}

.links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-light-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #5FC7CB;
  text-decoration: none;
}

.links-light-color .crumb-go-home {
  color: #ffffff;
}

.icons-light-color .icon-img svg path {
  fill: #ffffff;
}

.bullets-light-color li::marker, .bullets-light-color ol::marker {
  color: #ffffff;
}

.bullets-light-color li:before, .bullets-light-color ol:before {
  background: #ffffff;
}

.svg-light-color svg path {
  fill: #ffffff;
}

.dots-light-color .owl-dots .owl-dot {
  border-color: #ffffff !important;
}

.dots-light-color .owl-dots .owl-dot.active {
  background-color: #ffffff !important;
}

/* .landing-text-light {
  color: $lightColor;
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: $lightColor;
  }
  a {
    color: $lightColor;
    text-decoration: underline;
    &.button {
      text-decoration: none;
      border-color: $lightColor;
    }
  }
} */
/*===== Dark Color Classes =====*/
.text-dark-color {
  color: #000000;
}

.heading-dark-color h1, .heading-dark-color .h1, .heading-dark-color h2, .heading-dark-color .h2, .heading-dark-color h3, .heading-dark-color .h3, .heading-dark-color h4, .heading-dark-color .h4, .heading-dark-color h5, .heading-dark-color .h5, .heading-dark-color h6, .heading-dark-color .h6 {
  color: #000000;
}

.preheading-dark-color .module-preheading {
  color: #000000;
}

.subheading-dark-color .module-subheading {
  color: #000000;
}

.links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #000000;
  text-decoration: underline;
}

.links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-dark-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #000000;
  text-decoration: none;
}

.links-dark-color .crumb-go-home {
  color: #000000;
}

.icons-dark-color .icon-img svg path {
  fill: #000000;
}

.bullets-dark-color li::marker, .bullets-dark-color ol::marker {
  color: #000000;
}

.bullets-dark-color li:before, .bullets-dark-color ol:before {
  color: #000000;
}

.svg-dark-color svg path {
  fill: #000000;
}

/*===== Primary Color Classes =====*/
.text-primary-color {
  color: #1990C4;
}

.heading-primary-color h1, .heading-primary-color .h1, .heading-primary-color h2, .heading-primary-color .h2, .heading-primary-color h3, .heading-primary-color .h3, .heading-primary-color h4, .heading-primary-color .h4, .heading-primary-color h5, .heading-primary-color .h5, .heading-primary-color h6, .heading-primary-color .h6 {
  color: #1990C4;
}

.preheading-primary-color h1.module-preheading, .preheading-primary-color .h1.module-preheading, .preheading-primary-color h2.module-preheading, .preheading-primary-color .h2.module-preheading, .preheading-primary-color h3.module-preheading, .preheading-primary-color .h3.module-preheading, .preheading-primary-color h4.module-preheading, .preheading-primary-color .h4.module-preheading, .preheading-primary-color h5.module-preheading, .preheading-primary-color .h5.module-preheading, .preheading-primary-color h6.module-preheading, .preheading-primary-color .h6.module-preheading {
  color: #1990C4;
}

.subheading-primary-color h1.module-subheading, .subheading-primary-color .h1.module-subheading, .subheading-primary-color h2.module-subheading, .subheading-primary-color .h2.module-subheading, .subheading-primary-color h3.module-subheading, .subheading-primary-color .h3.module-subheading, .subheading-primary-color h4.module-subheading, .subheading-primary-color .h4.module-subheading, .subheading-primary-color h5.module-subheading, .subheading-primary-color .h5.module-subheading, .subheading-primary-color h6.module-subheading, .subheading-primary-color .h6.module-subheading {
  color: #1990C4;
}

.links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home) {
  color: #1990C4;
  text-decoration: underline;
}

.links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):hover, .links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):active, .links-primary-color a:not(.button):not(.button-primary-color):not(.crumb-go-home):focus {
  color: #1990C4;
  text-decoration: none;
}

.links-primary-color .crumb-go-home {
  color: #1990C4;
}

.icons-primary-color .icon-img svg path {
  fill: #1990C4;
}

.bullets-primary-color li::marker,
.bullets-primary-color ol::marker {
  color: #1990C4;
}

.bullets-primary-color li:before,
.bullets-primary-color ol:before {
  background: #ffffff;
}

.svg-primary-color svg path {
  fill: #1990C4;
}

.dots-primary-color .owl-dots .owl-dot {
  border-color: #1990C4 !important;
}

.dots-primary-color .owl-dots .owl-dot.active {
  background-color: #1990C4 !important;
}

/*===== Background Classes =====*/
.has-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*===== Heading Classes =====*/
.heading-center h1, .heading-center .h1, .heading-center h2, .heading-center .h2, .heading-center h3, .heading-center .h3, .heading-center h4, .heading-center .h4, .heading-center h5, .heading-center .h5, .heading-center h6, .heading-center .h6 {
  text-align: center;
}

.heading-center h1.module-preheading, .heading-center .h1.module-preheading, .heading-center h2.module-preheading, .heading-center .h2.module-preheading, .heading-center h3.module-preheading, .heading-center .h3.module-preheading, .heading-center h4.module-preheading, .heading-center .h4.module-preheading, .heading-center h5.module-preheading, .heading-center .h5.module-preheading, .heading-center h6.module-preheading, .heading-center .h6.module-preheading {
  text-align: center;
}

.heading-center h1.module-subheading, .heading-center .h1.module-subheading, .heading-center h2.module-subheading, .heading-center .h2.module-subheading, .heading-center h3.module-subheading, .heading-center .h3.module-subheading, .heading-center h4.module-subheading, .heading-center .h4.module-subheading, .heading-center h5.module-subheading, .heading-center .h5.module-subheading, .heading-center h6.module-subheading, .heading-center .h6.module-subheading {
  text-align: center;
}

.intro-center .section-intro {
  text-align: center;
}

.outro-center .section-outro {
  text-align: center;
}

/*===== Elite Classes =====*/
.elite-3 {
  padding-top: 0;
}

@media only screen and (min-width: 1060px) {
  .elite-3 {
    padding-bottom: 0;
    margin-top: 200px;
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 1059px) {
  .elite-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.elite-3.has-outro .lpb-column:not(.has-background) .lpb-column-content {
  padding-bottom: 0;
}

.elite-3.has-outro .section-outro-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .elite-3.has-outro .section-outro-container {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .elite-3.has-outro .section-outro-container {
    padding-bottom: 60px;
    padding-left: 50%;
  }
}

.elite-3 .lpb-column.has-background {
  min-height: 50vw;
}

@media only screen and (min-width: 1060px) {
  .elite-3 .lpb-column.has-background {
    margin-top: -100px;
    margin-bottom: -100px;
    min-height: 0;
  }
}

.heading-top-0 h1, .heading-top-0 .h1, .heading-top-0 h2, .heading-top-0 .h2, .heading-top-0 h3, .heading-top-0 .h3, .heading-top-0 h4, .heading-top-0 .h4, .heading-top-0 h5, .heading-top-0 .h5, .heading-top-0 h6, .heading-top-0 .h6 {
  margin-top: 0;
}

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

.dr-quote blockquote {
  line-height: 1.8em;
}

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "Lato", Futura, sans-serif;
}

.dr-quote footer img {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .bg-mobile-none {
    background-image: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .short-p p {
    max-width: 60%;
    margin: 1em auto;
  }
}

.bg-left {
  background-position: left center !important;
}

/*====================================
=            Basic Module            =
====================================*/
.mod-basic .contained-content {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-basic .contained-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-basic .contained-content {
    padding: 70px 80px;
  }
}

.mod-basic .no-contained-content {
  background: none !important;
}

.mod-basic .no-contained-content .color-overlay {
  background: none !important;
}

/*===========================================
=            Page Feature Module            =
===========================================*/
.page-feature {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .page-feature {
    flex-direction: row-reverse;
  }
}

.page-feature > div {
  min-height: 60vw;
  padding: 60px 20px;
}

@media only screen and (min-width: 1060px) {
  .page-feature > div {
    width: 50%;
    padding: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .page-feature > div {
    min-height: 650px;
  }
}

.page-feature .feature-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-feature .feature-content {
  color: #ffffff;
  background-color: #1990C4;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-feature .feature-content h2 {
  color: #ffffff;
  text-align: left;
}

.page-feature .feature-content h2:after {
  display: none;
}

.page-feature .fc-wrap {
  max-width: 720px;
}

/*====================================
=            Table Module            =
====================================*/
.flexible-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

th, td {
  border: 2px solid #ffffff;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2.5em 0;
}

table thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  table thead {
    display: table-header-group;
  }
}

table tr {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

table th {
  font-size: 16px;
  font-size: 1rem;
  background: #136f97;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}

table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  padding: 8px 20px;
  display: block;
  position: relative;
  padding-left: calc(50% + 20px);
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  table td {
    display: table-cell;
    padding: 12px 20px;
  }
}

table td span {
  color: #1990C4;
  font-weight: 600;
  display: block;
}

table td div[data-title]:after {
  content: attr(data-title);
  position: relative;
  margin-top: -1em;
  color: transparent;
  display: block;
}

table td[data-title]:before {
  content: attr(data-title);
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background: #136f97;
  position: absolute;
  height: calc(100% - 6px);
  width: calc(50% - 20px);
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  table td[data-title]:before {
    display: none;
  }
}

.table-simple table thead {
  display: table-header-group;
}

.table-simple table tr {
  margin-bottom: 0;
  display: table-row;
}

.table-simple table td {
  display: table-cell;
  padding: 12px 20px;
}

.table-simple table td[data-title]:before {
  display: none;
}

/*==========================================
=            Testimonial Module            =
==========================================*/
.mod-testimonial {
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
}

@media only screen and (min-width: 768px) {
  .mod-testimonial {
    padding: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-testimonial {
    padding: 100px 60px;
  }
}

.mod-testimonial .section-outro {
  padding-top: 1em;
}

body.inside .testimonials-container {
  border: 1px solid #5FC7CB;
  position: relative;
  text-align: center;
}

body.inside .testimonials-container:before {
  content: '';
  display: flex;
  background-image: url("images/svg/testimonial-quote.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 51px;
  height: 51px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.testimonials-container figure {
  padding: 0;
}

.testimonials-container blockquote {
  /* font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic; */
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .testimonials-container blockquote {
    /* font-size: 18px;
    font-size: 1.125rem; */
    margin: 30px auto;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .testimonials-container blockquote {
    /* font-size: 20px;
    font-size: 1.25rem; */
    margin-top: 40px;
  }
}

.testimonials-container figcaption,
.mod-testimonial figcaption {
  color: #5FC7CB;
  font-family: "goldenbook", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 300;
}

body.home .testimonials-container figcaption,
body.home .mod-testimonial figcaption {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .testimonials-container figcaption,
  .mod-testimonial figcaption {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1060px) {
  body.home .testimonials-container figcaption,
body.home .mod-testimonial figcaption {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.testimonials-container .testimonial-stars svg {
  width: 180px;
  height: auto;
}

@media only screen and (min-width: 1060px) {
  .testimonials-container .testimonial-stars svg {
    width: 268px;
  }
}

.testimonials-container .testimonial-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  margin: 10px;
}

@media only screen and (min-width: 1060px) {
  .testimonials-container .testimonial-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-container .testimonial-icon {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  margin: 10px;
}

.testimonials-container .testimonial-icon svg {
  width: auto;
  height: 30px;
}

.testimonials-container .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  column-gap: 16px;
}

.testimonials-container .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0;
  /* @include media($tablet) {
            width: 13px;
            height: 13px;
          }
          @include media($desktop) {
            width: 16px;
            height: 16px;
          } */
}

.testimonials-container .owl-dots .owl-dot.active {
  background-color: #000000;
}

.testimonials-container .owl-prev,
.testimonials-container .owl-next {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.testimonials-container .owl-prev:active,
.testimonials-container .owl-next:active {
  color: #1990C4;
}

.testimonials-container .owl-prev .fal,
.testimonials-container .owl-next .fal {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media only screen and (min-width: 768px) {
  .testimonials-container .owl-prev .fal,
  .testimonials-container .owl-next .fal {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

.testimonials-container .owl-prev {
  left: 16px;
}

.testimonials-container .owl-next {
  right: 16px;
}

.mod-testimonial .read-more-button-container {
  margin-top: calc(45px - 1em);
}

/*==================================
=            AAG Module            =
==================================*/
.featured-quick-facts .quick-facts-items dt, .featured-quick-facts .quick-facts-items dd, .mod-quick-facts .quick-facts-items dt, .mod-quick-facts .quick-facts-items dd {
  display: inline;
}

.featured-quick-facts .quick-facts-items dt, .mod-quick-facts .quick-facts-items dt {
  font-weight: 700;
}

.featured-quick-facts .quick-facts-items dd, .mod-quick-facts .quick-facts-items dd {
  margin-left: 10px;
}

.featured-quick-facts .quick-facts-items dd:before, .mod-quick-facts .quick-facts-items dd:before {
  content: ' ';
}

/*==================================
=            CTA Module            =
==================================*/
.mod-cta {
  padding-top: 0;
  padding-bottom: 0;
}

.mod-cta .section-intro-container {
  width: 100%;
}

.mod-cta .section-outro {
  margin-top: 1em;
}

.mod-cta .call-to-action {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 66% center;
}

@media only screen and (min-width: 1060px) {
  .mod-cta .call-to-action {
    padding: 80px 50% 80px 80px;
    background-position: center;
  }
}

.mod-cta .module-heading {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #ffffff;
  font-family: "goldenbook", serif;
  font-weight: 300;
  max-width: 384px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-cta .module-heading {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.mod-cta .module-heading span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1em;
  font-weight: 300;
  font-family: "Lato", Futura, sans-serif;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mod-cta .module-heading span {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.mod-cta .button, .mod-cta #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .mod-cta button, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button, .mod-cta .button-primary-color {
  background-color: #1990C4;
}

.mod-cta .button:hover, .mod-cta #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .mod-cta button:hover, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:hover,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:hover,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:hover, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:hover, .mod-cta .button-primary-color:hover, .mod-cta .button:active, .mod-cta #rmrrWidget-contains-pager-button-container button:active, #rmrrWidget-contains-pager-button-container .mod-cta button:active, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:active,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:active,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:active, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:active, .mod-cta .button-primary-color:active, .mod-cta .button:focus, .mod-cta #rmrrWidget-contains-pager-button-container button:focus, #rmrrWidget-contains-pager-button-container .mod-cta button:focus, .mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_previous_button.gform-theme-button.button:focus,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_next_button.button:focus,
.mod-cta div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button:focus, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-cta input.gform_button.button:focus, .mod-cta .button-primary-color:focus {
  background-color: #136f97;
}

/*==================================
=            FAQ Module            =
==================================*/
.faq-question-accent, .mod-faq .faq-questions:not(.accordion) h3:before, .accordion li:before {
  content: 'Q';
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1em;
  font-weight: 300;
  font-family: "goldenbook", serif;
  position: absolute;
  padding-right: 11px;
  left: 14px;
  top: 33px;
  transform: translateY(-25%);
}

.faq-answer-accent {
  content: 'Answer:';
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mod-faq h2,
  .mod-faq .faq-content {
    padding: 0 20px;
  }
}

.mod-faq h2:first-of-type {
  margin: 0;
}

.mod-faq .faq-content {
  margin-bottom: 50px;
}

.mod-faq .faq-questions {
  margin: 0;
  list-style: none;
}

.mod-faq .faq-questions li {
  background-color: transparent;
  margin-bottom: 20px;
}

.mod-faq .faq-questions h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Lato", Futura, sans-serif;
  text-transform: none;
  position: relative;
  padding: 33px 70px 0 86px;
  margin-top: 0;
  text-align: left;
}

.mod-faq .faq-questions .faq-answer {
  padding: 0 70px 10px 86px;
  position: relative;
}

/*----------  Flexible Accordion Menu  ----------*/
.accordion {
  width: 100%;
}

.accordion li {
  border-top: 1px solid #1990C4;
  margin-left: 0px !important;
  padding: 0;
  position: relative;
  width: 100%;
}

.accordion li h3 {
  font-family: "goldenbook", serif;
  font-weight: 300;
  margin-bottom: 0;
  position: unset;
}

.accordion li h3:before, .accordion li h3:after {
  background-color: #1990C4;
  content: '';
  height: 1px;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 40px;
  transition: all 0.3s;
}

.accordion li h3:after {
  transform: rotate(-90deg);
}

.accordion li h3.accordion-open:after {
  transform: rotate(0deg);
}

.accordion li div {
  cursor: pointer;
  margin: 0;
}

.accordion li div.accordion-slider {
  display: none;
}

/*=====================================================
=            Latest / Related Posts Module            =
=====================================================*/
.mod-posts section {
  padding-left: 0;
  padding-right: 0;
}

/*==========================================
=            Split Image Styles            =
==========================================*/
.mod-split-image .split-wrapper .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-wrapper .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-wrapper .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.mod-split-image.inverse .split-wrapper .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.inverse .split-wrapper .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.inverse .split-wrapper .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.mod-split-image .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-container > div {
    width: 50%;
  }
}

.mod-split-image .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .mod-split-image .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-content {
    padding: 100px 40px;
  }
}

.mod-split-image .split-content .split-contain {
  max-width: 600px;
}

.mod-split-image .split-content .split-contain .section-intro {
  margin-bottom: 1em;
}

.mod-split-image .split-image {
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .mod-split-image .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image .split-image {
    min-height: 32vw;
  }
}

.mod-split-image .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-standard {
  padding: 0;
}

.split-image-standard .section-intro-container,
.split-image-standard .section-outro-container {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-intro-container,
  .split-image-standard .section-outro-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-standard .section-intro-container,
  .split-image-standard .section-outro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.split-image-standard .section-intro-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-intro-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .section-intro-container {
    padding-top: 100px;
  }
}

.split-image-standard .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-standard .section-outro-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .split-image-standard .section-outro-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .section-outro-container {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .split-container .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard.inverse .split-container .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-standard.inverse .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.text-align-top .split-content {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image .split-container .split-content + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image .split-container:nth-of-type(even) .split-content + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image.inverse .split-container .split-content + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-split-image.split-image-standard.rounded-image.inverse .split-container:nth-of-type(even) .split-content + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

/* .split-contained {
  &.fcs-split-text {
    .split-container {
      flex-direction: column;

      @include media($desktop) {
        flex-direction: row !important;
      }
    }
  }

  &.fcs-split-image {
    .split-container {
      flex-direction: column-reverse;

      @include media($desktop) {
        flex-direction: row;
      }

      &:nth-of-type(even) {
        @include media($desktop) {
          flex-direction: row-reverse;
        }
      }
    }
  }

  &.inverse {
    .split-container {
      @include media($desktop) {
        flex-direction: row-reverse;
      }

      &:nth-of-type(even) {
        @include media($desktop) {
          flex-direction: row;
        }
      }
    }
  }

  .section-intro {
    margin-bottom: 40px;

    @include media($desktop) {
      margin-bottom: 60px;
    }
  }

  .split-container {
    display: flex;
    margin-bottom: 20px;

    @include media($desktop) {
      justify-content: space-between;
      align-items: center;
    }

    &:nth-of-type(even) {
      @include media($desktop) {
        flex-direction: row-reverse;
      }
    }
  }

  .default-block {
    padding: 20px;

    @include media($tablet) {
      padding: 60px 40px;
    }

    @include media($desktop) {
      width: 48%;
    }
  }

  .split-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;

    @include media($desktop) {
      width: 48%;
      margin-bottom: 0;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
} */
.split-image-contained .section-intro-container {
  padding-bottom: 20px;
  /* @include media($full) {
      padding-bottom: 60px;
    } */
}

@media only screen and (min-width: 768px) {
  .split-image-contained .section-intro-container {
    padding-bottom: 40px;
  }
}

.split-image-contained .section-outro-container {
  padding-top: 20px;
  /* @include media($full) {
      padding-top: 60px;
    } */
}

@media only screen and (min-width: 768px) {
  .split-image-contained .section-outro-container {
    padding-top: 40px;
  }
}

.split-image-multiple-photos {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.split-image-multiple-photos .split-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container {
    flex-direction: row;
    column-gap: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container > div {
    width: 50%;
  }
}

.split-image-multiple-photos.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-multiple-photos .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-content {
    padding: 100px 40px;
  }
}

.split-image-multiple-photos .split-content .split-contain {
  max-width: 600px;
}

.split-image-multiple-photos .multi-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

.split-image-multiple-photos .multi-images .split-image {
  display: none;
  height: 100%;
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .multi-images .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .multi-images .split-image {
    display: block;
    min-height: 20vw;
  }
}

.split-image-multiple-photos .multi-images .split-image.primary-image {
  display: block;
}

.split-image-multiple-photos .multi-images .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-cards .section-intro-container {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .section-intro-container {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-cards .section-intro-container {
    padding-bottom: 60px;
  }
}

.split-image-cards .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-cards .section-outro-container {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .section-outro-container {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .split-image-cards .section-outro-container {
    padding-top: 60px;
  }
}

.split-image-cards .section-outro-container p:last-of-type {
  margin-bottom: 0;
}

.split-image-cards .split-cards.text-primary .split-content {
  z-index: 1;
}

.split-image-cards .split-cards.image-primary .split-image {
  z-index: 1;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary.inverse .split-container:nth-of-type(odd) .split-content {
    padding-left: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary.inverse .split-container:nth-of-type(even) .split-content {
    padding-right: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary:not(.inverse) .split-container:nth-of-type(odd) .split-content {
    padding-right: calc(8% + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.image-primary:not(.inverse) .split-container:nth-of-type(even) .split-content {
    padding-left: calc(8% + 40px);
  }
}

.split-image-cards .split-cards.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards .split-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    flex-direction: row;
    margin-top: 80px;
    align-items: center;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-content {
    padding: 100px 40px;
    width: 52%;
  }
}

.split-image-cards .split-cards .split-content .split-contain {
  max-width: 600px;
}

.split-image-cards .split-cards .split-image {
  min-height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-image {
    min-height: 32vw;
    width: 56%;
  }
}

.split-image-cards .split-cards .split-image img {
  width: 100%;
  height: 100%;
  min-height: 32vw;
  object-fit: cover;
  object-position: center;
}

/* Split Section Image Positions */
.mod-split-image.split-image-top .split-image, .split-image-cards.split-image-top .split-image {
  background-position: top 35% center;
}

.mod-split-image.split-image-top .split-image img, .split-image-cards.split-image-top .split-image img {
  object-position: top 35% left 50%;
}

.mod-split-image.split-image-bottom .split-image, .split-image-cards.split-image-bottom .split-image {
  background-position: bottom 25% center;
}

.mod-split-image.split-image-bottom .split-image img, .split-image-cards.split-image-bottom .split-image img {
  object-position: bottom 25% left 50%;
}

.mod-split-image.split-image-left .split-image, .split-image-cards.split-image-left .split-image {
  background-position: center left;
}

.mod-split-image.split-image-left .split-image img, .split-image-cards.split-image-left .split-image img {
  object-position: top 50% left 0%;
}

.mod-split-image.split-image-right .split-image, .split-image-cards.split-image-right .split-image {
  background-position: center right;
}

.mod-split-image.split-image-right .split-image img, .split-image-cards.split-image-right .split-image img {
  object-position: top 50% right 0%;
}

@media only screen and (min-width: 1460px) {
  .mod-split-image.split-image-top .split-image, .mod-split-image.split-image-bottom .split-image, .split-image-cards.split-image-top .split-image, .split-image-cards.split-image-bottom .split-image {
    background-position: center;
  }
  .mod-split-image.split-image-top .split-image img, .mod-split-image.split-image-bottom .split-image img, .split-image-cards.split-image-top .split-image img, .split-image-cards.split-image-bottom .split-image img {
    object-position: center;
  }
}

.mod-specials .specials-dates-intro {
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

.mod-specials .section-outro em {
  font-style: 700;
}

.mod-specials .single-special-container {
  margin-bottom: 2em;
}

.mod-specials .single-special-container.single-special-last {
  margin-bottom: 0;
}

.mod-specials .specials-content {
  margin-bottom: 1em;
}

.mod-specials .specials-disclaimer {
  margin-bottom: 1em;
}

.mod-specials .specials-button-block .button.disabled-button, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.disabled-button, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.disabled-button, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_previous_button.gform-theme-button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_next_button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_button.button, .mod-specials .specials-button-block .disabled-button.button-primary-color {
  cursor: not-allowed;
  pointer-events: none;
}

.mod-specials .specials-button-block .button.disabled-button:after, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.disabled-button:after, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.disabled-button:after, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_previous_button.gform-theme-button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_previous_button.gform-theme-button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_next_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_next_button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.disabled-button.gform_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.disabled-button.gform_button.button:after, .mod-specials .specials-button-block .disabled-button.button-primary-color:after {
  content: none;
}

.mod-specials .specials-button-block .button.expired, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.expired, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.expired, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_previous_button.gform-theme-button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_next_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_next_button.button,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_button.button, .mod-specials .specials-button-block .expired.button-primary-color {
  background: #7e7d7d;
  color: #ffffff;
}

.mod-specials .specials-button-block .button.expired:after, .mod-specials .specials-button-block #rmrrWidget-contains-pager-button-container button.expired:after, #rmrrWidget-contains-pager-button-container .mod-specials .specials-button-block button.expired:after, .mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_previous_button.gform-theme-button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_previous_button.gform-theme-button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_next_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_next_button.button:after,
.mod-specials .specials-button-block div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.expired.gform_button.button:after, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer .mod-specials .specials-button-block input.expired.gform_button.button:after, .mod-specials .specials-button-block .expired.button-primary-color:after {
  content: none;
}

/*===============================
=            Anchors            =
===============================*/
.mod-anchors {
  text-align: center;
}

.mod-anchors.has-outro .anchor-links {
  padding-bottom: 1em;
}

.mod-anchors .anchor-links,
.mod-intro-anchors .anchor-links {
  list-style: none;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mod-anchors .anchor-links,
  .mod-intro-anchors .anchor-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-anchors .anchor-links,
  .mod-intro-anchors .anchor-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.mod-anchors .anchor-links a,
.mod-intro-anchors .anchor-links a {
  width: 100%;
}

/*===============================
=       Intro Plus Anchors      =
===============================*/
.mod-intro-anchors {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors.split-header-image .featured-wrap {
    width: 50%;
  }
}

.mod-intro-anchors .featured-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
}

.mod-intro-anchors .featured-wrap .salacious-crumb {
  padding-left: 0;
  text-align: left;
}

.mod-intro-anchors .featured-wrap .featured-links {
  background-color: #1990C4;
}

.mod-intro-anchors .featured-wrap .featured-quick-facts {
  background-color: #07638c;
}

.mod-intro-anchors .featured-wrap .featured-content-container,
.mod-intro-anchors .featured-wrap .featured-links-container,
.mod-intro-anchors .featured-wrap .featured-quick-facts-container {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-intro-anchors .featured-wrap .featured-content-container,
  .mod-intro-anchors .featured-wrap .featured-links-container,
  .mod-intro-anchors .featured-wrap .featured-quick-facts-container {
    padding: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-intro-anchors .featured-wrap .featured-content-container,
  .mod-intro-anchors .featured-wrap .featured-links-container,
  .mod-intro-anchors .featured-wrap .featured-quick-facts-container {
    padding: 100px 40px;
  }
}

.mod-intro-anchors .featured-header-image {
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors .featured-header-image {
    width: 50%;
  }
}

.mod-intro-anchors .featured-header-image img {
  height: 40vw;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-intro-anchors .featured-header-image img {
    height: 100%;
  }
}

.mod-intro-anchors .section-outro {
  padding-top: 1em;
}

/*=============================
=            Icons            =
=============================*/
.mod-icons {
  /*====================================
  =            Staff Module            =
  ====================================*/
}

.mod-icons .icon-items {
  display: grid;
  margin: 20px auto;
  list-style: none;
  row-gap: 50px;
  /* Adjust column-gap (50px) in mod_icons.php */
}

@media only screen and (min-width: 768px) {
  .mod-icons .icon-items {
    margin: 40px auto 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-icons .icon-items {
    margin: 60px auto 20px;
  }
}

@media only screen and (max-width: 1059px) {
  .mod-icons .icon-items.rows-multiple {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .mod-icons .icon-items.rows-multiple {
    grid-template-columns: 1fr !important;
  }
}

.mod-icons .icon-items.icon-top {
  /* Top Icon ONLY styles */
}

.mod-icons .icon-items.icon-top li {
  flex-direction: column;
  padding-left: 0;
}

.mod-icons .icon-items.icon-top li h2, .mod-icons .icon-items.icon-top li h3 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0;
}

.mod-icons .icon-items.icon-top li .icon-img {
  display: flex;
  justify-content: center;
}

.mod-icons .icon-items.icon-top li .icon-img img {
  height: 70px;
}

.mod-icons .icon-items.icon-left {
  /* Left Icon ONLY styles */
}

.mod-icons .icon-items.icon-left li {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}

.mod-icons .icon-items.icon-left li .icon-img img {
  height: 70px;
}

.mod-icons .icon-items.icons-max-width > li .icon-img img {
  width: 100%;
}

.mod-icons .icon-items > li {
  display: flex;
  text-align: left;
}

.mod-icons .icon-items > li .icon-img {
  text-align: center;
}

.mod-icons .icon-items > li .icon-img img {
  max-width: 100%;
  min-width: 50px;
  object-fit: contain;
  object-position: center top;
}

.mod-icons .icon-items > li .item-content .item-description {
  overflow-wrap: break-word;
}

.mod-icons .icon-items > li .item-content .item-description h2, .mod-icons .icon-items > li .item-content .item-description h3 {
  margin-top: 1em;
}

.mod-icons .icon-items h2,
.mod-icons .icon-items h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0;
  color: #1990C4;
  font-family: "Lato", Futura, sans-serif;
  font-family: "Lato", Futura, sans-serif;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .mod-icons .icon-items h2,
  .mod-icons .icon-items h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.mod-icons.text-center .icon-items.icon-top > li, .mod-icons.text-center .icon-items.icon-left > li {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items.icon-left > li h2, .mod-icons.mod-staff .icon-items.icon-left > li h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items > li {
    grid-template-columns: 1fr;
  }
}

.mod-icons.mod-staff .icon-items > li .icon-img-link {
  display: flex;
  justify-content: center;
}

.mod-icons.mod-staff .icon-items > li .icon-img {
  aspect-ratio: 4 / 5;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .mod-icons.mod-staff .icon-items > li .icon-img {
    margin-bottom: 20px;
  }
}

.mod-icons.mod-staff .icon-items > li .icon-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top 25% left 50%;
}

/*===================================
=            Inline BnAs            =
===================================*/

.mod-bnas .module-heading {
  margin-bottom: 0;
  text-align: center;
}

.mod-bnas .bna-container {
  border-top: 1px solid #BDBFBF;
  padding-top: 40px;
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .bna-container {
    padding-top: 60px;
  }
}

.mod-bnas .inline-bnas {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 30px;
}

@media only screen and (max-width: 1059px) {
  .mod-bnas .inline-bnas {
    padding: 30px 60px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-bnas .inline-bnas {
    padding: 30px 30px 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .single-bna .bnacase-imgset {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-bnas .section-outro {
  margin-top: 1em;
}

.mod-bnas .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  column-gap: 16px;
}

.mod-bnas .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  /* @include media($tablet) {
            width: 13px;
            height: 13px;
          }
          @include media($desktop) {
            width: 16px;
            height: 16px;
          } */
}

.mod-bnas .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.mod-bnas .owl-prev,
.mod-bnas .owl-next {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.mod-bnas .owl-prev:active,
.mod-bnas .owl-next:active {
  color: #1990C4;
}

.mod-bnas .owl-prev .fal,
.mod-bnas .owl-next .fal {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-prev .fal,
  .mod-bnas .owl-next .fal {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-prev {
    left: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .owl-prev {
    left: -50px;
  }
}

@media only screen and (min-width: 768px) {
  .mod-bnas .owl-next {
    right: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .owl-next {
    right: -50px;
  }
}

.inline-bnas {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  /* .owl-carousel {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
    @include media($tablet) {
      display: flex;
      justify-content: center;
      column-gap: 50px;
      row-gap: 0;
    }
    @include media($desktop) {
      column-gap: 50px;
    }
    @include media($full) {
      padding: 100px;
    }
  } */
}

@media only screen and (min-width: 768px) {
  .inline-bnas {
    display: flex;
    justify-content: center;
  }
}

.inline-bnas .bnacase-imgset {
  /* display: grid;
    row-gap: 10px;
    border: 1px solid $primaryHighlight;
    padding: 10px;
    position: relative; */
  /* >div {
      &:nth-last-child(2) {
        .label {
          display: block;
        }
      }
    } */
}

.inline-bnas .bnacase-imgset:hover .overlay, .inline-bnas .bnacase-imgset:active .overlay, .inline-bnas .bnacase-imgset:focus .overlay {
  opacity: 1;
}

.inline-bnas .bnacase-imgset .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.inline-bnas .bnacase-imgset .overlay .more-icon {
  width: 130px;
  height: 130px;
  background-color: rgba(129, 112, 153, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-bnas .bnacase-imgset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2px;
  row-gap: 10px;
}

.inline-bnas img {
  margin: 0;
  width: auto;
  height: 100%;
}

.inline-bnas .before,
.inline-bnas .after {
  position: relative;
}

.inline-bnas .before .label,
.inline-bnas .after .label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  display: none;
  text-transform: uppercase;
  color: #07638c;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
}

.mod-bna-button {
  padding: 20px;
  text-align: center;
}

.pb-bnas.inline-bnas {
  padding: 0;
  margin: 0;
  border: none;
}

.pb-bnas .case-group .bnacase-imgset {
  margin-bottom: 20px;
  column-gap: 2px;
}

/*=======================================
=            Carousel Module            =
=======================================*/
.mod-carousel .module-heading {
  text-align: center;
}

.mod-carousel .section-intro p:last-of-type {
  margin-bottom: 0;
}

.mod-carousel .basic-carousel {
  padding: 20px 0;
}

.basic-carousel {
  position: relative;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .basic-carousel {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1060px) {
  .basic-carousel {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.basic-carousel .owl-stage-outer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.basic-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.basic-carousel .owl-stage:after {
  content: '';
}

.basic-carousel img {
  margin-bottom: 0;
}

.basic-carousel .owl-nav {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  position: absolute;
  padding: 0 20px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .basic-carousel .owl-nav {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.basic-carousel .owl-nav > div {
  background-color: #1990C4;
  padding: 10px;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1060px) {
  .basic-carousel .owl-nav > div {
    padding: 20px;
  }
}

.basic-carousel .owl-nav > div.owl-prev {
  left: 20px;
}

.basic-carousel .owl-nav > div.owl-next {
  right: 20px;
}

.basic-carousel .owl-nav > div .carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-carousel .carousel-description {
  text-align: center;
}

/*=======================================
=          Pagebuilder Module           =
=======================================*/
.mod-pagebuilder .section-intro-container {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .section-intro-container {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .section-intro-container {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .section-intro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.mod-pagebuilder .section-intro-container p:last-of-type {
  margin-bottom: 0;
}

.mod-pagebuilder .section-outro-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .section-outro-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .section-outro-container {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .section-outro-container {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.mod-pagebuilder.split-contained .lpb-row.contain-background {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder.split-contained .lpb-row.contain-background {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row.contain-background {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:first-of-type {
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:first-of-type .lpb-column-content {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:last-of-type {
    padding-right: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder.split-contained .lpb-row:not(.contain-background) .lpb-column:last-of-type .lpb-column-content {
    margin-right: 0 !important;
  }
}

.mod-pagebuilder.split-full {
  text-align: left;
}

@media only screen and (max-width: 1059px) {
  .mod-pagebuilder.column-reverse .lpb-row {
    flex-direction: column-reverse;
  }
}

.mod-pagebuilder .lpb-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .lpb-row {
    column-gap: 20px;
    flex-direction: row;
  }
}

.mod-pagebuilder .lpb-row .lpb-column {
  flex-basis: 0;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mod-pagebuilder .lpb-row .lpb-column.landing-border {
  padding: 20px;
}

.mod-pagebuilder .lpb-row .lpb-column.landing-border .lpb-column-content {
  border: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 100px 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-pagebuilder .lpb-row .lpb-column-content {
    padding: 100px 0;
  }
}

.mod-pagebuilder .lpb-row ol {
  counter-reset: item;
  margin: 1em 40px;
}

.mod-pagebuilder .lpb-row ol > li {
  display: block;
  margin-left: 0;
}

.mod-pagebuilder .lpb-row ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #f1fbff;
}

.landing-top .lpb-row {
  align-items: flex-start;
}

.padding-top-bottom-0 .lpb-column-content {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-bottom-0 .lpb-column-content {
  padding-bottom: 0;
}

.lpb-stars {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.lpb-stars i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #1990C4;
  margin: 2px;
}

.lpb-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: Futura, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .lpb-testimonial {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.lpb-author {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.lpb-author i {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.lpb-icon {
  margin-bottom: 1em;
}

.warranty-icons .lpb-icon {
  height: 75px;
  display: flex;
  align-items: center;
}

.warranty-icons .lpb-icon img {
  max-width: 100%;
  height: auto;
}

/* Specific to the Page Builder Testimonials */
.pb-testimonials figure {
  padding: 0;
}

/*=========================================
=            Home Page Modules            =
=========================================*/

.mod-procedures {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mod-procedures {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .mod-procedures {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.mod-procedures .areas-list {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  /* padding-bottom: 10px;
  row-gap: 10px;
  grid-area: services-list; */
}

/* @media only screen and (min-width: 768px) {
  .mod-procedures .areas-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
} */

/* @media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 13px;
    row-gap: 13px;
  }
} */

/* .mod-procedures .areas-list > li {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 100vw;
} */

/* @media only screen and (min-width: 768px) {
  .mod-procedures .areas-list > li {
    min-height: 50vw;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .mod-procedures .areas-list > li {
    min-height: 450px;
  }
} */

.mod-procedures .areas-list > li:before {
  content: none;
}

/* .mod-procedures .area-wrap {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
} */

/* .mod-procedures .area-wrap .area-heading {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #f2f2f2;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: flex-end;
} */

/* .mod-procedures .area-wrap .area-heading h3, .mod-procedures .area-wrap .area-heading .h3 {
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding-left: 20px;
  width: 100%;
  padding: 10px;
  margin: 0;
  transition: all 0.3s;
} */

/* .mod-procedures .overlay,
.mod-procedures .underlay {
  background-color: rgba(25, 144, 196, 0);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
} */

/* .mod-procedures .underlay {
  background: linear-gradient(rgba(25, 144, 196, 0), #1990c4);
} */

/* .mod-procedures .bg-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

/* .mod-procedures .bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
} */

/* .mod-procedures .home-procedures {
  transition: all 0.3s;
  padding-top: 20px;
  margin-left: 20px;
  list-style: none;
} */

/* .mod-procedures .procedure-each {
  margin-bottom: 0.63em;
} */

.mod-procedures .procedure-each a {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #ffffff;
}

.mod-procedures .procedure-each a:hover, .mod-procedures .procedure-each a:active, .mod-procedures .procedure-each a:focus {
  color: #136f97;
}

/* @media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list > .has-procedures:hover .area-wrap, .mod-procedures .areas-list > .has-procedures:active .area-wrap, .mod-procedures .areas-list > .has-procedures:focus .area-wrap {
    transform: translateY(60px);
  }
  .mod-procedures .areas-list > .has-procedures:hover .overlay, .mod-procedures .areas-list > .has-procedures:active .overlay, .mod-procedures .areas-list > .has-procedures:focus .overlay {
    background-color: #1990c4;
  }
  .mod-procedures .areas-list > .has-procedures:hover .bg-photo img, .mod-procedures .areas-list > .has-procedures:active .bg-photo img, .mod-procedures .areas-list > .has-procedures:focus .bg-photo img {
    transform: scale(1.1);
  }
} */

/* @media only screen and (min-width: 1060px) and (min-width: 1060px) {
  .mod-procedures .areas-list > .has-procedures:hover .proc-list-skin, .mod-procedures .areas-list > .has-procedures:active .proc-list-skin, .mod-procedures .areas-list > .has-procedures:focus .proc-list-skin {
    column-count: 2;
  }
} */

/* @media only screen and (min-width: 1060px) {
  .mod-procedures .areas-list > .no-procedures:hover h3, .mod-procedures .areas-list > .no-procedures:hover .h3, .mod-procedures .areas-list > .no-procedures:active h3, .mod-procedures .areas-list > .no-procedures:active .h3, .mod-procedures .areas-list > .no-procedures:focus h3, .mod-procedures .areas-list > .no-procedures:focus .h3 {
    transform: translateY(-50%);
  }
} */

.mod-doctors .doctor-container {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 20px; */
}

/* @media only screen and (min-width: 768px) {
  .mod-doctors .doctor-container {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container {
    margin-bottom: 60px;
  }
} */

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.mod-doctors .doctor-container:last-of-type {
  margin-bottom: 0;
}

.mod-doctors .doctor-container .doctor-heading {
  margin-top: 0.5em;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-heading {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-image {
    width: 50%;
  }
}

.mod-doctors .doctor-container .doctor-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container .doctor-image img {
    object-fit: cover;
  }
}

.mod-doctors .doctor-container.dr-image-inline {
  display: block;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-inline:nth-of-type(odd) .doctor-inline-image {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-inline:nth-of-type(even) .doctor-inline-image {
    margin-right: 50px;
  }
}

.mod-doctors .doctor-container.dr-image-split .doctor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  .mod-doctors .doctor-container.dr-image-split .doctor-content {
    padding: 40px 0 0;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-container.dr-image-split .doctor-content {
    padding: 60px;
    width: 50%;
  }
}

.mod-doctors .doctor-container.dr-image-split .doctor-content .read-more-button {
  margin-left: 0;
}

.mod-doctors .doctor-container.dr-image-split .doctor-content .memberships-sc-wrap {
  margin-top: 2em !important;
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container:nth-of-type(odd) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container.dr-image-inline:nth-of-type(odd) .doctor-inline-image {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-doctors .doctor-list.inverse .doctor-container.dr-image-inline:nth-of-type(even) .doctor-inline-image {
    margin-left: 50px;
  }
}

/*==========================================
=            Partial Components            =
==========================================*/
.hero-image {
  margin: 0;
  margin-top: 0;
  height: 57vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .hero-image {
    height: 37vw;
  }
}

.hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 60vw;
}

@media only screen and (min-width: 768px) {
  .hero-image img {
    height: 40vw;
  }
}

.intro-icon {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.intro-icon.icon-style {
  max-width: 130px;
}

@media only screen and (min-width: 1060px) {
  .intro-icon.intro-icon-left {
    float: left;
  }
}

@media only screen and (min-width: 1060px) {
  .intro-icon.intro-icon-right {
    float: right;
  }
}

.intro-icon img {
  width: 100%;
  height: auto;
}

.read-more-button {
  display: flex;
  margin: 1em auto 0;
  width: fit-content;
}

.read-more-button .icon {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.read-more-button label {
  line-height: 1em;
}

.read-more-left .read-more-button {
  margin-left: 0;
}

.read-more-left .read-more-button-container {
  align-items: start;
  justify-content: flex-start;
}

.read-more-right .read-more-button {
  margin-right: 0;
}

.read-more-right .read-more-button-container {
  align-items: start;
  justify-content: flex-end;
}

.read-more-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .read-more-button-container {
    flex-direction: row;
  }
}

.read-more-button-container .read-more-button {
  margin: 1em 0 0;
}

@media only screen and (min-width: 768px) {
  .read-more-button-container .read-more-button {
    margin-right: 40px;
  }
  .read-more-button-container .read-more-button:last-of-type {
    margin-right: 0;
  }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}


.page-193 div#team .feature-image {
  background-position: top center;
}

div#sf-message-132 {
  padding-top: 150px;
}

li.arch-category-item.non-surgical-cat {
  background-position: top 22% center;
}

/* Video Library */

.yottie-widget-nav-list li:before {
  content: none !important;
}


/*====================================
=            Gravity Form            =
====================================*/

.gform-theme--foundation .gform_fields {
  row-gap: 1em !important;
  text-align: left !important;
}

.gform-theme--foundation .gform_fields .ginput_container input,
.gform-theme--foundation .gform_fields .ginput_container_select select,
.gform-theme--foundation .gform_fields .gfield--type-textarea textarea {
  height: 48px !important;
  font-size: 16px !important;
  color: #797979 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  font-family: sans-serif !important;
  box-shadow: none !important;

  /* color: rgba(255, 255, 255, 0.5) !important; */
}

.gform-theme--foundation .gfield_required_text {
display: none !important;
}

.gform-theme--foundation .gform_fields .ginput_container .gfield-choice-input {
  height: unset !important;
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
display: flex !important;
align-items: center !important;
}

.gform-theme--foundation .gform_fields .ginput_container_consent input {
  height: 15px !important;
  width: 15px !important;
  border: 1px solid #000 !important;
  margin-top: 5px !important;
}

.gform-theme--foundation .gform_fields legend,
.gform-theme--foundation .gform_fields #field_1_19 label,
.gform-theme--foundation .gform_fields .gfield--type-textarea label,
.gform-theme--foundation .gform_fields .gfield_label {
  font-weight: 400 !important;
  font-size: 18px !important;
  padding-top: 5px !important;
}

.gform-theme--foundation .gform_fields .disclaimer {
  font-size: 12px !important;
  line-height: 1.5em !important;
  font-style: italic !important;
  color: #000000 !important;
}

.gform-footer input {
  align-items: center !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1em !important;
  cursor: pointer !important;
  display: inline-block !important;;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;;
  background: #44c3cf !important;
  color: #ffffff !important;
  padding: 10px 30px !important;
  align-items: center !important;
}

.gform-footer input:hover {
  background: #368c94 !important;
  color: #ffffff !important;
}

.gform-theme--foundation .gform_fields .ginput_container_date input,
.gform-theme--foundation .gform_fields .ginput_container_time input {
  background-color: #fff !important;
}

.gform-theme--foundation .gform_fields .ginput_container_select {
  align-items: center !important;
}

/* Footer form */

.site-footer .gform-theme--foundation .gform_fields .ginput_container input,
.site-footer .gform-theme--foundation .gform_fields .ginput_container_select select,
.site-footer .gform-theme--foundation .gform_fields .gfield--type-textarea textarea {
background: rgba(255, 255, 255, 0.1) !important;
}

.site-footer .gform-theme--foundation .gform_fields .disclaimer {
  color: #fff !important;
}

.site-footer .gform-footer {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  justify-content: center !important;
}

/*===============================================
=            Hiding Elfsight Toolbar            =
===============================================*/
.eapps-widget-toolbar {
  display: none !important;
}