/*
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: 3.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: 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
------------------------ */
/* $navMobile : 58px;
$navTablet : 63px;
$navDesktop : 63px; */
/* ------------------------
   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, #rmrrWidget-contains-pager-button {
  font-size: 17px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  font-family: scandia-web, sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #9FBEDB;
  color: #ffffff;
  padding: 12.5px 26px;
  border-radius: 0px 20px;
  box-shadow: 5px 5px 6px rgba(51, 51, 51, 0.2);
  transition: all 0.3s;
}

.button:hover, .buttons a:hover {
  background: #003763;
  color: #ffffff !important;
  text-decoration: none;
}

.button-light {
  background: #ffffff;
  color: #003763;
}

.button-light:hover {
  background: #9FBEDB;
  color: #ffffff;
}

blockquote {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1.57em;
  font-weight: 500;
  position: relative;
  margin-top: 70px;
  color: #003763;
}

@media only screen and (min-width: 768px) {
  blockquote {
    margin-left: 118px;
  }
}

blockquote footer {
  color: #003763;
}

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

figcaption {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1.57em;
  font-weight: 500;
  color: #9FBEDB;
}

@media only screen and (min-width: 768px) {
  figcaption {
    margin-left: 118px;
  }
}

figcaption:before {
  content: "- ";
}

figure.callout {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  figure.callout {
    text-align: left;
  }
}

figure.callout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url("images/svg/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px 44px;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -125%);
}

@media only screen and (min-width: 768px) {
  figure.callout:before {
    top: calc(50% - 70px);
    left: 0;
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    transform: none;
  }
}

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

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

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

@media only screen and (min-width: 1060px) {
  .three-column {
    column-count: 3;
  }
}

.spaced-list li {
  margin-bottom: 1.5em;
}

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

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

::selection {
  background: #003763;
}

/* Responsive iframes  and */
/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.ytwrap {
  max-width: 947px;
  margin: 60px auto;
}

.ytvideo {
  background-size: cover;
}

.yt-title {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 1.25em;
  font-weight: 500;
  color: #003763;
  text-align: center;
  transform: translateY(-100%);
  text-transform: uppercase;
  max-width: 1052px;
  margin: 0 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: "";
  background-image: url("images/svg/yt-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 768px) {
  .ytvideo:after,
  .custom-placeholder:after {
    width: 115px;
    height: 115px;
  }
}

.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(51, 51, 51, 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;
}

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

.grecaptcha-badge {
  bottom: 180px !important;
}

body .uwy.userway_p5 .uai {
  bottom: 80px !important;
}

/* ------------------------
   Typography (and primary body style)
------------------------ */
html {
  font: 17px/25px scandia-web, sans-serif;
}

body {
  font-size: 17px;
  font-size: 1rem;
  line-height: 1.47em;
  font-weight: 400;
  color: #333333;
  min-width: 320px;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 1em;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: scandia-web, sans-serif;
  color: #003763;
  font-weight: 500;
}

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

.hdng {
  font-family: sofia-pro, sans-serif;
}

h1, .h1 {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1.09em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}

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

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

@media only screen and (min-width: 1060px) {
  h2, .h2 {
    font-size: 40px;
    font-size: 2.3529411765rem;
    line-height: 1.15em;
  }
}

h3, .h3 {
  color: #9FBEDB;
}

@media only screen and (min-width: 1060px) {
  h3, .h3 {
    font-size: 29px;
    font-size: 1.7058823529rem;
    line-height: 1.39em;
  }
}

h4, h5, h6 {
  text-transform: uppercase;
}

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

a {
  color: #003763;
  text-decoration: underline;
  transition: all 0.3s;
}

a:focus {
  color: #9FBEDB;
  outline: none;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

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

section {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  section {
    padding: 20px 40px;
  }
}

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

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

.contain {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .contain {
    padding: 0 40px;
  }
}

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

/* ***************************************** */
/* --------------- 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%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-header.int-header {
  background-size: cover;
  background-position: right center;
}

@media only screen and (min-width: 1060px) {
  .site-header.int-header {
    background-position: center;
  }
}

.header-content {
  position: relative;
  z-index: 0;
  min-height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  padding-top: calc(56px + 40px);
}

@media only screen and (min-width: 768px) {
  .header-content {
    padding: 40px;
    padding-top: calc(56px + 40px);
  }
}

@media only screen and (min-width: 1060px) {
  .header-content {
    align-items: flex-start;
    padding-top: calc(80px + 6vw);
    padding-bottom: 8vw;
  }
}

@media only screen and (min-width: 1380px) {
  .header-content {
    min-height: 20vw;
    padding-right: calc(40px + (50vw - (1380px / 2)));
    padding-left: calc(40px + (50vw - (1380px / 2)));
  }
}

.header-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: -1;
}

@media only screen and (min-width: 1060px) {
  .header-content:before {
    display: none;
  }
}

.header-content .site-logo {
  width: 200px;
  height: auto;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .header-content .site-logo {
    width: 400px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .header-content .site-logo {
    width: 520px;
    margin: 0;
    margin-bottom: 63px;
  }
}

.header-content h1, .header-content .h1 {
  margin-bottom: 0;
}

.header-curves {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin-top: -3vw;
}

@media only screen and (min-width: 1060px) {
  .header-curves {
    margin-top: -4vw;
  }
}

.header-curves:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6vw;
  box-shadow: 0px 0vw 0px 1vw #9FBEDB;
  border-bottom-right-radius: 50% 65%;
  border-bottom-left-radius: 50% 65%;
  transform: translateY(-75%) scale(1.5);
  z-index: -1;
}

@media only screen and (min-width: 1060px) {
  .header-curves:before {
    border-bottom-right-radius: 50% 65%;
    border-bottom-left-radius: 50% 65%;
    height: 5vw;
  }
}

.header-curves:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6vw;
  /* box-shadow: 0px 0vw 0px 1vw #003763; */
  box-shadow: 0px 0vw 0px 1vw #012B50;
  border-bottom-right-radius: 50% 65%;
  border-bottom-left-radius: 50% 65%;
  transform: translateY(-55%) scale(1.5);
  /* background: #ffffff; */
  z-index: -1;
}

@media only screen and (min-width: 1060px) {
  .header-curves:after {
    border-bottom-right-radius: 50% 65%;
    border-bottom-left-radius: 50% 65%;
    height: 5vw;
  }
}

/* Naviagation bar */
.nav-bar {
  box-shadow: -10px 1px 9px rgba(0, 0, 0, 0.26);
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #003763;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.nav-bar.fixed {
  position: fixed;
}

.nav-bar .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1060px) {
  .nav-bar .header-logo {
    position: static;
    transform: none;
    margin-right: 17px;
  }
}

.nav-bar .header-logo svg {
  width: auto;
  height: 40px;
}

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

.front-header .nav-bar .header-logo {
  display: none;
}

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

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

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

@media only screen and (min-width: 1060px) {
  .menu-buttons {
    column-gap: 21px;
  }
}

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

.menu-buttons a svg path {
  fill: #ffffff;
  transition: all .3s;
}

.menu-buttons a:hover {
  color: #9FBEDB;
}

.menu-buttons a:hover svg path {
  fill: #9FBEDB;
}

.menu-buttons span {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 100%;
  font-weight: 500;
  display: block;
  margin-right: 0;
}

.menu-buttons .menu-trigger {
  display: flex;
  align-items: center;
}

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

.menu-buttons .menu-trigger .menu-button-text {
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1em;
  font-family: sofia-pro, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 15px;
}

.menu-buttons .menu-contact {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-buttons .menu-contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.menu-buttons .menu-contact a {
  display: flex;
  align-items: center;
}

.menu-buttons .menu-contact .display-icon svg {
  width: auto;
  height: 31px;
}

.menu-buttons .menu-phone {
  /* padding-left: 25px;
		margin-left: 25px; */
  padding-left: 13px;
  margin-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-buttons .menu-phone span {
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 1200px) {
  .menu-buttons .menu-phone span {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .display-icon {
    margin-right: 18px;
  }
}

.menu-buttons .menu-phone .display-number {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .display-number {
    display: block;
  }
}

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

/*-------------- Logo Area -------------*/
/*--------------  Header Banner  -------------*/
.pre-nav {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 1em;
  background: #9FBEDB;
  padding: 10px 20px;
  position: relative;
  z-index: 25;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height:  35px;
}

.pre-nav ul {
  list-style: none;
  margin: 0;
  display: none;
}

.pre-nav ul li {
  padding: 0 0.5em;
}

.pre-nav ul li:first-of-type {
  border-right: 1px solid #ffffff;
}

.pre-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.pre-nav ul li a:hover {
  color: #003763;
}

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

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

.touch-menu {
  display: block;
}

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

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

.touch-menu .main-menu {
  background: #9FBEDB;
  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.8235294118rem;
  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: #043763;
  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 - 56px + 10px);
  padding-bottom: 63px;
}

@media only screen and (min-width: 768px) {
  .menu-is-open .touch-menu .main-menu {
    height: calc(100vh - 56px + 10px);
    padding-bottom: 80px;
  }
}

.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: 28px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  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: 7px;
}

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

.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: 16px;
    font-size: 0.9411764706rem;
    line-height: 1em;
    font-family: sofia-pro, sans-serif;
    letter-spacing: 0.025em;
    display: block;
    flex-grow: 1;
  }
  .not--device .menu-wrap .main-menu {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 56px;
  }
  .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: 56px;
  }
  .not--device .menu-wrap .main-menu > li:hover > a {
    border-bottom: 2px solid #9FBEDB;
    color: #ffffff;
  }
  .not--device .menu-wrap .main-menu > li.mega-menu {
    position: static;
  }
  .not--device .menu-wrap .main-menu > li.nav-home-link {
    display: none;
  }
  .not--device .menu-wrap .main-menu > li a {
    display: block;
    text-decoration: none;
    margin: 0 8px;
    padding: 7px 0;
    transition: .25s ease-in-out background;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .not--device .menu-wrap .main-menu > li a {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .main-menu .mobile-only {
    display: none;
  }
  .not--device .menu-wrap a {
    font-size: 13px;
    font-size: 0.7647058824rem;
    line-height: 1.125em;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1150px) {
  .not--device .menu-wrap a {
    font-size: 16px;
    font-size: 0.9411764706rem;
    line-height: 1.125em;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .nav-dropdown-button {
    display: none;
    border-top: 2px solid #D0F4FF;
    border-right: 2px solid #D0F4FF;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 6px;
    transform: rotate(45deg);
  }
  .not--device .menu-wrap .sub-menu {
    background: #9FBEDB;
    position: absolute;
    top: 50px;
    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 #9FBEDB;
    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: 1380px) {
  .not--device .menu-wrap .mega-menu > .sub-menu {
    padding-right: calc(40px + (50vw - (1380px / 2)));
    padding-left: calc(40px + (50vw - (1380px / 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: 2.9411764706rem;
    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: 2.9411764706rem;
    line-height: 1em;
    font-weight: 300;
    font-family: sofia-pro, sans-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
------------------------ */
@media only screen and (max-width: 767px) {
  .inside h1, .inside .h1, .inside h2, .inside .h2, .inside h3, .inside .h3, .inside h4, .inside h5, .inside h6 {
    text-align: center;
  }
}

.inside h1, .inside .h1 {
  margin-top: 0;
  max-width: 100%;
}

@media only screen and (min-width: 1060px) {
  .inside h1, .inside .h1 {
    max-width: 520px;
  }
}

.inside main h1, .inside main .h1 {
  max-width: 100%;
}

.inside h2, .inside .h2 {
  font-size: 29px;
  font-size: 1.7058823529rem;
}

@media only screen and (min-width: 1060px) {
  .inside h2, .inside .h2 {
    font-size: 37px;
    font-size: 2.1764705882rem;
    line-height: 1.15em;
  }
}

.salacious-crumb {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
  padding: 18px 0;
  margin: 0;
  color: #9FBEDB;
}

@media only screen and (min-width: 768px) {
  .salacious-crumb {
    text-align: left;
  }
}

.salacious-crumb a {
  text-decoration: none;
  color: #003763;
}

.salacious-crumb .crumb-sep {
  margin: 0 8px;
  color: #003763;
}

.salacious-crumb .current-crumb-item {
  color: #9FBEDB;
}

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

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

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

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

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

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

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

/*===============================================
=            Rosemont Content Styles            =
===============================================*/
.rm-content-styles a {
  text-decoration: underline;
}

.rm-content-styles a:hover {
  color: #9FBEDB;
}

.rm-content-styles .button {
  text-decoration: none;
}

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

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

ul,
ol {
  margin: 1em 40px;
}

ul li,
ol li {
  list-style-position: outside;
}

ul li::marker,
ol li::marker {
  color: #9FBEDB;
}

/*=================================================
=            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: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 2em 0 !important;
  column-gap: 2em;
  row-gap: 1em;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .memberships-sc-wrap {
    margin-top: 3em !important;
  }
}

.memberships-sc-wrap li {
  flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .memberships-sc-wrap li {
    flex-basis: auto;
  }
}

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

.memberships-sc-wrap li:nth-of-type(2) {
  display: none;
}

.memberships-sc-wrap svg {
  height: 80px;
  width: auto;
}

.memberships-sc-wrap svg path {
  fill: #12384a;
}

.memberships-sc-wrap img {
  height: 80px;
  width: auto;
}

/*==============================================
=                Page Not Found                =
==============================================*/
#error_txt {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #error_txt {
    padding-bottom: 70px;
  }
}

/*==============================================
=             	   FAQs Page	                =
==============================================*/
.faqs .module-faq {
  padding-top: 0;
}

/*==============================================
=          Abdominal Liposuction Page	         =
==============================================*/
.page-2623 #results .feature-image {
  background-position: top center;
}

/*==============================================
=            Tummy Liposuction Page	           =
==============================================*/
.page-2645 #results .feature-image {
  background-position: bottom center;
}

/*==============================================
=            Colors for Sample Page            =
==============================================*/
.sample-page .color-grid {
  display: grid;
  grid-template-columns: 50px auto;
  row-gap: 5px;
}

.sample-page .color {
  width: 40px;
  height: 40px;
}

.sample-page .hex {
  display: flex;
  align-items: center;
}

/* ------------------------
	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.6470588235rem;
  line-height: 1.25em;
  margin-bottom: 20px;
}

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

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

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

/* ------------------------
	Footer Layout
------------------------ */
.site-footer {
  text-align: center;
}

/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 1.5em;
/*   background-image: url("images/bg-footer.jpg"); */
  background-color: #003763;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 25px 0 0;
}

@media only screen and (min-width: 768px) {
  .upper-Footer {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer {
    padding-top: 50px;
  }
}

.upper-footer .f-logo {
  line-height: 1em;
  margin-bottom: 30px;
}

.upper-footer .f-logo svg {
  width: auto;
  height: 57px;
}

body.contact .uf-wrap.contain {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-logo svg {
    height: 80px;
  }
}

.upper-footer .h2 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  line-height: 1.73em;
  color: #ffffff;
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .h2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 1.27em;
    margin-bottom: 26px;
  }
}

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

.upper-footer .f-intro-wrap {
  margin: 0 auto;
  max-width: 447px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-intro-wrap {
    margin-top: 40px;
  }
}

.upper-footer .uf-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "uf-form" "uf-location" "uf-social";
  padding-bottom: 20px;
  /* @include media($full) {
			padding: 0;
			max-width: 1340px;
		} */
}

@media only screen and (min-width: 768px) {
  .upper-footer .uf-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "uf-form uf-form" "uf-location uf-social";
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer .uf-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "uf-location uf-form uf-social";
    align-items: center;
    margin-bottom: 72px;
  }
}

.upper-footer .footer-contact-form {
  grid-area: uf-form;
}

.upper-footer .f-location-wrap {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  grid-area: uf-location;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap {
    font-size: 33px;
    font-size: 1.9411764706rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer .f-location-wrap {
    /* max-width: auto;
			margin: 0; */
    margin: 0 auto;
  }
}

.upper-footer .f-location-wrap a {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap a {
    justify-content: flex-start;
  }
}

.upper-footer .f-location-wrap a .display-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.upper-footer .f-location-wrap a .display-icon svg {
  margin-right: 17px;
}

.upper-footer .f-location-wrap a .display-icon svg path {
  fill: #ffffff;
  transition: fill .3s;
}

.upper-footer .f-location-wrap a:hover {
  color: #9FBEDB;
}

.upper-footer .f-location-wrap a:hover svg path {
  fill: #9FBEDB;
}

.upper-footer .f-location-wrap .phone-group {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 1.2em;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap .phone-group {
    font-size: 33px;
    font-size: 1.9411764706rem;
  }
}

.upper-footer .f-location-wrap .phone-group .display-icon svg {
  width: auto;
  height: 18px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap .phone-group .display-icon svg {
    height: 25px;
  }
}

.upper-footer .f-location-wrap .site-locations .address-text {
  color: #ffffff;
  position: relative;
  transition: color .3s;
}

.upper-footer .f-location-wrap .site-locations .address-text:hover {
  color: #9FBEDB;
}

.upper-footer .f-location-wrap .site-locations .address-text:hover .name {
  color: #ffffff;
}

.upper-footer .f-location-wrap .site-locations .display-address {
  font-size: 17px;
  font-size: 1rem;
  line-height: 1.41em;
  font-weight: 500;
  position: relative;
}

.upper-footer .f-location-wrap .site-locations .display-address .name {
  font-size: 26px;
  font-size: 1.5294117647rem;
  line-height: 1.48em;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  width: 290px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -100%);
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap .site-locations .display-address .name {
    left: 0;
    text-align: left;
    transform: translate(0, -100%);
  }
}

.upper-footer .f-location-wrap .site-locations .display-address .street {
  margin-top: 23.5px;
}

.upper-footer .f-location-wrap .site-locations .display-address .street .suite {
  display: block;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap .site-locations .display-address .street .suite {
    display: inline-block;
  }
}

.upper-footer .f-location-wrap .site-locations .display-address .display-icon svg {
  height: 21px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-location-wrap .site-locations .display-address .display-icon svg {
    height: 29px;
  }
}

.upper-footer .f-social-wrap {
  grid-area: uf-social;
  text-align: center;
}

.upper-footer .f-social-wrap .ratings {
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1em;
  font-weight: 500;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-social-wrap .ratings {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin: 20px 0 50px 0;
  }
}

.upper-footer .f-social-wrap .ratings a {
  display: flex;
  flex-direction: column-reverse;
}

.upper-footer .f-social-wrap .ratings a svg path {
  transform: fill .3s;
}

.upper-footer .f-social-wrap .ratings a:hover {
  color: #9FBEDB;
}

.upper-footer .f-social-wrap .ratings a:hover svg path {
  fill: #9FBEDB;
}

.upper-footer .f-social-wrap .ratings .ratings__stars {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-social-wrap .ratings .ratings__stars {
    margin-bottom: 33px;
  }
}

.upper-footer .f-social-wrap .ratings .ratings__stars svg {
  width: auto;
  height: 19px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-social-wrap .ratings .ratings__stars svg {
    height: 23px;
  }
}

.upper-footer .f-social-wrap .ratings .ratings__stars svg path {
  fill: #ffffff;
  transition: fill .3s;
}

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  font-size: 12px;
  font-size: 0.7058823529rem;
  line-height: 1.83em;
  letter-spacing: 0.03em;
  position: relative;
  padding: 20px 20px 140px;
}

@media only screen and (min-width: 768px) {
  .lower-footer {
    padding: 20px 0 87px;
    width: 598px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer {
    font-size: 14px;
    font-size: 0.8235294118rem;
    line-height: 1.43em;
    padding-top: 23px;
    padding-bottom: 90px;
    width: 1063px;
  }
}

.lower-footer a {
  color: #9FBEDB;
  text-decoration: none;
}

.lower-footer a:hover {
  color: #003763;
}

.lower-footer a:hover svg path {
  fill: #003763;
}

.lower-footer a.accessibility {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  border: 1px solid #9FBEDB;
  padding: 5px 15px;
  border-radius: 33px;
  line-height: 16px;
}

@media only screen and (min-width: 1060px) {
  .lower-footer a.accessibility {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }
}

.lower-footer a.accessibility:hover, .lower-footer a.accessibility:active {
  background: #9FBEDB;
  color: #ffffff;
}

.lower-footer .rm-sig span {
  display: none;
}

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

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

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

.site-disclaimer {
  font-size: 11px;
  font-size: 0.6470588235rem;
  line-height: 1.55em;
  font-style: italic;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .site-disclaimer {
    font-size: 12px;
    font-size: 0.7058823529rem;
  }
}

@media only screen and (min-width: 1060px) {
  .site-disclaimer {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

/*==================================
=            Footer Nav            =
==================================*/
.footer-nav {
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.23em;
  letter-spacing: 0.025em;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .footer-nav {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin-top: 60px;
  }
}

.footer-nav:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
/*   box-shadow: 0px 3vw 0px 10vw #9FBEDB; */
  box-shadow: 0px 15vw 0px 15vw #9FBEDB;
  border-bottom-right-radius: 50% 65%;
  border-bottom-left-radius: 50% 65%;
  transform: translateY(-100%) scale(1.5);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .footer-nav:before {
    box-shadow: 0px 3vw 0px 10vw #9FBEDB;
  }
}

.footer-nav .menu {
  margin: 40px 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  row-gap: 10px;
}

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

@media only screen and (min-width: 768px) {
  .footer-nav .menu li {
    margin: 0px 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .footer-nav .menu li {
    margin: 0 22px;
  }
}

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

.footer-nav .menu li a:hover {
  color: #003763;
}

/*===========================================
=            Footer Contact Form            =
===========================================*/
.footer-contact-form {
  margin: 0 auto 60px;
  max-width: 447px;
}

@media only screen and (min-width: 768px) {
  .footer-contact-form {
    margin-bottom: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .footer-contact-form {
    margin-bottom: 0;
  }
}

.footer-contact-form form {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .footer-contact-form form .field-wrap {
    width: 49%;
  }
}

.footer-contact-form form .type-cm_integration,
.footer-contact-form form .newsletter-sms {
  margin-bottom: 13px;
  width: 100%;
}

@media only screen and (min-width: 1060px) {
  .footer-contact-form form .type-cm_integration,
  .footer-contact-form form .newsletter-sms {
    margin-bottom: 0;
  }
}

.footer-contact-form form .type-selectbox {
  width: 100%;
}

.footer-contact-form form .type-textarea {
  width: 100%;
}

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

.footer-contact-form form .field-wrap input, .footer-contact-form form select, .footer-contact-form form textarea {
  border: 1px solid rgba(94, 127, 177, 0.2);
}

.footer-contact-form form input[type="radio"], .footer-contact-form form input[type="checkbox"] {
  accent-color: #9FBEDB;
}

.footer-contact-form form select {
  padding-right: 40px;
}

.footer-contact-form form .disclaimer {
  font-size: 11px;
  font-size: 0.6470588235rem;
  line-height: 1.09em;
  opacity: 0.72;
  width: 100%;
  margin-bottom: 13px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-contact-form form .disclaimer {
    font-size: 12px;
    font-size: 0.7058823529rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1060px) {
  .footer-contact-form form .disclaimer {
    font-size: 12.5px;
    font-size: 0.7352941176rem;
    position: absolute;
    bottom: -12px;
    transform: translateY(100%);
  }
}

.footer-contact-form form .disclaimer.newsletter-disclaimer {
  position: relative;
  transform: translateY(-8px);
}

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

@media only screen and (min-width: 1060px) {
  .footer-contact-form form .type-submitbutton {
    position: absolute;
    bottom: -80px;
    transform: translateY(100%);
  }
}

/*===========================================
=            Gravity Form Overrides        =
===========================================*/

/* Gravity Form General Styles */
.gform_heading {
  display: none;
}

span.gform-grid-col input {
  text-align: left;
}

.ginput_container input {
  text-align: left;
}

.ginput_container.ginput_container_select select {
  text-align: left;
}

label.gfield_label.gform-field-label {
  color: white;
}

/* Tighter spacing between form fields - Override Gravity Forms grid system */
.gform-theme--foundation,
.gform-theme--api {
  --gf-form-gap-y: 16px !important; /* Reduced from 40px - vertical spacing between fields */
  --gf-field-gap-y: 8px !important; /* Reduced from 12px - vertical spacing within field components */
  --gf-form-footer-margin-y-start: 16px !important; /* Reduced from 24px - spacing before submit button */
  --gf-ctrl-desc-color: rgba(224, 224, 224, 0.7) !important; /* Light gray with transparency */
}

/* Footer form submit button styling */
.gform_footer input[type="submit"],
.gform_footer button[type="submit"],
.gform_button,
input.gform_button {
  background: #ffffff !important;
  color: #003763 !important;
  border: none !important;
  border-radius: 0 20px 0px 20px !important;
  padding: 12px 40px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  box-shadow: none !important;
}

.gform_footer input[type="submit"]:hover,
.gform_footer button[type="submit"]:hover,
.gform_button:hover,
input.gform_button:hover {
  background: #9FBEDB !important;
  color: #ffffff !important;
}

input.gform_button {
  margin: 0 auto !important;
}

.gform-footer.gform_footer.top_label {
  width: 100%;
}

.ginput_container.ginput_container_consent label {color: white;}

div#gfield_consent_description_1_7 {
    color: white;
}

.f-logo.padded-logo {
  padding-bottom: 2rem;
}

/* Main Contact Form Styling - White Background */
.contact-form label.gfield_label.gform-field-label,
.contact-form .gfield_label {
  color: #003763 !important;
}

.contact-form .ginput_container.ginput_container_consent label {
  color: #333333 !important;
}

.contact-form div[id*="gfield_consent_description"] {
  color: #333333 !important;
}

.contact-form .gform-theme--foundation,
.contact-form .gform-theme--api {
  --gf-ctrl-desc-color: rgba(51, 51, 51, 0.7) !important;
}

/* Main contact form submit button - Blue background */
.contact-form .gform_footer input[type="submit"],
.contact-form .gform_button {
  background: #9FBEDB !important;
  color: #ffffff !important;
  border-radius: 0 20px 0px 20px !important;
}

.contact-form .gform_footer input[type="submit"]:hover,
.contact-form .gform_button:hover {
  background: #003763 !important;
  color: #ffffff !important;
}

/* Survey/Likert Scale Table Styling */
.gfield_likert table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 1rem !important;
}

.gfield_likert thead th {
  background: #f5f5f5 !important;
  padding: 12px 8px !important;
  text-align: center !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #003763 !important;
  border: 1px solid #e0e0e0 !important;
}

.gfield_likert tbody tr {
  border-bottom: 1px solid #e0e0e0 !important;
}

.gfield_likert tbody tr:nth-child(even) {
  background: #fafafa !important;
}

.gfield_likert tbody th {
  text-align: left !important;
  padding: 12px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
  font-size: 16px !important;
}

.gfield_likert tbody td {
  text-align: center !important;
  padding: 12px 8px !important;
  border: 1px solid #e0e0e0 !important;
}

.gfield_likert input[type="radio"] {
  margin: 0 auto !important;
  display: block !important;
}

/* Survey section headings */
.gfield.gfield--type-section .gsection_title {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.survey-form_wrapper {
  max-width: 1000px;
  margin: auto;
}

.survey-form div.gfield_description {
  color: gray;
}

.survey-form label.gfield_label.gform-field-label, legend.gfield_label.gform-field-label {
  color: black;
  font-size: 16px;
  padding: 0.5rem 0;
}

/* Survey form submit button - Blue background */
.survey-form .gform_footer input[type="submit"],
.survey-form .gform_button {
  background: #9FBEDB !important;
  color: #ffffff !important;
}

.survey-form .gform_footer input[type="submit"]:hover,
.survey-form .gform_button:hover {
  background: #003763 !important;
  color: #ffffff !important;
}

/*===========================================
=            Footer Social Icons            =
===========================================*/
.f-social .social-icons {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .f-social .social-icons {
    column-gap: 23px;
  }
}

@media only screen and (min-width: 1060px) {
  .f-social .social-icons {
    column-gap: 37px;
  }
}

.f-social .social-icons svg {
  width: auto;
  height: 30px;
}

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

.f-social .social-icons a:hover {
  color: #9FBEDB;
}

.f-social .social-icons a:hover svg path {
  fill: #9FBEDB;
}

/*======================================
=            Sticky Contact            =
======================================*/
.sticky-contact {
  background: #9FBEDB;
  box-shadow: -10px 1px 9px rgba(0, 0, 0, 0.26);
  padding: 0;
  bottom: -200px;
  transition: bottom 0.3s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  /* @include media($desktop) {
		padding-top: 10px;
		padding-bottom: 10px;
		bottom: -200px;
		transition: bottom 0.3s linear;
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 100;
		background: $darkGray;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	@include media(1400px) {
		@include contain(1400px, 10px);
	} */
  /* .sticky-heading {
		text-transform: uppercase;
		color: $lightColor;
		@include font(16px, 1.25em, $regular);
		font-family: $secondaryFont;
		@include media($desktop) {
			@include font(18px);
		}
		span {
			color: $primaryColor;
		}
	}
	form.seaforms {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		flex: 1;
		margin-left: 10px;
		.field-wrap {
			margin: 0 5px;
			margin-bottom: 0 !important;
			flex-grow: 1;
			flex-basis: 0;
			height: 40px;
			input {
				height: 40px;
				width: 100%;
			}
			select {
				height: 40px;
			}
			label {
				display: block;
				position: absolute;
				left: -10000px;
				top: auto;
				width: 1px;
				height: 1px;
				overflow: hidden;
			}
		}
		.type-submitbutton {
			margin: 0 0 0 5px;
			flex-grow: 0;
			line-height: 100%;
			input {
				border: 2px solid $primaryColor;
				color: $lightColor;
				background: none;
				transition: all 0.2s;
				&:hover {
					background: $primaryColor;
				}
			}
		}
	} */
}
.sticky-contact .button {
  color: #000000;
}
.sticky-contact svg {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .sticky-contact {
    justify-content: space-between;
    padding: 0 27px 0 3px;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact {
    padding: 0 35px 0 11px;
  }
}

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

.sticky-contact .sticky-buttons {
  display: flex;
  align-items: center;
}

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

.sticky-contact .sticky-buttons .button {
  font-size: 16px;
  font-size: 0.9411764706rem;
  background-color: rgba(0, 55, 99, 0);
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  transition: color .3s;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-buttons .button {
    padding: 6px 24px;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .sticky-buttons .button {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
}

.sticky-contact .sticky-buttons .button svg path {
  fill: #000000;
  transition: fill .3s;
}

.sticky-contact .sticky-buttons .button:hover {
  color: #003763 !important;
}

.sticky-contact .sticky-buttons .button:hover svg path {
  fill: #003763;
}

@media only screen and (max-width: 767px) {
  .sticky-contact .sticky-buttons .button:not(:first-of-type) {
    display: none;
  }
}

.sticky-contact .sticky-buttons .button svg {
  margin-right: 12px;
  height: 28px;
  width: auto;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .sticky-buttons .button svg {
    margin-right: 15px;
    height: 30px;
  }
}

.sticky-contact .sticky-meta {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-meta {
    display: flex;
    align-items: center;
  }
}

.sticky-contact .site-locations .address-text:hover {
  color: #003763;
  transition: all .3s;
}

.sticky-contact .site-locations .address-text:hover svg path {
  fill: #003763;
}

.sticky-contact .site-locations .display-icon {
  line-height: 1.25em;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .site-locations .display-icon {
    margin-right: 10px;
  }
}

.sticky-contact .site-locations .display-icon svg path {
  fill: #000000;
  transition: all .3s;
}

.sticky-contact .site-locations .address-text {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sticky-contact .site-locations .display-address {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .site-locations .display-address {
    display: flex;
    align-items: center;
  }
}

.sticky-contact .site-locations .display-address .street {
  margin-right: 8px;
}

.sticky-contact .site-locations .display-address .street:after {
  content: ',';
}

.sticky-contact .social-icons {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 0 16px 40px;
  margin: 0 0 0 40px;
  list-style: none;
  display: flex;
  line-height: 1em;
}

.sticky-contact .social-icons li {
  margin-left: 40px;
}

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

.sticky-contact .social-icons svg {
  height: 28px;
  width: auto;
}

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

.sticky-contact .social-icons a:hover svg path {
  fill: #003763;
}

/* ------------------------
	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;
    padding-bottom: 70px;
  }
}

@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-content .contact-form, .contact-us .contact-content .contact-form {
    width: 50%;
    padding-right: 50px;
  }
}

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

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

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

.contact .contact-content .gmaps a, .contact-us .contact-content .gmaps a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.contact .contact-content .gmaps .hdng, .contact-us .contact-content .gmaps .hdng {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #9FBEDB;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1060px) {
  .contact .contact-content .gmaps .hdng, .contact-us .contact-content .gmaps .hdng {
    font-size: 40px;
    font-size: 2.3529411765rem;
    line-height: 1em;
  }
}

.contact .contact-content .gmaps .hdng svg, .contact-us .contact-content .gmaps .hdng svg {
  width: auto;
  height: 18px;
  margin-left: 20px;
}

@media only screen and (min-width: 1100px) {
  .contact .contact-content .gmaps .hdng svg, .contact-us .contact-content .gmaps .hdng svg {
    height: 28px;
  }
}

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

.contact .contact-content .gmaps img, .contact-us .contact-content .gmaps img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1380px) {
  .contact .contact-content .contact-information,
  .contact .contact-content .location-each, .contact-us .contact-content .contact-information,
  .contact-us .contact-content .location-each {
    display: flex;
    flex-wrap: wrap;
  }
}

.contact .contact-content .contact-information > div,
.contact .contact-content .contact-information > address,
.contact .contact-content .contact-information .location-container,
.contact .contact-content .contact-information .location-hours,
.contact .contact-content .location-each > div,
.contact .contact-content .location-each > address,
.contact .contact-content .location-each .location-container,
.contact .contact-content .location-each .location-hours, .contact-us .contact-content .contact-information > div,
.contact-us .contact-content .contact-information > address,
.contact-us .contact-content .contact-information .location-container,
.contact-us .contact-content .contact-information .location-hours,
.contact-us .contact-content .location-each > div,
.contact-us .contact-content .location-each > address,
.contact-us .contact-content .location-each .location-container,
.contact-us .contact-content .location-each .location-hours {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .contact-information > div,
  .contact .contact-content .contact-information > address,
  .contact .contact-content .contact-information .location-container,
  .contact .contact-content .contact-information .location-hours,
  .contact .contact-content .location-each > div,
  .contact .contact-content .location-each > address,
  .contact .contact-content .location-each .location-container,
  .contact .contact-content .location-each .location-hours, .contact-us .contact-content .contact-information > div,
  .contact-us .contact-content .contact-information > address,
  .contact-us .contact-content .contact-information .location-container,
  .contact-us .contact-content .contact-information .location-hours,
  .contact-us .contact-content .location-each > div,
  .contact-us .contact-content .location-each > address,
  .contact-us .contact-content .location-each .location-container,
  .contact-us .contact-content .location-each .location-hours {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

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

@media only screen and (min-width: 1380px) {
  .contact .contact-content .contact-information > div,
  .contact .contact-content .contact-information > address,
  .contact .contact-content .contact-information .location-container,
  .contact .contact-content .contact-information .location-hours,
  .contact .contact-content .location-each > div,
  .contact .contact-content .location-each > address,
  .contact .contact-content .location-each .location-container,
  .contact .contact-content .location-each .location-hours, .contact-us .contact-content .contact-information > div,
  .contact-us .contact-content .contact-information > address,
  .contact-us .contact-content .contact-information .location-container,
  .contact-us .contact-content .contact-information .location-hours,
  .contact-us .contact-content .location-each > div,
  .contact-us .contact-content .location-each > address,
  .contact-us .contact-content .location-each .location-container,
  .contact-us .contact-content .location-each .location-hours {
    width: 50%;
  }
}

.contact .contact-content .contact-information .address-text,
.contact .contact-content .location-each .address-text, .contact-us .contact-content .contact-information .address-text,
.contact-us .contact-content .location-each .address-text {
  color: #333333;
  text-decoration: none;
}

.contact .contact-content .contact-information .address-phone,
.contact .contact-content .location-each .address-phone, .contact-us .contact-content .contact-information .address-phone,
.contact-us .contact-content .location-each .address-phone {
  display: block;
  padding-bottom: 20px;
}

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

.contact .contact-content .location-details span,
.contact .contact-content .address-text span, .contact-us .contact-content .location-details span,
.contact-us .contact-content .address-text span {
  display: inline;
}

.contact .contact-content .location-hours, .contact-us .contact-content .location-hours {
  width: 100%;
}

@media only screen and (min-width: 1380px) {
  .contact .contact-content .location-hours, .contact-us .contact-content .location-hours {
    width: 50%;
  }
}

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

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

.contact .upper-footer .uf-wrap, .contact-us .upper-footer .uf-wrap {
  grid-template-areas: "uf-location" "uf-social";
}

@media only screen and (min-width: 768px) {
  .contact .upper-footer .uf-wrap, .contact-us .upper-footer .uf-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "uf-location" "uf-social";
    max-width: 600px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1060px) {
  .contact .upper-footer .uf-wrap, .contact-us .upper-footer .uf-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "uf-location" "uf-social";
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .contact .upper-footer .uf-wrap .f-location-wrap,
  .contact .upper-footer .uf-wrap .f-social-wrap, .contact-us .upper-footer .uf-wrap .f-location-wrap,
  .contact-us .upper-footer .uf-wrap .f-social-wrap {
    margin: 0 auto;
    width: fit-content;
  }
}

/* Removed - conflicts with centered single column layout */
/* @media only screen and (min-width: 1060px) {
  .contact .upper-footer .uf-wrap .f-location-wrap, .contact-us .upper-footer .uf-wrap .f-location-wrap {
    margin-left: auto;
  }
} */

/* Removed - conflicts with centered single column layout */
/* @media only screen and (min-width: 1060px) {
  .contact .upper-footer .uf-wrap .f-social-wrap, .contact-us .upper-footer .uf-wrap .f-social-wrap {
    margin-right: auto;
  }
} */

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

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

form {
  font-family: scandia-web, sans-serif;
}

form .text-inputtype,
form .email-inputtype,
form .tel-inputtype {
  font-family: scandia-web, sans-serif;
  color: #003763;
  width: 100%;
  height: 48px;
  padding-left: 10px;
  background: #ffffff;
  border-radius: 3px;
}

form select {
  font-family: scandia-web, sans-serif;
  color: #003763;
  width: 100%;
  height: 48px;
  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: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 3px;
}

form textarea {
  font-family: scandia-web, sans-serif;
  color: #003763;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

form input[type="radio"], form input[type="checkbox"] {
  margin-right: 5px;
  accent-color: #003763;
}

form ::placeholder {
  color: #003763;
}

form .submit-btn {
  padding: 12px 40px;
}

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

form .type-checkboxgroup, form .type-file, form .type-radiobuttons, form .type-checkbox {
  margin-bottom: 1em;
}

form .type-cm_integration,
form .newsletter-sms {
  margin-bottom: 0;
}

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(51, 51, 51, 0.2);
}

form .stopyenoh {
  position: absolute;
}

.file-input-item label, .type-cm_integration label, .type-checkbox label {
  margin-right: 5px;
}

.disclaimer {
  font-size: 12.5px;
  font-size: 0.7352941176rem;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}

.disclaimer.newsletter-disclaimer {
  font-style: normal;
  margin-bottom: 1.5em;
}

@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
------------------------ */
.tmpl_type_front h2, .tmpl_type_front .h2 {
  margin-top: 0;
}

.tmpl_type_front h2.heading, .tmpl_type_front .h2.heading {
  font-size: 34px;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front h2.heading, .tmpl_type_front .h2.heading {
    font-size: 46px;
    font-size: 2.7058823529rem;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front h2.heading, .tmpl_type_front .h2.heading {
    font-size: 56px;
    font-size: 3.2941176471rem;
  }
}

.tmpl_type_front h3 {
  margin-top: 0;
}

.front-header {
  background-color: #ffffff;
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .front-header {
    background-image: url("images/bg-home-header.jpg");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.front-header:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media only screen and (min-width: 1060px) {
  .front-header:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 70%);
  }
}

.front-header .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding-top: calc(56px + 17px);
  padding-bottom: 70px;
  min-height: 550px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-top: calc(px + 75px);
    padding-bottom: 265px;
    padding-left: 100px;
    height: calc(100vh - 70px);
    min-height: 956px;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content {
    justify-content: center;
    padding: 140px 40% 100px 100px;
    padding-top: calc(56px + 140px);
/*     height: calc(100vh - 56px - 70px); */
    min-height: 600px;
  }
}

@media only screen and (min-width: 1380px) {
  .front-header .header-content {
    padding-left: 150px;
  }
}

.front-header .header-content:before {
  background: none;
}

.front-header .header-content .site-logo {
  line-height: 1em;
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 115px;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .site-logo {
    margin-bottom: 47px;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .site-logo {
    margin-bottom: 47.25px;
  }
}

.front-header .header-content .site-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .site-logo a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.front-header .header-content .site-logo .logo-mark {
  display: flex;
  margin-bottom: 10px;
}

.front-header .header-content .site-logo .logo-mark svg {
  width: auto;
  height: 53px;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .site-logo .logo-mark svg {
    height: 90px;
    margin-right: 17px;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .site-logo .logo-mark svg {
    height: 89.25px;
  }
}

.front-header .header-content .site-logo .logo-title {
  display: flex;
}

.front-header .header-content .site-logo .logo-title svg {
  width: auto;
  height: 38px;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .site-logo .logo-title svg {
    height: 51px;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .site-logo .logo-title svg {
    height: 54px;
  }
}

.front-header .header-content .header-text {
  display: flex;
  flex-direction: column;
  max-width: 296px;
  text-wrap: balance;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .header-text {
    max-width: 580px;
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .header-text {
    max-width: 785px;
  }
}

.front-header .header-content .home-heading {
  color: #003763;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .home-heading {
    font-size: 40.5px;
    font-size: 2.3823529412rem;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .home-heading {
    font-size: 43.5px;
    font-size: 2.5588235294rem;
  }
}

.front-header .header-content .nav-arrow {
  margin: 35px auto 0;
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .nav-arrow {
    margin-top: 52px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .front-header .header-content .nav-arrow {
    margin-top: 44px;
  }
}

.front-header .header-content .nav-arrow svg {
  width: 15px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .front-header .header-content .nav-arrow svg {
    width: 28px;
  }
}

.front-header .header-content .nav-arrow a {
  transition: all 0.3s;
}

.front-header .header-content .nav-arrow a:hover path {
  fill: #003763;
}

/*=====================================
=            Home Reviews            =
=====================================*/
.home-explore-procedures {
  padding: 30px 0 50px 0;
}

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

.home-explore-procedures h2 {
  /* font-size: 26px;
  font-size: 1.5294117647rem;
  line-height: 1em;
  letter-spacing: 0em; */
  text-align: center;
  color: #9FBEDB;
  /* margin-bottom: 12px; */
}

/* @media only screen and (min-width: 768px) {
  .home-explore-procedures h2 {
    font-size: 41px;
    font-size: 2.4117647059rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures h2 {
    letter-spacing: 0.01em;
    margin-bottom: 15px;
  }
} */

.home-explore-procedures .heading {
  letter-spacing: 0.03em;
}

.home-explore-procedures .procedures-content {
  margin-bottom: 58px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedures-content {
    margin: 0 auto 54.6px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .procedures-content {
    padding-right: calc(40px + (50vw - (1060px / 2)));
    padding-left: calc(40px + (50vw - (1060px / 2)));
  }
}

@media only screen and (min-width: 1380px) {
  .home-explore-procedures .procedures-content {
    padding-right: calc(40px + (50vw - (1380px / 2)));
    padding-left: calc(40px + (50vw - (1380px / 2)));
  }
}

.home-explore-procedures .procedures-content .content a {
  font-weight: 700;
  text-decoration: none;
}

.home-explore-procedures .explore-procedures {
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .explore-procedures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-explore-procedures .explore-procedures:before {
  content: none;
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .explore-procedures:before {
    content: '';
    background-image: url("images/svg/home-procedures-bg.svg");
    background-position: -50px center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 42.75%;
    height: 100%;
  }
}

@media only screen and (min-width: 1680px) {
  .home-explore-procedures .explore-procedures:before {
    background-position: center;
  }
}

.home-explore-procedures .explore-content {
  text-align: center;
  margin-bottom: 41.8px;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .explore-content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .explore-content {
    margin: 0 auto;
    width: 40%;
  }
}

.home-explore-procedures .explore-content .subheading {
  background-color: transparent;
  max-width: 471px;
  margin: 0 auto;
}

.home-explore-procedures .procedure-areas {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 30px;
  list-style: none;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: 0;
}

@media only screen and (min-width: 500px) {
  .home-explore-procedures .procedure-areas {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas {
    column-gap: 50px;
    row-gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .procedure-areas {
    column-gap: 20px;
    row-gap: 20px;
    width: 58%;
  }
}

@media only screen and (min-width: 1380px) {
  .home-explore-procedures .procedure-areas {
    column-gap: 48px;
    row-gap: 48px;
  }
}

.home-explore-procedures .procedure-areas > li {
  filter: drop-shadow(5px 5px 23px rgba(0, 0, 0, 0.28));
/*   height: 69vw; */
  height: 90vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  color: #ffffff;
}

@media only screen and (min-width: 500px) {
  .home-explore-procedures .procedure-areas > li {
    height: 69vw;
  }
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas > li {
    height: 397px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .procedure-areas > li {
    height: 436px;
  }
  .home-explore-procedures .procedure-areas > li:hover:after {
    max-height: 15px;
  }
  .home-explore-procedures .procedure-areas > li:hover .procedure-curve {
    padding-top: 24px;
  }
  .home-explore-procedures .procedure-areas > li:hover .bg-image {
    filter: grayscale(100%);
  }
  .home-explore-procedures .procedure-areas > li:hover .overlay {
    opacity: 1;
  }
  .home-explore-procedures .procedure-areas > li:hover .proc-text {
    transform: translateY(57px);
    height: calc(100% - 60px);
  }
}

.home-explore-procedures .procedure-areas > li:after {
  background-color: #9FBEDB;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 50px;
  transition: max-height .5s;
  z-index: 1;
}

.home-explore-procedures .procedure-areas > li h3 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  line-height: 1.04em;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: uppercase;
  transform: translateY(-100%);
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas > li h3 {
    font-size: 29px;
    font-size: 1.7058823529rem;
    margin-top: 0;
    padding-bottom: 0;
    transform: translateY(calc( -50% - 40px));
  }
}

@media only screen and (min-width: 1380px) {
  .home-explore-procedures .procedure-areas > li h3 {
    font-size: 34px;
    font-size: 2rem;
  }
}

.home-explore-procedures .procedure-areas > li a {
  color: #ffffff;
  text-decoration: none;
}

.home-explore-procedures .procedure-areas > li a:hover {
  color: #003763;
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .procedure-areas > li a:hover {
    color: #9FBEDB;
  }
}

.home-explore-procedures .procedure-areas > li .home-specialties {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.7058823529rem;
  line-height: 1.2em;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas > li .home-specialties {
    display: block;
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1380px) {
  .home-explore-procedures .procedure-areas > li .home-specialties {
    font-size: 16px;
    font-size: 0.9411764706rem;
    line-height: 1.5em;
  }
}

.home-explore-procedures .procedure-areas > li .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.home-explore-procedures .procedure-areas > li .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 55, 99, 0.81);
  transition: opacity .3s;
  z-index: 1;
  opacity: 0;
}

.home-explore-procedures .procedure-areas > li .procedure-curve {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 97px;
  padding-bottom: 20px;
  margin-top: 0;
  position: absolute;
  padding-bottom: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 3;
  transition: all 0.3s;
}

.home-explore-procedures .procedure-areas > li .procedure-curve:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  box-shadow: 0px 3vw 0px 10vw #9FBEDB;
  border-bottom-right-radius: 50% 65%;
  border-bottom-left-radius: 50% 65%;
  transform: translateY(-100%) scale(1.5);
  z-index: -1;
}

.home-explore-procedures .procedure-areas > li .proc-text {
  height: 100%;
  transform: translateY(calc(100% - 60px));
  transition: all .5s;
  padding: 60px 10px 0;
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas > li .proc-text {
    padding: 60px 30px 30px;
  }
}

.home-explore-procedures .procedure-areas > li .proc-text > a:hover h3 {
  color: #9FBEDB;
}

.home-explore-procedures .procedure-areas > li .proc-text > a h3 {
  transition: all .3s;
}

.home-explore-procedures .procedure-areas > li .specialties-list {
  height: 100%;
  line-height: 26px;
  list-style-type: none;
  margin-top: -35px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px 64px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home-explore-procedures .procedure-areas > li .specialties-list {
    margin-top: -25px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-explore-procedures .procedure-areas > li .specialties-list {
    padding: 0;
  }
}

/*=====================================
=           Home First Rate           =
=====================================*/
.home-first-rate {
  background-color: #ffffff;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .home-first-rate {
    padding-top: 80px;
    /* padding-bottom: 62px; */
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate {
    padding-top: 60px;
    /* padding-bottom: 168px; */
  }
}

.home-first-rate:before {
  background: #9FBEDB;
}

.home-first-rate:after {
  content: none;
}

.home-first-rate .heading {
  font-size: 36px;
  font-size: 2.1176470588rem;
  line-height: 1em;
  margin-bottom: 0;
  grid-area: first-rate-header;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .heading {
    font-size: 48px;
    font-size: 2.8235294118rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .heading {
    font-size: 60px;
    font-size: 3.5294117647rem;
  }
}

.home-first-rate h2 {
  color: #9FBEDB;
}

.home-first-rate .subhdng {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 1em;
  color: #9FBEDB;
  margin-top: 0;
  margin-bottom: 14px;
  grid-area: first-rate-subhdng;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .subhdng {
    font-size: 24px;
    font-size: 1.4117647059rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .subhdng {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .first-rate-wrap {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-content {
    width: 354px;
    margin-right: 26px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .first-rate-content {
    width: 671px;
    margin-right: 57px;
  }
}

.home-first-rate .first-rate-content .featured-heading {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 13px;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-content .featured-heading {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}

.home-first-rate .first-rate-content .content {
  grid-area: first-rate-text;
}

.home-first-rate .first-rate-content .featured-procedures {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 18px;
  grid-area: featured-procedures;
  letter-spacing: 0.03em;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-content .featured-procedures {
    font-size: 22px;
    font-size: 1.2941176471rem;
    line-height: 22px;
  }
}

.home-first-rate .first-rate-content .featured-procedures li {
  margin-bottom: 18px;
}

.home-first-rate .first-rate-content .featured-procedures li:last-of-type {
  margin-bottom: 0;
}

.home-first-rate .first-rate-content .procedure-list {
  border-left: 10px solid #9FBEDB;
  list-style-type: none;
  padding-left: 23px;
  margin: 1em 0 0;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-content .procedure-list {
    border-width: 7.05px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .first-rate-content .procedure-list {
    border-width: 10px;
  }
}

.home-first-rate .first-rate-content .procedure-list a {
  text-decoration: none;
}

.home-first-rate .first-rate-content .procedure-list a:hover {
  color: #9FBEDB;
}

.home-first-rate .first-rate-photo {
  grid-area: first-rate-photo;
  margin-bottom: 20px;
  /* @include media(1200px) {
      bottom: -3vw;
    } */
}

@media only screen and (min-width: 768px) {
  .home-first-rate .first-rate-photo {
    margin-bottom: 0;
  }
}

.home-first-rate .first-rate-photo img {
  border-radius: 0px 55px;
  box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  aspect-ratio: 593 / 734;
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .first-rate-photo img {
    max-width: 100%;
  }
}

.home-first-rate .treatment-areas {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .treatment-areas {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .treatment-areas {
    padding-top: 30px;
  }
}

.home-first-rate .treatment-areas .subhdng {
  text-align: center;
}

.home-first-rate .treatment-areas .lipo-areas {
  list-style: none;
  margin: 14px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 13px;
  row-gap: 17px;
  color: #003763;
}

@media only screen and (min-width: 600px) {
  .home-first-rate .treatment-areas .lipo-areas {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .home-first-rate .treatment-areas .lipo-areas {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 46px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-first-rate .treatment-areas .lipo-areas {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 38px;
  }
}

.home-first-rate .treatment-areas .lipo-areas .procedure-image {
  position: relative;
}

.home-first-rate .treatment-areas .lipo-areas .procedure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-first-rate .treatment-areas .lipo-areas .procedure-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.home-first-rate .treatment-areas .lipo-areas .procedure-title {
  margin-top: 9px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .home-first-rate .treatment-areas .lipo-areas .procedure-title {
    margin-top: 12px;
  }
}

.home-first-rate .treatment-areas .lipo-areas a {
  text-decoration: none;
  color: #003763;
}

.home-first-rate .treatment-areas .lipo-areas a:hover {
  color: #9FBEDB;
}

/*=====================================
=            Home Reviews            =
=====================================*/
.home-results {
/*   background-image: url("images/waves.png"); */
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .home-results {
    padding: 0;
  }
}

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

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

.home-results .home-results-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .home-results .home-results-container {
    flex-direction: row;
    justify-content: center;
    min-height: 450px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-results-container {
    min-height: 500px;
  }
}

.home-results .home-gallery-cta {
  display: flex;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home-results .home-gallery-cta {
    flex-basis: 45%;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-gallery-cta {
    flex-basis: 35%;
    margin-bottom: 0;
  }
}

.home-results .home-gallery-cta .cta-content {
  background-size: cover;
  background-position: left center;
  padding: 60px 15%;
  width: 100%;
  height: 100%;
  /* margin-left: auto;
      margin-right: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .home-results .home-gallery-cta .cta-content {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: -22px;
    top: 22px;
  }
}

.home-results .home-gallery-cta .cta-content > div {
  text-align: center;
}

.home-results .home-gallery-cta h2 {
  font-size: 43px;
  font-size: 2.5294117647rem;
  line-height: 43px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /* &:before {
        content: url('images/svg/icon-gallery.svg');
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, calc( -100% - 10px ));
      } */
}

@media only screen and (min-width: 768px) {
  .home-results .home-gallery-cta h2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-gallery-cta h2 {
    font-size: 48px;
    font-size: 2.8235294118rem;
    line-height: 48px;
  }
}

.home-results .home-gallery-cta h2 span {
  display: block;
}

.home-results .home-testimonials-wrap {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* &:before {
      content: url(images/svg/home-testimonials-bg.svg);
      position: absolute;
      @include media($desktop) {
        padding-top: 25px;
        padding-left: 25px;
        }
      } */
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap {
    flex-basis: 55%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap {
    flex-basis: 65%;
  }
}

.home-results .home-testimonials-wrap .home-testimonials-offset {
  overflow: hidden;
  background-color: #003763;
  color: #ffffff;
  /* background-image: url('images/bg-testimonials.webp');
      background-size: cover;
      background-position: right center; */
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap .home-testimonials-offset {
    position: absolute;
    top: -22px;
    left: -22px;
    width: 100%;
    height: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.home-results .home-testimonials-wrap .home-testimonials-offset:before {
  content: '';
  background-image: url("images/svg/home-testimonials-bg.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: 100%;
  height: 90%;
}

.home-results .home-testimonials-wrap .home-testimonials {
  padding: 40px;
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap .home-testimonials {
    padding-top: 75px;
    padding-left: 50px;
  }
}

.home-candidate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  text-align: center;
  align-items: center;
}

@media only screen and (min-width: 1060px) {
  .home-candidate {
    text-align: left;
    align-items: start;
    height: inherit;
  }
}

div.home-candidate h2 {
  color: white;
}

.home-results .home-testimonials-wrap blockquote {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.2941176471rem;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: scandia-web, sans-serif;
  margin: 0;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap blockquote {
    padding-right: 20%;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap blockquote {
    font-size: 25px;
    font-size: 1.4705882353rem;
    padding-right: 30%;
  }
}

.home-results .home-testimonials-wrap blockquote footer {
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap blockquote footer {
    font-size: 18px;
    font-size: 1.0588235294rem;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap blockquote footer {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 40px;
  }
}

.home-results .home-testimonials-wrap blockquote footer:before {
  content: none;
}

.home-results .home-testimonials-wrap blockquote footer span {
  display: block;
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 1.65em;
  font-weight: 400;
  opacity: 44%;
  text-transform: capitalize;
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap blockquote footer span {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}

.home-results .home-testimonials-wrap .owl-dots {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap .owl-dots {
    position: absolute;
    bottom: 40px;
    justify-content: flex-start;
  }
}

.home-results .home-testimonials-wrap .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #9FBEDB;
  border-radius: 50%;
  margin-right: 16px;
  opacity: 25%;
}

@media only screen and (min-width: 768px) {
  .home-results .home-testimonials-wrap .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-results .home-testimonials-wrap .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
  }
}

.home-results .home-testimonials-wrap .owl-dots .owl-dot.active {
  background-color: #9FBEDB;
  opacity: 1;
}

/*=====================================
=            Home Welcome            =
=====================================*/
.home-welcome {
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 1;
}

.home-welcome .curve-bottom {
  min-height: 43px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .home-welcome .curve-bottom {
    min-height: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .curve-bottom {
    min-height: 133px;
  }
}

.home-welcome .curve-bottom svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home-welcome .curve-bottom svg path:first-of-type {
  fill: #003763;
}

@media only screen and (min-width: 768px) {
  .home-welcome {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome {
    margin-top: -100px;
  }
}

.home-welcome .curve-top {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home-welcome .curve-top {
    display: flex;
  }
}

.home-welcome .curve-top svg {
  width: 100%;
  height: auto;
}

.home-welcome .curve-top svg path {
  fill: #003763;
}

.home-welcome .curve-bottom {
  background-color: #9FBEDB;
  min-height: 133px;
  margin-top: -133px;
}

@media only screen and (min-width: 768px) {
  .home-welcome .curve-bottom {
    min-height: 133px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .curve-bottom {
    margin-top: -142px;
  }
}

@media only screen and (min-width: 1380px) {
  .home-welcome .curve-bottom {
    margin-top: -162px;
  }
}

.home-welcome .curve-bottom svg {
  /* position: absolute;
      left: 0;
      top: 0;
      width: 100%; */
}

.home-welcome .curve-bottom svg path:last-of-type {
  fill: #9FBEDB;
}

.home-welcome .home-welcome-container {
  background-image: url("images/svg/curve-bottom-dark.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #003763;
  margin-top: -1px;
}

@media only screen and (min-width: 1060px) {
  .home-welcome .home-welcome-container {
    display: flex;
    column-gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.home-welcome .bio-content {
  flex-basis: 100%;
  padding-bottom: 30px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .home-welcome .bio-content {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .bio-content {
    flex-basis: calc(60% - 30px);
  }
}

.home-welcome .bio-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-size: 2.3529411765rem;
  line-height: 0.84em;
  letter-spacing: 0.03em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home-welcome .bio-content h2 {
    font-size: 58px;
    font-size: 3.4117647059rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .bio-content h2 {
    margin-bottom: 30px;
    text-align: left;
  }
}

.home-welcome .bio-content .subhdng {
  color: #9FBEDB;
  font-size: 24px;
  font-size: 1.4117647059rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .home-welcome .bio-content .subhdng {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .bio-content .subhdng {
    text-align: left;
  }
}

.home-welcome .bio-content .content a {
  color: #9FBEDB;
  text-decoration: underline;
}

.home-welcome .bio-content .content a:hover {
  color: #ffffff;
}

.home-welcome .bio-content .dr-links {
  column-gap: 30px;
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 500px) {
  .home-welcome .bio-content .dr-links {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .home-welcome .bio-content .dr-links {
    column-gap: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-welcome .bio-content .dr-links {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}

.home-welcome .dr-photo {
  flex-basis: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width: 1060px) {
  .home-welcome .dr-photo {
    flex-basis: calc(40% - 30px);
  }
}

.home-welcome .dr-photo img {
  border-radius: 0px 55px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  /* @include media($tablet) {
        top: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
      } */
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media only screen and (min-width: 1060px) {
  .home-welcome .dr-photo img {
    max-width: 100%;
    height: auto;
  }
}

.home-welcome .memberships-sc-wrap {
  align-items: flex-start;
  background: transparent;
  column-gap: 30px;
  flex-wrap: nowrap !important;
  margin-top: 1em;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .home-welcome .memberships-sc-wrap {
    column-gap: 48px;
    justify-content: flex-start;
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1380px) {
  .home-welcome .memberships-sc-wrap {
    margin-bottom: 0 !important;
  }
}

.home-welcome .memberships-sc-wrap li {
  flex-basis: auto;
}

.home-welcome .memberships-sc-wrap li:nth-of-type(2) {
  display: block;
}

.home-welcome .memberships-sc-wrap li:nth-of-type(4), .home-welcome .memberships-sc-wrap li:nth-of-type(5) {
  display: none;
}

.home-welcome .memberships-sc-wrap img {
  max-width: 100%;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .home-welcome .memberships-sc-wrap img {
    height: 80px;
  }
}

.home-welcome .memberships-sc-wrap svg {
  display: block;
  width: auto;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .home-welcome .memberships-sc-wrap svg {
    height: 80px;
  }
}

.home-welcome .memberships-sc-wrap svg path {
  fill: #ffffff;
}

/*=====================================
=           Home Testimonial          =
=====================================*/
.home-doctor-quote {
  color: #000000;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.home-doctor-quote .curve-bottom {
  margin-top: -2px;
}

.home-doctor-quote .home-doctor-quote-container {
  background-color: #9FBEDB;
  margin-top: -2px;
  padding-top: 30px;
  padding-bottom: 27px;
}

@media only screen and (min-width: 768px) {
  .home-doctor-quote .home-doctor-quote-container {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctor-quote .home-doctor-quote-container {
    padding-top: 50px;
    padding-bottom: 79px;
  }
}

.home-doctor-quote blockquote {
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 0.03em;
  margin: 0 0 10px 0;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .home-doctor-quote blockquote {
    font-size: 23px;
    font-size: 1.3529411765rem;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
}

.home-doctor-quote footer.author {
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .home-doctor-quote footer.author {
    font-size: 28px;
    font-size: 1.6470588235rem;
    line-height: 46px;
  }
}

.home-doctor-quote footer.author:before {
  content: "- ";
}

/* ------------------------
	Blog/Category/Archives
------------------------ */
.blog .interior,
.tmpl_type_category .interior,
.tmpl_type_archive .interior,
.tmpl_type_search .interior {
  flex-wrap: wrap;
}

.blog h2,
.tmpl_type_category h2,
.tmpl_type_archive h2,
.tmpl_type_search h2 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .blog h2,
  .tmpl_type_category h2,
  .tmpl_type_archive h2,
  .tmpl_type_search h2 {
    font-size: 24px;
    font-size: 1.4117647059rem;
    line-height: 1.2em;
  }
}

.blog h2 a,
.tmpl_type_category h2 a,
.tmpl_type_archive h2 a,
.tmpl_type_search h2 a {
  text-decoration: none;
}

.blog .post-snippet,
.tmpl_type_category .post-snippet,
.tmpl_type_archive .post-snippet,
.tmpl_type_search .post-snippet {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet,
  .tmpl_type_category .post-snippet,
  .tmpl_type_archive .post-snippet,
  .tmpl_type_search .post-snippet {
    flex-direction: row;
  }
}

.blog .post-snippet .thumb,
.tmpl_type_category .post-snippet .thumb,
.tmpl_type_archive .post-snippet .thumb,
.tmpl_type_search .post-snippet .thumb {
  display: none;
  width: 230px;
  margin-right: 30px;
  position: relative;
}

@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 {
    display: block;
  }
}

.blog .post-snippet .thumb img,
.tmpl_type_category .post-snippet .thumb img,
.tmpl_type_archive .post-snippet .thumb img,
.tmpl_type_search .post-snippet .thumb img {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet .excerpt,
  .tmpl_type_category .post-snippet .excerpt,
  .tmpl_type_archive .post-snippet .excerpt,
  .tmpl_type_search .post-snippet .excerpt {
    width: calc(100% - 230px);
  }
}

.blog .post-snippet .excerpt p,
.tmpl_type_category .post-snippet .excerpt p,
.tmpl_type_archive .post-snippet .excerpt p,
.tmpl_type_search .post-snippet .excerpt p {
  margin-top: 0;
}

.blog .date,
.tmpl_type_category .date,
.tmpl_type_archive .date,
.tmpl_type_search .date {
  font-size: 21px;
  font-size: 1.2352941176rem;
  text-transform: uppercase;
  color: #003763;
  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: 13px;
  font-size: 0.7647058824rem;
  margin-bottom: 10px;
  font-style: italic;
  color: #7e7d7d;
}

.blog .meta-data a,
.tmpl_type_category .meta-data a,
.tmpl_type_archive .meta-data a,
.tmpl_type_search .meta-data a {
  color: #7e7d7d;
}

.blog .more,
.tmpl_type_category .more,
.tmpl_type_archive .more,
.tmpl_type_search .more {
  position: relative;
  display: flex;
  align-items: center;
}

.tmpl_type_single h2 {
  line-height: 1.2em;
}

.tmpl_type_single .button {
  text-decoration: none;
}

.search-bar {
  width: 100%;
  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 .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;
}

@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.7647058824rem;
  line-height: 1em;
  color: #003763;
}

.cat-select .cats {
  position: absolute;
  display: none;
  z-index: 100;
  background: #003763;
  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 {
  border-bottom: 1px solid #393939;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .blog-search {
    margin-bottom: 0;
  }
}

.blog-search form {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.blog-search form input[type="text"] {
  font-size: 14px;
  font-size: 0.8235294118rem;
  border: none;
  background: transparent;
  outline: none;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .blog-search form input[type="text"] {
    width: 274px;
  }
}

.blog-search form input[type="text"]::placeholder {
  font-weight: 700;
  color: #d0cccc;
}

.blog-search form input[type="submit"] {
  width: 23px;
  height: 23px;
  min-width: 23px;
  padding: 0;
  border: none;
  z-index: 1;
  background: transparent;
}

.blog-search i {
  font-size: 23px;
  font-size: 1.3529411765rem;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  color: #9FBEDB;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_single img {
    width: 100%;
  }
}
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.nav-links .button {
  font-size: 12px;
  font-size: 0.7058823529rem;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .nav-links .button {
    font-size: 16px;
    font-size: 0.9411764706rem;
    min-width: 170px;
  }
}
/* ------------------------
	Gallery
------------------------ */
.rmgallery .interior {
  max-width: 980px;
  margin:auto;
}
.rmgallery.tmpl_type_rmg_archive .content ul {
  list-style: none;
}

.rmgallery.tmpl_type_rmg_archive .content li {
  margin-left: 0;
  text-align: center;
  position: relative;
  max-height: 110px;
}
@media only screen and (min-width: 768px) {
  .rmgallery.tmpl_type_rmg_archive .content li {
    max-height: unset;
  }
}
.rmgallery.tmpl_type_rmg_archive .content li .button {
  margin: 10px 0;
  margin-left: 10px;
  width: 500px;
  max-width: 100%;
  text-align: right;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) {
  .rmgallery.tmpl_type_rmg_archive .content li .button {
    margin: 38px 0;
    padding: 16px 0;
    text-align: center;
  }
}
.rmgallery.tmpl_type_rmg_archive .content li img {
  display: block;
  width: 75px;
  height: 75px;
  position:relative;
  top: -83px;
  left: -5px;
}
@media only screen and (min-width: 768px) {
  .rmgallery.tmpl_type_rmg_archive .content li img {
    display: block;
    height: unset;
    width: unset;
    border: none;
    position: absolute;
    left: 0;
    top: calc(50% - 64px);
    left: calc(50% - 315px); } }

.rmgallery.tmpl_type_rmg_archive .content h1 {
  text-align: center; }

.rmgallery.tmpl_type_rmg_archive .content .disclaimer {
  text-align: center; }

.rmgallery-child h1 {
  border-style: none;
  border-image: none;
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.rmgallery-child .bna-wrap {
  padding-bottom: 20px;
  margin-bottom: 40px; }
.rmgallery-child .bna-wrap span {
  text-align: center;
  display: inline-block;
  width: 50%; }
.rmgallery-child .bna-wrap span:nth-of-type(even) {
  padding-left: 5px; }

.rmgallery-child .bna {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  position: relative; }
.rmgallery-child .bna:nth-of-type(odd) {
  padding-right: 5px; }
.rmgallery-child .bna:nth-of-type(even) {
  padding-left: 5px; }
.rmgallery-child .bna img {
  width: 100%; }

.watermark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
.watermark:after {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 150%;
  font-weight: 400;
  content: 'HoustonCraniofacial.com';
  position: absolute;
  bottom: 10px;
  right: 3px; }
@media only screen and (min-width: 768px) {
  .watermark:after {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
    font-weight: 400;
    right: 10px; } }
.watermark:nth-of-type(odd):after {
  right: 8px; }
@media only screen and (min-width: 768px) {
  .watermark:nth-of-type(odd):after {
    right: 15px; } }

/*==============================
=            Pop Up            =
==============================*/
#notice-body {
  display: inline-block;
}

#notice-body .button {
  color: #ffffff !important;
}

#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(0, 55, 99, 0.8);
}

.tmpl_type_page_landing .landing-contain .landing-row {
  padding: 0;
}

.tmpl_type_page_landing .landing-anchor-links {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tmpl_type_page_landing .landing-anchor-links li {
  position: relative;
  width: auto;
}

.tmpl_type_page_landing .landing-anchor-links li:last-of-type a:after {
  display: none;
}

.tmpl_type_page_landing .landing-anchor-links li.remove-sep a:after {
  display: none;
}

.tmpl_type_page_landing .landing-anchor-links li a {
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 4px 20px;
  color: #ffffff;
}

.tmpl_type_page_landing .landing-anchor-links li a:after {
  content: '';
  height: 14px;
  border-right: 1px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tmpl_type_page_landing .landing-anchor-links li 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: #333333;
  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.3529411765rem;
  }
}

.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: #D0F4FF;
}

@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.3529411765rem;
  color: #003763;
  margin: 2px;
}

.landing-testimonial {
  font-size: 19px;
  font-size: 1.1176470588rem;
  line-height: 1.8em;
  font-family: sofia-pro, 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.4705882353rem;
  }
}

.landing-author {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.landing-author i {
  font-size: 30px;
  font-size: 1.7647058824rem;
  margin-bottom: 20px;
}

.dr-quote blockquote {
  line-height: 1.8em;
}

.dr-quote footer {
  font-size: 21px;
  font-size: 1.2352941176rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: scandia-web, 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            =
===============================================*/
/*================================================
=         FCS - Flexible Content - Start         =
=================================================*/
.tmpl_type_page_fcs {
  text-align: left;
}

.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;
}

.fcs-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.fcs-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) {
  .fcs-intro-anchors .fcs-anchors {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-intro-anchors .fcs-anchors {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.fcs-intro-anchors .fcs-anchors li {
  width: 100%;
  padding: 0;
}

.fcs-intro-anchors .fcs-anchors li a {
  width: 100%;
}

.fcs-icons-section {
  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;
}

/*=============================================
=         FCS - Flexible Content - End      =
==============================================*/
/*==============================================
=            General Module Classes            =
==============================================*/
@media only screen and (max-width: 1059px) {
  .mtop {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1059px) {
  .mbottom {
    margin-bottom: 40px !important;
  }
}

/*=======================================
=            Default Classes            =
=======================================*/
/*===== Light Color Classes =====*/
.text-light-color {
  color: #ffffff;
}

.heading-light-color h1, .heading-light-color h2, .heading-light-color h3, .heading-light-color h4 {
  color: #ffffff;
}

.links-light-color {
  color: #ffffff;
  text-decoration: underline;
}

.links-light-color:hover {
  color: #ffffff;
  text-decoration: none;
}

.icons-light-color .icon-img svg path {
  fill: #ffffff;
}

.bullets-light-color li::marker, .bullets-light-color ol::marker {
  color: #ffffff;
}

/*===== Dark Color Classes =====*/
.text-dark-color {
  color: #333333;
}

.heading-dark-color h1, .heading-dark-color h2, .heading-dark-color h3, .heading-dark-color h4 {
  color: #333333;
}

.button-dark-color .button {
  background-color: #333333;
  color: #ffffff;
}

.button-dark-color .button:hover {
  background-color: rgba(51, 51, 51, 0.7);
  color: #ffffff;
}

.links-dark-color {
  color: #333333;
  text-decoration: underline;
}

.links-dark-color:hover {
  color: #333333;
  text-decoration: none;
}

.icons-dark-color .icon-img svg path {
  fill: #333333;
}

.bullets-dark-color li::marker, .bullets-dark-color ol::marker {
  color: #333333;
}

/*===== Primary Color Classes =====*/
.text-primary-color {
  color: #003763;
}

.heading-primary-color h1, .heading-primary-color h2, .heading-primary-color h3, .heading-primary-color h4 {
  color: #003763;
}

.links-primary-color {
  color: #003763;
  text-decoration: underline;
}

.links-primary-color:hover {
  color: #003763;
  text-decoration: none;
}

.icons-primary-color .icon-img svg path {
  fill: #003763;
}

.bullets-primary-color li::marker,
.bullets-primary-color ol::marker {
  color: #003763;
}

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

/*====================================
=            Basic Module            =
====================================*/
.basic-block-section {
  display: block;
}

.basic-hero-image {
  margin: 0;
  margin-top: 0;
  height: 57vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .basic-hero-image {
    height: 37vw;
  }
}

.basic-hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 60vw;
}

@media only screen and (min-width: 768px) {
  .basic-hero-image img {
    height: 40vw;
  }
}

.basic-content-plus {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .basic-content-plus {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

.basic-content-plus h2 {
  margin-top: 0;
}

.basic-content-plus .contained-content {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .basic-content-plus .contained-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .basic-content-plus .contained-content {
    padding: 50px 80px;
  }
}

.basic-content-plus .no-contained-content {
  background: none !important;
}

.basic-content-plus .no-contained-content .fcs-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;
    min-height: 650px;
  }
}

@media only screen and (min-width: 1380px) {
  .page-feature > div {
    padding: 128px 118px;
  }
}

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

.page-feature .feature-content {
  color: #ffffff;
  background-color: #003763;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1060px) {
  .page-feature .feature-content {
    text-align: left;
  }
}

.page-feature .feature-content h2 {
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .page-feature .feature-content h2 {
    text-align: left;
  }
}

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

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

.page-feature .fc-wrap > h2 {
  margin-top: 0;
}

.page-feature .fc-wrap a {
  color: #ffffff;
}

.page-feature .fc-wrap a.button {
  color: #003763;
  background: #ffffff;
}

.page-feature .fc-wrap a.button:hover {
  background: #9FBEDB;
}

/*====================================
=            Table Module            =
====================================*/
/* ------------------------
	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: 0.9411764706rem;
  background: #9FBEDB;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}

table td {
  font-size: 14px;
  font-size: 0.8235294118rem;
  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: #003763;
  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: #9FBEDB;
  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;
  }
}

/*==========================================
=            Testimonial Module            =
==========================================*/
.module-testimonial {
  color: #ffffff;
  text-align: center;
  /* background-size: cover;
  background-position: center;
  margin-top: 40px;
  margin-bottom: 40px; */
  position: relative;
  /* z-index: 0;
  overflow: hidden;
  padding: 15vw 20px 3vw; */
  /* @include media($tablet) {
    padding: 15vw 40px 9vw;
    // padding: 15vw 40px;
  } */
  /* @include media($desktop) {
    padding-top: 80px;
    padding-bottom: 80px;
    // padding: 15vw 40px 4vw;
  } */
  /* @include media($full) {
    padding: 6vw 60px 6vw;
    // padding: 6vw 60px;
  } */
  /* &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/svg/logo-mark-light.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 168px 250px;
    opacity: 0.04;
    z-index: 0;
    @include media($tablet) {
      background-position: right 66px center;
    }
    @include media($desktop) {
      background-size: 268px 350px;
      // background-position: 77% center;
    }
  }
  &:after {
    background: $secondaryColor;
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 45vw);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    @include media($full) {
      height: calc(100% - 15vw);
    }
  } */
}

.module-testimonial .curve-top {
  min-height: 43px;
  position: relative;
  width: 100%;
  /* content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 40vw;
    box-shadow: 0px 3vw 0px 20vw $secondaryColor;
    border-bottom-right-radius: 50% 65%;
    border-bottom-left-radius: 50% 65%;
    transform: translateY(-100%) scale(1.5);
    background: $lightColor;
    z-index: -1;
    @include media($full) {
      box-shadow: 0px 3vw 0px 5vw $secondaryColor;
      height: 15vw;
    } */
}

@media only screen and (min-width: 768px) {
  .module-testimonial .curve-top {
    min-height: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .module-testimonial .curve-top {
    min-height: 133px;
  }
}

.module-testimonial .curve-top svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.module-testimonial .curve-bottom {
  margin-top: -2px;
  min-height: 43px;
  position: relative;
  width: 100%;
  /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: $secondaryColor;
    border-radius: 0 0 50% 50%/0 0 65% 65%;
    // transform: translateY(-11vw) scaleX(1.5);
    transform: translateY(-1vw) scaleX(1.5);
    width: 100%;
    height: 40vw;
    z-index: -2;
    @include media($tablet) {
      transform: translateY(-4vw) scaleX(1.5);
    }
    @include media($full) {
      height: 15vw;
      transform: translateY(-4vw) scaleX(1.5);
    } */
}

@media only screen and (min-width: 768px) {
  .module-testimonial .curve-bottom {
    min-height: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .module-testimonial .curve-bottom {
    min-height: 133px;
  }
}

.module-testimonial .curve-bottom svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.module-testimonial figure {
  margin-top: -2px;
  padding: 10px 0;
  position: relative;
  /* @include media($desktop) {
      padding-top: 80px;
    } */
}

.module-testimonial blockquote {
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.35em;
  font-weight: 400;
  font-style: italic;
  max-width: 1200px;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .module-testimonial blockquote {
    font-size: 20px;
    font-size: 1.1764705882rem;
    margin: 36px auto 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .module-testimonial blockquote {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}

.module-testimonial figcaption {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .module-testimonial figcaption {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .module-testimonial figcaption {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
}

.module-testimonial figcaption:before {
  display: none;
}

.module-testimonial .testimonial-stars {
  line-height: 1em;
  padding-top: 40px;
}

@media only screen and (min-width: 1060px) {
  .module-testimonial .testimonial-stars {
    padding-top: 80px;
  }
}

.module-testimonial .testimonial-stars svg {
  width: 109px;
  height: auto;
}

@media only screen and (min-width: 1060px) {
  .module-testimonial .testimonial-stars svg {
    width: 218px;
  }
}

.module-testimonial .testimonial-date {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1em;
  margin: 20px;
}

@media only screen and (min-width: 1060px) {
  .module-testimonial .testimonial-date {
    font-size: 20px;
    font-size: 1.1764705882rem;
    line-height: 1em;
  }
}

.module-testimonial .testimonial-icon {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1em;
  margin: 10px;
}

.module-testimonial .testimonial-icon svg {
  width: auto;
  height: 30px;
}

.module-testimonial .testimonial-icon svg path {
  fill: #ffffff;
}

/*==================================
=            CTA Module            =
==================================*/
.mod-cta .call-to-action {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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 .heading {
  font-size: 40px;
  font-size: 2.3529411765rem;
  line-height: 1.1em;
  color: #ffffff;
  font-family: sofia-pro, sans-serif;
  max-width: 384px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mod-cta .heading {
    font-size: 55px;
    font-size: 3.2352941176rem;
  }
}

.mod-cta .heading span {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1.1em;
  font-weight: 300;
  font-family: scandia-web, sans-serif;
  display: block;
}

@media only screen and (min-width: 768px) {
  .mod-cta .heading span {
    font-size: 44px;
    font-size: 2.5882352941rem;
  }
}

.mod-cta .button {
  background-color: #003763;
}

.mod-cta .button:hover {
  background-color: #001b30;
}

/*==================================
=            FAQ Module            =
==================================*/
.module-faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .module-faq {
    padding: 40px 0;
  }
}

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

@media only screen and (min-width: 1060px) {
  .module-faq {
    padding-top: 80px;
    padding-bottom: 80px;
    /* padding-top: 100px;
    padding-bottom: 100px; */
  }
}

.module-faq h2,
.module-faq .faq-content {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .module-faq h2,
  .module-faq .faq-content {
    padding: 0 20px;
  }
}

.module-faq h2 {
  margin: 0;
}

.module-faq .faq-content {
  margin-bottom: 50px;
}

.module-faq .faq-questions li {
  background-color: #ffffff;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #DEDEDE;
  margin: 5px 5px 5px;
}

@media only screen and (min-width: 768px) {
  .module-faq .faq-questions li {
    margin: 5px 50px 5px;
  }
}

.module-faq .faq-questions li:first-of-type {
  border-top: 1px solid #DEDEDE;
}

.module-faq .faq-questions h3 {
  font-size: 26px;
  /* font-size: 1.2941176471rem; */
  line-height: 1.2em;
  font-weight: 700;
  font-family: scandia-web, sans-serif;
  text-align: left;
  text-transform: none;
  border-bottom: 2px solid #ffffff;
  position: relative;
  /* padding: 33px 70px 18px 86px; */
  padding: 33px 70px 18px 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.module-faq .faq-questions h3:before {
  /* content: 'Q';
  font-size: 54px;
  font-size: 3.1764705882rem;
  line-height: 1em;
  font-weight: 400;
  font-family: sofia-pro, sans-serif;
  position: absolute;
  padding-right: 11px;
  border-right: 2px solid #ffffff;
  left: 14px;
  top: 33px;
  transform: translateY(-25%); */
  content: '+';
  position: absolute;
  top: 30px;
  left: 5px;
  font-size: 38px;
  line-height: 1em;
  border-radius: 50%;
  color: #ffffff;
  background-color: #003763;
  width: 38px;
  height: 38px;
  text-align: center;
  font-weight: 400;
}

.module-faq .faq-questions li.open-answer h3:before {
  content: '-';
  background-color: #9FBEDB;
  line-height: 0.9em;
}

/* .module-faq .faq-questions .answer:before {
  content: 'Answer:';
  font-size: 22px;
  font-size: 1.2941176471rem;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
} */

.module-faq .faq-questions .answer ul {
  margin-left: 0;
  margin-right: 0;
}

/* new */
.module-faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .module-faq {
    padding: 40px 0;
  }
}

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

@media only screen and (min-width: 1060px) {
  .module-faq {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .module-faq h2,
  .module-faq .faq-content {
    padding: 0 20px;
  }
}

.module-faq h2 {
  margin: 0;
  text-align: center;
}

.module-faq .faq-content {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .module-faq .faq-content {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.module-faq .faq-questions {
  margin: 50px 0 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .module-faq .faq-questions {
    padding: 0 20px;
  }
}

.module-faq .faq-questions > li:before {
  display: none;
}

.module-faq .faq-questions .question {
  position: relative;
  /* padding: 12px 5px 5px; */
  transition: 0.3s all;
  padding: 5px 0 20px;
}

@media only screen and (min-width: 768px) {
  .module-faq .faq-questions .question {
    position: relative;
    /* padding: 12px 50px 5px; */
    transition: 0.3s all;
  }
}

.module-faq .faq-questions .question .question-icon svg {
  position: absolute;
  width: 33px;
  height: 31px;
  left: 0;
  top: 39px;
}

.module-faq .faq-questions h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.module-faq .faq-questions .answer {
  padding: 0px 50px 15px 70px;
}

.module-faq.faqs-collapsed .question {
  cursor: pointer;
}

/* .module-faq.faqs-collapsed .question:hover h3 {
  color: #003763;
} */

.module-faq.faqs-collapsed .question:hover h3:before {
  background-color: #9FBEDB;
}

.module-faq.faqs-collapsed .question:hover .question-icon svg g {
  stroke: #003763;
}

.module-faq.faqs-collapsed .answer {
  display: none;
}

.module-faq.faqs-collapsed .open-answer {
  transition: all 0.3s;
}

/*====================================
=            FCS Sections            =
====================================*/
/*==========================================
=            Split Image Styles            =
==========================================*/
/* Border radius for split components */
.split-image,
.cards,
.split-cards,
.split-container,
.split-content {
  border-radius: 8px;
}

.split-image-full-width {
  padding: 0;
}

.split-image-full-width .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.split-image-full-width.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-full-width .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container > div {
    width: 50%;
  }
}

.split-image-full-width .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-full-width .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-content {
    padding: 100px 40px;
  }
}

.split-image-full-width .split-content .split-contain {
  max-width: 600px;
}

.split-image-full-width .split-content h2, .split-image-full-width .split-content h3 {
  margin-top: 0;
}

.split-image-full-width .split-image {
  min-height: 60vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-full-width .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-image {
    min-height: 32vw;
  }
}

.split-image-full-width .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .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-full-width.inverse .split-container .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

.split-image-multiple-photos {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos {
    padding: 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: 40px;
  }
}

@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 .split-content h2, .split-image-multiple-photos .split-content h3 {
  margin-top: 0;
}

.split-image-multiple-photos .multi-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}

.split-image-multiple-photos .multi-images .split-image {
  display: none;
  height: 100%;
  min-height: 60vw;
  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:first-of-type {
  display: block;
}

.split-image-multiple-photos .multi-images .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .split-image-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.split-image-cards .section-intro {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .section-intro {
    margin-bottom: 60px;
  }
}

.split-image-cards .split-cards .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    flex-direction: row;
  }
}

@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: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-image {
    /* margin-right: 2%; */
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-content {
    /* margin-right: -2%; */
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-image {
    /* margin-left: -2%; */
    margin-right: 30px;
  }
}

.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: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-image {
    /* margin-right: -6%; */
    margin-left: 30px;
  }
}

@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: 30px;
  }
}

@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: 30px;
  }
}

.split-image-cards .split-cards .split-container {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    margin-bottom: 80px;
    align-items: center;
  }
}

.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: 70%;
  }
}

.split-image-cards .split-cards .split-content .split-contain {
  max-width: 600px;
}

.split-image-cards .split-cards .split-content h2, .split-image-cards .split-cards .split-content h3 {
  margin-top: 0;
}

.split-image-cards .split-cards .split-image {
  min-height: 60vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@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: 52%;
  }
}

.split-image-cards .split-cards .split-image img {
  width: 100%;
  height: 100%;
  min-height: 32vw;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* Split Image Cards - Card Style for Tablet and Mobile */
@media only screen and (max-width: 1059px) {
  .split-image-cards .split-cards .split-container {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  
  .split-image-cards .split-cards .split-image {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    min-height: 300px;
    padding-top: 40px;
  }
  
  .split-image-cards .split-cards .split-content {
    width: 100% !important;
    padding: 40px 30px !important;
    margin: 0 !important;
    text-align: center;
  }
  
  /* Clip edges class - add to split-content to crop blue borders on sibling split-image */
  .split-image-cards .split-cards .split-content.clip-edges ~ .split-image {
    clip-path: inset(0 26% 0 26%);
  }
  
  .split-image-cards .split-cards .split-content.clip-edges ~ .split-image img {
    clip-path: inset(0 26% 0 26%);
  }
}

/* Mobile - larger image */
@media only screen and (max-width: 767px) {
  .split-image-cards .split-cards .split-image {
    width: 70% !important;
    max-width: 70% !important;
  }
}

/* Additional spacing for tablet */
@media only screen and (min-width: 768px) and (max-width: 1059px) {
  .split-image-cards .split-cards .split-content {
    padding: 50px 60px !important;
  }
}

/*===========================================
=            Split Text Repeater            =
===========================================*/
.split-text-repeater {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .split-text-repeater {
    flex-direction: row;
    justify-content: space-between;
  }
}

.split-text-repeater > div {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .split-text-repeater > div {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-text-repeater > div {
    width: 50%;
    padding: 100px 40px;
  }
}

.split-text-repeater > div .split-contain {
  max-width: 600px;
}

.split-text-repeater > div h2,
.split-text-repeater > div h3 {
  margin-top: 0;
}

@media only screen and (min-width: 1060px) {
  .split-contained .split-primary {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1380px) {
  .split-contained .split-primary {
    padding-left: calc(40px + (50vw - (1380px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .split-contained .split-secondary {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1380px) {
  .split-contained .split-secondary {
    justify-content: flex-end;
    padding-right: calc(40px + (50vw - (1380px / 2)));
  }
}

/*===============================
=            Anchors            =
===============================*/
.anchor-links {
  line-height: 1.2em;
  margin: 0 15px;
}

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

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

.anchor-links li {
  margin-bottom: 15px;
}

.anchor-links li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .anchor-links li {
    margin-bottom: 0;
  }
}

.anchor-links a {
  width: 100%;
  font-weight: 700;
  text-decoration: none;
}

.anchor-links a:hover {
  color: #9FBEDB;
}

.mod-anchors {
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  z-index: 0;
}

.mod-anchors:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(208, 244, 255, 0.13);
  z-index: 1;
}

.mod-anchors:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("images/svg/waves.svg");
  background-position: center;
  background-size: 50%;
  opacity: 0.2;
  z-index: 0;
}

.mod-anchors .h2 {
  margin-top: 0;
  margin-bottom: 0.7em;
  text-align: center;
  /* @include media($desktop) {
      padding-bottom: 0.75em;
    } */
}

.mod-anchors .anchor-links {
  position: relative;
  z-index: 1;
}

/*=============================
=            Icons            =
=============================*/
.fcs-icons-section {
  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 {
  display: block;
  flex-basis: 100%;
  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: 768px) {
  .fcs-icons-section .icon-items li {
    column-gap: 2em;
    display: grid;
    grid-template-columns: 200px auto;
  }
}

.fcs-icons-section .icon-items li:before {
  display: none;
}

.fcs-icons-section .icon-items li .icon-content {
  border-bottom: 1px solid rgba(50, 160, 193, 0.23);
}

.fcs-icons-section .icon-items li .icon-img {
  margin: 0 auto 1.5em auto;
  max-width: 300px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .fcs-icons-section .icon-items li .icon-img {
    margin: 0 auto;
    width: unset;
  }
}

.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;
}

.fcs-icons-section .icon-items li h2 {
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fcs-icons-section .icon-items li h2 {
    text-align: left;
  }
}

.fcs-icons-section .icon-items li h2 span {
  display: block;
  margin-top: 0;
}

.inside.liposuction .fcs-icons-section,
.inside.page-4317 #procedures.fcs-icons-section,
.by-body-area.fcs-icons-section,
.inside.liposuccion .fcs-icons-section,
.inside.areas-del-cuerpo .fcs-icons-section {
  text-align: left;
}

.inside.liposuction .fcs-icons-section .icon-items,
.inside.page-4317 #procedures.fcs-icons-section .icon-items,
.by-body-area.fcs-icons-section .icon-items,
.inside.liposuccion .fcs-icons-section .icon-items,
.inside.areas-del-cuerpo .fcs-icons-section .icon-items {
  margin-top: 40px;
  margin-bottom: 0;
}

.inside.liposuction .fcs-icons-section .icon-items li,
.inside.page-4317 #procedures.fcs-icons-section .icon-items li,
.by-body-area.fcs-icons-section .icon-items li,
.inside.liposuccion .fcs-icons-section .icon-items li,
.inside.areas-del-cuerpo .fcs-icons-section .icon-items li {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  padding: 0;
  text-align: center;
  /* .icon-link {
        .icon-img {
          margin-bottom: 10px;
        }
      } */
}

@media only screen and (min-width: 768px) {
  .inside.liposuction .fcs-icons-section .icon-items li,
  /* .inside.page-4317 .fcs-icons-section .icon-items li, */
  .by-body-area.fcs-icons-section .icon-items li,
  .inside.liposuccion .fcs-icons-section .icon-items li,
  .inside.areas-del-cuerpo .fcs-icons-section .icon-items li {
    margin-right: 16px;
  }
}

.inside.liposuction .fcs-icons-section .icon-items li .icon-content,
.inside.page-4317 #procedures.fcs-icons-section .icon-items li .icon-content,
.by-body-area.fcs-icons-section .icon-items li .icon-content,
.inside.liposuccion .fcs-icons-section .icon-items li .icon-content,
.inside.areas-del-cuerpo .fcs-icons-section .icon-items li .icon-content {
  border-bottom: none;
}

.inside.liposuction .fcs-icons-section .icon-items li .icon-content .icon-description,
.inside.page-4317 #procedures.fcs-icons-section .icon-items li .icon-content .icon-description,
.by-body-area.fcs-icons-section .icon-items li .icon-content .icon-description,
.inside.liposuccion .fcs-icons-section .icon-items li .icon-content .icon-description,
.inside.areas-del-cuerpo .fcs-icons-section .icon-items li .icon-content .icon-description {
  color: #003763;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .inside.liposuction .fcs-icons-section .icon-items li .icon-content .icon-description,
  .inside.page-4317 #procedures.fcs-icons-section .icon-items li .icon-content .icon-description,
  .by-body-area.fcs-icons-section .icon-items li .icon-content .icon-description,
  .inside.liposuccion .fcs-icons-section .icon-items li .icon-content .icon-description,
  .inside.areas-del-cuerpo .fcs-icons-section .icon-items li .icon-content .icon-description {
    margin-top: 10px;
  }
}

.inside.liposuction .fcs-icons-section .icon-items li .icon-content .icon-description a,
.inside.page-4317 #procedures.fcs-icons-section .icon-items li .icon-content .icon-description a,
.by-body-area.fcs-icons-section .icon-items li .icon-content .icon-description a,
.inside.liposuccion .fcs-icons-section .icon-items li .icon-content .icon-description a,
.inside.areas-del-cuerpo .fcs-icons-section .icon-items li .icon-content .icon-description a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .inside.liposuction .fcs-icons-section .icon-items li:nth-of-type(7),
  .inside.page-4317 #procedures.fcs-icons-section .icon-items li:nth-of-type(7),
  .by-body-area.fcs-icons-section .icon-items li:nth-of-type(7),
  .inside.liposuccion .fcs-icons-section .icon-items li:nth-of-type(7),
  .inside.areas-del-cuerpo .fcs-icons-section .icon-items li:nth-of-type(7) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .inside.page-4317 #procedures.fcs-icons-section .icon-items li .icon-img img {
    max-width: 95%;
  }
}

.inside.page-4317 #procedures.fcs-icons-section {
  padding-top: 0;
  padding-bottom: 50px;
}







/*===================================
=            Inline BnAs            =
===================================*/
.mod-bnas {
  position: relative;
  /* &:after {
    background: $primaryColor;
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 45vw);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    @include media($full) {
      height: calc(100% - 18vw);
    }
  } */
  /* @include media($desktop) {
    padding-top: 80px;
    padding-bottom: 80px;
  } */
}

.mod-bnas .curve-top {
  min-height: 43px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .curve-top {
    min-height: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .curve-top {
    min-height: 133px;
  }
}

.mod-bnas .curve-top svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mod-bnas .curve-bottom {
  margin-top: -4px;
  min-height: 43px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .curve-bottom {
    min-height: 73px;
  }
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .curve-bottom {
    min-height: 133px;
  }
}

.mod-bnas .curve-bottom svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.inline-bnas {
  padding: 40px 20px 60px 20px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .inline-bnas {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1380px) {
  .inline-bnas {
    padding-right: calc(40px + (50vw - (1380px / 2)));
    padding-left: calc(40px + (50vw - (1380px / 2)));
  }
}

.inline-bnas .h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.inline-bnas .bna-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  column-gap: 25px;
  margin: 40px 0 50px;
}

@media only screen and (min-width: 768px) {
  .inline-bnas .bna-wrap {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .inline-bnas:before {
    box-shadow: 0px 3vw 0px 100vw #003763;
  }
}

.inline-bnas .bna-set {
  display: grid;
  row-gap: 10px;
  border: 1px solid #5E7FB1;
  padding: 10px;
  position: relative;
}

.inline-bnas .bna-set:hover .overlay {
  opacity: 1;
}

.inline-bnas .bna-set > div:nth-last-child(2) .label {
  display: block;
}

.inline-bnas .bna-set .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.inline-bnas .bna-set .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;
  background: #ffffff;
  border: 7px solid #ffffff;
  align-items: center;
}

@media only screen and (min-width: 1060px) {
  .inline-bnas .bnacase-imgset {
    grid-template-columns: fit-content(150px) fit-content(150px);
  }
}

.inline-bnas img {
  margin: 0;
  width: 100%;
  height: auto;
}

.inline-bnas .before,
.inline-bnas .after {
  position: relative;
}

.inline-bnas .before .label,
.inline-bnas .after .label {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1em;
  font-weight: 400;
  display: none;
  text-transform: uppercase;
  color: #9FBEDB;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
}

.inline-bnas .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.inline-bnas .button:hover {
  background: #ffffff;
  color: #003763 !important;
}

/*=======================================
=            Carousel Module            =
=======================================*/
.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(51, 51, 51, 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.3529411765rem;
  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.2941176471rem;
  }
}

.basic-carousel .owl-nav > div {
  background-color: #003763;
  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;
}

/* ------------------------
	Random Internal Pages
------------------------ */
.tmpl_type_page_specials {
  text-align: left;
}

.tmpl_type_page_specials h1 {
  text-transform: uppercase;
}

.tmpl_type_page_specials h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.inside.tmpl_type_page_specials h2.h3 {
  font-family: scandia-web, sans-serif;
  color: #9FBEDB;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

@media only screen and (min-width: 1060px) {
  .inside.tmpl_type_page_specials h2.h3 {
    font-size: 29px;
    font-size: 1.7058823529rem;
    line-height: 1.39em;
  }
}

.inside.tmpl_type_page_specials h3.h4 {
  font-family: scandia-web, sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.47em;
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

.tmpl_type_page_specials h2.category-hdng {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1em;
  min-height: 92px;
  text-align: center;
}

.tmpl_type_page_specials ul.procedures {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_specials ul.procedures {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.tmpl_type_page_specials ul.procedures > li {
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_specials ul.procedures > li {
    width: 32%;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_specials ul.procedures > li {
    width: 23%;
  }
}

.tmpl_type_page_specials ul.procedures > li .category-image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_specials ul.procedures > li .category-image {
    margin: 0;
  }
}

.tmpl_type_page_specials ul.procedures > li .category-image img {
  width: 100%;
  height: auto;
  position: relative;
}

.tmpl_type_page_specials ul.procedures > li ul {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  list-style-type: none;
  margin: 2.5em auto;
  padding: 0 40px;
  text-align: center;
}

.tmpl_type_page_specials ul.procedures > li ul li {
  color: #003763;
  margin-bottom: 24px;
}

.tmpl_type_page_specials ul.procedures > li ul li:before {
  display: none;
}

.tmpl_type_page_specials ul.procedures > li ul li:last-of-type {
  margin-bottom: 0;
}

.tmpl_type_page_specials ul.procedures > li ul li span {
  display: block;
  font-style: italic;
}

.tmpl_type_page_specials ul.procedures > li ul li .subcategory-cost {
  color: #9FBEDB;
}

.tmpl_type_page_specials .interior {
  display: block;
}

.tmpl_type_page_specials .specials-schedule-consultation {
  background-color: rgba(50, 160, 193, 0.05);
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-extra-content {
  background: url('images/bg-image.jpg') no-repeat;
  Background-size: cover;
  background-position: top center;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .info-title {
  font-family: 'scandia-web', sans-serif;
  color: #003763;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 16px;
  margin-top: 26px;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons {

}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons {
    display: flex;
    gap: 12px;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons a {
    position: relative;

}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons a.fb:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 30.35px;
    height: 30.35px;
    background: url('images/svg/fb.svg') no-repeat;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons a.ig:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 30.35px;
    height: 30.35px;
    background: url('images/svg/ig.svg') no-repeat;
    background-size: cover;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons a.google:hover::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 29.86px;
    height: 30.86px;
    background: url('images/svg/google.svg') no-repeat;
    background-size: cover;
}

.tmpl_type_page_specials .basic-content-plus.contain.specials-contact-info .social-icons img {
    display: block;
    width: 30.35px;
    height: 30.35px;
    float: none;
    max-width: 100%;
    margin-right: 0;
}

/* Blazeo Live Chat Script */
#apexchat_prechat_invitation_wrapper {
  bottom: 55px !important;
}

@media only screen and (min-width: 768px) {
  #apexchat_dompopup_chatwindow_wrapper {
    bottom: 80px !important;
  }
}

/* ==|== 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;
  }
}

.home .home-instagram {
  margin-top: -17px;
  overflow-x: hidden;
  position: relative;
  padding: 0;
}

.home .home-instagram h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  margin: 0;
  padding: 0.25em 0.75em;
  border-radius: 50px;
  color: #ffffff;
  white-space: nowrap;
}

@media only screen and (max-width: 370px) {
  .home .home-instagram h2 {
    font-size: 28px;
  }
}

.home .home-instagram h2:after {
  content: none;
}

.home .home-instagram h2 a {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home .home-instagram h2 a {
    font-size: 1.6rem;
  }
}

.home .home-instagram #eapps-instagram-feed-1 {
  width: unset;
}

.home .split-image-full-width {
  margin-top: -50px;
}

.home .split-image-full-width .split-container {
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .home .split-image-full-width .split-container {
      flex-direction: row;
      max-height: 800px;
  }
}

.home .split-image-full-width .feature-content {
  color: #ffffff;
  background-color: #003763;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vw;
  padding: 60px 20px;
}

@media only screen and (min-width: 1060px) {
  .home .split-image-full-width .feature-content {
    min-height: unset;
    padding: 118px 75px;
    text-align: left;
  }
}

.home .split-image-full-width .feature-content .fc-wrap {
  max-width: 720px;
}

.home .split-image-full-width h2 {
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .home .split-image-full-width h2 {
    text-align: left;
  }
}

#process.fcs-icons-section {
  background: #F2F9FA;
  padding-top: 50px;
}

#process.fcs-icons-section h2 {
  text-align: center;
}

#process.fcs-icons-section .icon-items {
  margin-top: 0;
}

#process.fcs-icons-section .icon-items li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#process.fcs-icons-section .icon-items li .icon-img {
  max-width: 66px;
  margin: 0 auto;
  max-height: 100px;
}

#process.fcs-icons-section .icon-items li .icon-content {
  border-bottom: none;
}

#process.fcs-icons-section .icon-items li .icon-content .h3 {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
.page-4317 .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}

.page-4317 .inline-bnas a.button {
  background-color: #F2F9FA;
  color: #003763!important;
}

.page-4317 .inline-bnas a.button:hover {
  background: #9FBEDB!important;
  color: #ffffff !important;
}


