/*
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
------------------------ */
/* ------------------------
   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 / LOCATION ------------------ */
/* ***************************************** */
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: 2em;
  }
}

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

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

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

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

button.button, #rmrrWidget-contains-pager-button-container button {
  border: none;
}

.button, #rmrrWidget-contains-pager-button-container button,
.buttons a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: goldenbook, serif;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 8px 35px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1em;
  letter-spacing: 0.07em;
  min-width: 160px;
  font-weight: 500;
  margin-top: 10px;
  transition: .3s;
}

.button:hover, #rmrrWidget-contains-pager-button-container button:hover,
.buttons a:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  text-decoration: none !important;
  transition: .3s;
  color: #000000;
}

@media only screen and (min-width: 1060px) {
  .button, #rmrrWidget-contains-pager-button-container button,
  .buttons a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.white-button {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.white-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: #ffffff;
}

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

@media only screen and (min-width: 768px) {
  blockquote {
    margin-left: 50px;
    padding-left: 40px;
    border-color: #5C5C5C;
  }
}

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

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

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

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

@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: #000000;
}

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

.ytwrap .yt-title {
  font-family: goldenbook, serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: 0.06em;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
}

.ytvideo {
  background-size: cover;
}

.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: url(images/svg/play-button.svg);
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

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

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

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

.pad-top-0 {
  padding-top: 0 !important;
}

.pad-bottom-0 {
  padding-bottom: 0 !important;
}

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

@media only screen and (min-width: 768px) {
  .content-sp-padding {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
}

@media only screen and (min-width: 1380px) {
  .content-sp-padding {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .content-sp-padding .contained-content {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.contain-padding .contained-content {
  padding-left: 20px;
  padding-right: 20px;
}

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

@media only screen and (min-width: 1380px) {
  .contain-padding .contained-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.gradient-bg-light-dark {
  background: linear-gradient(#B1A899, #2F2B22);
}

.gradient-bg-light-dark ul li:before {
  background: #ffffff;
}

.gradient-bg-dark-light {
  background: linear-gradient(#2F2B22, #B1A899);
}

.gradient-bg-dark-light ul li:before {
  background: #ffffff;
}

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

@media only screen and (min-width: 1060px) {
  .half-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 100px;
    padding: auto;
  }
}

.half-section .left-side,
.half-section .right-side {
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .half-section .left-side,
  .half-section .right-side {
    text-align: left;
    width: 50%;
  }
}

.round-image img {
  border-radius: 50%;
  aspect-ratio: 644/644;
}

.big-padding .no-contained-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 1060px) {
  .big-padding .no-contained-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bg-pos-left {
  background-position: left !important;
}

@media only screen and (min-width: 768px) {
  .bg-pos-left {
    background-position: 65% !important;
  }
}

.bg-pos-right {
  background-position: right !important;
}

@media only screen and (min-width: 768px) {
  .bg-pos-right {
    background-position: 85% !important;
  }
}

/* ------------------------
   Typography (and primary body style)
------------------------ */
@font-face {
  font-family: 'nt_seawave_standartregular';
  src: url("fonts/nt_seawave_standart-webfont.woff2") format("woff2"), url("fonts/nt_seawave_standart-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font: 16px/24px rig-sans, sans-serif;
  line-height: 1.625em;
}

#skiptomaincontent {
  margin-top: -57px;
}

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

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.35em;
  }
}

@media only screen and (min-width: 1060px) {
  body.tmpl_type_front {
    line-height: 1.875em;
  }
}

p {
  margin: 0 0 1em;
}

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

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

.hdng {
  font-family: nt_seawave_standartregular;
}

h1,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}

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

h2,
.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 1060px) {
  h2,
  .h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 300;
    margin-bottom: 5px;
  }
}

h4,
h5,
h6 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.66em;
}

@media only screen and (min-width: 768px) {
  h4,
  h5,
  h6 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #6B675D;
  transition: .3s;
  cursor: pointer;
}

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

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

* {
  scrollbar-width: none;
}

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

#error_txt {
  padding-bottom: 100px;
}

section {
  padding: 20px;
}

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

@media only screen and (min-width: 1060px) {
  section {
    padding: 15px 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: 15px;
    padding-bottom: 15px;
  }
}

.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 {
  position: relative;
  top: 0;
  padding: 0;
  width: 100%;
  background: #5C5C5C;
  background-size: cover;
  background-position: center;
  /* top: -57px; */
  margin-bottom: 57px;
  /* MODELS TAG / LOCATION */
}

.site-header.front-header {
  height: 100vh;
  min-height: 568px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header {
    min-height: 1025px;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header {
    min-height: 915px;
  }
}

.site-header.front-header .header-bg {
  background-image: url(images/header-home-tablet.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 568px;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header .header-bg {
    min-height: 1025px;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header .header-bg {
    background-image: url(images/header-home.jpg);
    min-height: 915px;
    animation: kenburns 30s;
  }
}

.site-header.front-header h1,
.site-header.front-header .h1 {
  font-family: nt_seawave_standartregular;
  font-size: 57px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: ffffff;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  top: 61%;
  transform: translate(0, -50%);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header h1,
  .site-header.front-header .h1 {
    font-size: 131px;
    top: 54%;
  }
}

@media only screen and (min-width: 1380px) {
  .site-header.front-header h1,
  .site-header.front-header .h1 {
    font-size: 200px;
    letter-spacing: 0.25em;
    top: 53%;
  }
}

.site-header.front-header h1 a,
.site-header.front-header .h1 a {
  margin-right: -.2em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header h1 a,
  .site-header.front-header .h1 a {
    margin-right: -0.225em;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header h1 a,
  .site-header.front-header .h1 a {
    margin-right: -0.25em;
  }
}

.site-header.front-header h1 span,
.site-header.front-header .h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1em;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header h1 span,
  .site-header.front-header .h1 span {
    font-size: 37px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1380px) {
  .site-header.front-header h1 span,
  .site-header.front-header .h1 span {
    font-size: 42px;
    margin-top: -5px;
  }
}

.site-header.int-header {
  min-height: 50vw;
}

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

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

.site-header h1,
.site-header .h1 {
  font-size: 40px;
  font-family: nt_seawave_standartregular;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
  letter-spacing: 0.2em;
  position: absolute;
  top: 56%;
  transform: translate(0, -55%);
  right: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .site-header h1,
  .site-header .h1 {
    font-size: 75px;
    letter-spacing: 0.25em;
  }
}

@media only screen and (min-width: 1380px) {
  .site-header h1,
  .site-header .h1 {
    font-size: 101px;
  }
}

.site-header h1 span,
.site-header .h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .site-header h1 span,
  .site-header .h1 span {
    font-size: 20px;
  }
}

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

.site-header h1 a,
.site-header .h1 a {
  margin-right: -.2em;
  text-decoration: none !important;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .site-header h1 a,
  .site-header .h1 a {
    margin-right: -0.225em;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header h1 a,
  .site-header .h1 a {
    margin-right: -0.25em;
  }
}

.banner {
  display: none;
  background-color: #5C5C5C;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 12px;
  position: relative;
  z-index: 101;
}

@media only screen and (min-width: 768px) {
  .banner {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1380px) {
  .banner {
    padding: 10px 40px 12px;
  }
}

.banner.show-banner {
  display: block;
}

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

.banner.banner-sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.banner.banner-fixed {
  position: fixed;
  width: 100%;
}

.banner .banner-container {
  font-family: goldenbook, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  font-weight: 400;
  display: block;
  position: relative;
  text-align: center;
}

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

.banner .banner-container .icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  .banner .banner-container .icon {
    display: flex;
  }
}

.banner .banner-container .icon svg {
  width: auto;
  height: 20px;
  margin: 0 15px 0 0;
}

.banner .banner-container .banner-text {
  font-weight: 700;
}

.banner .banner-container .banner-text span {
  font-weight: 400;
}

.banner .banner-container .banner-text span:before {
  content: '- ';
}

.banner .banner-container .banner-link.button, .banner .banner-container #rmrrWidget-contains-pager-button-container button.banner-link, #rmrrWidget-contains-pager-button-container .banner .banner-container button.banner-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 600;
  padding: 5px 10px;
  margin: 10px 0 0;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .banner .banner-container .banner-link.button, .banner .banner-container #rmrrWidget-contains-pager-button-container button.banner-link, #rmrrWidget-contains-pager-button-container .banner .banner-container button.banner-link {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0 15px;
  }
}

.banner .banner-container .close-banner {
  background: #6B675D;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
  font-weight: 100;
  width: 25px;
  height: 25px;
  padding: 0;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transform: translateY(50%);
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .banner .banner-container .close-banner {
    right: -50px;
  }
}

.banner .banner-container .close-banner .close-container {
  position: relative;
  width: 60%;
  height: 60%;
}

.banner .banner-container .close-banner .close-container:before, .banner .banner-container .close-banner .close-container:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 1px;
}

.banner .banner-container .close-banner .close-container:before {
  transform: translateX(-50%) rotate(45deg);
}

.banner .banner-container .close-banner .close-container:after {
  transform: translateX(-50%) rotate(-45deg);
}

/* ------------------------
	Nav
------------------------ */
/*
Variables and Color Options For the Navigation Menu
*/
:root {
  --nav-panel-phone-width: calc(100vw - 80px);
  --nav-panel-tablet-width: 50vw;
  --nav-panel-desktop-width: 500px;
  /* Hamburger Express Menu AND All Mobile Styles */
  --menu-express-font-size-parent: 26px;
  --menu-express-font-size-child: 20px;
  --menu-express-font-size-grandchild: 20px;
  --menu-express-text-color: #ffffff;
  --menu-express-bg: #43413D;
  --menu-express-bg-child: #383632;
  --menu-express-bg-grandchild: #2d2b28;
  --menu-express-hover: #2d2b28;
  /* Hamburger Deluxe Menu Styles */
  --menu-deluxe-font-size-parent: 26px;
  --menu-deluxe-font-size-child: 26px;
  --menu-deluxe-font-size-grandchild: 22px;
  --menu-deluxe-bg-parent: #43413D;
  --menu-deluxe-text-parent: #fff;
  --menu-deluxe-bg-hover-parent: transparent;
  --menu-deluxe-text-hover-parent: rgba(255, 255, 255, 0.4);
  --menu-deluxe-bg-child: #383632;
  --menu-deluxe-text-child:  #fff;
  --menu-deluxe-bg-hover-child: transparent;
  --menu-deluxe-text-hover-child: rgba(255, 255, 255, 0.4);
  --menu-deluxe-bg-grandchild: #2d2b28;
  --menu-deluxe-text-grandchild: #fff;
  --menu-deluxe-bg-hover-grandchild: transparent;
  --menu-deluxe-text-hover-grandchild: rgba(255, 255, 255, 0.4);
  /* Top Menu Styles */
  --menu-top-font-size-parent: 16px;
  --menu-top-font-size-child: 16px;
  --menu-top-font-size-grandchild: 16px;
  --mega-menu-font-size-child: 20px;
  --mega-menu-font-size-grandchild: 16px;
  --menu-top-bg-parent: navy;
  --menu-top-text-parent: silver;
  --menu-top-bg-hover-parent: silver;
  --menu-top-text-hover-parent: black;
  --menu-top-fixed-bg-parent: yellow;
  --menu-top-fixed-text-parent: maroon;
  --menu-top-fixed-bg-hover-parent: maroon;
  --menu-top-fixed-text-hover-parent: yellow;
  --menu-top-bg-child: green;
  --menu-top-text-child: lime;
  --menu-top-bg-hover-child: blue;
  --menu-top-text-hover-child: aqua;
  --menu-top-bg-grandchild: orange;
  --menu-top-text-grandchild: red;
  --menu-top-bg-hover-grandchild: purple;
  --menu-top-text-hover-grandchild: fuchsia;
}

.menu-wrap {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  overflow: scroll;
  transition: opacity .1s ease-in-out, background-color .3s ease-in-out, backdrop-filter .3s ease-in-out;
  scrollbar-width: none;
}

.menu-wrap::-webkit-scrollbar {
  display: none;
}

.menu-wrap .nav-parent-underlay {
  display: none;
}

.menu-wrap .nav-panel {
  background-color: var(--menu-express-bg);
  width: var(--nav-panel-phone-width);
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .menu-wrap .nav-panel {
    width: var(--nav-panel-tablet-width);
  }
}

@media only screen and (min-width: 1060px) {
  .menu-wrap .nav-panel {
    width: var(--nav-panel-desktop-width);
  }
}

.menu-is-open .menu-wrap .nav-panel {
  transform: translateX(0);
}

.menu-is-closed .menu-wrap .nav-panel {
  transform: translateX(-100%);
}

.menu-wrap .nav-extra-content {
  padding: 20px;
  position: relative;
  color: var(--menu-express-text-color);
}

.menu-wrap .nav-extra-content svg path {
  fill: var(--menu-express-text-color);
}

.menu-wrap .nav-social .social-icons {
  list-style: none;
  margin: 0;
  display: flex;
  margin-bottom: 30px;
}

.menu-wrap .nav-social .social-icons .show-icon {
  margin-right: 16px;
}

.menu-wrap .nav-social .social-icons .show-icon:last-of-type {
  margin-right: 0;
}

.menu-wrap .nav-social .social-icons .show-icon a:hover svg path {
  fill: #f2f2f2;
}

.menu-wrap .nav-social .social-icons svg {
  width: auto;
  height: 30px;
}

.menu-wrap .nav-social .social-icons svg path {
  fill: #ffffff;
}

.menu-wrap .menu-address-site-locations .location-each {
  margin-bottom: 20px;
}

.menu-wrap .menu-address-site-locations .location-each a {
  display: flex;
}

.menu-wrap .menu-address-site-locations .location-each .address-icon {
  margin-right: 10px;
}

.menu-wrap .menu-address-site-locations .location-each .location-name {
  font-weight: 700;
}

.menu-wrap .nav-close {
  position: absolute;
  top: 0;
  left: var(--nav-panel-phone-width);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .menu-wrap .nav-close {
    left: var(--nav-panel-tablet-width);
  }
}

@media only screen and (min-width: 1060px) {
  .menu-wrap .nav-close {
    left: var(--nav-panel-desktop-width);
  }
}

.menu-wrap .nav-close svg {
  width: 20px;
  height: 20px;
}

.menu-wrap .nav-close svg path {
  fill: var(--menu-express-text-color);
}

.menu-wrap .main-menu {
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
  scrollbar-width: none;
}

.menu-wrap .main-menu::-webkit-scrollbar {
  display: none;
}

.menu-wrap .main-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

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

/* @media only screen and (min-width: 1060px) {
  .menu-wrap .main-menu li:hover > a {
    background-color: var(--menu-express-hover);
  }
} */

.menu-wrap .main-menu a {
  text-decoration: none;
  display: block;
  /* color: var(--menu-express-text-color); */
  line-height: 1em;
}

.menu-wrap .main-menu a:hover, .menu-wrap .main-menu a:active, .menu-wrap .main-menu a:focus {
  outline: none;
}

.menu-wrap .main-menu .menu-item > a {
  font-size: var(--menu-express-font-size-parent);
  padding: 14px 20px;
}

.menu-wrap .main-menu .menu-item .nav-dropdown-button {
  height: calc(var(--menu-express-font-size-parent) + calc(14px * 2));
}

.menu-wrap .main-menu .menu-item.menu-item-has-children > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-wrap .main-menu .sub-menu {
  display: none;
  margin: 0;
  background-color: var(--menu-express-bg-child);
}

.menu-wrap .main-menu .sub-menu a {
  font-size: var(--menu-express-font-size-child);
  padding: 13px 20px 13px 40px;
}

.menu-wrap .main-menu .sub-menu .nav-dropdown-button {
  height: calc(var(--menu-express-font-size-child) + calc(13px * 2));
}

.menu-wrap .main-menu .sub-menu .sub-menu {
  background-color: var(--menu-express-bg-grandchild);
}

.menu-wrap .main-menu .sub-menu .sub-menu a {
  font-size: var(--menu-express-font-size-grandchild);
  padding-left: 60px;
}

.menu-wrap .main-menu .sub-menu .sub-menu .nav-dropdown-button {
  height: calc(var(--menu-express-font-size-grandchild) + calc(13px * 2));
}

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

.menu-is-open .menu-wrap {
  z-index: 500;
  opacity: 1;
}

.menu-is-closed .menu-wrap {
  transition-delay: .2s;
  height: .1px;
  transition: opacity .5s .1s ease-in-out, background-color .5s .3s ease-in-out, backdrop-filter .3s ease-in-out, height .3s .5s;
}

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

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

.menu-buttons span:not(.location-suite):not(.show-icon) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 300;
  font-family: Futura, "EB Garamond", serif;
  display: block;
}

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

.menu-buttons .logo-mark {
  display: flex;
  align-items: center;
  height: 75%;
  transition: opacity .3s;
}

.menu-buttons .logo-mark a, .menu-buttons .logo-mark svg {
  height: 100%;
  width: auto;
}

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

.menu-buttons .menu-contact > * {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-locations {
    margin-right: 0;
  }
}

.menu-buttons .menu-contact > *:last-of-type {
  margin-right: 0;
}

.menu-buttons .menu-locations .locations-dropdown-toggle,
.menu-buttons .menu-phone .locations-dropdown-toggle {
  color: #136f97;
  transition: color .3s;
  display: flex;
  align-items: center;
}

.menu-buttons .menu-locations .locations-dropdown-toggle .show-icon,
.menu-buttons .menu-phone .locations-dropdown-toggle .show-icon {
  display: flex;
  padding-right: 0;
}

.menu-buttons .menu-locations .locations-dropdown-toggle:hover, .menu-buttons .menu-locations .locations-dropdown-toggle:active, .menu-buttons .menu-locations .locations-dropdown-toggle:focus,
.menu-buttons .menu-phone .locations-dropdown-toggle:hover,
.menu-buttons .menu-phone .locations-dropdown-toggle:active,
.menu-buttons .menu-phone .locations-dropdown-toggle:focus {
  color: #ffffff;
}

.menu-buttons .menu-locations .locations-dropdown-toggle:hover svg path, .menu-buttons .menu-locations .locations-dropdown-toggle:active svg path, .menu-buttons .menu-locations .locations-dropdown-toggle:focus svg path,
.menu-buttons .menu-phone .locations-dropdown-toggle:hover svg path,
.menu-buttons .menu-phone .locations-dropdown-toggle:active svg path,
.menu-buttons .menu-phone .locations-dropdown-toggle:focus svg path {
  fill: #ffffff;
}

.menu-buttons .menu-locations .locations-dropdown-toggle svg path,
.menu-buttons .menu-phone .locations-dropdown-toggle svg path {
  fill: #136f97;
  transition: .3s fill;
}

.menu-buttons .menu-locations .header-address-site-locations,
.menu-buttons .menu-phone .header-address-site-locations {
  margin-right: 5px;
}

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

.menu-trigger {
  cursor: pointer;
}

/* Hamburger Menu */
.nav-hamburger {
  width: 26px;
  height: 15px;
  position: relative;
  z-index: -1;
  cursor: pointer;
  margin-right: 5px;
}

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

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

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

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

/* Nav Expander (Plus button) */
.nav-expander {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 16px;
  cursor: pointer;
}

.nav-expander span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--menu-express-text-color);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: transform .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-parent-open > a {
  background-color: var(--menu-express-hover);
}

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

/*=========================================
=            Hamburger Deluxe             =
=========================================*/
@media only screen and (min-width: 1060px) {
  .not--device .hamburger-deluxe-style .menu-wrap .nav-parent-underlay {
    display: block;
    position: absolute;
    width: var(--nav-panel-desktop-width);
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--menu-deluxe-bg-parent);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .nav-panel {
    width: var(--nav-panel-desktop-width);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .nav-close {
    left: 0;
    transform: translateX(0);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu {
    width: var(--nav-panel-desktop-width);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu > li > .sub-menu {
    height: 100%;
    padding: 100px 0;
    position: fixed;
    top: 0;
    transform: translateX(0);
    transition: transform .5s;
    width: var(--nav-panel-desktop-width);
    overflow: scroll;
    scrollbar-width: none;
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu > li > .sub-menu::-webkit-scrollbar {
    display: none;
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu > li > a {
    font-size: var(--menu-deluxe-font-size-parent);
    color: var(--menu-deluxe-text-parent);
    padding: 14px 46px 14px 20px;
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu > li .nav-dropdown-button {
    height: calc(var(--menu-deluxe-font-size-parent) + calc(14px * 2));
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu > li:hover > a {
    background-color: var(--menu-deluxe-bg-hover-parent);
    color: var(--menu-deluxe-text-hover-parent);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu {
    margin: 0;
    background-color: var(--menu-deluxe-bg-child);
    /* box-shadow: 1px 0 20px rgba(0, 0, 0, 0.25); */
    display: block;
    position: relative;
    z-index: -1;
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu > li {
    /* Child */
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu > li a {
    font-size: var(--menu-deluxe-font-size-child);
    padding: 14px 20px;
    color: var(--menu-deluxe-text-child);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu > li .nav-dropdown-button {
    height: calc(var(--menu-deluxe-font-size-child) + calc(14px * 2));
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu > li:hover {
    background-color: var(--menu-deluxe-bg-hover-child);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu > li:hover a {
    color: var(--menu-deluxe-text-hover-child);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu .sub-menu {
    /* Grandchild */
    z-index: 0;
    background-color: var(--menu-deluxe-bg-grandchild);
    box-shadow: none;
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu .sub-menu li a {
    font-size: var(--menu-deluxe-font-size-grandchild);
    padding: 12px 20px 12px 40px;
    color: var(--menu-deluxe-text-grandchild);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu .sub-menu li .nav-dropdown-button {
    height: calc(var(--menu-deluxe-font-size-grandchild) + calc(12px * 2));
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu .sub-menu li:hover {
    background-color: var(--menu-deluxe-bg-hover-grandchild);
  }
  .not--device .hamburger-deluxe-style .menu-wrap .main-menu .sub-menu .sub-menu li:hover a {
    color: var(--menu-deluxe-text-hover-grandchild);
    background-color: transparent;
  }
  .not--device .hamburger-deluxe-style.menu-is-open .menu-wrap {
    transform: translateX(0);
    width: 100vw;
  }
  .not--device .hamburger-deluxe-style .menu-is-closed .menu-wrap {
    transform: translateX(-100%);
  }
  .not--device .hamburger-deluxe-style.sub-menu-is-open .menu-item-has-children > .sub-menu {
    transform: translateX(0);
  }
  .not--device .hamburger-deluxe-style.sub-menu-is-open .menu-item-has-children.sub-menu-parent-open > .sub-menu {
    transform: translateX(var(--nav-panel-desktop-width));
  }
  .not--device .hamburger-deluxe-style.sub-menu-is-open .menu-item-has-children.sub-menu-parent-open > .sub-menu .sub-menu {
    transform: translateX(0);
    position: relative;
    padding: 0;
    height: auto;
  }
  .not--device .hamburger-deluxe-style.sub-menu-is-open .menu-item-has-children.sub-menu-parent-open > .sub-menu .sub-menu a {
    color: var(--menu-deluxe-text-grandchild);
  }
  .not--device .hamburger-deluxe-style .sub-menu-parent-open > a {
    background-color: var(--menu-deluxe-bg-hover-parent);
  }
  .not--device .hamburger-deluxe-style .sub-menu-parent-open .sub-menu-parent-open > a {
    background-color: var(--menu-deluxe-bg-hover-child);
  }
}

.menu-contact-links,
.menu-contact-links .show-desktop {
  display: none;
}

.menu-is-open .menu-contact-links {
  z-index: -1;
}

.menu-is-closed .menu-contact-links {
  transition: all .3s;
  transition-delay: .3s;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .menu-contact-links {
    display: flex;
    margin-left: 0;
    margin-right: 10px;
  }
}

.menu-contact-links li:before {
  content: none;
}

.menu-contact-links li {
  font-size: 20px;
  line-height: 1em;
  font-family: goldenbook, serif;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 850px) {
  .menu-contact-links li {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1080px) {
  .menu-contact-links li {
    font-size: 20px;
  }
}

.menu-contact-links li a {
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.menu-contact-links li a:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1115px) {
  .menu-contact-links .show-desktop {
    display: flex;
  }
}

/*==========================================
=            Custom Page Header            =
==========================================*/
.tmpl_type_custom_page .site-header.int-header {
  color: #ffffff;
  height: 100vh;
  min-height: 750px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position-x: left;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .site-header.int-header {
    padding: 40px;
    background-position-x: 65%;
    max-height: 100%;
    height: 750px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .site-header.int-header {
    min-height: 910px;
    padding: 20px;
  }
}

.tmpl_type_custom_page .site-header.int-header ul {
  margin: 0;
}

.tmpl_type_custom_page .site-header.int-header ul li {
  margin-left: 0;
  margin-bottom: 15px;
}

.tmpl_type_custom_page .site-header.int-header ul li::before {
  content: none;
}

.tmpl_type_custom_page .site-header.int-header ul li a {
  color: #ffffff;
  font-family: goldenbook, serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 0.93em;
  font-weight: 300;
  letter-spacing: 0.005em;
}

.tmpl_type_custom_page .site-header.int-header ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.58);
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap {
  color: #ffffff;
  position: relative;
  height: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap {
    width: 60%;
    max-width: unset;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap {
    width: 45%;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap {
    line-height: 1.875em;
    justify-content: unset;
    padding: 40px 40px 40px 50px;
    top: 90px;
  }
}

@media only screen and (min-width: 1580px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap {
    padding-left: calc(40px + (50vw - (1540px / 2)));
  }
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap .salacious-crumb {
  display: none;
  text-align: left;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap .salacious-crumb {
    display: block;
  }
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap .salacious-crumb .crumb-go-home {
  color: #ffffff;
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap .salacious-crumb .crumb-sep {
  color: #ffffff;
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap .salacious-crumb .current-crumb-item {
  color: rgba(245, 244, 244, 0.53);
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 {
  position: relative;
  text-transform: capitalize;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  -webkit-text-stroke: unset;
  top: 0;
  transform: unset;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 {
    font-size: 62px;
    font-size: 3.875rem;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap h1:after {
  margin-top: 15px;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap h1:after {
    margin-top: 20px;
  }
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 span {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  -webkit-text-stroke: unset;
  top: 0;
  transform: unset;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 span {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .site-header.int-header .header-content-wrap h1 span {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap h1:after {
  border-bottom: 0.75px solid #ffffff;
  margin-left: unset;
  margin-right: unset;
}

.tmpl_type_custom_page .site-header.int-header .header-content-wrap a,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap h2,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap .h2,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap h3,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap .h3,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap h4,
.tmpl_type_custom_page .site-header.int-header .header-content-wrap .h4 {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_custom_page.page-897 .site-header.int-header {
    background-image: url(images/bio-header-mobile.jpg) !important;
    background-position: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .tmpl_type_custom_page.page-897 .site-header.int-header {
    background-image: url(images/bio-header-tablet.jpg) !important;
    background-position: top;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page.page-897 .site-header.int-header {
    min-height: 960px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap {
    width: 72% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap {
    width: 60% !important;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap {
    width: 52% !important;
  }
}

@media only screen and (min-width: 1460px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap {
    width: 50% !important;
  }
}

.tmpl_type_custom_page.page-897 .header-content-wrap:before {
  content: '';
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap:before {
    background: url(images/svg/logo-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 291px;
    height: 572px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page.page-897 .header-content-wrap:before {
    width: 400px;
    height: 785px;
    top: -30px;
  }
}

/*-------------- Logo Area -------------*/
/* ------------------------
	Nav
------------------------ */
/* Navigation bar */
.nav-bar.fixed {
  background-color: rgba(67, 65, 61, 0.93);
  transition: .3s;
  top: 0;
}

.nav-bar {
  width: 100%;
  padding: 0 20px;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: transparent;
  height: 70px;
  transition: .3s;
  /* Sticky Navigation Bar - use this as default */
  /* Fixed Navigation Bar - use this if navigation bar has transparency and/or header image needs to reach top of screen */
}

@media only screen and (min-width: 768px) {
  .nav-bar {
    /* height: 70px; */
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1380px) {
  .nav-bar {
    /* height: 70px; */
    /* top: 25px; */
    padding: 0 70px;
  }
}

.nav-bar.nav-fixed {
  /* position: sticky; */
  position: absolute;
  display: flex;
}

.nav-bar .logo-wrap svg path {
  transition: .3s fill;
}

.nav-bar .logo-wrap:hover svg path {
  fill: rgba(255, 255, 255, 0.4);
}

/* .nav-bar .logo-wrap {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .logo-wrap {
    display: flex;
    margin-right: 16px;
    align-items: center;
  }
  .nav-bar .logo-wrap svg {
    height: 41px;
    transition: .3s;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .nav-bar .logo-wrap svg {
    height: unset;
  }
} */

.nav-bar.nav-fixed.fixed {
  position: fixed;
  /* top: 0 !important; */
}

/* .nav-bar.nav-fixed.fixed .logo-wrap svg {
  height: 41px !important;
  transition: .3s;
} */

/* .nav-bar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.nav-bar a {
  color: #ffffff;
  text-decoration: none !important;
}

.nav-bar span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 300;
  font-family: nt_seawave_standartregular;
  display: block;
}

.nav-bar .menu-trigger {
  display: flex;
  align-items: center;
  /* margin-right: auto; */
  margin-left: 27px;
}

@media only screen and (min-width: 768px) {
  .nav-bar .menu-trigger {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 23px;
  }
}

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

.nav-bar .menu-contact {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-bar .menu-contact svg path {
  fill: #ffffff;
  transition: .3s fill;
}

.nav-bar .menu-contact a:hover svg path {
  fill: rgba(255, 255, 255, 0.4);
}

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

@media only screen and (min-width: 768px) {
  .nav-bar .menu-phone {
    margin-left: 19px;
  }
}

.nav-bar .menu-phone a {
  display: flex;
  align-items: center;
}

.nav-bar .menu-phone a .display-number {
  margin-left: 10px;
}

/* @media screen and (min-width: 1060px) and (max-width: 1550px) {
  .nav-bar .menu-phone a .display-number {
    display: none;
  }
} */

.nav-bar .menu-phone a .display-number span {
  font-family: goldenbook, serif;
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #ffffff;
  transition: .3s color, .3s -webkit-text-stroke-color;
}

.nav-bar .menu-phone a:hover .display-number span {
  color: rgba(255, 255, 255, 0.4);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 400px) {
  .nav-bar .menu-phone a .display-number span {
    font-size: 26px;
  }
}

@media only screen and (min-width: 815px) {
  .nav-bar .menu-phone a .display-number span {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .nav-bar .menu-phone a .display-number span {
    font-size: 34px;
  }
}

.nav-bar .menu-phone a .display-icon svg {
  height: 30px;
  width: auto;
}

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

body .banner.show-banner {
  display: block;
}

@media only screen and (min-width: 768px) {
  body .banner.show-banner {
    display: flex;
  }
}

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

.menu-wrap {
  display: none;
}

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

.touch-menu {
  display: block;
}

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

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

/* .touch-menu .main-menu {
  background: rgba(67, 65, 61, 0.97);
  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: 24px;
  line-height: 1em;
  font-family: goldenbook, serif;
  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 {
  outline: none;
  color: rgba(255, 255, 255, 0.5);
}

/* .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-family: goldenbook, serif;
  font-size: 22px;
  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;
  font-family: goldenbook, serif;
  font-size: 18px;
}

.menu-is-open .nav-bar {
  background-color: rgba(67, 65, 61, 0.93);
}

.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 - 57px); */
  padding-bottom: 100px;
  /* overflow-y: scroll; */
}

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

.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 {
  /* display: none; */
  width: 24px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 1.5px;
  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: 8.25px;
}

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

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

.menu-button-text {
  display: none;
}

.menu-button-text {
  font-family: goldenbook, serif;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: .3s color;
}

.nav-bar .menu-trigger:hover .menu-button-text {
  color: rgba(255, 255, 255, 0.4);
}

.nav-bar .menu-trigger:hover .nav-hamburger span {
  background: rgba(255, 255, 255, 0.4);
}

/* 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: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    letter-spacing: 1px;
    display: block;
    flex-grow: 1;
  }
  .not--device .menu-wrap .main-menu {
    font-size: 0;
    /* text-align: center; */
    /* display: flex;
    align-items: center; */
    /* height: 57px; */
  }
  /* .not--device .menu-wrap .main-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 12px 8px;
    margin-left: 0;
  } */
}

/* @media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .not--device .menu-wrap .main-menu > li {
    padding: 12px;
  }
} */

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .main-menu > li:before {
    content: none;
  }
  /* .not--device .menu-wrap .main-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 50;
    top: 57px;
    padding: 15px 0;
    width: 300px;
  } */
}

/* @media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .not--device .menu-wrap .main-menu > li:hover > .sub-menu {
    width: 360px;
  }
} */

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .main-menu > li:hover > .sub-menu li {
    margin-left: 0;
  }
  .not--device .menu-wrap .main-menu > li:hover > a {
    font-family: goldenbook, serif;
    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;
    font-family: goldenbook, serif;
    text-decoration: none;
    transition: .25s ease-in-out background;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1em;
    letter-spacing: 0em;
    border-bottom: .75px solid transparent;
  }
  /* .not--device .menu-wrap .main-menu > li a:hover {
    border-bottom: 0.75px solid #ffffff;
    text-decoration: none !important;
  } */
}

@media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .not--device .menu-wrap .main-menu > li a {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .main-menu .mobile-only {
    display: none;
  }
  .not--device .menu-wrap a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
  }
  /* .not--device .menu-wrap .sub-menu {
    background: rgba(67, 65, 61, 0.97);
    position: absolute;
    top: 50px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    transition: .25s ease-in-out top, .25s ease-in-out opacity;
    padding: 15px 0;
  } */
  .not--device .menu-wrap .sub-menu > li:before {
    content: none;
  }
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children {
    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: 300px;
    width: 280px;
    top: 0;
  } */
}

/* @media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    left: 360px;
    width: 300px;
  }
} */

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .sub-menu > li a {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15em;
    font-family: goldenbook, serif;
    padding-left: 20px;
    padding-right: 20px;
  }
  .not--device .menu-wrap .sub-menu > li a:hover {
    border-bottom: .75px solid transparent;
    color: rgba(255, 255, 255, 0.5);
  }
  .not--device .menu-wrap .sub-menu > li a > 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: 5px 20px !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 #FAFAF9;
    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: 3.125rem;
    line-height: 1em;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .social-segment .button, .not--device .menu-wrap .mega-menu > .sub-menu .social-segment #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .not--device .menu-wrap .mega-menu > .sub-menu .social-segment button {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
    font-weight: 300;
    font-family: nt_seawave_standartregular;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-align: center;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    top: inherit;
    left: 0 !important;
    right: inherit;
    transform: none;
    z-index: 50;
    padding-left: 30px;
    background: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li {
    padding-right: 0;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li:after {
    display: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li > a,
  .not--device .menu-wrap .mega-menu > .sub-menu > li > .sub-menu {
    background: none;
  }
  .not--device .menu-wrap .close-menu {
    display: none !important;
  }
}

/* ------------------------
	Content
------------------------ */
.inside .page-title {
  padding-top: 10px;
}

.inside h1 {
  margin-top: 45px;
  text-align: center;
  font-family: nt_seawave_standartregular;
}

.inside h1:after {
  content: "";
  display: block;
  border-bottom: 0.75px solid #000000;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}

.salacious-crumb {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  font-family: rig-sans, sans-serif;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  font-style: italic;
}

.salacious-crumb a {
  text-decoration: none;
  font-weight: 700;
  color: #5C5C5C;
}

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

.salacious-crumb .current-crumb-item {
  color: #807C74;
}

.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 h2:first-child {
  margin-top: 0;
}

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

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

ul li,
ol li {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 20px;
  position: relative;
}

ul li::before,
ol li::before {
  content: "";
  background: #000000;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: -20px;
}

@media only screen and (min-width: 768px) {
  ul li::before,
  ol li::before {
    top: 9px;
  }
}

ul li::marker,
ol li::marker {
  display: none;
}

ul.white-list li::before,
ol.white-list li::before {
  content: "";
  background: #ffffff;
}

/*=================================================
=            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;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
  background-color: transparent;
  column-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .memberships-sc-wrap {
    column-gap: 30px;
    margin-top: 35px;
    justify-content: start;
  }
}

@media only screen and (min-width: 1060px) {
  .memberships-sc-wrap {
    column-gap: 35px;
    flex-wrap: nowrap;
  }
}

.memberships-sc-wrap li {
  margin-left: 0;
  margin-top: 15px;
}

.memberships-sc-wrap li img {
  max-height: 90px;
}

@media only screen and (min-width: 768px) {
  .memberships-sc-wrap li img {
    max-height: 100px;
  }
}

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

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

/*==============================================
=            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;
}

/*======================================
=            Online Reviews            =
======================================*/
#rmrr-ratingavgs .avg-rating-box {
  font-family: nt_seawave_standartregular;
}

#rmrr-ratingavgs .avgratingstarslabel {
  font-family: goldenbook, serif;
}

#rmrr-ratingavgs .avgratingtitle span {
  font-family: goldenbook, serif;
}

#rmrrWidget {
  padding-bottom: 100px;
}

#rmrrWidget #rmrr-tabs li {
  font-family: nt_seawave_standartregular;
  letter-spacing: 0;
  text-transform: none;
}

#rmrrWidget #rmrr-tabs li a {
  text-decoration: none;
}

#rmrrWidget #rmrr-tabs li a span {
  font-family: goldenbook, serif;
}

#rmrrWidget-contains-reviews cite .rmrr-review-author {
  font-family: nt_seawave_standartregular;
}

#rmrrWidget-contains-reviews cite .rmrr-review-date {
  font-family: nt_seawave_standartregular;
}

#rmrrWidget-contains-pager-button-container {
  margin-top: 20px;
}

/*===========================
=            404            =
===========================*/
#error_txt {
  margin-bottom: 100px;
  text-align: center;
}

/*===============================================
=            Hiding Elfsight Toolbar            =
===============================================*/
.eapps-widget-toolbar {
  display: none !important;
}

/*=======================================
=            Custum Template            =
=======================================*/
@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .h2-spacing {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.tmpl_type_custom_page .h2-spacing h2 {
  font-family: nt_seawave_standartregular;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1em;
  text-transform: none;
  letter-spacing: -0.01em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #000000;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .h2-spacing h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page .h2-spacing h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page .h2-spacing h2 span {
    display: block;
  }
}

.tmpl_type_custom_page .mod-bnas {
  padding-bottom: 25px;
}

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

.tmpl_type_custom_page .mod-bnas .inline-bnas {
  column-gap: 8px;
  padding-bottom: 25px;
  row-gap: 8px;
}

.tmpl_type_custom_page .mod-bnas .logo-border {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_custom_page .mod-bnas .logo-border {
    margin-bottom: 25px;
  }
}

.tmpl_type_custom_page .mod-bnas .logo-border:before {
  content: '';
  background-color: #000000;
  height: .75px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .mod-bnas .logo-border:before {
    margin-bottom: -35px;
  }
}

.tmpl_type_custom_page .mod-bnas .logo-border span {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 53px;
  height: 53px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .mod-bnas .logo-border span {
    width: 60px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .mod-bnas .logo-border span {
    width: 120px;
  }
}

.tmpl_type_custom_page .mod-bnas .logo-border span svg {
  height: 39px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_custom_page .mod-bnas .logo-border span svg {
    height: 52px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page .mod-bnas .logo-border span svg {
    height: 82px;
  }
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset {
  padding-bottom: 15px;
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset .before a {
  position: relative;
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset .before a::before {
  content: 'Before';
  position: absolute;
  font-family: goldenbook, serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33em;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset .after a {
  position: relative;
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset .after a::before {
  content: 'After';
  position: absolute;
  font-family: goldenbook, serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33em;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
}

.tmpl_type_custom_page .mod-bnas .bnacase-imgset img {
  aspect-ratio: 321/321;
  height: 100%;
}

.tmpl_type_custom_page .mod-bnas .button, .tmpl_type_custom_page .mod-bnas #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_custom_page .mod-bnas button {
  letter-spacing: 0.1em;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page.page-1914 header {
    background-position-y: top;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_custom_page.page-1914 .surgeon-section {
    padding-top: 180px;
    padding-bottom: 130px;
  }
}

.inside-ig-section {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1380px) {
  .inside-ig-section {
    padding-bottom: 100px !important;
  }
}

.inside-ig-section .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
  width: unset;
}

.inside-ig-section .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner .eapps-instagram-feed-posts-item {
  margin-top: 0 !important;
}

.inside-ig-section .button, .inside-ig-section #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .inside-ig-section button {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .inside-ig-section .button, .inside-ig-section #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .inside-ig-section button {
    margin-left: auto;
    margin-right: auto;
    max-width: 415px;
    margin-top: 38px;
  }
}

/*===================================
=            Doctor Page            =
===================================*/
@media only screen and (min-width: 1380px) {
  .page-897 .h2-spacing {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

.page-897 .h2-spacing h2 {
  font-family: nt_seawave_standartregular;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1em;
  text-transform: none;
  letter-spacing: -0.01em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #000000;
}

@media only screen and (min-width: 768px) {
  .page-897 .h2-spacing h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media only screen and (min-width: 1060px) {
  .page-897 .h2-spacing h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1060px) {
  .page-897 .h2-spacing h2 span {
    display: block;
  }
}

.page-897 .split-image-full-width .split-image img {
  aspect-ratio: 250/150;
  object-position: top;
}

/*================================
=            facelift            =
================================*/
@media only screen and (max-width: 767px) {
  .page-1914 .int-header {
    background-image: url(images/facelift-header-mobile.jpg) !important;
    background-position: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .page-1914 .int-header {
    background-image: url(images/facelift-header-tablet.jpg) !important;
    background-position: top;
  }
}

@media only screen and (min-width: 768px) {
  .page-1914 #complements {
    background-position: 90% !important;
  }
}

@media only screen and (min-width: 1380px) {
  .page-1914 #complements {
    background-position: center !important;
  }
}

/*=========================================
=            Non-surgical Page            =
=========================================*/
@media only screen and (max-width: 767px) {
  .page-1918 .int-header {
    background-image: url(images/non-surg-phone.jpg) !important;
    background-position-y: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .page-1918 .int-header {
    background-image: url(images/non-surg-tablet.jpg) !important;
    background-position-y: top;
  }
}

/*=====================================
=            Surgical Page            =
=====================================*/
@media only screen and (max-width: 767px) {
  .page-1912 .int-header {
    background-image: url(images/surgical-mobile.jpg) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .page-1912 .int-header {
    background-image: url(images/surgical-tablet.jpg) !important;
  }
}

/*=================================
=            recaptcha            =
=================================*/
.grecaptcha-badge {
  z-index: 2;
}

/*================================
=            Elfsight            =
================================*/
.inside-ig-section .eapps-instagram-feed-posts-inner.es-layout-grid-content {
  width: 100% !important;
  margin: 0 !important;
}

/*==================================
=            Rhino Page            =
==================================*/
@media only screen and (max-width: 767px) {
  .page-1916 .int-header {
    background-image: url(images/rhino-header-mobile.jpg) !important;
    background-position: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .page-1916 .int-header {
    background-image: url(images/rhino-header-tablet.jpg) !important;
    background-position: top;
  }
}

/*==================================
=            Botox Page            =
==================================*/
.page-1971 .logo-border {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .page-1971 .logo-border {
    margin-bottom: 25px;
  }
}

.page-1971 .logo-border:before {
  content: '';
  background-color: #000000;
  height: .75px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

@media only screen and (min-width: 1380px) {
  .page-1971 .logo-border:before {
    margin-bottom: -35px;
  }
}

.page-1971 .logo-border span {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 53px;
  height: 53px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .page-1971 .logo-border span {
    width: 60px;
  }
}

@media only screen and (min-width: 1380px) {
  .page-1971 .logo-border span {
    width: 120px;
  }
}

.page-1971 .logo-border span svg {
  height: 39px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .page-1971 .logo-border span svg {
    height: 52px;
  }
}

@media only screen and (min-width: 1380px) {
  .page-1971 .logo-border span svg {
    height: 82px;
  }
}

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

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

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

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

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

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

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

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

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

.f-blog {
  background: linear-gradient(#43413D, #0D0D0C);
  overflow-x: hidden;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .f-blog {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1060px) {
  .f-blog {
    padding-top: 65px;
    padding-bottom: 130px;
  }
}

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

.f-blog a {
  text-decoration: none;
}

.f-blog .h2 {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 44px;
  letter-spacing: 0.04em;
}

.f-blog .latest-posts {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  column-gap: 30px;
  grid-area: middle;
  margin: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1380px) {
  .f-blog .latest-posts {
    column-gap: 43px;
    column-gap: 20px;
    margin-bottom: 0;
  }
}

.f-blog .latest-posts li {
  list-style: none;
  position: relative;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .f-blog .latest-posts li {
    width: 33%;
  }
}

@media only screen and (min-width: 1380px) {
  .f-blog .latest-posts li {
    padding: 0 50px;
  }
}

.f-blog .latest-posts li:before {
  content: unset;
}

@media only screen and (min-width: 1380px) {
  .f-blog .latest-posts li:nth-of-type(2):before, .f-blog .latest-posts li:nth-of-type(3):before {
    content: "";
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    right: -10px;
    top: -20px;
    height: 311px;
    background-color: transparent;
  }
}

.f-blog .latest-posts li:nth-of-type(2), .f-blog .latest-posts li:nth-of-type(3) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .f-blog .latest-posts li:nth-of-type(2), .f-blog .latest-posts li:nth-of-type(3) {
    display: flex;
  }
}

.f-blog .latest-posts li:nth-of-type(3):after {
  content: unset;
}

.f-blog .latest-posts img {
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 210px;
  height: 143px;
}

@media only screen and (min-width: 1060px) {
  .f-blog .latest-posts img {
    width: 315px;
    height: 214px;
  }
}

.f-blog .blog-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.05em;
  letter-spacing: 0.01em;
  font-family: goldenbook, serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  transition: .3s;
  padding: 0 10px;
}

.f-blog a:hover .blog-title {
  color: rgba(255, 255, 255, 0.6);
  transition: .3s;
}

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

@media only screen and (min-width: 768px) {
  .upper-footer {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'image form' 'location location';
    column-gap: 35px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer {
    padding-bottom: 40px;
    grid-template-areas: 'image form' 'image location';
  }
}

@media only screen and (min-width: 1380px) {
  .upper-footer {
    column-gap: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1590px) {
  .upper-footer {
    padding-right: calc(40px + (50vw - (1540px / 2)));
    padding-left: calc(40px + (50vw - (1540px / 2)));
    column-gap: 100px;
    padding-bottom: 20px;
  }
}

.upper-footer .h2 {
  font-family: nt_seawave_standartregular;
  color: #000000;
  text-transform: uppercase;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #000000;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.15em;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
    /* margin-bottom: 10px; */
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1380px) {
  .upper-footer .h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    /* margin-bottom: 15px; */
    margin-bottom: 30px;
  }
}

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

.upper-footer .f-locations {
  list-style: none;
}

.upper-footer .dr-image {
  grid-area: image;
  z-index: 1;
  position: relative;
}

.upper-footer .dr-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 281/335;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .upper-footer .dr-image img {
    margin-bottom: 15px;
    aspect-ratio: 325/525;
    object-fit: cover;
    margin-top: -55px;
    max-height: 530px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer .dr-image img {
    height: 985px;
    max-height: unset;
  }
}

@media only screen and (min-width: 1380px) {
  .upper-footer .dr-image img {
    aspect-ratio: 679/986;
    margin-top: -120px;
    height: unset;
  }
}

.upper-footer .footer-form-wrap {
  grid-area: form;
}

.upper-footer .upper-footer-bottom {
  grid-area: location;
}

@media only screen and (min-width: 768px) {
  .upper-footer .upper-footer-bottom {
    padding-left: 10px;
  }
}

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

.upper-footer .upper-footer-bottom a {
  font-family: goldenbook, serif;
}

.upper-footer .upper-footer-bottom a:hover {
  color: #6B675D;
}

.upper-footer .upper-footer-bottom a:hover svg path {
  fill: #6B675D;
}

@media only screen and (min-width: 768px) {
  .upper-footer .social-review-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer .social-review-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1380px) {
  .upper-footer .social-review-wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
  }
}

.upper-footer .social-review-wrap .home-reviews-button .button, .upper-footer .social-review-wrap .home-reviews-button #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .upper-footer .social-review-wrap .home-reviews-button button {
  margin-top: 0;
}

@media only screen and (min-width: 1380px) {
  .upper-footer .social-review-wrap .home-reviews-button {
    width: 100%;
  }
}

.upper-footer .location-wrap {
  margin: auto;
  display: block;
  width: 215px;
}

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

@media only screen and (min-width: 1060px) {
  .upper-footer .location-wrap {
    display: block;
  }
}

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

.upper-footer .location-wrap .phone-group {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}

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

.upper-footer .location-wrap .phone-group a {
  display: flex;
}

.upper-footer .location-wrap .phone-group a .display-icon svg {
  height: 32px;
  width: auto;
  margin-right: 12px;
}

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

.upper-footer .location-wrap .site-locations {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25em;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .upper-footer .location-wrap .site-locations {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.upper-footer .location-wrap .site-locations a {
  display: flex;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .upper-footer .location-wrap .site-locations a {
    padding-right: 10px;
  }
}

.upper-footer .location-wrap .site-locations a .display-icon svg {
  height: 30px;
  width: auto;
  margin-right: 12px;
}

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

.upper-footer .location-wrap .site-locations a .suite {
  display: block;
}

@media only screen and (min-width: 768px) {
  .upper-footer .location-wrap .site-locations a .suite {
    display: unset;
  }
}

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

.upper-footer .ratings .ratings__text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5em;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .upper-footer .ratings .ratings__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.upper-footer .ratings .ratings__stars {
  display: block;
  margin-top: 6px;
}

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

.upper-footer .ratings .ratings__stars svg {
  height: 20px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .upper-footer .ratings .ratings__stars svg {
    width: 22px;
  }
}

.upper-footer .ratings .ratings__stars svg path {
  fill: #000000;
}

.upper-footer .ratings .ratings__stars .ratings__star {
  margin-right: 2px;
}

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

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

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

@media only screen and (min-width: 1380px) {
  .lower-footer {
    margin-top: -90px;
  }
}

.lower-footer .copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5em;
  font-family: rig-sans, sans-serif;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .copyright {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lower-footer .copyright span {
  margin-left: 10px;
}

.lower-footer .copyright span.sitemap-mark-tablet {
  display: none;
}

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

.lower-footer a {
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.lower-footer a.accessibility {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 16px;
  margin-top: 5px;
}

.lower-footer a.accessibility:hover, .lower-footer a.accessibility:active {
  border: 1px solid #8B8B8B;
}

.lower-footer .rm-sig .rm-logo {
  padding-top: 6px;
}

.lower-footer .rm-sig svg {
  width: 40px;
  height: auto;
}

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

.site-disclaimer {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2em;
  font-family: rig-sans, sans-serif;
  color: rgba(0, 0, 0, 0.44);
  font-style: italic;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .site-disclaimer {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 50px;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/*==================================
=            Footer Nav            =
==================================*/
.footer-nav {
  margin: 30px 0;
}

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

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

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

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

/*===========================================
=            Footer Contact Form            =
===========================================*/
.footer-contact-form form {
  margin-bottom: 40px;
}

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

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

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

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

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

.footer-contact-form form .disclaimer {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2em;
  font-family: rig-sans, sans-serif;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-contact-form form .disclaimer {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
  }
}

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

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

@media only screen and (min-width: 768px) {
  .footer-contact-form form .type-submitbutton {
    width: 135px;
  }
}

@media only screen and (min-width: 1060px) {
  .footer-contact-form form .type-submitbutton {
    width: 160px;
  }
}

.footer-contact-form form .type-submitbutton .button, .footer-contact-form form .type-submitbutton #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .footer-contact-form form .type-submitbutton button {
  margin-top: -10px;
  margin-bottom: 20px;
}

/*===========================================
=            Footer Social Icons            =
===========================================*/
.f-social .social-icons {
  margin-top: 22px;
  margin-bottom: 25px;
  margin-right: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .f-social .social-icons {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .f-social .social-icons {
    margin-top: 25px;
  }
}

.f-social .social-icons li::before {
  content: none;
}

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

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

@media only screen and (min-width: 768px) {
  .f-social .social-icons svg {
    height: 24px;
  }
}

.f-social .social-icons svg path {
  fill: #000000;
}

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

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

/*======================================
=            Sticky Contact            =
======================================*/
.sticky-footer {
  padding: 0;
  bottom: -200px;
  transition: bottom 0.3s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(67, 65, 61, 0.93);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  height: 53px;
}

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

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

.sticky-footer a {
  font-family: goldenbook, serif;
  color: #ffffff;
  text-decoration: none;
  transition: color .3s;
  font-weight: 400;
}

.sticky-footer a:hover {
  color: #f2f2f2;
}

.sticky-footer a:hover svg path {
  fill: #f2f2f2;
}

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

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

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

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

.sticky-footer > div:first-of-type,
.sticky-footer div.sticky-social:first-of-type,
.sticky-footer > a.each-button:first-of-type {
  border-left: none;
}

.sticky-footer > div.show-mobile,
.sticky-footer > div .show-mobile.show-address,
.sticky-footer > div .show-mobile.show-phone-number,
.sticky-footer div.sticky-social.show-mobile,
.sticky-footer div.sticky-social .show-mobile.show-address,
.sticky-footer div.sticky-social .show-mobile.show-phone-number,
.sticky-footer > a.each-button.show-mobile,
.sticky-footer > a.each-button .show-mobile.show-address,
.sticky-footer > a.each-button .show-mobile.show-phone-number {
  display: flex;
  align-items: center;
}

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

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

.sticky-footer .sticky-social .social-label {
  display: none;
  margin-right: 16px;
  font-family: goldenbook, serif;
}

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

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

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

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

.sticky-footer .sticky-social .display-icon:before {
  content: unset;
}

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

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

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

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

.sticky-footer .sticky-social .social-icons a:hover svg path {
  fill: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-footer .sticky-locations .site-locations .location-each .address-phone {
  flex-grow: 1;
}

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

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

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

.sticky-footer .sticky-links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

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

.sticky-footer .sticky-links .each-button:hover .icon svg path,
.sticky-footer .sticky-links .each-button:hover .icon svg polygon {
  fill: rgba(255, 255, 255, 0.5);
}

.sticky-footer .sticky-links .each-button.show-phone {
  justify-content: center;
}

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

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

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

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

/* ------------------------
	Forms & Form Elements
------------------------ */
.contact main,
.contact-us main {
  /* .contact-form {
			@include media($tablet) {
				width: 50%;
				padding-right: 50px;
			}
		}
		.office-info {
			@include media($tablet) {
				width: 50%;
			}
		} */
}

.contact main aside,
.contact-us main aside {
  display: none;
}

.contact main h1,
.contact-us main h1 {
  margin-top: 30px;
}

.contact main .contact-content,
.contact-us main .contact-content {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 50px;
  width: 100%;
  padding-bottom: 50px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .contact main .contact-content,
  .contact-us main .contact-content {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1060px) {
  .contact main .contact-content,
  .contact-us main .contact-content {
    column-gap: 110px;
  }
}

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

.contact main .contact-content .office-info h2,
.contact-us main .contact-content .office-info h2 {
  margin-bottom: 25px;
  margin-top: 0;
}

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

.contact main .location-info,
.contact-us main .location-info {
  order: 1;
}

.contact main .location-info a,
.contact-us main .location-info a {
  display: flex;
  color: #434444;
  text-decoration: none;
  font-weight: 700;
  column-gap: 10px;
}

.contact main .location-info svg,
.contact-us main .location-info svg {
  width: 18px;
  height: auto;
}

.contact main .location-info svg path,
.contact-us main .location-info svg path {
  fill: #F6921E;
}

.contact main .location-info .location-text .suite:after,
.contact-us main .location-info .location-text .suite:after {
  content: ', ';
}

.contact main .location-info .location-hours,
.contact-us main .location-info .location-hours {
  margin-top: 1em;
}

.contact main .location-info .location-hours .display-icon,
.contact-us main .location-info .location-hours .display-icon {
  display: none;
}

.contact main .location-info .location-hours .display-hours,
.contact-us main .location-info .location-hours .display-hours {
  padding-left: 30px;
}

.contact main .form-content,
.contact-us main .form-content {
  order: 3;
}

@media only screen and (min-width: 768px) {
  .contact main .form-content,
  .contact-us main .form-content {
    order: 2;
  }
}

.contact main .location-map,
.contact-us main .location-map {
  order: 2;
}

@media only screen and (min-width: 768px) {
  .contact main .location-map,
  .contact-us main .location-map {
    order: 3;
  }
}

.contact main .location-map img,
.contact-us main .location-map img {
  width: 100%;
  height: auto;
  aspect-ratio: 1000 / 900;
}

.contact main .contact-form,
.contact-us main .contact-form {
  order: 4;
}

.contact main .contact-form h2,
.contact-us main .contact-form h2 {
  margin-top: 0;
}

.contact main .phone-group,
.contact-us main .phone-group {
  display: flex;
  column-gap: 10px;
  margin-bottom: 1em;
}

.contact main .phone-group .display-icon,
.contact-us main .phone-group .display-icon {
  margin-right: 10px;
}

.contact main .phone-group a,
.contact-us main .phone-group a {
  display: flex;
}

.contact main .phone-group .icon-chat,
.contact-us main .phone-group .icon-chat {
  display: flex;
  align-items: center;
}

.contact main .phone-group .icon-chat svg,
.contact-us main .phone-group .icon-chat svg {
  width: 32px;
  margin-right: 10px;
}

.contact main .location-each a,
.contact-us main .location-each a {
  display: flex;
  margin-bottom: 1em;
}

.contact main .location-each .display-icon,
.contact-us main .location-each .display-icon {
  margin-right: 10px;
}

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

.contact main .gmaps a,
.contact-us main .gmaps a {
  display: block;
  width: 100%;
  height: 100%;
}

.contact main .gmaps a:hover,
.contact-us main .gmaps a:hover {
  text-decoration: none !important;
}

.contact main .gmaps .hdng,
.contact-us main .gmaps .hdng {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.15em;
  letter-spacing: 0.14em;
  font-family: goldenbook, serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to right, #ADA596, #302C23);
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1060px) {
  .contact main .gmaps .hdng,
  .contact-us main .gmaps .hdng {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.15em;
  }
}

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

.contact main .gmaps .hdng span,
.contact-us main .gmaps .hdng span {
  display: flex;
}

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

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

.contact main .contact-information,
.contact-us main .contact-information {
  margin-bottom: 50px;
  margin-left: 30px;
}

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

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

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

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

.contact main .location-details span,
.contact-us main .location-details span {
  display: block;
}
.contact-us main .location-hours .hours-each .hours {
  margin-left: 5px;
}
.contact main .location-hours .hours-each,
.contact-us main .location-hours .hours-each {
  /* display: flex; */
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .contact main .location-hours .hours-each,
  .contact-us main .location-hours .hours-each {
    margin-bottom: 0;
  }
}

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

@media only screen and (min-width: 1060px) {
  .contact main .location-hours .hours-each > div,
  .contact-us main .location-hours .hours-each > div {
    display: inline;
  }
}

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

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

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

form select {
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #757575;
}

form textarea {
  width: 100%;
  height: 95px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-top: 10px;
  border-bottom: 1px solid #9f9f9f;
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: goldenbook, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}

@media only screen and (min-width: 1380px) {
  form textarea {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 27px;
    margin-bottom: 22px;
    height: 123px;
  }
}

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

form .submit-btn {
  padding: 6px 15px;
}

@media only screen and (min-width: 1060px) {
  form .submit-btn {
    padding: 8px 15px;
  }
}

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

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

form .button, form #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container form button {
  width: 100%;
}

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 {
  padding: 1em 1em 5px 0;
  border-bottom: 1px solid #9f9f9f;
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: goldenbook, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}

@media only screen and (min-width: 1060px) {
  form .type-singlelinetext input,
  form .type-textarea input {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 42px;
    padding-bottom: 19px;
  }
}

form .type-singlelinetext ::placeholder,
form .type-textarea ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

form .stopyenoh {
  position: absolute;
}

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

.disclaimer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3em;
  font-style: italic;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44);
  letter-spacing: -0.01em;
}

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

@media only screen and (min-width: 768px) {
  .page-131 footer .upper-footer {
    grid-template-areas: 'image form' 'image location' !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .page-131 footer .upper-footer .location-wrap,
  .page-131 footer .upper-footer .social-review-wrap {
    display: block;
  }
  .page-131 footer .upper-footer .location-wrap .ratings a,
  .page-131 footer .upper-footer .social-review-wrap .ratings a {
    flex-direction: column;
    justify-content: flex-start;
    align-content: start;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (min-width: 1060px) {
  .page-131 footer .upper-footer .location-wrap .ratings a,
  .page-131 footer .upper-footer .social-review-wrap .ratings a {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .page-131 footer .upper-footer .location-wrap .social-icons,
  .page-131 footer .upper-footer .social-review-wrap .social-icons {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .page-131 footer .upper-footer .location-wrap .social-icons,
  .page-131 footer .upper-footer .social-review-wrap .social-icons {
    justify-content: start;
  }
}

@media only screen and (min-width: 1060px) {
  .page-131 footer .upper-footer .dr-image img {
    max-height: 530px;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1380px) {
  .page-131 footer .upper-footer .dr-image img {
    aspect-ratio: 679/986;
    margin-top: -120px;
    height: unset;
    max-height: 650px;
  }
}

@media only screen and (min-width: 768px) {
  .page-131 footer .upper-footer .upper-footer-bottom {
    margin-top: -50px;
  }
}

@media only screen and (min-width: 1380px) {
  .page-131 footer .upper-footer .upper-footer-bottom {
    margin-top: -120px;
  }
}

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
.tmpl_type_front {
  /*=========================================
  =            portfolio section            =
  =========================================*/
  /*========================================
  =            services section            =
  ========================================*/
  /*======================================
=            Doctor Section            =
======================================*/
  /*======================================
=            Results Section            =
======================================*/
  /*===========================================
=            Non-Surgical Section          =
===========================================*/
  /*=======================================
=            IG/side Section            =
=======================================*/
  /*==================================
=            Final Section         =
==================================*/
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front body {
    line-height: 1.875em;
  }
}

.tmpl_type_front h2 {
  font-family: nt_seawave_standartregular;
  color: #ffffff;
  font-size: 39px;
  font-size: 2.4375rem;
  letter-spacing: 0.1em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-bottom: 0;
  }
}

.tmpl_type_front .portfolio-section {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .portfolio-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .portfolio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1590px) {
  .tmpl_type_front .portfolio-section {
    padding-right: calc(40px + (50vw - (1540px / 2)));
    padding-left: calc(40px + (50vw - (1540px / 2)));
  }
}

.tmpl_type_front .portfolio-section .portfolio-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
}

.tmpl_type_front .portfolio-section h2 {
  font-family: nt_seawave_standartregular;
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  width: 152px;
  padding: 60px 0 70px 15px;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .portfolio-section h2 {
    font-size: 53px;
    font-size: 3.3125rem;
    width: 320px;
    padding: 110px 0 170px 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .portfolio-section h2 {
    font-size: 86px;
    font-size: 5.375rem;
    width: 520px;
    padding: 190px 0 210px 105px;
  }
}

.tmpl_type_front .portfolio-section h2:after {
  content: '';
  background-color: #ffffff;
  display: block;
  width: 148px;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .portfolio-section h2:after {
    width: 314px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .portfolio-section h2:after {
    width: 504px;
  }
}

.tmpl_type_front .portfolio-section h2 span {
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .portfolio-section h2 span {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .portfolio-section h2 span {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.tmpl_type_front .portfolio-section a:hover {
  text-decoration: none;
  opacity: .5;
}

.tmpl_type_front .services-section {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .services-section {
    padding-top: 60px;
  }
}

.tmpl_type_front .services-section .logo-border-no-title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .logo-border-no-title {
    margin-bottom: 70px;
  }
}

.tmpl_type_front .services-section .logo-border {
  position: relative;
  text-align: center;
}

.tmpl_type_front .services-section .logo-border:before {
  content: '';
  background-color: #000000;
  height: .75px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .logo-border:before {
    width: 590px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .logo-border:before {
    margin-bottom: -35px;
    width: 1120px;
  }
}

.tmpl_type_front .services-section span {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 53px;
  height: 53px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section span {
    width: 60px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section span {
    width: 120px;
  }
}

.tmpl_type_front .services-section span svg {
  height: 39px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section span svg {
    height: 52px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section span svg {
    height: 82px;
  }
}

.tmpl_type_front .services-section h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #000000;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #000000;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section h2 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section h2 {
    margin-bottom: 20px;
    margin-top: 100px;
  }
}

.tmpl_type_front .services-section .services-links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: goldenbook, serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .services-links-list {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 45px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .services-links-list {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-left: 55px;
  }
}

.tmpl_type_front .services-section .services-links-list li {
  margin-left: 0;
}

.tmpl_type_front .services-section .services-links-list li:first-of-type {
  border-right: 1px solid #000000;
  padding-right: 17px;
  margin-right: 17px;
}

.tmpl_type_front .services-section .services-list {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .services-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .services-list {
    column-gap: 10px;
  }
}

.tmpl_type_front .services-section .services-list li a{
  transition: .3s;
  width: 100%;
  height: 100%;
  display: block;
}

.tmpl_type_front .services-section .services-list li h3 {
  color: #ffffff;
  font-family: nt_seawave_standartregular;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.15em;
  letter-spacing: 0.07em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .services-list a h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .services-list a h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.tmpl_type_front .services-section .services-list li {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-bottom: 8px;
  transition: .3s;
  width: 282px;
  height: 264px;
  aspect-ratio: 282/264;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .services-list li {
    width: 100%;
    height: 100%;
    aspect-ratio: 345/323;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .services-list li {
    width: 725px;
    height: 677px;
  }
}

.tmpl_type_front .services-section .services-list li:hover a {
  transition: .3s;
  transform: scale(1.01);
}

.tmpl_type_front .services-section .services-list li:hover a h3 {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
}

.tmpl_type_front .services-section li:before {
  content: none;
}

.tmpl_type_front .services-section .services-content {
  text-align: center;
  font-family: nt_seawave_standartregular;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  letter-spacing: 0.025em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #000000;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .services-section .services-content {
    font-size: 28px;
    font-size: 1.75rem;
    width: 565px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .services-section .services-content {
    font-size: 46px;
    font-size: 2.875rem;
    width: 930px;
    margin-top: 60px;
  }
}

.tmpl_type_front .services-section a:hover {
  text-decoration: none;
  color: #6B675D;
}

.tmpl_type_front .doctor-section {
  background-repeat: no-repeat;
  padding: 0 0 30px;
  color: #ffffff;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section {
    padding: 90px 40px 95px;
    background-position: 53% top;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .doctor-section {
    padding-top: 230px;
    padding-bottom: 350px;
  }
}

@media only screen and (min-width: 1590px) {
  .tmpl_type_front .doctor-section {
    padding-right: calc(40px + (50vw - (1580px / 2)));
    padding-left: calc(40px + (50vw - (1580px / 2)));
  }
}

.tmpl_type_front .doctor-section img {
  max-width: 100%;
}

.tmpl_type_front .doctor-section .dr-mobile-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .dr-mobile-img {
    display: none;
  }
}

.tmpl_type_front .doctor-section .content-wrap {
  padding: 20px 20px;
  position: relative;
}

@media only screen and (max-width: 329px) {
  .tmpl_type_front .doctor-section .content-wrap {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .content-wrap {
    width: 516px;
    padding: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .doctor-section .content-wrap {
    width: 745px;
  }
}

.tmpl_type_front .doctor-section .content-wrap:before {
  content: '';
  background: url(images/svg/logo-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 271px;
  height: 532px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .content-wrap:before {
    width: 291px;
    height: 572px;
    top: -42px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .doctor-section .content-wrap:before {
    width: 400px;
    height: 785px;
    top: -140px;
  }
}

.tmpl_type_front .doctor-section .content-wrap h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .content-wrap h2 {
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .doctor-section .content-wrap h2 {
    margin-bottom: 0;
  }
}

.tmpl_type_front .doctor-section .content-wrap .subhdng {
  font-family: nt_seawave_standartregular;
  color: #ffffff;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .content-wrap .subhdng {
    font-size: 27.5px;
    font-size: 1.71875rem;
    text-align: left;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .doctor-section .content-wrap .subhdng {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.tmpl_type_front .doctor-section .content-wrap .doctor-buttons {
  margin: 5px 0 0;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .doctor-section .content-wrap .doctor-buttons {
    display: flex;
    column-gap: 35px;
    margin-top: 30px;
  }
}

.tmpl_type_front .doctor-section .content-wrap .doctor-buttons li {
  margin-left: 0;
  margin-bottom: 5px;
}

.tmpl_type_front .doctor-section .content-wrap .doctor-buttons li .button, .tmpl_type_front .doctor-section .content-wrap .doctor-buttons li #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_front .doctor-section .content-wrap .doctor-buttons li button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .content-wrap .doctor-buttons li .button, .tmpl_type_front .doctor-section .content-wrap .doctor-buttons li #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_front .doctor-section .content-wrap .doctor-buttons li button {
    width: 265px;
    margin-top: 15px;
  }
}

.tmpl_type_front .doctor-section li::before {
  content: unset;
}

.tmpl_type_front .doctor-section .memberships-sc-wrap {
  background-color: transparent;
  column-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .memberships-sc-wrap {
    column-gap: 30px;
    margin-top: 50px !important;
    justify-content: start;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .doctor-section .memberships-sc-wrap {
    margin-top: 75px !important;
    column-gap: 35px;
    flex-wrap: nowrap;
  }
}

.tmpl_type_front .doctor-section .memberships-sc-wrap li {
  margin-left: 0;
  margin-top: 15px;
}

.tmpl_type_front .doctor-section .memberships-sc-wrap li img {
  max-height: 95px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .doctor-section .memberships-sc-wrap li img {
    min-height: 107px;
  }
}

.tmpl_type_front .doctor-section a {
  color: #ffffff;
}

.tmpl_type_front .results-section {
  text-align: center;
  color: #ffffff;
  padding: 0;
}

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

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section {
    padding-top: 80px;
    padding-bottom: 115px;
  }
}

@media only screen and (min-width: 1590px) {
  .tmpl_type_front .results-section {
    padding-right: calc(40px + (50vw - (1540px / 2)));
    padding-left: calc(40px + (50vw - (1540px / 2)));
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .results-wrap {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

.tmpl_type_front .results-section .review-wrap {
  background: url(images/results-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px 70px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .review-wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .review-wrap {
    width: 57%;
    position: absolute;
    top: -75px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .review-wrap {
    width: 52%;
    padding-top: 95px;
    padding-bottom: 100px;
    top: -160px;
  }
}

.tmpl_type_front .results-section .review-wrap h2 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.15em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .review-wrap h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .review-wrap h2 {
    font-size: 62px;
    font-size: 3.875rem;
    margin-bottom: 70px;
  }
}

.tmpl_type_front .results-section .review-wrap .testimonial-stars svg {
  width: 130px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .review-wrap .testimonial-stars svg {
    width: 155px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .review-wrap .testimonial-stars svg {
    width: 194px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .img-wrap {
    margin-left: auto;
    width: 50%;
    z-index: 1;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .img-wrap {
    width: 52%;
  }
}

.tmpl_type_front .results-section .img-wrap img {
  max-width: 100%;
  padding: 20px;
  aspect-ratio: 282/210;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .img-wrap img {
    aspect-ratio: 335/541;
    padding: 0;
    max-height: 540px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .results-section .img-wrap img {
    max-height: 450px;
    aspect-ratio: 400/350;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .img-wrap img {
    aspect-ratio: 760/763;
    max-height: 760px;
  }
}

.tmpl_type_front .results-section .basic-carousel {
  padding: 0;
}

.tmpl_type_front .results-section .basic-carousel blockquote {
  margin: 20px 0 15px;
  font-family: nt_seawave_standartregular;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #ffffff;
  font-style: normal;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .basic-carousel blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 25px 0 12px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .basic-carousel blockquote {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3em;
    margin: 30px 0 20px;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tmpl_type_front .results-section .basic-carousel figcaption {
  font-family: nt_seawave_standartregular;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.66em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .basic-carousel figcaption {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .basic-carousel figcaption {
    font-size: 33px;
    font-size: 2.0625rem;
    margin: 15px 0 20px;
  }
}

.tmpl_type_front .results-section .basic-carousel .owl-nav,
.tmpl_type_front .results-section .basic-carousel .owl-next {
  display: none;
}

.tmpl_type_front .results-section .basic-carousel .owl-stage-outer {
  background-color: unset;
}

.tmpl_type_front .results-section .basic-carousel.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  padding-top: 20px;
  width: 100%;
  column-gap: 12px;
  margin: 0 auto;
}

.tmpl_type_front .results-section .basic-carousel.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.33);
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .basic-carousel.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .basic-carousel.owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
  }
}

.tmpl_type_front .results-section .basic-carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.tmpl_type_front .results-section ul li {
  margin-left: 0;
}

.tmpl_type_front .results-section ul li:before {
  content: unset;
}

.tmpl_type_front .results-section .testimonial-icon {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .testimonial-icon {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .testimonial-icon {
    margin-bottom: 90px;
  }
}

.tmpl_type_front .results-section .testimonial-icon svg {
  height: 17px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .results-section .testimonial-icon svg {
    height: 21px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .results-section .testimonial-icon svg {
    height: 27px;
  }
}

.tmpl_type_front .results-section .testimonial-icon svg path {
  fill: #ffffff;
}

.tmpl_type_front .non-surgical-section {
  color: #ffffff;
  background-position: 60% center;
  background-size: cover;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section {
    background-position: 50% center;
  }
}

.tmpl_type_front .non-surgical-section .non-surgical-overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8));
  position: relative;
  padding: 20px;
}

@media only screen and (max-width: 329px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay {
    padding: 35px 16px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay {
    padding: 15px 40px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tmpl_type_front .non-surgical-section .non-surgical-overlay:before {
    content: 'Shadfar';
    font-family: nt_seawave_standartregular;
    font-size: 170px;
    font-size: 10.625rem;
    line-height: 1.1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    transform: rotate(-90deg);
    bottom: 348px;
    left: -358px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay {
    padding-left: 200px;
  }
  .tmpl_type_front .non-surgical-section .non-surgical-overlay:before {
    font-size: 162px;
    font-size: 10.125rem;
    line-height: 1.1em;
    letter-spacing: 0.15em;
    bottom: 332px;
    left: -342px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay {
    padding-right: calc(40px + (50vw - (1380px / 2)));
    padding-left: calc(40px + (50vw - (1380px / 2)));
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    padding-top: 145px;
    padding-bottom: 30px;
  }
  .tmpl_type_front .non-surgical-section .non-surgical-overlay:before {
    font-size: 148px;
    font-size: 9.25rem;
    line-height: 1.1em;
    letter-spacing: 0.15em;
    bottom: 301px;
    left: -311px;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay .non-surgical-content-wrap {
    width: 385px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay .non-surgical-content-wrap {
    width: unset;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay .non-surgical-content-wrap .content {
    width: 536px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .non-surgical-section .non-surgical-overlay .non-surgical-content-wrap .content {
    margin-left: 50px;
  }
}

.tmpl_type_front .non-surgical-section h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.12em;
  letter-spacing: 0.1em;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .non-surgical-section h2 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .non-surgical-section h2 {
    margin-left: 50px;
  }
}

.tmpl_type_front .non-surgical-section a {
  color: #ffffff;
}

.tmpl_type_front .non-surgical-section a:hover {
  text-decoration: underline;
}

.tmpl_type_front .non-surgical-section .procedures-list {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section .procedures-list {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .non-surgical-section .procedures-list {
    display: flex;
    margin-top: 160px;
  }
}

.tmpl_type_front .non-surgical-section .procedures-list li {
  margin-left: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section .procedures-list li {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .non-surgical-section .procedures-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-right: 30px;
    text-align: center;
    flex: 1 1 0;
  }
  .tmpl_type_front .non-surgical-section .procedures-list li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}

.tmpl_type_front .non-surgical-section .procedures-list li::before {
  content: none;
}

.tmpl_type_front .non-surgical-section .procedures-list li a {
  font-family: goldenbook, serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .non-surgical-section .procedures-list li a {
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: 0.04em;
  }
}

.tmpl_type_front .non-surgical-section .procedures-list li a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.tmpl_type_front .ig-side-section {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 50px;
  overflow: hidden;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .ig-side-section {
    flex-direction: row;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section {
    column-gap: 98px;
  }
}

@media only screen and (min-width: 1590px) {
  .tmpl_type_front .ig-side-section {
    padding-right: calc(40px + (50vw - (1540px / 2)));
    padding-left: calc(40px + (50vw - (1540px / 2)));
  }
}

.tmpl_type_front .ig-side-section .home-instagram-feed h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.15em;
  color: #000000;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #000000;
  text-align: center;
  margin-top: 32px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .ig-side-section .home-instagram-feed h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-top: 65px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section .home-instagram-feed h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-top: 100px;
  }
}

.tmpl_type_front .ig-side-section .home-instagram-feed ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: -5px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .ig-side-section .home-instagram-feed ul {
    margin-bottom: 45px;
  }
}

.tmpl_type_front .ig-side-section .home-instagram-feed ul li:before {
  content: none;
}

.tmpl_type_front .ig-side-section .home-instagram-feed ul li:first-of-type {
  border-right: 1px solid #000;
  padding-right: 20px;
  margin-left: 0;
}

.tmpl_type_front .ig-side-section .home-instagram-feed ul li a {
  text-transform: uppercase;
  font-family: goldenbook, serif;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section .home-instagram-feed ul li a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.tmpl_type_front .ig-side-section .home-instagram-feed ul li a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .ig-side-section .eapps-instagram-feed-posts-inner.es-layout-grid-content {
    width: 500px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section .eapps-instagram-feed-posts-inner.es-layout-grid-content {
    width: 705px;
  }
}

.tmpl_type_front .ig-side-section img {
  max-width: 100%;
}

.tmpl_type_front .ig-side-section .ig-left-section h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  letter-spacing: 0.025em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #000000;
  text-transform: none;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000000;
}

.tmpl_type_front .ig-side-section .ig-left-section h2:after {
  content: '';
  background: #000000;
  height: 1px;
  width: 210px;
  position: absolute;
  left: -20px;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .ig-side-section .ig-left-section h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .tmpl_type_front .ig-side-section .ig-left-section h2:after {
    width: 320px;
    left: 0px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section .ig-left-section h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}

.tmpl_type_front .ig-side-section .ig-left-section img {
  aspect-ratio: 282/210;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .ig-side-section .ig-left-section img {
    margin-top: 10px;
    aspect-ratio: 696/371;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .ig-side-section .ig-left-section img {
    aspect-ratio: 678/548;
    margin-top: 30px;
  }
}

.tmpl_type_front .final-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

@media only screen and (max-width: 329px) {
  .tmpl_type_front .final-section {
    padding: 20px 16px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .final-section {
    margin-top: -85px;
  }
}

@media only screen and (min-width: 1380px) {
  .tmpl_type_front .final-section {
    padding-right: calc(40px + (50vw - (1580px / 2)));
    padding-left: calc(40px + (50vw - (1580px / 2)));
  }
}

.tmpl_type_front .final-section h2 {
  text-align: center;
  text-transform: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.22em;
  letter-spacing: 0.025em;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #ffffff;
  padding: 220px 0 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .final-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 325px 0 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .final-section h2 {
    font-size: 56px;
    font-size: 3.5rem;
    padding: 580px 0 130px;
  }
}

.tmpl_type_front .final-section h2 span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_front .final-section h2 span {
    display: unset;
  }
}

.tmpl_type_front .upper-footer img {
  margin-top: -55px;
  transform: scale(0.8);
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_front .upper-footer img {
    margin-top: -115px;
  }
}

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

.blog .blog-index,
.tmpl_type_category .blog-index,
.tmpl_type_archive .blog-index,
.tmpl_type_search .blog-index {
  padding-bottom: 90px;
}

@media only screen and (min-width: 1060px) {
  .blog .blog-index,
  .tmpl_type_category .blog-index,
  .tmpl_type_archive .blog-index,
  .tmpl_type_search .blog-index {
    padding-bottom: 125px;
  }
}

.blog .back-btn,
.tmpl_type_category .back-btn,
.tmpl_type_archive .back-btn,
.tmpl_type_search .back-btn {
  margin-top: 55px;
}

.blog .back-btn .button, .blog .back-btn #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .blog .back-btn button,
.tmpl_type_category .back-btn .button,
.tmpl_type_category .back-btn #rmrrWidget-contains-pager-button-container button,
#rmrrWidget-contains-pager-button-container .tmpl_type_category .back-btn button,
.tmpl_type_archive .back-btn .button,
.tmpl_type_archive .back-btn #rmrrWidget-contains-pager-button-container button,
#rmrrWidget-contains-pager-button-container .tmpl_type_archive .back-btn button,
.tmpl_type_search .back-btn .button,
.tmpl_type_search .back-btn #rmrrWidget-contains-pager-button-container button,
#rmrrWidget-contains-pager-button-container .tmpl_type_search .back-btn button {
  margin-top: 20px;
}

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

@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.5rem;
    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;
  margin-bottom: 28px;
}

@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;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1060px) {
  .blog .post-snippet,
  .tmpl_type_category .post-snippet,
  .tmpl_type_archive .post-snippet,
  .tmpl_type_search .post-snippet {
    align-items: unset;
  }
}

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

.blog .post-snippet .img-wrap,
.tmpl_type_category .post-snippet .img-wrap,
.tmpl_type_archive .post-snippet .img-wrap,
.tmpl_type_search .post-snippet .img-wrap {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet .img-wrap,
  .tmpl_type_category .post-snippet .img-wrap,
  .tmpl_type_archive .post-snippet .img-wrap,
  .tmpl_type_search .post-snippet .img-wrap {
    width: 50%;
  }
}

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

@media only screen and (min-width: 768px) {
  .blog .post-snippet .img-wrap .thumb,
  .tmpl_type_category .post-snippet .img-wrap .thumb,
  .tmpl_type_archive .post-snippet .img-wrap .thumb,
  .tmpl_type_search .post-snippet .img-wrap .thumb {
    margin-bottom: 0;
  }
}

.blog .post-snippet .img-wrap .thumb img,
.tmpl_type_category .post-snippet .img-wrap .thumb img,
.tmpl_type_archive .post-snippet .img-wrap .thumb img,
.tmpl_type_search .post-snippet .img-wrap .thumb img {
  width: 673px;
  max-width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 637/406;
  object-fit: cover;
}

.blog .post-snippet .excerpt,
.tmpl_type_category .post-snippet .excerpt,
.tmpl_type_archive .post-snippet .excerpt,
.tmpl_type_search .post-snippet .excerpt {
  background-color: #FAFAF9;
  padding: 25px;
}

@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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }
}

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .excerpt,
  .tmpl_type_category .post-snippet .excerpt,
  .tmpl_type_archive .post-snippet .excerpt,
  .tmpl_type_search .post-snippet .excerpt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1380px) {
  .blog .post-snippet .excerpt,
  .tmpl_type_category .post-snippet .excerpt,
  .tmpl_type_archive .post-snippet .excerpt,
  .tmpl_type_search .post-snippet .excerpt {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.blog .post-snippet .excerpt .blog-title a,
.tmpl_type_category .post-snippet .excerpt .blog-title a,
.tmpl_type_archive .post-snippet .excerpt .blog-title a,
.tmpl_type_search .post-snippet .excerpt .blog-title a {
  font-family: goldenbook, serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.005em;
  text-transform: capitalize;
}

.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.3125rem;
  text-transform: uppercase;
  color: #5C5C5C;
  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.8125rem;
  margin-bottom: 10px;
  font-style: italic;
  color: #000000;
}

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

.blog .more,
.tmpl_type_category .more,
.tmpl_type_archive .more,
.tmpl_type_search .more {
  font-family: goldenbook, serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.25em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 10px;
}

.blog .more:hover,
.tmpl_type_category .more:hover,
.tmpl_type_archive .more:hover,
.tmpl_type_search .more:hover {
  text-decoration: none;
}

.tmpl_type_single article {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single article {
    padding-bottom: 85px;
  }
}

.tmpl_type_single article .thumb {
  text-align: center;
}

.tmpl_type_single h2 {
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 10px !important;
}

.tmpl_type_single img {
  margin-bottom: 35px;
  max-width: 100%;
  aspect-ratio: 931/593;
  width: 931px;
  height: auto;
  object-fit: cover;
}

.tmpl_type_single .button, .tmpl_type_single #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_single button {
  text-decoration: none;
}

.tmpl_type_single .back-btn {
  margin-top: 55px;
}

.tmpl_type_single .back-btn .button, .tmpl_type_single .back-btn #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_single .back-btn button {
  margin-top: 20px;
}

.search-bar {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .search-bar .dropdowns {
    display: flex;
    column-gap: 20px;
  }
}

.cat-select,
.cat-select-two {
  position: static;
  text-align: center;
}

.cat-select .cat-options,
.cat-select .cat-options-two,
.cat-select-two .cat-options,
.cat-select-two .cat-options-two {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .cat-select .cat-options,
  .cat-select .cat-options-two,
  .cat-select-two .cat-options,
  .cat-select-two .cat-options-two {
    margin-bottom: 0;
    width: 210px;
  }
}

.cat-select .cat-options:after,
.cat-select .cat-options-two:after,
.cat-select-two .cat-options:after,
.cat-select-two .cat-options-two:after {
  transform: rotate(90deg);
}

.cat-select .cat-options i,
.cat-select .cat-options-two i,
.cat-select-two .cat-options i,
.cat-select-two .cat-options-two i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  color: #5C5C5C;
}

.cat-select .cat-options .arrow-down,
.cat-select .cat-options-two .arrow-down,
.cat-select-two .cat-options .arrow-down,
.cat-select-two .cat-options-two .arrow-down {
  display: flex;
}

.cat-select .cat-options .arrow-down svg,
.cat-select .cat-options-two .arrow-down svg,
.cat-select-two .cat-options .arrow-down svg,
.cat-select-two .cat-options-two .arrow-down svg {
  width: 10px;
  height: auto;
  transform: rotate(90deg);
}

.cat-select .cats,
.cat-select-two .cats {
  position: absolute;
  display: none;
  z-index: 50;
  background: linear-gradient(#43413D, #0D0D0C);
  margin-top: 0;
  text-align: left;
  width: 100%;
  left: 0;
  font-family: goldenbook, serif;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats,
  .cat-select-two .cats {
    margin-top: 25px;
  }
}

.cat-select .cats .cats-list,
.cat-select-two .cats .cats-list {
  margin-left: 50px;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats .cats-list,
  .cat-select-two .cats .cats-list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 45px;
    margin: 0 0 0 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .cat-select .cats .cats-list,
  .cat-select-two .cats .cats-list {
    padding-right: calc(40px + (50vw - (1060px / 2)));
    padding-left: calc(40px + (50vw - (1060px / 2)));
    column-gap: 150px;
  }
}

.cat-select .cats .cats-list li,
.cat-select-two .cats .cats-list li {
  padding: 5px 20px 5px 0;
  margin-bottom: 7px;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats .cats-list li,
  .cat-select-two .cats .cats-list li {
    margin-bottom: 0;
  }
}

.cat-select .cats .cats-list li:before,
.cat-select-two .cats .cats-list li:before {
  background: #ffffff;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats .cats-list li:before,
  .cat-select-two .cats .cats-list li:before {
    top: 16px;
  }
}

.cat-select .cats .cats-list li:hover:before,
.cat-select-two .cats .cats-list li:hover:before {
  background: #8B8B8B;
  transition: .3s;
}

.cat-select .cats .cats-list li a,
.cat-select-two .cats .cats-list li a {
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
}

.cat-select .cats .cats-list li a:hover,
.cat-select-two .cats .cats-list li a:hover {
  color: #8B8B8B;
}

.blog-search {
  border-bottom: 1px solid #5C5C5C;
  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.875rem;
  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 .search-icon svg {
  height: 23px;
  width: auto;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-search .search-icon svg path {
  fill: #5C5C5C;
}

.nav-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }
}

.nav-links .prev-blog-button {
  margin-bottom: 10px;
  order: 1;
  position: relative;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .nav-links .prev-blog-button {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

.nav-links .prev-blog-button:before {
  content: '';
  background-image: url(images/svg/arrow-gallery.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 17px;
  height: 14px;
  margin-right: 12px;
}

.nav-links .next-blog-button {
  margin-bottom: 10px;
  order: 2;
  position: relative;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .nav-links .next-blog-button {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}

.nav-links .next-blog-button:after {
  content: '';
  background-image: url(images/svg/arrow-gallery.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: 100%;
  display: block;
  width: 17px;
  height: 14px;
  margin-left: 12px;
}

.nav-links .blog-button {
  text-align: center;
  margin: 0;
  order: 3;
  /* svg {
			width: 11px;
			height: 11px;
			margin-right: 13px;
		}
		@include media($tablet) {
			padding-top: 0;
		}
		&:hover {
			svg {
				path {
					fill: $secondaryAlt;
				}
			}
		}
		&:before {
			display: none;
		} */
}

@media only screen and (min-width: 768px) {
  .nav-links .blog-button {
    margin: 0 auto !important;
  }
}

.nav-links .button, .nav-links #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .nav-links button {
  font-size: 16px;
  font-size: 1rem;
  min-width: 100px;
}

@media only screen and (min-width: 768px) {
  .nav-links .button, .nav-links #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .nav-links button {
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 170px;
  }
}

/* ------------------------
	Gallery
------------------------ */
.tmpl_type_rmg_archive {
  text-align: left;
}

.tmpl_type_rmg_archive h1 {
  font-family: nt_seawave_standartregular;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive .page-title {
    padding-bottom: 35px;
  }
}

.tmpl_type_rmg_archive h2 {
  font-family: nt_seawave_standartregular;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-text-stroke: .5px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.tmpl_type_rmg_archive h2 span {
  display: block;
}

.tmpl_type_rmg_archive .content {
  justify-content: space-between;
}

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

@media only screen and (min-width: 1590px) {
  .tmpl_type_rmg_archive .content {
    padding-right: calc(40px + (50vw - (1540px / 2)));
    padding-left: calc(40px + (50vw - (1540px / 2)));
  }
}

.tmpl_type_rmg_archive .interior {
  display: block;
}

.tmpl_type_rmg_archive .gallery-section {
  padding: 50px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  margin-bottom: 20px;
}

.tmpl_type_rmg_archive .gallery-section:nth-of-type(1) {
  background: url(images/surgical-gallery-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .gallery-section:nth-of-type(1) {
    margin-right: 2.5px;
  }
}

.tmpl_type_rmg_archive .gallery-section:nth-of-type(2) {
  background: url(images/non-surgical-gallery-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .gallery-section:nth-of-type(2) {
    margin-left: 2.5px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive .gallery-section {
    margin-bottom: 80px;
  }
}

.tmpl_type_rmg_archive .gallery-section a {
  font-family: goldenbook, serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 0.93em;
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #ffffff;
  transition: .3s;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive .gallery-section a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.tmpl_type_rmg_archive .gallery-section a:hover {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .gallery-section {
    width: 50%;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive .gallery-section {
    padding: 60px 70px;
  }
}

.tmpl_type_rmg_archive .gallery-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

.tmpl_type_rmg_archive .gallery-section ul li {
  margin-left: 0;
  margin-bottom: 15px;
}

.tmpl_type_rmg_archive .gallery-section ul li:before {
  display: none;
}

.tmpl_type_rmg_category_child h1 {
  font-family: nt_seawave_standartregular;
}

.tmpl_type_rmg_category_child h2 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 300;
  letter-spacing: 0.005em;
  margin-top: 0;
}

.tmpl_type_rmg_category_child .gallery-cat-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .gallery-cat-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_category_child .gallery-cat-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tmpl_type_rmg_category_child .related-link {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .related-link {
    font-size: 25px;
  }
}

.tmpl_type_rmg_category_child .bna-group {
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_category_child .bna-group:hover .hover-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .tmpl_type_rmg_category_child .bna-group:hover .hover-overlay svg {
    rotate: 180deg;
    background-color: #fff;
    width: 69px;
    height: auto;
    padding: 12px;
  }
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay {
  display: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button, .tmpl_type_rmg_category_child .bna-group .hover-overlay #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .tmpl_type_rmg_category_child .bna-group .hover-overlay button {
  color: #000000;
  border: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button:hover, .tmpl_type_rmg_category_child .bna-group .hover-overlay #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .tmpl_type_rmg_category_child .bna-group .hover-overlay button:hover {
  color: #000000 !important;
}

.tmpl_type_rmg_category_child .img-set {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  aspect-ratio: 398/312;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set > a {
    display: block;
  }
  .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(1) .bna-label {
    display: block;
  }
  .tmpl_type_rmg_category_child .img-set a .bna-label {
    display: none;
  }
}

.tmpl_type_rmg_category_child .img-set img {
  max-width: 100%;
  width: 362px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set img {
    width: 231px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_category_child .img-set img {
    width: 199px;
  }
}

.tmpl_type_rmg_category_child .img-set .gallery-img-wrap {
  aspect-ratio: 200/312;
  background-color: #fafaf9;
  display: flex;
  align-items: center;
}

.tmpl_type_rmg_category_child .details-link {
  font-family: goldenbook, serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 13px;
}

.tmpl_type_rmg_category_child .details-hdng {
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
}

.tmpl_type_rmg_category_child .patient-details {
  text-align: left;
}

.tmpl_type_rmg_category_child .back-btn {
  text-align: left;
  margin-top: 55px;
  margin-bottom: 50px;
  border-top: 0.75px solid #000000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.tmpl_type_rmg_single_case .heading {
  display: none;
}

.tmpl_type_rmg_single_case h1,
.tmpl_type_rmg_single_case .h1 {
  font-family: nt_seawave_standartregular;
}

.tmpl_type_rmg_single_case h2 {
  text-align: left;
}

.tmpl_type_rmg_single_case .case-wrap {
  padding: 0 0 15px 0;
  margin-top: 30px;
}

.tmpl_type_rmg_single_case .img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6px;
  row-gap: 7px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}

.tmpl_type_rmg_single_case .img-wrap > div {
  margin-bottom: 8px;
}

.tmpl_type_rmg_single_case .img-wrap > div img {
  width: 415px;
  height: auto;
  max-width: 100%;
}

.tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(1) .bna-label {
  display: block;
}

.tmpl_type_rmg_single_case .img-wrap .bna-label {
  display: none;
}

.tmpl_type_rmg_single_case .details-hdng {
  font-family: goldenbook, serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 15px;
}

.tmpl_type_rmg_single_case .patient-details {
  text-align: left;
}

.notice-body-everything h2,
.notice-body-everything p {
  color: #5C5C5C;
}

.bna-label {
  color: #000000;
  font-weight: 400;
}

.top-back-btn .gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  top: -5px;
}

.top-back-btn .gallery-nav img {
  width: 23px;
  height: 34px;
}

.top-back-btn .mobile-title {
  display: block;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .top-back-btn .mobile-title {
    display: none;
  }
}

.top-back-btn .tablet-title {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-back-btn .tablet-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
}

@media only screen and (min-width: 1060px) {
  .top-back-btn .tablet-title {
    max-width: unset;
  }
}

.top-back-btn .button, .top-back-btn #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .top-back-btn button {
  padding: 12px;
  min-width: unset;
  width: 57px;
  height: 57px;
  position: absolute;
}

.top-back-btn .case-next {
  rotate: 180deg;
  right: 0;
}

.back-btn {
  text-align: left;
  margin-bottom: 50px;
  border-top: 0.75px solid #000000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

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

.back-btn .button, .back-btn #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .back-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 0;
}

.back-btn .button:hover, .back-btn #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .back-btn button:hover {
  color: #6B675D;
}

.back-btn .button:hover svg path, .back-btn #rmrrWidget-contains-pager-button-container button:hover svg path, #rmrrWidget-contains-pager-button-container .back-btn button:hover svg path {
  fill: #6B675D;
}

.back-btn .button svg, .back-btn #rmrrWidget-contains-pager-button-container button svg, #rmrrWidget-contains-pager-button-container .back-btn button svg {
  margin-right: 12px;
}

.back-btn .back-button-tablet {
  display: none;
}

@media only screen and (min-width: 768px) {
  .back-btn .back-button-tablet {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.back-btn .back-button-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .back-btn .back-button-mobile {
    display: none;
  }
}

.back-btn .rmg-arrow {
  width: 16px;
  height: auto;
  line-height: 1em;
}

.back-btn .rmg-arrow.rmg-arrow-next {
  transform: rotate(180deg);
  margin-left: 12px;
}

.back-btn .rmg-arrow.rmg-arrow-prev {
  margin-right: 12px;
}

.back-btn .gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.back-btn .gallery-nav .button, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button {
  min-width: unset;
}

@media only screen and (min-width: 768px) {
  .back-btn .gallery-nav .button, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button {
    min-width: 160px;
  }
}

.back-btn .gallery-nav .button.case-next, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button.case-next, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button.case-next {
  padding-right: 0;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .back-btn .gallery-nav .button.case-next, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button.case-next, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button.case-next {
    position: absolute;
    right: 0;
  }
}

.back-btn .gallery-nav .button:before, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button:before, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button:before {
  transform: none;
}

.back-btn .gallery-nav .button.case-prev, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button.case-prev, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button.case-prev {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .back-btn .gallery-nav .button.case-prev, .back-btn .gallery-nav #rmrrWidget-contains-pager-button-container button.case-prev, #rmrrWidget-contains-pager-button-container .back-btn .gallery-nav button.case-prev {
    position: absolute;
    left: 0;
  }
}

.back-btn .button-rmg {
  padding: 26px;
}

.back-btn .button-rmg:before {
  left: 18px;
}

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

#notice-body-everything {
  max-width: 500px;
  height: auto;
  padding: 20px;
  display: inline-block;
}

#notice-body-everything h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 20px 0 30px 0;
}

#notice-body p {
  margin: 0 0 30px 0;
}

#notice-body-everything #buttons {
  display: block;
  text-align: center;
  box-shadow: none;
}

#notice-body-everything #buttons a {
  box-shadow: 1px 1px 1px 0px #333;
}

/* ------------------------
	Flyout / Popup
------------------------ */
/*---------  Flyout  -------------*/
.rm-flyout {
  display: flex;
  padding: 0;
  position: fixed;
  bottom: 20%;
  z-index: 110;
  right: 0;
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translateX(100%);
  width: fit-content;
  height: auto;
}

.rm-flyout .flyout-label {
  background-color: #5C5C5C;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: nt_seawave_standartregular;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  text-orientation: upright;
  writing-mode: vertical-rl;
  /* Change to the text-orientation to the following if letters need to appear sideways: */
  /* text-orientation: mixed; */
  /* For sideways letters, add the following if letters need to start at the bottom of the flyout: */
  /* transform: rotate(180deg); */
  width: fit-content;
}

@media only screen and (min-width: 1060px) {
  .rm-flyout .flyout-label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.rm-flyout .close-flyout {
  background: #6B675D;
  border: none;
  color: #ffffff;
  font-weight: 100;
}

.rm-flyout .close-flyout.fixed-close {
  position: absolute;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.rm-flyout .close-flyout .close-container {
  position: relative;
  width: 60%;
  height: 60%;
}

.rm-flyout .close-flyout .close-container:before, .rm-flyout .close-flyout .close-container:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 1px;
}

.rm-flyout .close-flyout .close-container:before {
  transform: translateX(-50%) rotate(45deg);
}

.rm-flyout .close-flyout .close-container:after {
  transform: translateX(-50%) rotate(-45deg);
}

.rm-flyout .flyout-content {
  background-color: #5C5C5C;
  color: #ffffff;
  display: flex;
  height: auto;
  position: relative;
  text-decoration: none;
}

.rm-flyout .flyout-content .flyout-image {
  max-width: 300px;
}

.rm-flyout .flyout-content .flyout-image img {
  height: auto;
  width: 100%;
}

.rm-flyout .flyout-content .flyout-icon svg {
  width: auto;
  height: 20px;
  margin: 0;
}

.rm-flyout .flyout-content .flyout-text {
  /*  Add bg image if needed */
  /* background-image: url('');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; */
  display: flex;
  row-gap: 1em;
  font-family: goldenbook, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  padding: 15px;
  text-align: center;
}

.rm-flyout .flyout-content .flyout-text p {
  margin-bottom: 0;
}

.rm-flyout .flyout-content .flyout-text ul {
  margin: 0;
}

.rm-flyout .flyout-content .flyout-text ul li {
  list-style: none;
}

.rm-flyout .flyout-content .flyout-text a.button {
  cursor: pointer;
  display: block;
}

/*---------- End Flyout  ---------*/
/*----------  Popup  -------------*/
.rm-active-popup {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  overflow-Y: scroll;
  z-index: 99999;
}

.rm-active-popup.show-popup {
  display: flex !important;
}

.rm-active-popup .popup-content {
  /* Adjust aspect ratio to suit specific image */
  /* aspect-ratio: 750 / 441; */
  background-color: #ffffff;
  display: flex;
  width: 1000px;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.rm-active-popup .popup-content .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rm-active-popup .popup-content button.close-top-right-btn {
  background: #5C5C5C;
  border: none;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 0;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 1;
}

.rm-active-popup .popup-content button.close-top-right-btn .close-container {
  position: relative;
  width: 60%;
  height: 60%;
}

.rm-active-popup .popup-content button.close-top-right-btn .close-container:before, .rm-active-popup .popup-content button.close-top-right-btn .close-container:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 1px;
}

.rm-active-popup .popup-content button.close-top-right-btn .close-container:before {
  transform: translateX(-50%) rotate(45deg);
}

.rm-active-popup .popup-content button.close-top-right-btn .close-container:after {
  transform: translateX(-50%) rotate(-45deg);
}

.rm-active-popup .popup-content .popup-container {
  color: #5C5C5C;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  row-gap: 1em;
  margin: auto;
  padding: 40px;
  min-height: 500px;
  height: auto;
  width: auto;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .rm-active-popup .popup-content .popup-container {
    padding: 40px 175px;
  }
}

.rm-active-popup .popup-content .popup-container .popup-logo {
  width: 300px;
  height: auto;
  max-width: 100%;
}

.rm-active-popup .popup-content .popup-container .popup-logo img {
  width: 100%;
  height: auto;
}

.rm-active-popup .popup-content .popup-container h2 {
  color: #FAFAF9;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.rm-active-popup .popup-content .popup-container .content {
  text-align: center;
}

.rm-active-popup .popup-content .popup-container a.button {
  text-align: center;
}

.rm-active-popup .popup-content .popup-container a.button.close-popup {
  margin-left: auto;
  margin-right: auto;
}

/*----------  End Popup  -------------*/
/* ------------------------
	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(92, 92, 92, 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: #000000;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.light-list {
  margin: 1em 30px;
  list-style: none;
}

.tmpl_type_page_landing ul.light-list li {
  position: relative;
  padding-left: 20px;
}

.tmpl_type_page_landing ul.light-list li:before {
  content: '';
  background: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.list-margin-bottom li {
  margin-bottom: 1em;
}

.tmpl_type_page_landing .pt-10 {
  padding-top: 10px;
}

.tmpl_type_page_landing .pt-20 {
  padding-top: 20px;
}

.tmpl_type_page_landing .pt-30 {
  padding-top: 30px;
}

.tmpl_type_page_landing .pt-40 {
  padding-top: 40px;
}

.tmpl_type_page_landing .pt-50 {
  padding-top: 50px;
}

.tmpl_type_page_landing .pt-60 {
  padding-top: 60px;
}

.tmpl_type_page_landing .pt-70 {
  padding-top: 70px;
}

.tmpl_type_page_landing .pt-80 {
  padding-top: 80px;
}

.tmpl_type_page_landing .pt-90 {
  padding-top: 90px;
}

.tmpl_type_page_landing .pt-100 {
  padding-top: 100px;
}

.tmpl_type_page_landing .pb-0 {
  padding-bottom: 0px;
}

.tmpl_type_page_landing .pb-10 {
  padding-bottom: 10px;
}

.tmpl_type_page_landing .pb-20 {
  padding-bottom: 20px;
}

.tmpl_type_page_landing .pb-30 {
  padding-bottom: 30px;
}

.tmpl_type_page_landing .pb-40 {
  padding-bottom: 40px;
}

.tmpl_type_page_landing .pb-50 {
  padding-bottom: 50px;
}

.tmpl_type_page_landing .pb-60 {
  padding-bottom: 60px;
}

.tmpl_type_page_landing .pb-70 {
  padding-bottom: 70px;
}

.tmpl_type_page_landing .pb-80 {
  padding-bottom: 80px;
}

.tmpl_type_page_landing .pb-90 {
  padding-bottom: 90px;
}

.tmpl_type_page_landing .pb-100 {
  padding-bottom: 100px;
}

.tmpl_type_page_landing .landing-split .landing-row {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 50vw;
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 30vw;
  }
}

.tmpl_type_page_landing .landing-split .landing-row .landing-column.height-auto {
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split.split-reverse .landing-row:nth-of-type(even) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split.split-reverse .landing-row:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

.tmpl_type_page_landing .landing-split-contain .landing-row {
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column:nth-of-type(even) {
    padding-left: calc(50% - 615px);
    padding-right: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column {
    min-height: 50vw;
    flex: auto;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column {
    padding-left: calc(50% - 615px);
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column:nth-of-type(even) {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column .landing-column-content {
    text-align: left;
    display: inline-block;
  }
}

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

.tmpl_type_page_landing .landing-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .landing-border.landing-column {
  padding: 20px;
}

.tmpl_type_page_landing .landing-border .landing-column-content {
  border: 1px solid;
}

.tmpl_type_page_landing .landing-column.landing-10 {
  flex-basis: 10%;
}

.tmpl_type_page_landing .landing-column.landing-20 {
  flex-basis: 20%;
}

.tmpl_type_page_landing .landing-column.landing-30 {
  flex-basis: 30%;
}

.tmpl_type_page_landing .landing-column.landing-40 {
  flex-basis: 40%;
}

.tmpl_type_page_landing .landing-column.landing-50 {
  flex-basis: 50%;
}

.tmpl_type_page_landing .landing-column.landing-60 {
  flex-basis: 60%;
}

.tmpl_type_page_landing .landing-column.landing-70 {
  flex-basis: 70%;
}

.tmpl_type_page_landing .landing-column.landing-80 {
  flex-basis: 80%;
}

.tmpl_type_page_landing .landing-column.landing-90 {
  flex-basis: 90%;
}

.tmpl_type_page_landing .landing-column.pr-10 {
  padding-right: 10%;
}

.tmpl_type_page_landing .landing-column.pr-20 {
  padding-right: 20%;
}

.tmpl_type_page_landing .landing-column.pr-30 {
  padding-right: 30%;
}

.tmpl_type_page_landing .landing-column.pr-40 {
  padding-right: 40%;
}

.tmpl_type_page_landing .landing-column.pr-50 {
  padding-right: 50%;
}

.tmpl_type_page_landing .landing-column.pr-60 {
  padding-right: 60%;
}

.tmpl_type_page_landing .landing-column.pr-70 {
  padding-right: 70%;
}

.tmpl_type_page_landing .landing-column.pr-80 {
  padding-right: 80%;
}

.tmpl_type_page_landing .landing-column.pr-90 {
  padding-right: 90%;
}

/*=============================================
=            Site Specific Classes            =
=============================================*/
.tmpl_type_page_landing .landing-title {
  text-align: center;
  width: 100%;
}

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

.tmpl_type_page_landing .landing-title * {
  color: #ffffff;
}

.tmpl_type_page_landing .landing-title h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-title h1 {
    font-size: 57px;
    font-size: 3.5625rem;
  }
}

.tmpl_type_page_landing .landing-text-light {
  color: #fff;
}

.tmpl_type_page_landing .landing-text-light h1,
.tmpl_type_page_landing .landing-text-light h2,
.tmpl_type_page_landing .landing-text-light h3,
.tmpl_type_page_landing .landing-text-light h4 {
  color: #ffffff;
}

.tmpl_type_page_landing .landing-text-light a {
  color: #ffffff;
  text-decoration: underline;
}

.tmpl_type_page_landing .landing-text-light a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.tmpl_type_page_landing .flex-align-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .padding-bottom-0 .landing-column-content {
  padding-bottom: 0;
}

.tmpl_type_page_landing .padding-top-bottom-0 .landing-column-content {
  padding-top: 0;
  padding-bottom: 0;
}

.tmpl_type_page_landing ol {
  counter-reset: item;
  margin: 1em 40px;
}

.tmpl_type_page_landing ol > li {
  display: block;
  margin-left: 0;
}

.tmpl_type_page_landing ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #707070;
}

@media only screen and (min-width: 768px) {
  .short-p p {
    max-width: 60%;
    margin: 1em auto;
  }
}

.bg-left {
  background-position: left center !important;
}

@media only screen and (max-width: 767px) {
  .bg-mobile-none {
    background-image: none !important;
  }
}

.tmpl_type_page_landing .home-bnas {
  background: none;
}

.landing-stars {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.landing-stars i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #5C5C5C;
  margin: 2px;
}

.landing-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: Futura, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .landing-testimonial {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

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

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

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

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: goldenbook, 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: 50px !important;
  }
}

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

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

.text-light-color a {
  color: #ffffff;
}

.text-light-color a:hover {
  color: #ffffff;
}

.heading-center h1,
.heading-center h2,
.heading-center h3,
.heading-center h4 {
  text-align: center;
}

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

.bullets-light-color li::before {
  background: #ffffff;
}

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

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

.button-dark-color .button, .button-dark-color #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .button-dark-color button {
  background-color: #000000;
  color: #ffffff;
}

.button-dark-color .button:hover, .button-dark-color #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .button-dark-color button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

@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: 85px;
    padding-bottom: 70px;
  }
}

.basic-content-plus.width-55 .contained-content {
  padding-left: 0;
}

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

.basic-content-plus.width-60 .contained-content {
  padding-left: 0;
}

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

.basic-content-plus.width-65 .contained-content {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .basic-content-plus.width-65 .contained-content {
    width: 64%;
  }
}

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

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

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

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

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

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

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

/*====================================
=            Table Module            =
====================================*/
/* ------------------------
	Data Tables
------------------------ */
.flexible-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

th,
td {
  border: 1px solid #6B675D;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2.5em 0;
  text-align: center;
}

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-family: goldenbook, serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  background: #6B675D;
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
}

table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-family: rig-sans, sans-serif;
  padding: 10px 20px;
  display: block;
  position: relative;
  padding-left: calc(50% + 20px);
}

@media only screen and (min-width: 768px) {
  table td {
    display: table-cell;
    padding: 12px 20px;
  }
}

table td span {
  color: #5C5C5C;
  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: #434242;
  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 {
  padding: 35px 20px;
  color: #000000;
  text-align: center;
  background-size: cover;
  background-position: center;
}

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

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

.module-testimonial figure {
  border: 1px solid #000000;
  padding: 50px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .module-testimonial figure {
    padding: 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .module-testimonial figure {
    padding: 50px 75px 35px;
  }
}

.module-testimonial figure:before {
  content: "";
  background-image: url(images/svg/quote.svg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  width: 53px;
  height: 54px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.module-testimonial blockquote {
  font-family: nt_seawave_standartregular;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.42em;
  max-width: 1130px;
  margin: 0 auto 20px;
  padding-left: 0;
  position: relative;
  -webkit-text-stroke: .25px;
  -webkit-text-stroke-color: #000000;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .module-testimonial blockquote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

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

.module-testimonial blockquote:before {
  content: '';
  background-image: url("images/svg/open-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25%);
}

@media only screen and (min-width: 768px) {
  .module-testimonial blockquote:before {
    width: 205px;
    height: 161px;
  }
}

.module-testimonial figcaption {
  font-family: goldenbook, serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) {
  .module-testimonial figcaption {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

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

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

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

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

.module-testimonial .testimonial-icon {
  font-size: 30px;
  font-size: 1.875rem;
  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.5rem;
  line-height: 1.1em;
  color: #ffffff;
  font-family: nt_seawave_standartregular;
  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.4375rem;
  }
}

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

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

.mod-cta .button, .mod-cta #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .mod-cta button {
  background-color: #5C5C5C;
}

.mod-cta .button:hover, .mod-cta #rmrrWidget-contains-pager-button-container button:hover, #rmrrWidget-contains-pager-button-container .mod-cta button:hover {
  background-color: #434242;
}

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

@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: 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 0 55px 0;
}

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

.module-faq .faq-questions {
  margin: 0;
  list-style: none;
  flex-direction: column;
  padding-right: 20px;
}

.module-faq .faq-questions > li {
  margin-bottom: 35px;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}

.module-faq .faq-questions > li:before {
  content: unset;
}

.module-faq .faq-questions h3 {
  font-family: goldenbook, serif;
  text-transform: capitalize;
  position: relative;
  padding-left: 50px;
  margin-top: 0;
}

.module-faq .faq-questions h3:before {
  content: '';
  background-image: url("images/svg/icon-question.svg");
  background-size: 33px 31px;
  width: 33px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
}

@media only screen and (min-width: 1060px) {
  .module-faq .faq-questions h3:before {
    top: 12px;
  }
}

.module-faq .faq-questions .answer {
  padding-left: 50px;
}

/*====================================
=            FCS Sections            =
====================================*/
/*==========================================
=            Split Image Styles            =
==========================================*/
.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: 615px;
}

.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.primary-image-1 {
  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;
  column-gap: 10px;
  margin-bottom: 10px;
}

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

.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:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-cards .split-cards .split-container {
  display: flex;
}

.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: 50%;
  }
}

.split-image-cards .split-cards .split-content .split-contain {
  max-width: 500px;
}

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

@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: 50%;
  }
}

.split-image-cards .split-cards .split-image img {
  width: 100%;
  height: 100%;
  min-height: 32vw;
  object-fit: cover;
  object-position: center;
}

/*===========================================
=            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 - (1460px / 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 - (1460px / 2)));
  }
}

/*===============================
=            Anchors            =
===============================*/
.mod-anchors {
  background-color: #FAFAF9;
  padding-top: 50px;
  padding-bottom: 55px;
}

.anchor-title {
  font-family: goldenbook, serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.anchor-button {
  font-family: goldenbook, serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.95em;
  color: #000000;
  text-decoration: none;
}

.anchor-button:hover {
  color: #6B675D;
  text-decoration: none !important;
}

.anchor-links {
  list-style: none;
  margin: 0;
}

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

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

.anchor-links li {
  display: flex;
  justify-self: left;
}

.anchor-links li::before {
  content: "";
  background: #000000;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 15px;
  left: -20px;
}

.anchor-links li:hover::marker {
  color: #6B675D;
  font-size: 25px;
  font-size: 1.5625rem;
}

.anchor-links a {
  width: 100%;
}

/*=============================
=            Icons            =
=============================*/
.icons-module {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
}

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

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

.icons-module h2 {
  margin-top: 0;
}

.icons-module .icon-items {
  margin: 20px auto;
  list-style: none;
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
}

@media only screen and (min-width: 768px) {
  .icons-module .icon-items {
    margin: 40px auto 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .icons-module .icon-items {
    margin: 60px auto 20px;
  }
}

@media only screen and (max-width: 1059px) {
  .icons-module .icon-items.rows-multiple {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media only screen and (max-width: 767px) {
  .icons-module .icon-items.rows-multiple {
    grid-template-columns: 1fr !important;
  }
}

.icons-module .icon-items.icon-top li {
  display: block;
  text-align: center;
}

.icons-module .icon-items.icon-top li h2, .icons-module .icon-items.icon-top li h3 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0;
}

.icons-module .icon-items.icon-top li .icon-img {
  margin-right: 0;
}

.icons-module .icon-items > li {
  display: flex;
  text-align: left;
}

.icons-module .icon-items > li .icon-img {
  text-align: center;
  margin-right: 20px;
}

@media only screen and (min-width: 1060px) {
  .icons-module .icon-items > li .icon-img {
    margin-right: 40px;
  }
}

.icons-module .icon-items > li .icon-img img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  object-position: center top;
}

@media only screen and (min-width: 1060px) {
  .icons-module .icon-items > li .icon-img img {
    height: 79px;
    width: 81px;
  }
}

.icons-module .icon-items h2,
.icons-module .icon-items h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0;
  color: #5C5C5C;
  font-family: goldenbook, serif;
  font-family: goldenbook, serif;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .icons-module .icon-items h2,
  .icons-module .icon-items h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.icons-module.featured-logos.no-contain {
  padding-left: 0;
  padding-right: 0;
}

.icons-module.featured-logos.no-contain .icon-items {
  padding-left: 20px;
  padding-right: 20px;
}

.icons-module.featured-logos .icon-items > li {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.icons-module.featured-logos .icon-items > li > div {
  flex-basis: 100%;
}

.icons-module.featured-logos .icon-items > li .item-description {
  margin-top: 45px;
}

.icons-module.featured-logos .icon-items > li .item-description img {
  height: 100%;
  max-height: 500px;
  width: auto;
  max-width: 100%;
}

.icons-module.featured-logos .icon-items > li .icon-img img {
  width: 100%;
  height: auto;
  max-height: 100px;
}

@media only screen and (min-width: 1060px) {
  .icons-module.featured-logos .icon-items > li .icon-img img {
    max-height: 150px;
  }
}

.creative-services .icons-module:before,
.creative-services .icons-module.featured-logos:before {
  content: none;
}

@media only screen and (min-width: 1060px) {
  .creative-services .icons-module:before,
  .creative-services .icons-module.featured-logos:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 4px solid #ffffff;
    top: 0;
    left: calc(100% / 3);
  }
}

.creative-services .icons-module:after,
.creative-services .icons-module.featured-logos:after {
  content: none;
}

@media only screen and (min-width: 1060px) {
  .creative-services .icons-module:after,
  .creative-services .icons-module.featured-logos:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 4px solid #ffffff;
    top: 0;
    right: calc(100% / 3);
  }
}

.creative-services .icons-module .icon-items,
.creative-services .icons-module.featured-logos .icon-items {
  align-items: flex-start;
}

@media only screen and (max-width: 1059px) {
  .creative-services .icons-module .icon-items.rows-multiple,
  .creative-services .icons-module.featured-logos .icon-items.rows-multiple {
    grid-template-columns: 1fr !important;
  }
}

.creative-services .icons-module .icon-items > li,
.creative-services .icons-module.featured-logos .icon-items > li {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1060px) {
  .creative-services .icons-module .icon-items > li .icon-img img,
  .creative-services .icons-module.featured-logos .icon-items > li .icon-img img {
    max-height: 100px;
  }
}

/*===================================
=            Inline BnAs            =
===================================*/
.mod-bnas {
  position: relative;
}

.mod-bnas h2 {
  text-align: center;
  overflow: hidden;
}

.mod-bnas h2:after, .mod-bnas h2:before {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: .75px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  top: -5px;
}

.mod-bnas h2:before {
  right: 30px;
  margin-left: -50%;
}

.mod-bnas h2:after {
  left: 30px;
  margin-right: -50%;
}

.mod-bnas .button, .mod-bnas #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .mod-bnas button {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: translateY(50%);
  bottom: -15px !important;
  max-width: 250px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .button, .mod-bnas #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .mod-bnas button {
    position: absolute;
    bottom: 0 !important;
  }
}

.mod-bnas .logo-border {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .mod-bnas .logo-border {
    margin-bottom: 25px;
  }
}

.mod-bnas .logo-border:before {
  content: '';
  background-color: #000000;
  height: .75px;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

@media only screen and (min-width: 1380px) {
  .mod-bnas .logo-border:before {
    margin-bottom: -35px;
  }
}

.mod-bnas .logo-border span {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 53px;
  height: 53px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .logo-border span {
    width: 60px;
  }
}

@media only screen and (min-width: 1380px) {
  .mod-bnas .logo-border span {
    width: 120px;
  }
}

.mod-bnas .logo-border span svg {
  height: 39px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .mod-bnas .logo-border span svg {
    height: 52px;
  }
}

@media only screen and (min-width: 1380px) {
  .mod-bnas .logo-border span svg {
    height: 82px;
  }
}

.inline-bnas {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  padding: 25px 0 38px;
}

@media only screen and (min-width: 768px) {
  .inline-bnas {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    row-gap: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .inline-bnas {
    column-gap: 25px;
  }
}

.inline-bnas .bna-set {
  display: grid;
  row-gap: 10px;
  border: 1px solid #f2f2f2;
  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;
  row-gap: 10px;
  justify-self: center;
}

.inline-bnas .bnacase-imgset:nth-of-type(4) {
  display: none;
}

@media only screen and (min-width: 1380px) {
  .inline-bnas .bnacase-imgset:nth-of-type(4) {
    display: flex;
  }
}

.inline-bnas img {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 191/380;
  object-fit: cover;
  max-height: 400px;
}

.inline-bnas.square img {
  aspect-ratio: 321/321;
  max-width: 225px;
}

.inline-bnas .before,
.inline-bnas .after {
  position: relative;
}

.inline-bnas .before .label,
.inline-bnas .after .label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  display: none;
  text-transform: uppercase;
  color: #FAFAF9;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
}

.inline-bnas .button, .inline-bnas #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .inline-bnas button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(50%);
  bottom: -15px !important;
}

@media only screen and (min-width: 768px) {
  .inline-bnas .button, .inline-bnas #rmrrWidget-contains-pager-button-container button, #rmrrWidget-contains-pager-button-container .inline-bnas button {
    position: absolute;
    bottom: 0 !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(0, 0, 0, 0.1);
}

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

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

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

.basic-carousel .carousel-img-wrap {
  position: relative;
}

.basic-carousel .carousel-img-wrap:after {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 230px;
  width: 100%;
  bottom: 0;
}

.basic-carousel .carousel-img-wrap span {
  position: absolute;
  text-align: center;
  font-family: goldenbook, serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 25px;
  z-index: 2;
}

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

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

.basic-carousel .owl-nav > div {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1060px) {
  .basic-carousel .owl-nav > div {
    padding: 20px;
  }
}

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

@media only screen and (min-width: 1380px) {
  .basic-carousel .owl-nav > div.owl-prev {
    left: -100px;
  }
}

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

@media only screen and (min-width: 1380px) {
  .basic-carousel .owl-nav > div.owl-next {
    right: -100px;
  }
}

.basic-carousel .owl-nav > div .carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-carousel .owl-nav > div .carousel-arrow svg {
  width: 32px;
  height: 55px;
}

.basic-carousel .owl-nav > div .carousel-arrow svg path {
  fill: #020B12;
}

.basic-carousel .owl-nav > div .carousel-arrow:hover svg path {
  fill: #8B8B8B;
}

/* ------------------------
	Random Internal Pages
------------------------ */
/* ------------------------
	Random Internal Pages
------------------------ */
@keyframes kenburns {
  0% {
    transform: scale3d(1.2, 1.2, 1.2) translate3d(100px, 30px, 0px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}

/* ==|== 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;
  }
}


/* Gravity forms  */
div[id^="gform_wrapper_"] {
  --form-field-margin-bottom: 16px;
  margin-top: calc(-1 * var(--form-field-margin-bottom));
  text-align: left;
}

div[id^="gform_wrapper_"].gravity-theme .ginput_complex span {
  margin-bottom: var(--form-field-margin-bottom);
}

@media only screen and (min-width: 620px) {
  div[id^="gform_wrapper_"].gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }
}

div[id^="gform_wrapper_"].gravity-theme .ginput_complex span:last-of-type {
  margin-bottom: 0;
}

div[id^="gform_wrapper_"] .gform_validation_errors {
  border: 1px solid #c02b0a;
}

div[id^="gform_wrapper_"] .gform_validation_errors ol li::marker, div[id^="gform_wrapper_"] .gform_validation_errors ul li::marker {
  color: #c02b0a;
}

div[id^="gform_wrapper_"] form {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}

div[id^="gform_wrapper_"] form .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0.75em;
}

div[id^="gform_wrapper_"] form .gf_progressbar_wrapper .gf_progressbar_percentage {
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gform_fields {
  row-gap: 0;
}

div[id^="gform_wrapper_"] form .gform-body .gfield {
  margin-bottom: var(--form-field-margin-bottom);
}

div[id^="gform_wrapper_"] form .gform-body .gfield label, div[id^="gform_wrapper_"] form .gform-body .gfield legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0.75em;
}

div[id^="gform_wrapper_"] form .gform-body .gfield input {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-family: "goldenbook", serif;
  color: #072D2E;
  height: 48px;
  padding-left: 10px;
  background: #ffffff;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-select select,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-time select,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-address select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-family: "goldenbook", serif;
  width: 100%;
  height: 48px;
  appearance: none;
  padding-top: 15px;
  padding-left: 10px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #1990C4;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-multiselect select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice label {
  margin-bottom: 0;
  margin-left: 5px;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input {
  width: 16px;
  height: 16px;
  padding: 0;
  accent-color:#072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input[type="checkbox"]:before {
  color: #ffffff;
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input[type="radio"]:before {
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice.gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
  background-color:#072D2E;
}

div[id^="gform_wrapper_"] form .gform-body textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
  font-family: "goldenbook", serif;
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-list button.add_list_item,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-list button.delete_list_item {
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8em;
  font-style: italic;
  margin-bottom: 1em;
}

div[id^="gform_wrapper_"] form .gform-body ::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-footer.gform_footer {
  margin: 0;
  padding: 0;
}

div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button, div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button-primary-color {
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  border-radius: 0px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block!important;
  position: relative!important;
  text-align: center!important;
  text-decoration: none!important;
  text-transform: uppercase!important;
  font-family: "goldenbook", serif!important;
  background: transparent!important;
  border: 1px solid #000000!important;
  color: #000000!important;
  padding: 8px 15px!important;
  font-size: 18px!important;
  font-size: 1.125rem!important;
  line-height: 1.1em!important;
  letter-spacing: 0.07em!important;
  min-width: 160px!important;
  font-weight: 500!important;
  margin-top: 10px!important;
  transition: .3s!important;
  width: 100%!important;
}

div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button:hover, div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button-primary-color {
  border: 1px solid rgba(0, 0, 0, 0.21)!important;
  text-decoration: none !important;
  transition: .3s!important;
  color: #000000!important;
}

div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer {
  margin: 0;
  padding: 0;
}

div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button-primary-color,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.gform_previous_button.gform-theme-button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button-primary-color,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.gform_previous_button.gform-theme-button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button-primary-color {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  border-radius: 0px;
  border: none;
}

.contact main .contact-form h2, .contact-us main .contact-form h2 {
  margin-top: 0;
  margin-bottom: 30px;
}


.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  box-shadow: none !important;
}

