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

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

div[id^="gform_wrapper_"] form .gform-body .gfield input, div[id^="gform_wrapper_"] form .gform-body .gfield textarea, div[id^="gform_wrapper_"] form .gform-body .gfield legend, div[id^="gform_wrapper_"] form .gform-body .gfield label {
  font-size: 100%;
}

div[id^="gform_wrapper_"] form .gform-body .gfield legend.gfield_label_before_complex {
  margin-bottom: 6px;
}

div[id^="gform_wrapper_"] form .gform-body .gfield.gfield--type-html {
  margin-bottom: 2px;
}

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

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

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

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

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

:focus {
  outline: none;
}

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

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

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

span.model_tag img.alignleft, span.model_tag img.alignright, span.model_tag img.aligncenter, span.models_tag img.alignleft, span.models_tag img.alignright, span.models_tag img.aligncenter, div.model_tag img.alignleft, div.model_tag img.alignright, div.model_tag img.aligncenter {
  float: none;
  margin: 0;
  border: 0;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          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 (min-width: 768px max) {
  .hidden-phone {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.button, .submit-btn, .buttons a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 2px solid #5d7e9f;
  background: #c3d9f1;
  color: #5d7e9f;
  padding: 10px 30px;
}

.button:hover, .submit-btn:hover, .buttons a:hover {
  background: #202021;
  color: #ffffff !important;
}

div[id^="gform_wrapper_"] form .gform-footer input.gform_button.button {
  cursor: pointer !important;
  display: inline-block !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif !important;
  border: none !important;
  border-bottom: 2px solid #5d7e9f !important;
  border-radius: 0 !important;
  background: #c3d9f1 !important;
  color: #5d7e9f !important;
  padding: 10px 30px !important;
}

div[id^="gform_wrapper_"] form .gform-footer input.gform_button.button:hover {
  background: #202021 !important;
  color: #ffffff !important;
}

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

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

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

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

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

::-moz-selection {
  background: #c3d9f1;
}

::selection {
  background: #c3d9f1;
}

/* Responsive iframes  and */
/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.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: '\f144';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
}

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

/*=====  End of Responsive iFrames and wysiwyg Youtube videos  ======*/
/* Owl Carousel Styling */
.memberships-sc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.memberships-sc-wrap > div {
  margin: 10px;
}

.bnas-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (min-width: 768px) {
  .bnas-wrap .bna-sc {
    width: 47%;
  }
}

.bnas-wrap .bna-sc:before {
  display: none;
}

.bnas-wrap .bna-sc .after, .bnas-wrap .bna-sc .before {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.bna-sc {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .bna-sc:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 16%;
    height: 50%;
    border: 20px solid #c3d9f1;
  }
}

.bna-sc > div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bna-sc > div img {
  width: 100%;
  height: auto;
}

.bna-sc .before {
  margin-right: 10px;
}

.bna-sc .after {
  margin-left: 10px;
}

.bna-sc .label {
  margin-bottom: 10px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.nav-links .button {
  padding: 5px 20px;
}

#salaciousCrumb .crumb-sep {
  margin: 0 5px;
}

/* Social Blur */
.social-blur {
  position: relative;
  z-index: 10;
}

.social-blur:after {
  content: 'Click To View';
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.social-blur:hover {
  background: rgba(195, 217, 241, 0.7);
}

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

/* End Social Blur */
/* ------------------------
   Typography (and primary body style)
------------------------ */
html {
  font: 16px/24px "Open Sans", sans-serif;
}

body {
  color: #434242;
  font: 14px/24px "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75em;
  min-width: 320px;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 1em;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #434242;
  font-weight: 300;
}

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

.hdng {
  font-family: "Open Sans", sans-serif;
}

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

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

@media only screen and (min-width: 1230px) {
  h1, .h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.inside h1, .inside .h1 {
  margin-top: 0;
}

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25em;
}

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

@media only screen and (min-width: 1230px) {
  h2, .h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.25em;
  }
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media only screen and (min-width: 1230px) {
  h3, .h3 {
    font-size: 45px;
    /* font-size: 2.8125rem; */
    font-size: 2.5125rem;;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1230px) {
  h4, h5, h6 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

a {
  color: #7f9cc7;
  text-decoration: underline;
}

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

blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  position: relative;
  margin-top: 100px;
  font-family: "Times New Roman", Times, serif;
}

@media only screen and (min-width: 768px) {
  blockquote {
    border-left: 4px solid #7f9cc7;
    margin-left: 50px;
    padding-left: 40px;
    border-color: #c3d9f1;
  }
}

blockquote footer {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}

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

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

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

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

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

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

/* ------------------------
	Header
------------------------ */
.promo-banner {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  /* background-image: url(images/banner-bg.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #7F9CC7;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .promo-banner {
    font-size: 16px;
    /* height: 50px; */
  }
}
@media only screen and (min-width: 1080px) {
  .promo-banner {
    font-size: 18px;
  }
}
.promo-banner a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .promo-banner a:before {
    content: "";
    background-image: url(images/svg/special-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 32px;
    width: 100%;
    top: 4px;
    margin-left: -45px;
  }
  /* .promo-banner a:after {
    content: "";
    background-image: url(images/svg/pool-toy.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 45px;
    width: 100%;
    top: 0;
    margin-left: 15px;
  } */
}
.promo-banner a .hidden-phone {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .promo-banner a .hidden-phone {
    display: inline;
  }
}
.promo-banner a .bold-section {
  font-weight: bold;
  white-space: nowrap;
}
.promo-banner a {
  color: #fff;

}
.site-header {
  background-color: #dde4ed;
  min-height: calc(100vh - 40px);
  width: 100%;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 100px 20px;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 600px) {
  .site-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin-top: 52px;
    min-height: calc(100vh - 52px);
  }
}

@media only screen and (min-width: 1480px) {
  .site-header {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding-right: calc(40px + (50vw - (1480px / 2)));
    padding-left: calc(40px + (50vw - (1480px / 2)));
  }
}

@media only screen and (max-width: 767px) {
  .site-header.front-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-position: center;
    background-position: 62% top;
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .site-header.front-header .header-content {
    padding: 20px;
    padding-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    background-size: auto 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white 65%, rgba(255, 255, 255, 0) 100%);
  }
}

.inside .site-header {
  min-height: 200px;
  background-position: 65%;
  background-color: #dde4ed;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .inside .site-header {
    background-position: center;
    min-height: 300px;
  }
}

.inside .site-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 237, 239, 0.7);
  z-index: -1;
}

@media only screen and (min-width: 600px) {
  .inside .site-header:after {
    display: none;
  }
}

.site-header .become-logo {
  display: block;
  margin-bottom: -10px;
}

.site-header .become-logo svg {
  max-width: 100%;
  width: 250px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .site-header .become-logo svg {
    width: 310px;
  }
}

@media only screen and (min-width: 1480px) {
  .site-header .become-logo svg {
    width: 400px;
  }
}

.site-header .header-content-tag {
  margin-bottom: 20px;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.5em;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .site-header .header-content-tag {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}

.site-header .home-header-content .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .home-header-content .btns-wrap .button {
  padding: 10px 20px;
}

.site-header .home-header-content .btns-wrap .button:first-of-type {
  margin-right: 15px;
}

/* Naviagation bar */
.nav-bar {
  background-color: #202021;
  color: #ffffff;
  width: 100%;
  padding: 0 1em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
 /* top: 40px; */ /*add if we use top banner*/
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 500;
}

@media only screen and (min-width: 768px) {
  .nav-bar {
    height: 52px;
    /* top: 50px; add if we use top banner */
  }
}

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

@media only screen and (min-width: 1480px) {
  .not--device .nav-bar {
    padding-right: 230px !important;
  }
}

@media only screen and (min-width: 1780px) {
  .not--device .nav-bar {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 1480px) {
  .nav-bar nav {
    width: 100%;
  }
}

.nav-bar .site-logo > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1480px) {
  .nav-bar .site-logo > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-bar .site-logo > a svg {
  max-height: 100%;
  width: auto;
  height: 26px;
}

@media only screen and (min-width: 768px) {
  .nav-bar .site-logo > a svg {
    height: 38px;
  }
}

@media only screen and (min-width: 1480px) {
  .nav-bar .site-logo > a svg {
    height: 53px;
  }
}

.is--device .nav-bar nav {
  width: auto;
}

.menu-buttons {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

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

.menu-buttons > div {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.menu-buttons .menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1480px) {
  .not--device .menu-buttons .menu-contact {
    position: absolute;
    right: 20px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1600px) {
  .not--device .menu-buttons .menu-contact {
    right: 40px;
  }
}

.menu-buttons .menu-contact .location-list {
  list-style-type: none;
}

.menu-buttons .menu-contact .location-list .menu-phone > a,
.menu-buttons .menu-contact .location-list .menu-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media only screen and (max-width: 768px) {
  .menu-buttons .menu-contact .location-list .menu-phone {
    column-gap: 12px;
  }
}
.menu-buttons .menu-contact .location-list .menu-phone > a .call {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-contact .location-list .menu-phone > a .call {
    display: block;
    margin-right: 10px;
  }
}

.menu-buttons .menu-contact .location-list .menu-phone > a .touch-button-icon {
  font-size: 24px;
  color: #c3d9f1;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-contact .location-list .menu-phone > a .touch-button-icon {
    margin-right: 10px;
  }
}

.menu-buttons .menu-contact .location-list .menu-phone > a .phone-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-contact .location-list .menu-phone > a .phone-text {
    display: block;
    font-size: 16px;
  }
}

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

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

.menu-buttons .menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-buttons .menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media only screen and (min-width: 1230px) {
  .is--device .menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.touch-menu {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1230px) {
  .menu-is-open .touch-menu .main-menu {
    padding-bottom: 80px;
  }
}

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

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

.menu-trigger {
  cursor: pointer;
}

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

@media only screen and (min-width: 768px) {
  .menu-trigger .menu-button-text {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1480px) {
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .nav-segment {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    text-align: left;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .nav-segment > li {
    display: inline-block;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .nav-segment > li .sub-menu {
    visibility: visible;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .nav-segment > li .sub-menu > li {
    display: block;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .social-segment {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .social-segment a {
    padding: 0;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .social-segment i {
    color: #ffffff;
  }
  .not--device .menu-wrap.hover-menu .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.hover-menu .mega-menu > .sub-menu .social-segment .button {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-align: center;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    top: inherit;
    left: 0 !important;
    right: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 50;
    padding-left: 30px;
    background: none;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu li {
    padding-right: 0;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu li:after {
    display: none;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
  }
  .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu > li > a, .not--device .menu-wrap.hover-menu .mega-menu > .sub-menu > li > .sub-menu {
    background: none;
  }
  .not--device .menu-wrap.hover-menu .close-menu {
    display: none !important;
  }
}

/* ------------------------
	Content
------------------------ */
.content {
  width: 100%;
}

@media only screen and (min-width: 1230px) {
  .content {
    width: calc(100% - 300px);
    padding-right: 50px;
    padding-bottom: 20px;
  }
}

.site-crumbs {
  text-align: left;
}

.site-crumbs .salacious-crumb {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 36px;
  font-style: italic;
}

.site-crumbs .salacious-crumb a {
  text-decoration: none;
}

.site-crumbs .salacious-crumb .crumb-sep {
  margin: 0 8px;
}

.site-crumbs .salacious-crumb .current-crumb-item a {
  color: #282828;
}

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

@media only screen and (min-width: 1230px) {
  .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

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

.interior .content ul li {
  position: relative;
  padding-left: 20px;
}

.interior .content ul li:before {
  content: "";
  background: #c3d9f1;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

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

.interior .content ol > li {
  display: block;
  margin-left: 0;
}

.interior .content ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #c3d9f1;
}

.interior .content .memberships-sc-wrap svg {
  height: 200px;
  width: auto;
}

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

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

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

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

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

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

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

.interior .patient-reviews {
  margin-top: 40px;
}

.interior .patient-reviews .single-review {
  padding: 40px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.interior .patient-reviews .single-review:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  .interior .patient-reviews .single-review {
    padding: 60px 40px;
  }
}

.interior .patient-reviews .single-review .review-img {
  text-align: center;
}

.interior .patient-reviews .single-review .review-img img {
  max-width: 100%;
  height: auto;
}

.interior .patient-reviews .single-review blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 700;
}

.interior .patient-reviews .single-review blockquote footer {
  margin-top: 20px;
  color: #7f9cc7;
}

/*=================================================
=            Wordpress Default Gallery            =
=================================================*/
.gallery-size-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
}

.page-feature {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .page-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-feature > div {
  width: 100%;
}

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

.page-feature h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.page-feature .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eaeef2;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .page-feature .feature-content {
    padding: 30px;
  }
}

.page-feature .feature-img {
  min-height: 55vw;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .page-feature .feature-img {
    min-height: auto;
  }
}

/*=================================================
=            Gynecomastia Landing Page            =
=================================================*/
.gynecomastia.tmpl_type_page_landing {
  /*=======================================
	=            What is Section            =
	=======================================*/
  /*=====  End of What is Section  ======*/
  /*=========================================
	=            Procedure-section            =
	=========================================*/
  /*=====  End of Procedure-section  ======*/
}

.gynecomastia.tmpl_type_page_landing .what-section {
  background-size: 60%;
  background-repeat: no-repeat;
  padding-top: 50vw;
  background-position: center top;
}

@media only screen and (min-width: 768px) {
  .gynecomastia.tmpl_type_page_landing .what-section {
    padding-top: 50vw;
  }
}

@media only screen and (min-width: 1230px) {
  .gynecomastia.tmpl_type_page_landing .what-section {
    padding-top: 60px;
    padding-right: 50%;
    background-size: auto 100%;
    background-position: 90%;
  }
}

@media only screen and (min-width: 1600px) {
  .gynecomastia.tmpl_type_page_landing .what-section {
    background-position: 65%;
  }
}

.gynecomastia.tmpl_type_page_landing .procedure-section .landing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .gynecomastia.tmpl_type_page_landing .procedure-section .landing-row {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.gynecomastia.tmpl_type_page_landing .procedure-section .landing-column-content {
  padding: 0;
}

.gynecomastia.tmpl_type_page_landing .procedure-section .infographic {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 270px;
}

.gynecomastia.tmpl_type_page_landing .procedure-section .infographic .landing-column-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25em;
  text-align: center;
}

.gynecomastia.tmpl_type_page_landing .procedure-section .infographic .landing-content {
  padding-left: 20px;
  padding-right: 20px;
}

.gynecomastia.tmpl_type_page_landing .procedure-section .infographic img {
  max-width: 100%;
}

/* Mommy Makeover */
.page-4011.tmpl_type_page_landing .recovery {
  background-position: 20% center;
}

.tmpl_type_page_landing li{
  list-style-position: outside;
}
/*=====  End of Gynecomastia Landing Page  ======*/
/* ------------------------
	Aside
------------------------ */
aside {
  width: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

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

aside ul {
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

aside li {
  width: 100%;
}

aside li:first-of-type {
  padding-top: 10px;
}

.sidebar-block {
  margin-bottom: 23px;
  padding: 30px 30px 20px;
  border-top: 4px solid #7f9cc7;
  background-color: #202021;
}

.sidebar-block.related-block {
  background-color: #202021;
}

.sidebar-block.related-block .current_page_item {
  display: none;
}

.sidebar-block.related-posts {
  background-color: #eaeef2;
}

.sidebar-block.related-posts ul {
  border-top: 1px solid rgba(67, 66, 66, 0.2);
}

.sidebar-block.related-posts a {
  color: #434242;
}

.sidebar-block.contact-block {
  position: relative;
  z-index: 1;
  background-color: #7f9cc7;
  border-top: none;
  padding-bottom: 57px;
}

.sidebar-block.contact-block .hdng {
  color: #ffffff;
}

.sidebar-block.contact-block .aside-locations li {
  border-bottom: none;
}

.sidebar-block.contact-block .directions {
  line-height: 1.25em;
}

.sidebar-block.contact-block .directions > a {
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-block.contact-block .name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 400;
}

.sidebar-block.contact-block .aside-numbers {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 400;
}

.sidebar-block.contact-block .city-svg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidebar-block.contact-block .city-svg svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.sidebar-block.contact-block .city-svg svg path {
  fill: #ffffff;
}

.sidebar-block .hdng {
  color: #7f9cc7;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 20px;
}

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

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

/* ------------------------
	Footer Layout
------------------------ */
.ratings{
  margin-top: 30px;
}
.site-footer {
  text-align: center;
  /*==================================================
	=            Footer blog - recent posts            =
	==================================================*/
  /*=====  End of Footer blog - recent posts  ======*/
  /*==========================================
	=            Footer Memberships            =
	==========================================*/
  /*=====  End of Footer Memberships  ======*/
  /*======================================
	=            Footer Contact            =
	======================================*/
  /*=====  End of Footer Contact  ======*/
  /*====================================
	=            Lower Footer            =
	====================================*/
  /*=====  End of Lower Footer  ======*/
  /*======================================
=            Sticky Contact            =
======================================*/
  /*=====  End of Sticky Contact  ======*/
}

.site-footer .f-memberships-section {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .site-footer .f-memberships-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer .f-memberships-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.site-footer .f-contact-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
}

@media only screen and (min-width: 1230px) {
  .site-footer .f-contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.site-footer .f-contact-section .h2 {
  color: #ffffff;
}

.site-footer .f-contact-section .footer-contact-form form.seaforms,
.footer-contact-form div[id^="gform_wrapper_"] form {
  text-align: left;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .site-footer .f-contact-section .footer-contact-form form.seaforms {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .footer-contact-form div[id^="gform_wrapper_"] form {
    margin-bottom: 80px;
  }
}

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

.site-footer .f-contact-section .footer-contact-form form.seaforms .type-textarea {
  width: 100%;
}

.site-footer .f-contact-section .footer-contact-form form.seaforms .disclaimer,
.site-footer .f-contact-section .footer-contact-form div[id^="gform_wrapper_"] .disclaimer {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.gform-theme--foundation fieldset.gfield--input-type-consent {
  margin-bottom: 1em;
}

.site-footer .f-contact-section .footer-contact-form form .type-submitbutton,
.site-footer .f-contact-section .footer-contact-form div[id^="gform_wrapper_"] form .gform-footer.gform_footer {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.site-footer .f-contact-section .footer-contact-form form .type-submitbutton .submit-btn {
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer .f-contact-section .footer-contact-form form .seaforms_confirmation_message,
.confirmation-light footer div[id^="gform_confirmation_wrapper_"] .gform_confirmation_message {
  color: #ffffff;
}

.gform_required_legend {
  display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: Futura, "Lato", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > ol {
  margin: 0 !important;
}

.site-footer .f-contact-section .f-locations {
  list-style-type: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75em;
}

.site-footer .f-contact-section .f-locations a {
  text-decoration: none;
  color: #ffffff;
}

.site-footer .f-contact-section .f-locations i {
  font-size: 26px;
}

.site-footer .f-contact-section .f-locations .name {
  font-size: 22px;
  font-size: 1.375rem;
}

.site-footer .f-contact-section .f-locations .f-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer .lower-footer {
  background-color: #ffffff;
  padding-top: 40px;
  line-height: 1.75em;
  color: #282828;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-bottom: 60px;
}

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

.site-footer .lower-footer a {
  color: #282828;
  text-decoration: none;
}

.site-footer .lower-footer a:hover {
  text-decoration: underline;
}

.site-footer .lower-footer .f-social a {
  font-size: 3em;
  line-height: 100%;
  margin: auto 10px;
}

/* .site-footer .lower-footer .f-social .fab.fa-facebook-f {
  color: #3c5b9a;
}

.site-footer .lower-footer .f-social .fab.fa-twitter {
  color: #55acee;
}

.site-footer .lower-footer .f-social .fab.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
} */

.site-footer .lower-footer .f-social .fab,
.site-footer .lower-footer .f-social .fa-brands {
  color: #202021
}

.site-footer .lower-footer .footer-nav {
  margin: 30px 0;
}

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

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

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

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

.site-footer .lower-footer .f-disclaimer {
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.25em;
}

.site-footer .lower-footer .rm-sig svg {
  margin-top: 10px;
  height: 2em;
  width: auto;
}

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

.site-footer .sticky-contact {
  display: none;
}

@media only screen and (min-width: 1230px) {
  .site-footer .sticky-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: -200px;
    -webkit-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1400px) {
  .site-footer .sticky-contact {
    padding-right: calc(40px + (50vw - (1400px / 2)));
    padding-left: calc(40px + (50vw - (1400px / 2)));
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

.site-footer .sticky-contact .sticky-heading {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1230px) {
  .site-footer .sticky-contact .sticky-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .sticky-contact .sticky-heading span {
  color: #c3d9f1;
}

.site-footer .sticky-contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.site-footer .sticky-contact form .field-wrap {
  margin: 0 5px;
  margin-bottom: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  height: 40px;
}

.site-footer .sticky-contact div[id^="gform_wrapper_"] .gform_fields {
  display: flex;
}

.site-footer .sticky-contact form .field-wrap input {
  height: 40px;
  width: 100%;
}

.site-footer .sticky-contact form .field-wrap select {
  height: 40px;
}

.site-footer .sticky-contact form .field-wrap label {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer .sticky-contact form .type-submitbutton {
  margin: 0 0 0 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.site-footer .sticky-contact form .type-submitbutton input {
  line-height: 100%;
  border: 2px solid #c3d9f1;
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.site-footer .sticky-contact form .type-submitbutton input:hover {
  background: #c3d9f1;
  color: #202021 !important;
}

.site-footer .sticky-contact .seaforms_confirmation_message {
  color: #ffffff;
}

.body-city-bg {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 1230px) {
  .body-city-bg {
    bottom: 60px;
  }
}

.body-city-bg svg {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact .location-hours .hours-each, .contact-us .location-hours .hours-each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

div[id^="gform_wrapper_"] form .gform-body ::placeholder {
  color: #434242;
}

div[id^="gform_wrapper_"] .gform_fields {
  row-gap: 0 !important;
}

form .text-inputtype,
form .email-inputtype,
form .tel-inputtype,
div[id^="gform_wrapper_"] form .gform-body .gfield:not(.gfield--type-choice) input {
  width: 100%;
  height: 48px;
  padding-left: 10px;
  background: #ffffff;
  border-radius: 0;
}

div[id^="gform_wrapper_"] form .gform-body .gfield.gfield--type-fileupload {
  margin-bottom: 16px;
}

div[id^="gform_wrapper_"] form .gform-body .gfield.gfield--type-fileupload input {
  padding: 0 !important;
}

form select,
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 {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
  border-radius: 0;
  margin-bottom: 16px;
  background: url("images/svg/select-arrow.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  background-color: #fff;
  /* border: 1px solid #c9c9c9; */
}

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 {
  display: flex;
  align-items: center;
  font-size: 100%;
  /* line-height: 1em; */
  box-shadow: none;
}

div[id^="gform_wrapper_"] form .gform-body .gform-grid-row {
  row-gap: 0 !important;
}

form textarea,
div[id^="gform_wrapper_"] form .gform-body textarea {
  width: 100%;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 0;
}

form input[type="radio"],
div[id^="gform_wrapper_"] form .gform-body .gfield.gfield--type-choice input {
  margin-right: 10px;
}

div[id^="gform_wrapper_"] form .gform-body .gfield.gfield--type-choice .gfield_radio {
  gap: 0 !important;
}

form .submit-btn,
div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button {
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

form .button {
  border: none;
}

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

form .type-singlelinetext input,
form .type-textarea input,
div[id^="gform_wrapper_"] form .gform-body .gfield:not(.gfield--type-choice) input {
  margin-bottom: 1em;
  padding: 1em;
}

form .stopyenoh {
  position: absolute;
}

.disclaimer,
div[id^="gform_wrapper_"] .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-style: italic;
}

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

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

.field-wrap {
  position: relative;
}

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

span.error {
  border: none !important;
  -webkit-box-shadow: 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;
}

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
/*----------  Front Page  ----------*/
.home {
  /*==================================
	=            Dr Section            =
	==================================*/
  /*=====  End of Dr Section  ======*/
  /*===========================================
	=            Memberships section            =
	===========================================*/
  /*=====  End of Memberships section  ======*/
  /*===============================================
	=            Home Procedures Section            =
	===============================================*/
  /*=====  End of Home Procedures Section  ======*/
  /*=======================================
	=            Body Contouring            =
	=======================================*/
  /*=====  End of Body Contouring  ======*/
  /*=========================================
	=            Home Testimonials            =
	=========================================*/
  /*=====  End of Home Testimonials  ======*/
  /*=================================
	=            Home Blog            =
	=================================*/
  /*=====  End of Home Blog  ======*/
}

.home .home-dr-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media only screen and (min-width: 1230px) {
  .home .home-dr-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.home .home-dr-section .dr-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .home .home-dr-section .dr-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home .home-dr-section .dr-img-wrap {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home .home-dr-section .dr-img-wrap {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-dr-section .dr-img-wrap {
    width: 45%;
    margin-bottom: 0;
  }
}

.home .home-dr-section .dr-img-wrap img {
  max-width: 100%;
  height: auto;
}

.home .home-dr-section blockquote {
  color: #000000;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .home .home-dr-section blockquote {
    width: 45%;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-dr-section blockquote {
    width: 25%;
    text-align: right;
    margin-right: 40px;
  }
}

.home .home-dr-section blockquote footer {
  margin-top: 20px;
}

@media only screen and (min-width: 1230px) {
  .home .home-dr-section .content-wrap {
    width: 25%;
  }
}

.home .home-memberships-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media only screen and (min-width: 1230px) {
  .home .home-memberships-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home .home-procedures-section {
  background: #202021;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .home-procedures-section .procedure-wrap {
  padding: 40px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  max-height: 450px;
  height: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .home .home-procedures-section .procedure-wrap {
    width: 20%;
    height: 30vw;
  }
}

.home .home-procedures-section .procedure-wrap .proc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.home .home-procedures-section .procedure-wrap .proc:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.home .home-procedures-section .procedure-wrap .proc-name {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 400;
  padding: 0 5px 10px;
  border-bottom: 2px solid #6089b1;
}

.home .home-contouring-section {
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 10px #000000 solid;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .home .home-contouring-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .home .home-contouring-section .home-contouring-content {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .home-contouring-content {
    width: 40%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.home .home-contouring-section .home-contouring-content h2 {
  margin-top: 0;
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .home-contouring-content .contouring-text-wrap {
    padding-right: 50px;
  }
}

.home .home-contouring-section .info-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home .home-contouring-section .info-img-wrap {
    width: 50%;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .info-img-wrap {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.home .home-contouring-section .info-img-wrap .img-wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home .home-contouring-section .info-img-wrap .img-wrap {
    display: block;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .info-img-wrap .img-wrap {
    width: 100%;
    height: 100%;
    text-align: right;
  }
}

.home .home-contouring-section .info-img-wrap .img-wrap img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .info-img-wrap .img-wrap img {
    width: auto;
    height: 100%;
  }
}

.home .home-contouring-section .home-info-list {
  max-width: 300px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 30px;
  padding-left: 45px;
  background-color: #f6f5f7;
  -webkit-box-shadow: 0px 11px 38px 0px rgba(40, 40, 40, 0.22);
          box-shadow: 0px 11px 38px 0px rgba(40, 40, 40, 0.22);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (min-width: 768px) {
  .home .home-contouring-section .home-info-list {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1230px) {
  .home .home-contouring-section .home-info-list {
    position: absolute;
    left: 0;
  }
}

.home .home-contouring-section .home-info-list li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
}

.home .home-contouring-section .home-info-list li:last-of-type {
  margin-bottom: 0;
}

.home .home-contouring-section .home-info-list li:before {
  color: #5d7e9f;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

.home .home-testimonials {
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

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

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

.home .home-testimonials blockquote {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.home .hone-blog {
  background-color: #ffffff;
}

.home .hone-blog .latest-posts {
  list-style: none;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .home .hone-blog .latest-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.home .home-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  margin: 20px 0 40px;
  row-gap: 20px;
}
.home .home-wrap h2{
  color: #fff;
}
.home .home-wrap .home-wrap-center{
  text-align: center;
  font-size: 20px;
}
.home .home-wrap .home-wrap-center a{
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .home .home-wrap > div {
  flex-basis: 0;
  flex-grow: 1;

}
.home .home-wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 30px;
}
}
@media only screen and (min-width: 1290px) {
  .home .home-wrap {
    margin: 50px 0;
  }
  }

/* ------------------------
	Blog/Category/Archives
------------------------ */
.blog h1,
.tmpl_type_category h1,
.tmpl_type_archive h1 {
  border-bottom: 1px solid #d2d2d3;
  padding-bottom: 26px;
}

.blog .salacious-crumb,
.tmpl_type_category .salacious-crumb,
.tmpl_type_archive .salacious-crumb {
  margin-bottom: 20px;
}

.blog h2,
.tmpl_type_category h2,
.tmpl_type_archive h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 120%;
}

@media only screen and (min-width: 1230px) {
  .blog h2,
  .tmpl_type_category h2,
  .tmpl_type_archive h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.blog h2 a,
.tmpl_type_category h2 a,
.tmpl_type_archive h2 a {
  text-decoration: none;
  color: #000000;
}

.blog .post-snippet,
.tmpl_type_category .post-snippet,
.tmpl_type_archive .post-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #d2d2d3;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet,
  .tmpl_type_category .post-snippet,
  .tmpl_type_archive .post-snippet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog .post-snippet > div,
.tmpl_type_category .post-snippet > div,
.tmpl_type_archive .post-snippet > div {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet > div,
  .tmpl_type_category .post-snippet > div,
  .tmpl_type_archive .post-snippet > div {
    width: 48%;
  }
}

.blog .post-snippet .thumb,
.tmpl_type_category .post-snippet .thumb,
.tmpl_type_archive .post-snippet .thumb {
  margin-right: 20px;
  display: none;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb {
    display: block;
  }
}

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

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

.blog .date,
.tmpl_type_category .date,
.tmpl_type_archive .date {
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: #c3d9f1;
  text-align: right;
  margin-bottom: 16px;
}

.blog .meta-data,
.tmpl_type_category .meta-data,
.tmpl_type_archive .meta-data {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  font-style: italic;
  color: #7e7d7d;
}

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

.blog .button,
.tmpl_type_category .button,
.tmpl_type_archive .button {
  text-decoration: none;
}

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

@media only screen and (min-width: 768px) {
  .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-bar .search-input {
  height: 60px;
  border: 1px solid #dfdfdf;
}

.cat-select {
  position: relative;
}

.cat-select .cat-options {
  background: #c3d9f1;
  height: 60px;
  color: #ffffff;
  padding: 17px 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding-right: 90px;
}

.cat-select .cat-options:after {
  content: '';
  background: url("images/svg/arrow.svg");
  background-size: 19px 30px;
  width: 19px;
  height: 30px;
  position: absolute;
  bottom: 14px;
  right: 30px;
}

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

.cat-select .cat-options:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cat-select .cats {
  position: absolute;
  display: none;
  width: 210px;
  z-index: 100;
  background: white;
  margin: 0;
  list-style: none;
  padding: 20px 0;
  margin-top: -10px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .cat-select .cats {
    margin-top: 0;
  }
}

.cat-select .cats li {
  padding: 5px 20px;
}

.cat-select .cats li a {
  text-transform: uppercase;
  text-decoration: none;
}

.tmpl_type_single .content {
  width: 100%;
}

.tmpl_type_single .content .salacious-crumb {
  margin-bottom: 20px;
}

/* ------------------------
	Gallery
------------------------ */
.tmpl_type_rmg_archive {
  text-align: left;
}

.tmpl_type_rmg_archive .content {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tmpl_type_rmg_archive .interior {
  display: block;
}

.tmpl_type_rmg_archive h1 {
  width: 100%;
}

.tmpl_type_rmg_archive .gallery-section {
  padding: 0 20px 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .gallery-section {
    width: 47%;
  }
}

.tmpl_type_rmg_archive .gallery-section .cat-img-wrap {
  margin-bottom: 34px;
  margin-right: 20px;
  position: relative;
}

@media only screen and (min-width: 980px) {
  .tmpl_type_rmg_archive .gallery-section .cat-img-wrap {
    margin-right: 50px;
  }
}

.tmpl_type_rmg_archive .gallery-section .cat-img-wrap:after {
  content: "";
  position: absolute;
  height: 70%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  border: 10px solid #c3d9f1;
  z-index: -1;
}

@media only screen and (min-width: 980px) {
  .tmpl_type_rmg_archive .gallery-section .cat-img-wrap:after {
    border: 20px solid #c3d9f1;
    right: -50px;
  }
}

.tmpl_type_rmg_archive .gallery-section .cat-img-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.tmpl_type_rmg_archive .gallery-section h2 {
  margin-top: 0;
}

.tmpl_type_rmg_archive .gallery-section ul {
  margin: 0;
}

.tmpl_type_rmg_archive .gallery-section ul li {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.tmpl_type_rmg_archive .gallery-section ul li:first-of-type {
  border-top: 1px solid #cccccc;
}

.tmpl_type_rmg_archive .gallery-section ul li:before {
  display: none;
}

.tmpl_type_rmg_archive .gallery-section ul li a {
  color: #434242;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.tmpl_type_rmg_archive .gallery-section ul li a:hover {
  background: #434242;
  color: #ffffff;
  padding-left: 15px;
}

.tmpl_type_rmg_archive .gallery-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.tmpl_type_rmg_archive .gallery-vid {
  text-align: center;
  padding: 40px 0;
}

.tmpl_type_rmg_category_child h1 {
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .gallery-cat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tmpl_type_rmg_category_child .bna-group {
  padding: 0 20px 40px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .bna-group {
    width: 48%;
  }
}

.tmpl_type_rmg_category_child .img-set {
  position: relative;
}

.tmpl_type_rmg_category_child .img-set:hover .hover-overlay {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tmpl_type_rmg_category_child .img-set:hover .hover-overlay a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 100%;
}

.tmpl_type_rmg_category_child .img-set:hover .img-wrap {
  position: relative;
}

.tmpl_type_rmg_category_child .img-set:hover .img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.tmpl_type_rmg_category_child .img-set a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tmpl_type_rmg_category_child .img-set > a {
    display: block;
    width: 49%;
    text-decoration: none;
    font-size: 20px;
  }
  .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 {
  width: 96%;
  margin-bottom: 10px;
}

.tmpl_type_rmg_category_child .img-set .hover-overlay {
  display: none;
}

.tmpl_type_rmg_category_child .img-set .hover-overlay .button {
  color: #000000;
  border: none;
}

.tmpl_type_rmg_category_child .img-set .hover-overlay .button:hover {
  color: #ffffff;
}

.tmpl_type_rmg_category_child .details-hdng {
  text-align: left;
  font-weight: 700;
  margin-top: 20px;
}

.tmpl_type_rmg_category_child .patient-details {
  text-align: left;
}

.tmpl_type_rmg_single_case .back-btn a {
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tmpl_type_rmg_single_case .case-wrap {
  padding: 20px 0;
  margin-bottom: 50px;
}

.tmpl_type_rmg_single_case .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tmpl_type_rmg_single_case .img-wrap > div {
  width: 49.5%;
  margin-bottom: 8px;
}

.tmpl_type_rmg_single_case .img-wrap > div img {
  width: 100%;
}

.tmpl_type_rmg_single_case .details-hdng {
  text-align: left;
  font-weight: 700;
  margin-top: 20px;
}

.tmpl_type_rmg_single_case .patient-details {
  text-align: left;
}

.notice-body-everything h2,
.notice-body-everything p {
  color: #282828;
}

.bna-label {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.button {
  position: relative;
}

.cat-title {
  text-align: left;
  margin-bottom: 33px;
}

.gallery-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}

.gallery-nav > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .gallery-nav > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.gallery-nav h2 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: left;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gallery-nav h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.gallery-nav .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .gallery-nav .button-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}

.gallery-nav .button-wrap:first-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gallery-nav .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .gallery-nav .button {
    width: 150px;
  }
}

.gallery-nav .button.case-next:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*==============================
=            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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#notice-body-everything #buttons a {
  -webkit-box-shadow: 1px 1px 1px 0px #333;
          box-shadow: 1px 1px 1px 0px #333;
}




/* Specials */

.page-3185 .interior h1 {
  font-weight: 500;
}

.page-3185 .interior .content {
  margin-bottom:  2em;
}

@media only screen and (min-width: 1230px) {
  .page-3185 .interior .content {
    margin-bottom:  0;
  }
}

.page-3185 .interior .content ul {
  margin: 4em 0 2em;
}

.page-3185 .interior .content ul li {
  border-top: 1px solid #ccc;
  min-height: 300px;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-left: 0;
}

.page-3185 .interior .content ul li:before {
  display: none;
}

.page-3185 .interior .content ul li:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}

.page-3185 .specials-list li {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .page-3185 .specials-list li {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.page-3185 .specials-list .special-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.page-3185 .specials-list .special-content a.special-button {
  display: none;
}

@media (min-width: 768px) {
  .page-3185 .specials-list .special-content a.special-button {
    display: inline-block;
  }

  .page-3185 .specials-list .mobile-special-btn {
    display: none;
  }
}

.page-3185 ul .special-img-wrap{
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-3185 ul .special-img-wrap{
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-3185 ul.specials-list .special-content {
    width: 50%;
    margin-right: 20px;
  }
}

.page-3185 ul.inside-special {
  margin: 1em 40px!important;
  list-style: none!important;
}

.page-3185 ul.inside-special li{
  border-top:none!important;
  min-height:auto!important;
  margin-bottom:auto!important;
  padding-top:2px!important;
  padding-left:16px!important;
}

.page-3185 ul.inside-special li:last-of-type {
  border-bottom: none!important;
  padding-bottom: 10px!important;
}

.page-3185 ul.inside-special li:before {
  display: block!important;
  content: "";
  background: #c3d9f1;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.page-3185 ul .special-img-wrap img {
    max-height: 300px;
}


/* end of specials */


/* ------------------------ Specials Tab ------------------------ */

 .specials-tab {
     background: #3b2309;
     color: #ffffff;
     position: fixed;
     z-index: 5051;
     bottom: 100px;
     right: 0;
     background: url("images/specials-feb-23.jpg") no-repeat;
     background-position: right center;
     /* width: 270px; */
     width: 304px;
     left: inherit;
     /* height: 129px; */
     height: 200px;
     z-index: 9998;
}

.specials-tab .label {
     padding-top: 8px;
     /* background: #c3d9f1; */
     background:#5D7E9F;
     /* font-size: 12px; */
     font-size: 16px;
     line-height: 14px;
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     -webkit-transform-origin: left top 0;
     transform-origin: left top 0;
     /* width: 129px; */
     width: 200px;
     height: 34px;
     font-family: 'Alegreya Sans', sans-serif;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #fff;

}
 .specials-tab .label span{
     display: block;
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     -webkit-transform-origin: left top 0;
     transform-origin: left top 0;
     word-wrap: break-word;
     width: 10px;
     margin-left: 10px;
     margin-top: 13px;
     /* line-height: 14px; */
     line-height: 22px;
}
 .specials-tab .content {
     background-image: none !important;
     width: 100%;
     height: 100%;
     top: -60px;
     background-position: -30px -40px;
     padding-top: 0px;
     bottom: 4px;
     position: relative;
}
.specials-tab .content a {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -27px;
  display: inline-block;
  left: 0;
}

.specials-tab .content .close {
     top: auto;
     color: #ffffff;
     font-weight: bold;
     font-size: 18px;
     position: absolute;
     top: 13px;
     right: 9px;
     background: #c3d9f1;
     height: 25px;
     width: 25px;
     border-radius: 50px;
     text-align: center;
     line-height: 20px;
     z-index: 9999;
     cursor: pointer;
     border: 1px solid #fff;
}

 .tab-closed, .forced-close {
     transition: all .2s ease-in-out;
     bottom: 100px;
     /* right: -270px; */
     right: -304px;
}
 .forced-open {
     bottom: 100px;
     transition: all .2s ease-in-out;
     right: 0;
}
/* ------------------------ End Specials Tab ------------------------ */

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

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

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tmpl_type_page_landing .landing-row {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tmpl_type_page_landing .landing-row .landing-column {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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(195, 217, 241, 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%;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-anchor-links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (min-width: 1230px) {
  .tmpl_type_page_landing .landing-anchor-links {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.tmpl_type_page_landing .landing-anchor-links li {
  list-style: none;
  position: relative;
  position: relative;
  margin-bottom: 10px;
}

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

.tmpl_type_page_landing .landing-anchors-wrap .landing-column-content {
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  padding-top: 0;
  padding-bottom: 0;
}

.tmpl_type_page_landing .landing-split .landing-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.tmpl_type_page_landing .landing-split .landing-row .landing-column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 50vw;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.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) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split.split-reverse .landing-row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.tmpl_type_page_landing .landing-split-contain .landing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1230px) {
  .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: 1230px) {
  .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;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media only screen and (min-width: 1230px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column {
    padding-left: calc(50% - 615px);
  }
}

@media only screen and (min-width: 1230px) {
  .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: 1230px) {
  .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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.tmpl_type_page_landing .landing-column.landing-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.tmpl_type_page_landing .landing-column.landing-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.tmpl_type_page_landing .landing-column.landing-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.tmpl_type_page_landing .landing-column.landing-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.tmpl_type_page_landing .landing-column.landing-60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.tmpl_type_page_landing .landing-column.landing-70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.tmpl_type_page_landing .landing-column.landing-80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.tmpl_type_page_landing .landing-column.landing-90 {
  -ms-flex-preferred-size: 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: 1230px) {
  .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: 1230px) {
  .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 .landing-text-dark {
  color: #434242;
}

.tmpl_type_page_landing .landing-text-dark h1, .tmpl_type_page_landing .landing-text-dark h2, .tmpl_type_page_landing .landing-text-dark h3, .tmpl_type_page_landing .landing-text-dark h4 {
  color: #434242;
}

.tmpl_type_page_landing .landing-text-dark a {
  color: #434242;
  text-decoration: underline;
}

.tmpl_type_page_landing .landing-text-dark a.button {
  text-decoration: none;
  border-color: #434242;
}

.tmpl_type_page_landing .flex-align-top .landing-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: #434242;
}

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

@media only screen and (min-width: 1600px) {
  .tmpl_type_page_landing .cost {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #C3D9F1;
  }
}

.landing-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.landing-stars i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #c3d9f1;
  margin: 2px;
}

.landing-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: "Times New Roman", Times, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}

.dr-quote footer img {
  margin: 0 20px 0 0;
}

.landing-icon {
  margin-bottom: 1em;
}

.warranty-icons .landing-icon {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 1230px) {
  .areola-img {
    padding-top: 190px;
  }
}

/*----------  Anchor Links styling  ----------*/
/*===================================
=            FAQ list           =
===================================*/
.tmpl_type_page_landing .faq-list {
  margin: 40px auto;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.tmpl_type_page_landing .faq-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 40px;
}

.tmpl_type_page_landing .faq-list h3 {
  position: relative;
  margin-top: 0;
  font-size: 26px;
  font-size: 1.625rem;
}

.tmpl_type_page_landing .faq-list h3:before {
  content: 'Q.';
  position: absolute;
  left: -40px;
}

.tmpl_type_page_landing .faq-list .answer {
  position: relative;
}

.tmpl_type_page_landing .faq-list .answer:before {
  content: 'A.';
  position: absolute;
  left: -40px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  font-weight: 300;
}

/*=====  End of FAQ list  ======*/
/*===============================================
=            Landing Page Styles End            =
===============================================*/
/* ------------------------
	Random Internal Pages
------------------------ */

/* Breast Reduction */
.tmpl_type_page_landing.page-3222 .consultation {
  background-size: contain;
  padding-top: 36vw;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing.page-3222 .consultation {
    background-size: cover;
    padding-top: 0;
  }
}

.tmpl_type_page_landing.page-3222 .recovery {
  background-size: contain;
  padding-top: 24vw;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing.page-3222 .recovery {
    background-size: cover;
    padding-top: 0;
  }
}

.tmpl_type_page_landing.page-3222 .cost h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 4em;
}

/* End breast reduction */

/* Breast Augmentation */
.page-3428.tmpl_type_page_landing .landing-double-content .landing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.page-3428.tmpl_type_page_landing .landing-double-content .icon-content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 535px;
}

.page-3428.tmpl_type_page_landing .landing-double-content .icon-content .landing-column-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-3428.tmpl_type_page_landing .landing-double-content .icon-content .landing-content {
  padding-bottom: 20px;
}

.page-3428.tmpl_type_page_landing .landing-double-content .icon-content .landing-content h3{
  margin-top: 10px;
  color: #7F9CC7;
}

.page-3428.tmpl_type_page_landing .landing-double-content .icon-content img {
  max-width: 100%;
}

.tmpl_type_page_landing .landing-blue-border .landing-column-content >div{
  border-bottom: 2px solid #EAEFF5;
}

.tmpl_type_page_landing .landing-blue-border .landing-column-content p {
  padding-bottom: 20px;
}

.tmpl_type_page_landing .landing-column.blue-h3 .landing-content h3{
  color: #7F9CC7;
}

@media only screen and (min-width: 768px){
  .tmpl_type_page_landing .shape-options .landing-column.blue-h3 .landing-content img {
      margin-right: 40px;
  }
}

.tmpl_type_page_landing .landing-section.landing-contact-section .landing-row{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px){
  .tmpl_type_page_landing .landing-section.landing-contact-section .landing-row{
    flex-direction:row;
  }
}

.page-3428.tmpl_type_page_landing .faq-list li:last-of-type {
  border-bottom: none;
}

.tmpl_type_page_landing .landing-row .landing-column.blue-border-top{
   border-top: 2px solid #EAEFF5;
}
/* End Breast Augmentation */

.page-3763.tmpl_type_page_landing .landing-column.scars {
  background-position: top;
}

/* ------------------------
	Data Tables
------------------------ */
.flexible-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

th, td {
  border-bottom: 1px solid #dcd5c0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 2.5em 0;
}

table thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  table thead {
    display: table-header-group;
  }
}

table tr {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

table th {
  font-size: 16px;
  font-size: 1rem;
  background: #000000;
  color: #ffffff;
  padding: 20px;
}

table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  padding: 5px 20px;
  display: block;
  position: relative;
  padding-left: calc(50% + 20px);
}

@media only screen and (min-width: 768px) {
  table td {
    display: table-cell;
    padding: 5px 20px;
  }
}

table td span {
  color: #c3d9f1;
  font-weight: 400;
  display: block;
}

table td[data-title]:before {
  content: attr(data-title);
  font-size: .8em;
  color: #ffffff;
  background: black;
  position: absolute;
  height: 100%;
  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;
  }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !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;
  }
}

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

@media (min-width: 768px) {
  .lower-footer .f-related {
    margin-top: 25px;
  }
}

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

.lower-footer .f-related .sister-sites {
  text-align: center;
  margin-top: 20px;
}

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

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


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

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

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

.lower-footer .f-related .sister-sites svg g {
  fill: #5d7e9f;
}


/* skip to main content link */

.skipto{
    display: block;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* Accessibility Statement page link in footer */

footer a.accessibility{
  background: #c3d9f1;
  color: #5d7e9f;
  padding: 5px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 16px;
}
footer a.accessibility:hover,
footer a.accessibility:active{
  background:#5d7e9f;
  color: #fff;
}

/* reCAPTCHA position */
.grecaptcha-badge{
  /* bottom: 60px !important; */
  z-index: 101;
}

/* Breast Lift Page */

.tmpl_type_page_landing .centered-icons .infographic {
  text-align: center;
}

.page-3717.tmpl_type_page_landing .centered-icons .infographic h2{
  text-transform: uppercase;
  font-size: 26px;
  color: #5D7E9F;
  font-weight: 700;
}

.page-3717.tmpl_type_page_landing .centered-icons .landing-row:nth-of-type(2){
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-3717.tmpl_type_page_landing .landing-column.recovery {
  background-position: top center;
}

.tmpl_type_page_landing .landing-column.align-img-top {
  background-position: top center;
}

.page-3717.tmpl_type_page_landing div#scars {
  background-position: right bottom;
}

/* Male Plastic Surgery */
.tmpl_type_page_landing .align-column-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .align-column-top .landing-row .landing-icon img {
  width: 100%;
}

.tmpl_type_page_landing .landing-pd-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.tmpl_type_page_landing .landing-heading-center-text-left h2{
  text-align: center;
}

.tmpl_type_page_landing .landing-heading-center-text-left .landing-icon{
  text-align: center;
}

.tmpl_type_page_landing .align-img-top .landing-column{
  background-position: top;
}


.tmpl_type_page_landing .h3-light h3 {
  color:  #7F9CC7;
}




/* Quick facts */

.quick-facts {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .quick-facts {
    margin-top: 60px;
    margin-bottom: 74px;
  }
}

.quick-facts h2, .quick-facts .h2 {
  padding: 100px 20px 20px;
  background-color: #C3D9F1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #5D7E9F;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quick-facts h2, .quick-facts .h2 {
    padding:  20px 20px 20px 150px;
    text-align: left;
  }
}

.quick-facts h2 span, .quick-facts .h2 span {
  display: block;
}

.quick-facts h2:before, .quick-facts .h2:before {
  content: '';
  background-image: url('images/svg/facts.svg');
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}

@media only screen and (min-width: 768px) {
  .quick-facts h2:before, .quick-facts .h2:before {
    top:  50%;
    left: 0;
    transform: translate(45px, -50%);
  }
}


.quick-facts .facts-content {
  background-color: #EAEFF5;
  padding: 30px 45px;
  width: 100%;
  border-top: 6px solid #5D7E9F;
}

.quick-facts .facts-content ul {
  margin: 0;
  list-style: none;
}

.quick-facts .facts-content ul li {
  margin-bottom: 8px;
  padding-left: 0;
}

.quick-facts .facts-content ul li:last-of-type {
  margin-bottom: 0;
}

.quick-facts .facts-content ul li:before {
  display: none;
}



/* General Timeline */
.recovery-timeline {
  text-align: center;
  font-size: 18px;
  background-color: #EAEFF0;
  border-bottom: 20px solid #7f9cc7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.recovery-timeline h3 {
  font-size: 37px;
  font-weight: bold;
  padding: 20px 40px;
  background-color: #7f9cc7;
  color:  #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
/*   background-image: url('images/svg/city.svg');
  background-size: 43%;
  background-position: bottom right -55%; */
  background-image: url('images/city-banner.jpg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .recovery-timeline h3 {
    font-weight: bold;
    padding: 20px 163px;
  }
}

.recovery-timeline h3 span {
  display: block;
}

.recovery-timeline .recovery-content {
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .recovery-timeline .timeline {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    column-gap: 54px;
  }
}

.recovery-timeline .timeline h4 {
  color: #7F9CC7;
  font-size: 24px;
  font-weight: bold;
}

.recovery-timeline .timeline h4 span {
  display: block;
}

.recovery-timeline .timeline .days {
  font-size: 32px !important;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color:  #fff;
  background-color: #7f9cc7;
  text-align: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  border:  10px solid #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 30%);
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #7e9bc7, #627fa8);
}

.recovery-timeline .timeline .days span {
  margin-top: 10px;
  display: block;
  font-size: 35px;
}


@media only screen and (min-width: 768px) {
  .recovery-timeline .timeline .days:after {
    content: '';
    background-color: #fff;
    width: 200%;
    max-width: 260px;
    height: 10px;
    position: relative;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
  }

  .recovery-timeline .timeline .process:last-of-type .days:after {
    display: none;
  }
}

.recovery-timeline .timeline ul {
  text-align: left;
  margin: 1em 0px;
}

.recovery-timeline .process ul li:before {
  background: #000;
}

.page-3428 .recovery-timeline .timeline {
  padding-top: 20px;
}

@media only screen and (min-width: 768px){
  .page-3428 .recovery-timeline .timeline {
      row-gap: 20px;
      column-gap: 54px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding-top: 20px;
  }
}

.page-3428 .recovery-timeline .recovery-content p {
  margin: 0 0 !important;
  display: flex;
  display: none;
}

.page-3428 .recovery-timeline .recovery-content i {
  padding: 20px;
}

/* Tummy Tuck Page */
.page-3858 #benefits + .landing-column {
  background-position: top;
}

.reviews_markup svg {
  height: 15px;
  width: 100px;
}

#candidates .landing-column-content ul,
#benefits .landing-column-content ul {
  margin: 0 auto;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 20px;
}

#candidates .landing-column-content ul li,
#benefits .landing-column-content ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

#candidates .landing-column-content ul li::marker,
#benefits .landing-column-content ul li::marker {
  color: #7F9CC7;
}
