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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td {
  vertical-align: top;
}

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

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

.alignleft {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.no-clear {
  clear: none;
}

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

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

.aligncenter {
  display: block;
}

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

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

li.model_ast {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button, .buttons a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ffffff;
  background: #D57363;
  border-radius: 4px;
  color: #ffffff;
  padding: 11px 16px;
  background-image: url("images/svg/logo-mark.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s;
}

.button:hover, .buttons a:hover {
  background-color: #D65836;
  background-color: #cf5d4b;
  color: #ffffff !important;
}

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  margin: 60px 0;
  font-style: italic;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  background-color: #FAF9F5;
  padding: 40px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  blockquote {
    margin: 80px 0;
    border-color: #D98A7D;
    padding: 60px 40px;
  }
}

blockquote footer {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-style: normal;
}

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

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

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

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

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

::selection {
  background: #D98A7D;
}

/* 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 */
/* Social Blur */
.social-blur {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

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

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

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

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

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

.anchor-links {
  list-style: none;
}

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

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

.anchor-links a {
  width: 100%;
}

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

body {
  color: #000000;
  font: 16px/24px "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.9em;
  min-width: 320px;
  text-align: center;
}

p {
  margin: 0 0 1em;
}

h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.inside h1 {
  font-size: 34px;
  line-height: 1em;
  margin-top: 0;
  border-radius: 3px;
  padding-left: .5em;
  position: relative;
}

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

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

.inside h1:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border: 3px solid #D98A7D;
  border-radius: 3px;
  left: 0;
}

.inside h1 .subhdng {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  margin-top: 10px;
  color: #D98A7D;
}

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

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

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

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

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

a {
  color: #D98A7D;
  text-decoration: underline;
  transition: all .1s ease-in-out;
}

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

a:hover {
  color: #D57363;
}

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

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

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

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

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

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

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

.site-header {
  top: 0;
  padding: 10px 0;
  width: 100%;
  background-color: #ffffff;
  background-position: center 54px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 200;
  visibility: hidden;
}

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

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

.site-header.int-header {
  height: calc(21vw + 54px);
  background-image: url("images/bg-front-2.jpg");
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  .site-header.int-header {
    height: calc(21vw + 72px);
  }
}

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

.site-header.front-header {
  height: calc(39vw + 54px);
  background-image: url("images/bg-front-2.jpg");
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  .site-header.front-header {
    height: calc(39vw + 72px);
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.front-header {
    height: calc(39vw + 144px);
  }
}

/* Naviagation bar */
.nav-bar {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1060px) {
  .nav-bar {
    justify-content: space-between;
    position: absolute;
  }
}

.nav-bar nav {
  background-color: #D98A7D;
}

@media only screen and (min-width: 1060px) {
  .nav-bar nav {
    width: 100%;
    padding-right: calc(40px + (50vw - (1060px / 2)));
    padding-left: calc(40px + (50vw - (1060px / 2)));
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    z-index: 10;
  }
}

.nav-bar .nav-location-info {
  width: 100%;
  display: flex;
  align-items: center;
  height: 54px;
  padding: 10px;
}

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

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-location-info {
    height: auto;
    padding-left: 40px;
    position: absolute;
    top: 55px;
    background-color: #ffffff;
    visibility: hidden;
  }
}

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

.nav-bar .site-logo {
  margin: 0;
}

.nav-bar .site-logo svg {
  width: 80px;
  height: auto;
  margin-top: 5px;
}

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

@media only screen and (min-width: 1060px) {
  .nav-bar .site-logo svg {
    width: 220px;
    margin-top: 15px;
    margin-bottom: 7px;
  }
}

.nav-bar .site-logo a {
  display: block;
  line-height: 1em;
}

.nav-bar .menu-contact {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-bar .nav-directions {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-directions {
    padding-right: 16px;
    position: relative;
  }
  .nav-bar .nav-directions:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    border-right: 1px solid #707070;
  }
}

.nav-bar .address-icon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  color: #D98A7D;
  margin-right: 20px;
}

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

.nav-bar .address-text {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .address-text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4em;
    display: block;
  }
}

.nav-bar .nav-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}

.nav-bar .nav-phone .phone-text-container {
  display: none;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-phone .phone-text-container {
    color: #000000;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
}

.nav-bar .nav-phone .phone-text-container .local-numbers-heading {
  font-size: 12px;
  line-height: 1em;
}

.nav-bar .nav-phone a {
  display: flex;
}

.nav-bar .nav-phone svg {
  display: block;
  height: 24px;
  width: auto;
  margin-right: 10px;
}

.nav-bar .nav-phone svg g {
  fill: #D98A7D;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-phone {
    padding-right: 16px;
    position: relative;
    margin-left: 16px;
  }
  .nav-bar .nav-phone:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    border-right: 1px solid #707070;
  }
}

.nav-bar .phone-icon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  color: #D98A7D;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .nav-bar .phone-icon {
    margin-right: 20px;
  }
}

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

.nav-bar .phone-text {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .phone-text {
    font-size: 16px;
    /* font-size: 0.875rem; */
    line-height: 1em;
    font-weight: 700;
    display: block;
  }
}

.nav-bar .nav-social {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  display: none;
}

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

@media only screen and (min-width: 1060px) {
  .nav-bar .nav-social {
    margin-left: 16px;
  }
}

.nav-bar .nav-social a {
  color: #000000;
  margin: 0 5px;
  transition: all, .25s;
}

.nav-bar .nav-social a:hover {
  color: #D98A7D;
}

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

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

.menu-trigger .trigger-wrap {
  background-color: #D98A7D;
  padding: 10px;
}

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

/*-------------- 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;
  top: 54px;
  right: 0;
  height: calc(100vh - 54px);
  z-index: -1;
  padding: 0;
}

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

.touch-menu .main-menu {
  background: #D98A7D;
  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: #D65836;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

.menu-trigger {
  cursor: pointer;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-title {
  text-align: left;
  color: #959595;
}

@media only screen and (min-width: 1060px) {
  .page-title {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}

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

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

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

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

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

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

@media only screen and (min-width: 1060px) {
  .interior {
    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: #D57363;
  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: #D57363;
}

.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: 1060px) {
  .interior .full-width {
    left: -40px;
  }
}

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

.interior .page-feature {
  margin: 50px 0;
  border-left: 6px solid #D98A7D;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.interior .page-feature > div {
  padding: 30px 20px;
}

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

.interior .page-feature .feature-content {
  background-color: #FAF9F5;
  text-align: left;
}

.interior .page-feature .feature-content h2 {
  text-align: left;
  margin-top: 0;
  text-transform: none;
}

@media only screen and (min-width: 1060px) {
  .interior .page-feature .feature-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

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

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

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

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

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

.callout {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  margin: 50px 0;
  border-left: 6px solid #D98A7D;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #FAF9F5;
  background-image: url("images/svg/logo-mark-white.svg");
  background-size: auto 100%;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

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

.callout .hdng {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #D98A7D;
  margin-bottom: 8px;
}

.dyk {
  background-color: #FAF9F5;
  border-radius: 4px;
  background-image: url("images/bg-dyk.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200%;
  padding: 100vw 20px 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .dyk {
    padding-left: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
  }
}

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

.dyk .hdng {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #D98A7D;
}

@media only screen and (min-width: 1060px) {
  .dyk .hdng {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}

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

@media only screen and (min-width: 1060px) {
  .dyk .dyk-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

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

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

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

/*=============================================
=            Memberships Shortcode            =
=============================================*/
.memberships-sc-wrap {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 1em 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .basic-carousel .owl-nav > div {
    padding: 0 20px;
  }
}

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

@media only screen and (min-width: 1060px) {
  .basic-carousel .owl-nav > div.owl-prev {
    left: -10px;
    transform: translate(-100%, -50%);
  }
}

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

@media only screen and (min-width: 1060px) {
  .basic-carousel .owl-nav > div.owl-next {
    right: -10px;
    transform: translate(100%, -50%);
  }
}

/* ------------------------
	Aside
------------------------ */
aside {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

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

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

.sidebar-block {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #D98A7D;
}

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

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

.sidebar-block ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

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

.sidebar-buttons li {
  background-size: cover;
  margin-bottom: 20px;
}

.sidebar-buttons a {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  height: 418px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
}

.sidebar-buttons a:after {
  content: '';
  position: absolute;
  width: 300px;
  border-top: 18px solid #D98A7D;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  transition: all .25s;
}

.sidebar-buttons a:hover:after {
  border-color: #cf5d4b;
}

/* ------------------------
	Footer Layout
------------------------ */
/*====================================
=            Footer blog            =
====================================*/
.f-blog {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FAF9F5;
}

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

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

.f-blog .f-blog-heading-wrap {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .f-blog .f-blog-heading-wrap {
    text-align: left;
    margin-right: 20px;
    padding-left: .75em;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .f-blog .f-blog-heading-wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    border: 3px solid #D98A7D;
    border-radius: 3px;
    left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .f-blog .f-blog-heading-wrap {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

.f-blog .f-blog-heading {
  margin-bottom: .25em;
  text-transform: uppercase;
}

.f-blog .f-blog-sub-heading {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #D98A7D;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .f-blog .f-blog-sub-heading {
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 1060px) {
  .f-blog .f-blog-sub-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.f-blog .footer-posts-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .f-blog .footer-posts-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
  }
}

.f-blog li {
  width: 175px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .f-blog li {
    display: block;
    margin: 10px;
    flex-grow: 1;
  }
}

.f-blog li:first-of-type {
  display: block;
}

@media only screen and (min-width: 768px) {
  .f-blog li:last-of-type {
    display: none;
  }
}

@media only screen and (min-width: 980px) {
  .f-blog li:last-of-type {
    display: block;
  }
}

.f-blog li a {
  border-radius: 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  font-weight: 600;
}

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

@media only screen and (min-width: 1060px) {
  .f-blog li a {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1060px) {
  .f-blog li a:hover {
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px -5px;
  }
}

.f-blog li .f-post-img-wrap {
  margin-bottom: 10px;
}

.f-blog li .f-post-img-wrap img {
  width: 175px;
  height: 115px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .f-blog li .f-post-img-wrap img {
    width: 100%;
    max-width: 240px;
    height: 15vw;
    max-height: 160px;
  }
}

/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5em;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/bg-footer.jpg");
  background-color: #D98A7D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}

.upper-footer .h2 {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.upper-footer .h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  border-bottom: 6px solid #D65836;
  border-radius: 4px;
  transform: translateX(-50%);
}

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

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

.footer-address {
  background-color: #D98A7D;
  color: #ffffff;
  background-image: url("images/bg-address.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-address {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-around;
  }
}

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

.footer-address .f-locations {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}

.footer-address .f-locations li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 700;
  display: flex;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .footer-address .f-locations li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer-address .f-locations i {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1em;
  margin-right: 10px;
}

@media only screen and (min-width: 1060px) {
  .footer-address .f-locations i {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-right: 20px;
  }
}

.footer-address .f-dir {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
}

@media only screen and (min-width: 1060px) {
  .footer-address .f-dir {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

.footer-address .f-dir i {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin-left: .25em;
}

@media only screen and (min-width: 768px) {
  .footer-address .f-dir i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer-address .f-phone {
  text-align: center;
  font-weight: 700;
}

@media only screen and (min-width: 1060px) {
  .footer-address .f-phone {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer-address .phone-info {
  display: flex;
  align-items: end;
  justify-content: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info {
    align-items: center;
  }
}

.footer-address .phone-info .icon {
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  margin-right: 10px;
  padding-bottom: 4px;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info .icon {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-right: 20px;
    padding-bottom: 0;
  }
}

.footer-address .phone-info .icon .fas {
  margin-right: 10px;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info .icon .fas {
    margin-right: 20px;
  }
}

.footer-address .phone-info .icon svg {
  height: 36px;
  width: auto;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info .icon svg {
    height: 55px;
  }
}

.footer-address .phone-info .local-numbers {
  line-height: 1em;
  position: relative;
  z-index: 2;
}

.footer-address .phone-info .local-numbers span {
  font-weight: 400;
  text-transform: none;
}

.footer-address .phone-info .local-numbers-heading {
  line-height: 1em;
  text-align: left;
  text-transform: capitalize;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info .local-numbers-heading {
    font-size: 20px;
  }
}

.footer-address .phone-info .f-vanity {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media only screen and (min-width: 1060px) {
  .footer-address .phone-info .f-vanity {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.footer-address .fax {
  text-transform: uppercase;
}

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

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

.lower-footer a {
  color: #2C2C2C;
  text-decoration: none;
}

.lower-footer .memberships-sc-wrap {
  margin-bottom: 70px;
}

@media only screen and (min-width: 1060px) {
  .lower-footer .memberships-sc-wrap {
    margin-bottom: 70px;
  }
}

.lower-footer .memberships-sc-wrap li {
  height: 60px;
  margin: 0 10px ;
}

@media only screen and (min-width: 768px) {
  .lower-footer .memberships-sc-wrap li {
    height: 78px;
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .memberships-sc-wrap li {
    height: 133px;
    margin: 0 25px;
  }
}

.lower-footer .memberships-sc-wrap svg, .lower-footer .memberships-sc-wrap img {
  height: 100%;
  width: auto;
}

.lower-footer .f-social i {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1em;
  color: #606060;
  margin: 0 10px 30px;
}

.lower-footer .ratings > a {
  display: inline-block;
  line-height: 1em;
  padding: 6px 16px;
  background-color: #F4F4F4;
  border-radius: 1em;
}

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

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

.lower-footer .site-disclaimer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #2C2C2C;
  max-width: 960px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-contact-form form .type-cm_integration {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

/*======================================
=            Sticky Contact            =
======================================*/
.sticky-contact {
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: -60px;
  transition: all 0.75s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

@media only screen and (min-width: 1290px) {
  .sticky-contact {
    justify-content: space-between;
  }
}

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

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

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

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

@media only screen and (min-width: 1290px) {
  .sticky-contact .sticky-consultation {
    display: flex;
  }
}

.sticky-contact .sticky-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: none;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-heading {
    display: block;
  }
}

.sticky-contact .contact-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* .sticky-contact .contact-options > div > a {
  display: flex;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
} */

.sticky-contact .contact-options > div > a i {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  margin-right: 8px;
  color: #D98A7D;
}

.sticky-contact .contact-options .button {
  background-image: none;
}

.sticky-contact .contact-options .button i {
  color: #ffffff;
}

.sticky-contact .contact-options .contact-email .button {
  line-height: 1em;
  padding: 6px 20px;
}

.sticky-contact .contact-phone {
  display: flex;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  color: #000000;
}

.sticky-contact .contact-phone .phone-text-container {
  display: none;
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .contact-phone .phone-text-container {
    color: #000000;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
}

.sticky-contact .contact-phone .phone-text-container .local-numbers-heading {
  font-size: 16px;
  line-height: 1em;
}

.sticky-contact .contact-phone a {
  display: flex;
}

.sticky-contact .contact-phone svg {
  display: block;
  height: 24px;
  width: auto;
  margin-right: 10px;
}

.sticky-contact .contact-phone svg g {
  fill: #D98A7D;
}

.sticky-contact .phone-icon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  color: #D98A7D;
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .phone-icon {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .phone-icon {
    margin-right: 2px;
  }
}

.sticky-contact .phone-text {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .phone-text {
    font-size: 18px;
    /* font-size: 0.875rem; */
    line-height: 1em;
    font-weight: 700;
    display: block;
  }
}

.sticky-contact .contact-buttons {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
}

.sticky-contact .contact-buttons a {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-left: 20px;
  background-image: none;
}

.sticky-contact .contact-buttons a i {
  color: #ffffff;
}

.sticky-contact .contact-buttons svg path {
  fill: #D98A7D;
}

.sticky-contact .contact-buttons.contact-pricing i {
  transform: scaleX(-1);
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form .button {
  border: none;
}

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

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

form .type-cm_integration {
  margin-bottom: 30px;
}

form .stopyenoh {
  position: absolute;
}

form fieldset {
  display: flex;
  justify-content: space-between;
}

form fieldset > div {
  width: calc(50% - 10px);
}

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

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

.field-wrap {
  position: relative;
}

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

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

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

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
/*==================================
=            Home Intro            =
==================================*/
.home-intro {
  padding-top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #F8F7F0;
  text-align: left;
  visibility: hidden;
  overflow: hidden;
}

@media only screen and (max-width: 1059px) {
  .home-intro {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro {
    background-image: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .home-intro {
    padding-top: 57vw;
  }
}

@media only screen and (min-width: 1060px) {
  .home-intro {
    background-size: auto 100%;
    background-position: left center;
    padding-right: calc(40px + (50vw - (1060px / 2)));
    padding-left: calc(40px + (50vw - (1060px / 2)));
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
}

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

@media only screen and (min-width: 1060px) {
  .home-intro > div {
    width: 50%;
  }
}

.home-intro .intro-photo {
  padding: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  display: none;
}

@media only screen and (min-width: 768px) {
  .home-intro .intro-photo {
    justify-content: flex-end;
    display: flex;
  }
}

@media only screen and (min-width: 1060px) {
  .home-intro .intro-photo {
    padding: 0 0 100px 0;
    width: 40%;
    justify-content: flex-start;
  }
}

.home-intro .intro-photo .photo-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.86);
  border-left: 6px solid #D98A7D;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .home-intro .intro-photo .photo-caption {
    max-width: 500px;
  }
}

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

.home-intro .intro-content {
  padding: 10vw 20px;
  background: linear-gradient(rgba(248, 247, 240, 0), #F8F7F0 10vw);
}

@media only screen and (min-width: 1060px) {
  .home-intro .intro-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 40px;
    padding-left: 10%;
    background: rgba(248, 247, 240, 0.75);
    background: linear-gradient(to right, rgba(248, 247, 240, 0), rgba(248, 247, 240, 0.95) 9vw);
    width: 60%;
  }
}

.home-intro .intro-content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  margin-top: 0;
  padding-left: .75em;
}

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

@media only screen and (min-width: 1290px) {
  .home-intro .intro-content h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.home-intro .intro-content h2:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border: 3px solid #D98A7D;
  border-radius: 3px;
  left: 0;
}

/*====================================
=            Home Doctors            =
====================================*/
.home-doctors {
  background-image: url("images/svg/bg-abstract.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 140px;
}

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

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

.home-doctors .dr-each {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .home-doctors .dr-each {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctors .dr-each {
    margin-bottom: 226px;
  }
}

@media only screen and (min-width: 768px) {
  .home-doctors .dr-each:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.home-doctors .dr-each:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .home-doctors .dr-each > div {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctors .dr-each > div {
    width: calc(50% - 80px);
  }
}

.home-doctors .dr-each img {
  width: 100%;
}

.home-doctors .dr-image {
  margin-bottom: 50px;
}

.home-doctors .dr-content {
  text-align: left;
}

.home-doctors .dr-content h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
  position: relative;
  padding-left: .75em;
}

@media only screen and (min-width: 768px) {
  .home-doctors .dr-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home-doctors .dr-content h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

.home-doctors .dr-content h2:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border: 3px solid #D98A7D;
  border-radius: 3px;
  left: 0;
}

.home-doctors .dr-content h2 .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #D98A7D;
}

/*=======================================
=            Home Procedures            =
=======================================*/
.home-procedures {
  list-style: none;
  margin: 0;
}

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

.home-procedures li {
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .home-procedures li {
    width: 50%;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures li {
    width: 25%;
  }
}

.home-procedures li a {
  font-size: 8.5vw;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  height: 110vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
  transition: all .25s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .home-procedures li a {
    height: 57vw;
    font-size: 3.5vw;
  }
}

@media only screen and (min-width: 1060px) {
  .home-procedures li a {
    font-size: 2.5vw;
    height: 27vw;
  }
}

.home-procedures li a:after {
  content: '';
  position: absolute;
  width: 300px;
  border-top: 18px solid #D98A7D;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  transition: all .25s;
}

.home-procedures li a:hover {
  padding-bottom: 55px;
}

.home-procedures li a:hover:after {
  border-color: #cf5d4b;
}

/*=========================================
=            Home Testimonials            =
=========================================*/
.home-testimonials {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.home-testimonials h2 {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
}

.home-testimonials h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 81px;
  border-bottom: 6px solid #D65836;
  border-radius: 4px;
  transform: translateX(-50%);
}

.home-testimonials blockquote {
  margin: 0;
  background-color: #ffffff;
}

/*======================================
=            Home Instagram            =
======================================*/
.home-instagram {
  visibility: hidden;
  overflow: hidden;
}

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

.home-instagram h2 {
  margin-top: 0;
}

.home-instagram .ig-icon {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1em;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1060px) {
  .home-instagram .ig-icon {
    font-size: 85px;
    font-size: 5.3125rem;
  }
}

.home-instagram .ig-follow {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 1060px) {
  .home-instagram .ig-follow {
    margin-top: 50px;
  }
}

/* ------------------------
	Blog/Category/Archives
------------------------ */
.blog .content,
.tmpl_type_category .content,
.tmpl_type_archive .content {
  width: 100%;
  padding-right: 0;
}

.blog h2,
.tmpl_type_category h2,
.tmpl_type_archive h2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.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: flex;
  flex-direction: column;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

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

.blog .post-snippet .thumb,
.tmpl_type_category .post-snippet .thumb,
.tmpl_type_archive .post-snippet .thumb {
  display: none;
  width: 370px;
  margin-right: 20px;
}

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

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .thumb,
  .tmpl_type_category .post-snippet .thumb,
  .tmpl_type_archive .post-snippet .thumb {
    margin-right: 50px;
  }
}

.blog .post-snippet .excerpt,
.tmpl_type_category .post-snippet .excerpt,
.tmpl_type_archive .post-snippet .excerpt {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
}

@media only screen and (min-width: 1060px) {
  .blog .post-snippet .excerpt,
  .tmpl_type_category .post-snippet .excerpt,
  .tmpl_type_archive .post-snippet .excerpt {
    padding: 60px  0;
  }
}

.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: #D98A7D;
  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: #2C2C2C;
}

.blog .meta-data a,
.tmpl_type_category .meta-data a,
.tmpl_type_archive .meta-data a {
  color: #2C2C2C;
}

.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: flex;
    justify-content: space-between;
  }
}

.search-bar form {
  display: flex;
}

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

.cat-select {
  position: relative;
}

.cat-select .cat-options {
  color: #ffffff;
  margin-bottom: 10px;
}

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

.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;
  background-color: #FAF9F5;
}

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

.cat-select .cats .current_page_item {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

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

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

.tmpl_type_rmg_archive h1 {
  text-transform: uppercase;
}

.tmpl_type_rmg_archive h2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #D98A7D;
}

.tmpl_type_rmg_archive .thumb img {
  width: 100%;
  height: auto;
}

.tmpl_type_rmg_archive .content {
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_archive .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_archive .content {
    width: 100%;
    padding-right: 0;
  }
}

.tmpl_type_rmg_archive .interior {
  display: block;
}

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

.tmpl_type_rmg_archive .gallery-section ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tmpl_type_rmg_archive .gallery-section ul li {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}

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

.tmpl_type_rmg_archive .gallery-section ul li a {
  text-decoration: none;
  color: #2C2C2C;
}

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

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

.tmpl_type_rmg_category_child h1,
.tmpl_type_rmg_category_parent h1 {
  text-align: left;
}

.tmpl_type_rmg_category_child .page-title,
.tmpl_type_rmg_category_parent .page-title {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .page-title .button,
  .tmpl_type_rmg_category_parent .page-title .button {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_category_child .page-title .button,
  .tmpl_type_rmg_category_parent .page-title .button {
    top: 60px;
  }
}

@media only screen and (min-width: 1290px) {
  .tmpl_type_rmg_category_child .page-title .button,
  .tmpl_type_rmg_category_parent .page-title .button {
    right: calc(40px + (50vw - (1290px / 2)));
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .gallery-cat-wrap,
  .tmpl_type_rmg_category_parent .gallery-cat-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

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

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .bna-group,
  .tmpl_type_rmg_category_parent .bna-group {
    width: calc(50% - 25px);
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_category_child .bna-group:hover .hover-overlay,
  .tmpl_type_rmg_category_parent .bna-group:hover .hover-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.tmpl_type_rmg_category_child .bna-group h2,
.tmpl_type_rmg_category_parent .bna-group h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set,
  .tmpl_type_rmg_category_parent .img-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tmpl_type_rmg_category_child .img-set > a,
  .tmpl_type_rmg_category_parent .img-set > a {
    display: block;
    width: calc(50% - 6px);
    text-decoration: none;
  }
  .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,
  .tmpl_type_rmg_category_parent .img-set a:nth-last-of-type(2) .bna-label,
  .tmpl_type_rmg_category_parent .img-set a:nth-last-of-type(1) .bna-label {
    display: block;
  }
  .tmpl_type_rmg_category_child .img-set a .bna-label,
  .tmpl_type_rmg_category_parent .img-set a .bna-label {
    display: none;
  }
}

.tmpl_type_rmg_category_child .img-set img,
.tmpl_type_rmg_category_parent .img-set img {
  width: 100%;
  margin-bottom: 10px;
}

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

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

.tmpl_type_rmg_single_case h1 {
  text-align: left;
}

.tmpl_type_rmg_single_case .back-btn {
  max-width: 980px;
  margin: 40px auto 30px;
}

.tmpl_type_rmg_single_case .page-title {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_single_case .page-title .button {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_rmg_single_case .page-title .button {
    top: 60px;
  }
}

@media only screen and (min-width: 1290px) {
  .tmpl_type_rmg_single_case .page-title .button {
    right: calc(40px + (50vw - (1290px / 2)));
  }
}

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

.tmpl_type_rmg_single_case .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.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 .img-wrap > div:nth-of-type(2) .bna-label, .tmpl_type_rmg_single_case .img-wrap > div:nth-of-type(1) .bna-label {
  display: block;
}

.tmpl_type_rmg_single_case .img-wrap .bna-label {
  display: none;
}

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

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

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

.bna-label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #D98A7D;
  margin-bottom: 1em;
}

.back-btn {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .back-btn {
    display: flex;
    justify-content: space-between;
  }
}

.back-btn .button {
  position: relative;
}

.back-btn .button:before {
  transform: rotate(180deg);
}

.back-btn .gallery-nav {
  display: flex;
}

.back-btn .gallery-nav .button.case-next:before {
  transform: none;
}

.back-btn .gallery-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 70px;
}

@media only screen and (max-width: 767px) {
  .back-btn .gallery-nav {
    flex-wrap: wrap;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .back-btn .gallery-nav .gal-button {
    width: 100px;
  }
  .back-btn .gallery-nav .gal-button:nth-of-type(1) {
    order: 2;
  }
  .back-btn .gallery-nav .gal-button:nth-of-type(2) {
    order: 3;
  }
  .back-btn .gallery-nav .gal-button a {
    padding: 12px 0;
    min-width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .back-btn .gallery-nav .gal-button a {
    width: 112px;
  }
}

.back-btn .gallery-nav h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .back-btn .gallery-nav h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

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

#notice-body-everything {
  max-width: 500px;
  height: auto;
  padding: 20px;
  display: inline-block;
}

#notice-body-everything h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 20px 0 30px 0;
}

#notice-body p {
  margin: 0 0 30px 0;
}

#notice-body-everything #buttons {
  display: block;
  text-align: center;
  box-shadow: none;
}

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

.bnacase-imgset {
  display: flex;
  justify-content: space-between;
  max-width: 790px;
  margin: 40px auto;
}

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

@media only screen and (min-width: 768px) {
  .bnacase-imgset > div {
    width: calc(50% - 20px);
  }
}

.gallery-btn {
  text-align: center;
  margin-bottom: 40px;
}

/* ------------------------
	Landing Page Builder
------------------------ */
/*=================================================
=            Landing Page Styles Begin            =
=================================================*/
.tmpl_type_page_landing {
  /*----------  Heading Specific  ----------*/
  /*----------  Section Contain  ----------*/
  /*----------  Landing Anchor Links Styling  ----------*/
  /*----------  Landing Unordered List Styles  ----------*/
  /*========================================================
	=            Specific Landing Section Classes            =
	========================================================*/
  /*----------  Padding Styles  ----------*/
  /*----------  Split Width with alternating rows  ----------*/
  /*----------  Split Width Alternating rows CONTAINED  ----------*/
  /*----------  Center the Text  ----------*/
  /*----------  Border  ----------*/
  /*----------  Specific Widths and padding  ----------*/
}

.tmpl_type_page_landing .page-full {
  text-align: left;
}

.tmpl_type_page_landing .landing-section {
  padding: 0;
  background-size: cover;
  background-position: center;
}

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

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

.tmpl_type_page_landing .landing-row .landing-column {
  flex-basis: 0;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_landing .landing-row .landing-column-content {
    padding: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-row .landing-column-content {
    padding: 60px 20px 80px;
  }
}

.tmpl_type_page_landing .contain .landing-column-content {
  padding: 0;
}

.tmpl_type_page_landing .int-header .page-title {
  display: block;
  position: relative;
}

.tmpl_type_page_landing .int-header .title-crumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tmpl_type_page_landing .int-header .title-image {
  width: 100%;
  height: 55vw;
}

.tmpl_type_page_landing .int-header .title-crumbs {
  background: rgba(217, 138, 125, 0.8);
}

.landing-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 40px;
}

.landing-title h1 {
  margin-bottom: .5em;
}

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

.tmpl_type_page_landing .landing-anchor-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-anchor-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

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

.tmpl_type_page_landing .landing-anchor-links li {
  width: 100%;
  padding: 0;
}

.tmpl_type_page_landing .landing-anchor-links li a {
  width: 100%;
}

/* IS - Commented out because it was hiding the anchor links */

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

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

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

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

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

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

.tmpl_type_page_landing .landing-anchor-links li a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
} */

.tmpl_type_page_landing ul.dark-list {
  margin: 1em 30px;
  list-style: none;
}

.tmpl_type_page_landing ul.dark-list li {
  position: relative;
  padding-left: 20px;
}

.tmpl_type_page_landing ul.dark-list li:before {
  content: '';
  background: #000000;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.light-list {
  margin: 1em 30px;
  list-style: none;
}

.tmpl_type_page_landing ul.light-list li {
  position: relative;
  padding-left: 20px;
}

.tmpl_type_page_landing ul.light-list li:before {
  content: '';
  background: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tmpl_type_page_landing ul.list-margin-bottom li {
  margin-bottom: 1em;
}

.landing-anchors-wrap {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .landing-anchors-wrap {
    padding: 20px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .landing-anchors-wrap {
    padding: 20px 40px;
  }
}

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

.tmpl_type_page_landing .pt-0,
.tmpl_type_page_landing .pt-0 .landing-column-content {
  padding-top: 0px;
}

.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,
.tmpl_type_page_landing .pb-0 .landing-column-content {
  padding-bottom: 0px;
}

.tmpl_type_page_landing .pb-10 {
  padding-bottom: 10px;
}

.tmpl_type_page_landing .pb-20 {
  padding-bottom: 20px;
}

.tmpl_type_page_landing .pb-30 {
  padding-bottom: 30px;
}

.tmpl_type_page_landing .pb-40 {
  padding-bottom: 40px;
}

.tmpl_type_page_landing .pb-50 {
  padding-bottom: 50px;
}

.tmpl_type_page_landing .pb-60 {
  padding-bottom: 60px;
}

.tmpl_type_page_landing .pb-70 {
  padding-bottom: 70px;
}

.tmpl_type_page_landing .pb-80 {
  padding-bottom: 80px;
}

.tmpl_type_page_landing .pb-90 {
  padding-bottom: 90px;
}

.tmpl_type_page_landing .pb-100 {
  padding-bottom: 100px;
}

.tmpl_type_page_landing .landing-split .landing-row {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
}

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

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

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

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-split .landing-row .landing-column {
    min-height: 30vw;
  }
}

.tmpl_type_page_landing .landing-split .landing-row .landing-column.height-auto {
  min-height: auto;
}

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

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

.tmpl_type_page_landing .landing-split-contain .landing-row {
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}

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

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

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row:nth-of-type(even) .landing-column:nth-of-type(even) {
    padding-left: calc(50% - 615px);
    padding-right: 0;
    text-align: left;
  }
}

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

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

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column:nth-of-type(even) {
    padding-left: 0;
    padding-right: calc(50% - 615px);
    text-align: right;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-split-contain .landing-row .landing-column .landing-column-content {
    text-align: left;
    display: inline-block;
  }
}

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

.tmpl_type_page_landing .landing-top .landing-row {
  align-items: flex-start;
}

.tmpl_type_page_landing .landing-border.landing-column {
  padding: 20px;
}

.tmpl_type_page_landing .landing-border .landing-column-content {
  border: 1px solid;
}

.tmpl_type_page_landing .landing-column.landing-10 {
  flex-basis: 10%;
}

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

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

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

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

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

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

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

.tmpl_type_page_landing .landing-column.landing-90 {
  flex-basis: 90%;
}

.tmpl_type_page_landing .landing-column.pr-10 {
  padding-right: 10%;
}

.tmpl_type_page_landing .landing-column.pr-20 {
  padding-right: 20%;
}

.tmpl_type_page_landing .landing-column.pr-30 {
  padding-right: 30%;
}

.tmpl_type_page_landing .landing-column.pr-40 {
  padding-right: 40%;
}

.tmpl_type_page_landing .landing-column.pr-50 {
  padding-right: 50%;
}

.tmpl_type_page_landing .landing-column.pr-60 {
  padding-right: 60%;
}

.tmpl_type_page_landing .landing-column.pr-70 {
  padding-right: 70%;
}

.tmpl_type_page_landing .landing-column.pr-80 {
  padding-right: 80%;
}

.tmpl_type_page_landing .landing-column.pr-90 {
  padding-right: 90%;
}

/*=============================================
=            Site Specific Classes            =
=============================================*/
/* .tmpl_type_page_landing .landing-title {
  text-align: center;
  width: 100%;
}

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

.tmpl_type_page_landing .landing-title * {
  color: #ffffff;
}

.tmpl_type_page_landing .landing-title h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-title h1 {
    font-size: 57px;
    font-size: 3.5625rem;
  }
} */

.tmpl_type_page_landing .landing-text-light {
  color: #fff;
}

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

.tmpl_type_page_landing .landing-text-light a {
  color: #ffffff;
  text-decoration: underline;
}

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

.tmpl_type_page_landing .flex-align-top .landing-row {
  align-items: flex-start;
}

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

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

.tmpl_type_page_landing ol {
  counter-reset: item;
  margin: 1em 40px;
}

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

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

@media only screen and (min-width: 768px) {
  .short-p p {
    max-width: 60%;
    margin: 1em auto;
  }
}

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

@media only screen and (max-width: 767px) {
  .bg-mobile-none {
    background-image: none !important;
  }
}

.tmpl_type_page_landing .home-bnas {
  background: none;
}

.landing-stars {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

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

.landing-testimonial {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8em;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  padding-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .landing-testimonial {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

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

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

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

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "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: flex;
  align-items: center;
}

.warranty-icons .landing-icon img {
  max-width: 100%;
  height: auto;
}

.heading-top-0 h2, .heading-top-0 h3, .heading-top-0 h4 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .areola-img {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 1060px) {
  .areola-img {
    padding-top: 190px;
  }
}

/*----------  Anchor Links styling  ----------*/
.mele-anchors .landing-column-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.tmpl_type_page_landing .landing-column.split-img {
  min-height: 50vw;
}

@media only screen and (min-width: 768px) {
  section.landing-section.landing-split-img .landing-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing .landing-column.split-img {
    min-height: 50vw;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_landing .landing-column.split-img {
    min-height: 28vw;
  }
}

.tmpl_type_page_landing section.landing-section.landing-split-img .landing-column.split-text {
  background-color: rgba(250,249,245,1);
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_landing section.landing-section.landing-split-img .landing-column.split-text {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}

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

.tmpl_type_page_landing .more-info .more-info-icon{
  content: url('images/svg/more-info-arrow.svg');
  margin: 0 auto;
}

/*===============================================
=            Landing Page Styles End            =
===============================================*/
/* ------------------------
	Random Internal Pages
------------------------ */
.tmpl_type_page_fcs .fcs-sections section.padding-top-0 {
  padding-top: 0;
}
/* ------------------------
	Liposuction
------------------------ */
.page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting {
  padding-top: 30px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting {
    padding-top: 60px !important;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1290px) {
  .page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 1060px) {
  .page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting {
    padding-bottom: 0;
  }
}

.page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting.split-contained .section-intro {
  margin-bottom: 0 !important;
}

.page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting.split-contained .split-container {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1059px) {
  .page-205.tmpl_type_page_fcs .fcs-sections section#vs-coolsculpting.split-contained .default-block {
    padding: 30px 40px 0 40px;
  }
}

.page-205.tmpl_type_page_fcs .fcs-sections section.vs-coolsculpting {
  padding-top: 0;
}

.page-205.tmpl_type_page_fcs .fcs-sections section.vs-coolsculpting.split-contained .section-intro {
  margin-top: 0 !important;
}

.page-205.tmpl_type_page_fcs .fcs-sections section.vs-coolsculpting.split-contained .split-container {
  margin-top: 0;
}

/* ------------------------
	Tummy Tuck
------------------------ */

.page-207.tmpl_type_page_fcs .fcs-intro-anchors.tt-anchors {
  padding-top: 80px;
}

.page-207.tmpl_type_page_fcs .tt-candidate.split-full.fcs-split-image .split-container > div:last-of-type {
  background-position: top center;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content blockquote {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content .fcs-default-content-wrap > p:first-of-type {
  position: relative;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content .fcs-default-content-wrap > p:first-of-type::before {
  content:'';
  position: absolute;
  background-color: #D65836;
  border-radius: 30px;
  width: 80px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content img {
  margin-top: 30px;
  margin-bottom: 1.1em;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content blockquote img {
  margin-bottom: 0.02em;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content blockquote footer {
  margin-bottom: 1.1em;
}

.page-207.tmpl_type_page_fcs .tt-testimonial.fcs-basic-content blockquote footer span {
  color: #727272;
  font: 12px "Open Sans", sans-serif;
}

.page-207.tmpl_type_page_fcs .tt-bna.fcs-basic-content.bnacase-imgset {
  max-width: 890px;
}

.page-207.tmpl_type_page_fcs .tt-bna.fcs-basic-content .bnacase-imgset > div {
  height: 100%;
  margin-bottom: 0;
}

.page-207.tmpl_type_page_fcs .tt-bna.fcs-basic-content .bnacase-imgset img {
  aspect-ratio: 475 / 519;
  height: 70%;
  width: 100%;
  object-fit: cover;
}

.page-207.tmpl_type_page_fcs .tt-bna.fcs-basic-content .gallery-btn {
  margin-bottom: 0;
}

.page-207.tmpl_type_page_fcs .tt-vs.fcs-basic-content {
  background-position: top center;
  min-height: 300px;
}

.page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding-top: 65vw !important;
}

@media only screen and (min-width: 1100px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section {
    background-size: cover;
    background-position: right 60% bottom;
    padding-top: initial !important;
  }
}

@media only screen and (min-width: 1780px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section {
    background-size: contain;
    background-position: left bottom;
  }
}

.page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section .split-image {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section .split-image {
    display: block;
  }
}

@media only screen and (min-width: 1500px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section .split-image {
    width: 25%;
  }
}

@media only screen and (min-width: 1500px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section .default-content-wrap {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1500px) {
  .page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section .default-block {
   width: 100%;
}
}

.page-207.tmpl_type_page_fcs .tt-procedure.fcs-split-section img.wp-image-1517 {
max-width: 534px;
height: auto;
aspect-ratio: 534 / 65;
}

.page-207.tmpl_type_page_fcs .tt-technique.split-full.fcs-split-image .split-container > div:last-of-type {
  background-position: bottom center;
}

.page-207.tmpl_type_page_fcs .tt-recovery .img-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4em;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .page-207.tmpl_type_page_fcs .tt-recovery .img-container {
    column-gap: 5em;
  }
}

.page-207.tmpl_type_page_fcs .tt-recovery .img-container .img-container > div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-207.tmpl_type_page_fcs .tt-recovery .img-container > div:first-of-type {
    width: calc(40% - 4em);
  }
  .page-207.tmpl_type_page_fcs .tt-recovery .img-container > div:last-of-type {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .page-207.tmpl_type_page_fcs .tt-recovery .img-container > div:first-of-type {
    width: calc(40% - 5em);
  }
}

.page-207.tmpl_type_page_fcs .tt-results.split-full.fcs-split-image .split-container > div:last-of-type {
  background-position: bottom center;
}

/* ------------------------
	Brazilian butt lift
------------------------ */

.page-221.tmpl_type_page_fcs .fcs-intro-anchors.bbl-anchors {
  padding-top: 80px;
}

.page-221.tmpl_type_page_fcs .bbl-candidates.split-full.fcs-split-image .split-container > div {
  background-position: bottom 10% center;
}

@media only screen and (max-width: 1059px) {
  .page-221.tmpl_type_page_fcs .bbl-candidates.split-full.fcs-split-image .split-container {
    flex-direction: column-reverse;
  }
}

.page-221.tmpl_type_page_fcs .bbl-candidates.fcs-split-section ul {
  margin: 1em 0 1em 2em;
}

.page-221.tmpl_type_page_fcs .bbl-candidates.fcs-split-section ul li {
  list-style-position: outside;
}

.page-221.tmpl_type_page_fcs .bbl-candidates.fcs-split-section ul li::marker {
  color: #D57363;
  font-size: 1.2em;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content blockquote {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content .fcs-default-content-wrap > p:first-of-type {
  position: relative;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content .fcs-default-content-wrap > p:first-of-type::before {
  content:'';
  position: absolute;
  background-color: #D65836;
  border-radius: 30px;
  width: 80px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content img {
  margin-top: 30px;
  margin-bottom: 1.1em;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content blockquote img {
  margin-bottom: 0.02em;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content blockquote footer {
  margin-bottom: 1.1em;
}

.page-221.tmpl_type_page_fcs .bbl-testimonial.fcs-basic-content blockquote footer span {
  color: #727272;
  font: 12px "Open Sans", sans-serif;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .bnacase-imgset {
  max-width: 890px;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .bnacase-imgset > div {
  height: 100%;
  margin-bottom: 0;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .bnacase-imgset img {
  aspect-ratio: 475 / 519;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .bnacase-imgset .before img {
  margin-right: 0;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .bnacase-imgset .after img {
  margin-left: 0;
}

.page-221.tmpl_type_page_fcs .bbl-bna.fcs-basic-content .gallery-btn {
  margin-bottom: 0;
}

.page-221.tmpl_type_page_fcs .bbl-implants.fcs-basic-content {
  background-image: url("images/featured-woman-in-teal-bikini-320px.jpeg");
  background-position: center;
  min-height: 300px;
}

@media only screen and (min-width: 600px) {
  .page-221.tmpl_type_page_fcs .bbl-implants.fcs-basic-content {
    background-image: url("images/featured-woman-in-teal-bikini-375px.jpeg");
    background-position: top 35% center;
  }
}

@media only screen and (min-width: 768px) {
  .page-221.tmpl_type_page_fcs .bbl-implants.fcs-basic-content {
    background-image: url("images/featured-woman-in-teal-bikini.jpg");
    background-position: top center;
  }
}

.page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
  background-image: url("images/bbl-procedure-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 60%;
  padding-top: 50vw !important;
}

@media only screen and (min-width: 201px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
    padding-top: 30vw !important;
  }
}

@media only screen and (min-width: 321px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
    padding-top: 9vw !important;
  }
}

@media only screen and (min-width: 768px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
    background-size: 54%;
    padding-top: 12vw !important;
  }
}

@media only screen and (min-width: 1060px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
    background-image: url("images/bbl-procedure.jpg");
    background-size: cover;
    background-position: right 60% bottom;
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 1780px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section {
    background-size: contain;
    background-position: right 40% bottom;
  }
}

.page-221.tmpl_type_page_fcs .bbl-procedure.bbl-split-section .split-image {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section .split-image {
    display: block;
  }
}

@media only screen and (min-width: 1500px) {
  .page-207.tmpl_type_page_fcs .bbl-procedure.fcs-split-section .default-content-wrap {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1500px) {
  .page-221.tmpl_type_page_fcs .bbl-procedure.fcs-split-section .default-block {
   width: 100%;
}
}

@media only screen and (max-width: 1059px) {
  .page-221.tmpl_type_page_fcs .bbl-recovery.split-full.fcs-split-image .split-container {
    flex-direction: column-reverse;
  }
}

.page-221.tmpl_type_page_fcs .bbl-results h2, .page-221.tmpl_type_page_fcs .bbl-alternatives h2 {
  margin-top: 0.5em;
}
.page-221.tmpl_type_page_fcs .bbl-alternatives {
  padding-top: 0;
  padding-bottom: 0;
}
.page-221.tmpl_type_page_fcs .bbl-results .img-container, .page-221.tmpl_type_page_fcs .bbl-alternatives .img-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4em;
  row-gap: 1.5em;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .page-221.tmpl_type_page_fcs .bbl-results .img-container, .page-221.tmpl_type_page_fcs .bbl-alternatives .img-container {
    column-gap: 5em;
  }
}

.page-221.tmpl_type_page_fcs .bbl-results .img-container .img-container > div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-221.tmpl_type_page_fcs .bbl-results .img-container > div:first-of-type, .page-221.tmpl_type_page_fcs .bbl-alternatives .img-container > div:first-of-type {
    width: calc(38% - 4em);
  }
  .page-221.tmpl_type_page_fcs .bbl-results .img-container > div:last-of-type, .page-221.tmpl_type_page_fcs .bbl-alternatives .img-container > div:last-of-type {
    width: 60%;
  }
}

.page-221.tmpl_type_page_fcs .bbl-scars.split-full.fcs-split-image .split-container > div {
  background-position: bottom 30% center;
}

/*Breast Lift*/
.page-234 section#non-surgical {
  background-position: 27% top;
}

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

th, td {
  border: 2px solid #ffffff;
}

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

table thead {
  display: none;
}

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

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

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

table th {
  font-size: 16px;
  font-size: 1rem;
  background: #E69184;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
}

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

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

table td span {
  color: #D98A7D;
  font-weight: 600;
  display: block;
}

table td div[data-title]:after {
  content: attr(data-title);
  position: relative;
  margin-top: -1em;
  color: transparent;
  display: block;
}

table td[data-title]:before {
  content: attr(data-title);
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background: #E69184;
  position: absolute;
  height: calc(100% - 6px);
  width: calc(50% - 20px);
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  table td[data-title]:before {
    display: none;
  }
}

/*================================================
=         FCS - Flexible Content - Start         =
=================================================*/
.tmpl_type_page_fcs {
  text-align: left;
}

.tmpl_type_page_fcs .fcs-sections {
  background-color: #ffffff;
}

.tmpl_type_page_fcs .fc-section {
  visibility: hidden;
}

.tmpl_type_page_fcs .fc-heading {
  margin-top: 0;
}

.tmpl_type_page_fcs .text-light-color,
.tmpl_type_page_landing .landing-section.text-light-color {
  color: #fff;
}

.tmpl_type_page_fcs .text-light-color h1, .tmpl_type_page_fcs .text-light-color h2, .tmpl_type_page_fcs .text-light-color h3, .tmpl_type_page_fcs .text-light-color h4,
.tmpl_type_page_landing .landing-section.text-light-color h1, .tmpl_type_page_landing .landing-section.text-light-color h2, .tmpl_type_page_landing .landing-section.text-light-color h3, .tmpl_type_page_landing .landing-section.text-light-color h4 {
  color: #ffffff;
}

.tmpl_type_page_fcs .text-light-color a,
.tmpl_type_page_landing .landing-section.text-light-color a {
  color: #ffffff;
  text-decoration: underline;
}

.tmpl_type_page_fcs .text-light-color a.button,
.tmpl_type_page_landing .landing-section.text-light-color a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.tmpl_type_page_fcs .text-light-color .icon-img svg path,
.tmpl_type_page_landing .landing-section.text-light-color .icon-img svg path {
  fill: #ffffff;
}

.tmpl_type_page_fcs .text-dark-color {
  color: #000000 !important;
}

.tmpl_type_page_fcs .text-dark-color h1, .tmpl_type_page_fcs .text-dark-color h2, .tmpl_type_page_fcs .text-dark-color h3, .tmpl_type_page_fcs .text-dark-color h4 {
  color: #000000 !important;
}

.tmpl_type_page_fcs .text-dark-color a {
  color: #000000 !important;
  text-decoration: underline;
}

.tmpl_type_page_fcs .text-dark-color a.button {
  text-decoration: none;
  border-color: #000000 !important;
}

.tmpl_type_page_fcs .text-dark-color .icon-img svg path {
  fill: #000000;
}

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

.tmpl_type_page_fcs .text-align-top > div {
  align-items: flex-start;
}

.tmpl_type_page_fcs .default-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tmpl_type_page_fcs .fcs-overlay-dark, .tmpl_type_page_fcs .default-block.fcs-overlay-dark {
  color: #fff;
}

.tmpl_type_page_fcs .fcs-overlay-dark .fcs-overlay, .tmpl_type_page_fcs .default-block.fcs-overlay-dark .fcs-overlay {
  background-color: #000;
}

.tmpl_type_page_fcs .fcs-overlay-dark h1, .tmpl_type_page_fcs .fcs-overlay-dark h2, .tmpl_type_page_fcs .fcs-overlay-dark h3, .tmpl_type_page_fcs .fcs-overlay-dark h4, .tmpl_type_page_fcs .default-block.fcs-overlay-dark h1, .tmpl_type_page_fcs .default-block.fcs-overlay-dark h2, .tmpl_type_page_fcs .default-block.fcs-overlay-dark h3, .tmpl_type_page_fcs .default-block.fcs-overlay-dark h4 {
  color: #ffffff;
}

.tmpl_type_page_fcs .fcs-overlay-dark a, .tmpl_type_page_fcs .default-block.fcs-overlay-dark a {
  color: #ffffff;
  text-decoration: underline;
}

.tmpl_type_page_fcs .fcs-overlay-dark a.button, .tmpl_type_page_fcs .default-block.fcs-overlay-dark a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.tmpl_type_page_fcs .fcs-overlay-dark .icon-img svg path, .tmpl_type_page_fcs .default-block.fcs-overlay-dark .icon-img svg path {
  fill: #ffffff;
}

.tmpl_type_page_fcs .fcs-overlay-light .fcs-overlay, .tmpl_type_page_fcs .default-block.fcs-overlay-light .fcs-overlay {
  background-color: #fff;
}

.tmpl_type_page_fcs .fcs-overlay-none > .fcs-overlay {
  display: none;
}

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

.tmpl_type_page_fcs .fcs-sections .fcs-intro-anchors {
  padding-top: 20px;
}

.tmpl_type_page_fcs .fcs-intro-anchors .fcs-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
}

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

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

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

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

.tmpl_type_page_fcs .basic-block-section {
  display: block;
}

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

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

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

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

.tmpl_type_page_fcs .split-full {
  padding: 0 !important;
}

.tmpl_type_page_fcs .split-full.fcs-split-text .split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full.fcs-split-text .split-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tmpl_type_page_fcs .split-full.fcs-split-image .split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full.fcs-split-image .split-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full.fcs-split-image .split-container:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.tmpl_type_page_fcs .split-full.fcs-split-image .split-container > div {
  background-size: cover;
  background-position: center;
}

.tmpl_type_page_fcs .split-full.inverse .split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full.inverse .split-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full.inverse .split-container:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tmpl_type_page_fcs .split-full .split-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full .split-container > div {
    width: 50%;
  }
}

.tmpl_type_page_fcs .split-full .default-block {
  padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .split-full .default-block {
    padding: 60px 40px;
  }
}

.tmpl_type_page_fcs .split-full .default-block .fcs-default-content-wrap {
  max-width: 600px;
}

.tmpl_type_page_fcs .split-full .split-image {
  min-height: 60vw;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .split-full .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-full .split-image {
    min-height: 32vw;
  }
}

.tmpl_type_page_fcs .split-full .split-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tmpl_type_page_fcs .split-contained.fcs-split-text .split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained.fcs-split-text .split-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.tmpl_type_page_fcs .split-contained.fcs-split-image .split-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained.fcs-split-image .split-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained.fcs-split-image .split-container: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: 1060px) {
  .tmpl_type_page_fcs .split-contained.inverse .split-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained.inverse .split-container:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tmpl_type_page_fcs .split-contained .section-intro {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained .section-intro {
    margin-bottom: 60px;
  }
}

.tmpl_type_page_fcs .split-contained .split-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained .split-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

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

.tmpl_type_page_fcs .split-contained .default-block {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .split-contained .default-block {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained .default-block {
    width: 48%;
  }
}

.tmpl_type_page_fcs .split-contained .split-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .split-contained .split-image {
    width: 48%;
    margin-bottom: 0;
  }
}

.tmpl_type_page_fcs .split-contained .split-image img {
  width: 100%;
  height: auto;
}

.tmpl_type_page_fcs .fcs-icons-section {
  background-size: cover;
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items {
  margin: 20px auto;
  list-style: none;
  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;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .fcs-icons-section .icon-items {
    margin: 40px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .fcs-icons-section .icon-items {
    margin: 60px auto;
  }
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items li {
  margin-bottom: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1059px) {
  .tmpl_type_page_fcs .fcs-icons-section .icon-items li {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .tmpl_type_page_fcs .fcs-icons-section .icon-items li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page_fcs .fcs-icons-section .icon-items li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items li:before {
  display: none;
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items li .icon-img {
  text-align: center;
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items li .icon-img img {
  max-width: 100%;
  height: auto;
}

.tmpl_type_page_fcs .fcs-icons-section .icon-items li .icon-img svg {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.tmpl_type_page_fcs .fc-testimonial-section {
  background-image: url("images/bg-testimonial.jpg");
  background-color: #FAF9F5;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.tmpl_type_page_fcs .fc-testimonial-section h2 {
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.tmpl_type_page_fcs .fc-testimonial-section h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 190px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  transform: translateX(-50%);
}

.tmpl_type_page_fcs .fc-testimonial-section h2:after {
  border-width: 2px;
}

.tmpl_type_page_fcs .fc-testimonial-section blockquote {
  margin: 0;
}

.tmpl_type_page_fcs .fc-testimonial-section blockquote p:last-of-type {
  margin: 0;
}

.has-background.bg-contain {
  background-size: contain !important;
}

.fcs-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 40px;
}

.fcs-title h1 {
  margin-bottom: .5em;
}

@media only screen and (min-width: 1060px) {
  .bg-sketch {
    background-size: auto 100% !important;
    background-position: left center !important;
  }
}

@media only screen and (min-width: 1060px) {
  .bg-sketch-left {
    background-size: auto 100% !important;
    background-position: left center !important;
  }
}

@media only screen and (min-width: 1060px) {
  .bg-sketch-right {
    background-size: auto 100% !important;
    background-position: right center !important;
  }
}

/* Two Buttons Flex div */
.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.25em;
  row-gap: 1em;
}

@media only screen and (min-width: 768px) {
  .button-container {
    justify-content: flex-start;
  }
}

.button-container .button-col,
.button-container .button-col .button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .button-container .button-col,
  .button-container .button-col .button {
    width: inherit;
  }
}

/*=============================================
=         FCS - Flexible Content - End      =
==============================================*/

/* ======= BREAST AUG  =========== */
.tmpl_type_page_fcs .fcs-intro-anchors.main-anchors {
  padding-top: 80px;
}

.page-228.tmpl_type_page_fcs .quick-facts {
  background-position: top right 48%;
}

@media only screen and (min-width: 768px) {
  .page-228.tmpl_type_page_fcs .quick-facts {
    background-position: top right 35%;
  }
}

@media only screen and (min-width: 1290px) {
  .page-228.tmpl_type_page_fcs .quick-facts {
    background-position: top right;
  }
}

.page-228.tmpl_type_page_fcs .ba-split-content h2,
.page-2199.tmpl_type_page_fcs .ba-split-content h2 {
  margin-top: 0.5em;
}

.page-228.tmpl_type_page_fcs .ba-split-content .img-container,
.page-2199.tmpl_type_page_fcs .ba-split-content .img-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4em;
  row-gap: 1.5em;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .page-228.tmpl_type_page_fcs .ba-split-content .img-container,
  .page-2199.tmpl_type_page_fcs .ba-split-content .img-container {
    column-gap: 5em;
  }
}

.page-228.tmpl_type_page_fcs .ba-split-content .img-container .img-container > div,
.page-2199.tmpl_type_page_fcs .ba-split-content .img-container .img-container > div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-228.tmpl_type_page_fcs .ba-split-content .img-container > div:first-of-type ,
  .page-2199.tmpl_type_page_fcs .ba-split-content .img-container > div:first-of-type {
    width: calc(38% - 4em);
  }
  .page-228.tmpl_type_page_fcs .ba-split-content .img-container > div:last-of-type ,
  .page-2199.tmpl_type_page_fcs .ba-split-content .img-container > div:last-of-type {
    width: 60%;
  }
}

.tmpl_type_page_fcs .more-info .more-info-icon{
  content: url('images/svg/more-info-arrow.svg');
  margin: 0 auto;
}

@media only screen and (max-width: 1059px) {
  .page-228.tmpl_type_page_fcs .ba-scars.split-full.fcs-split-image .split-container {
    flex-direction: column-reverse;
  }
}

.page-228.tmpl_type_page_fcs .ba-scars.split-full.fcs-split-image .split-container >div:last-of-type{
  background-position: top!important;
}

/*=============================================
=          TRAVELING PATIENTS PAGE        =
==============================================*/

.page-1408 .fcs-intro-anchors .intro-content {
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  padding-bottom: 34px;
}

@media only screen and (min-width: 768px) {
  .page-1408 .fcs-intro-anchors .intro-content {
    padding-bottom: 54px;
  }
}

@media only screen and (min-width: 1290px) {
  .page-1408 .fcs-intro-anchors .intro-content {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 350px) {
  .page-1408 .fc-heading {
    font-size: 1.75rem;
  }
}

.tmpl_type_page_fcs .split-full.fcs-split-image.virtual-consultations .split-container > div {
  background-position: top center;
}

.tmpl_type_page_fcs .split-full.fcs-split-image.onsite-assistant .split-container > div {
  background-position: top center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .center-items {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
  }
}
/*=============================================
=          TRAVELING PATIENTS PAGE - End        =
==============================================*/

/*=============================================
=          CUSTOM PROMOTIONS PAGE TMLP        =
==============================================*/
.tmpl_type_page_custom_specials section{
  text-align: left;
}
.specials-wrap > div,
.events-wrap > div {
  display: block;
}
@media only screen and (min-width: 768px) {
  .specials-wrap > div,
  .events-wrap > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.single-special, .single-event {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 0;
  margin-bottom: 40px;
  z-index: 1;
  padding-top: 61vw;
}
.single-special > *{
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .single-special, .single-event {
    width: 47%;
    padding-top: 29vw;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1290px) {
  .single-special, .single-event {
    padding-top: 380px;
  }
}
.custom-special-title > span,
.custom-event-title > span{
  display: block;
  line-height: normal;
  z-index: 1;
  text-transform: uppercase;
}
.custom-special-title .title-line-one,
.custom-event-title .title-line-one{
  color: #D98A7D;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .custom-special-title .title-line-one,
  .custom-event-title .title-line-one{
    font-size: 22px;
  }
}
.custom-special-title .title-line-two,
.custom-event-title .title-line-two{
  margin: 10px 0;
  font-weight: 700;
  font-size: 22px;
  line-height:23px;
}
@media only screen and (min-width: 768px) {
  .custom-special-title .title-line-two,
  .custom-event-title .title-line-two{
    margin: 20px 0;
    font-size: 30px;
    line-height:31px;
  }
}
.single-event .event-date{
  font-weight: 600;
  display: block;
  margin: 20px 0;
}
.special-content{
  color: #838383;
  font-style: italic;
}
.special-redeem-name{
  display: none;
}
.specials-form form{
  display: block;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .specials-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.specials-form form .field-wrap{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .specials-form form .field-wrap{
    width: 49%;
  }
}
.specials-form form .field-wrap.type-textarea,
.specials-form form .field-wrap.disclaimer,
.specials-form form .field-wrap.type-submitbutton{
  width: 100%;
}
.specials-form form .field-wrap.disclaimer,
.specials-form form .field-wrap.type-submitbutton{
  text-align: center;
}
.specials-form form .field-wrap textarea{
  background: #ffffff;
}
.specials-form form .field-wrap.type-submitbutton input{
  font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ffffff;
    background: #D57363;
    border-radius: 4px;
    color: #ffffff;
    padding: 11px 16px;
    background-image: url('images/svg/logo-mark.svg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .25s;
    width: 110px;
  }

/*=============================================
=          CUSTOM PROMOTIONS PAGE END        =
==============================================*/









/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes RMfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes RMfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.RMfadeInUp {
  -webkit-animation-name: RMfadeInUp;
  animation-name: RMfadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Accessibility Statement page link in footer */

footer a.accessibility{
  background: #D57363;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  display: inline-block;
  line-height: 16px;
	text-decoration: none;
}
footer a.accessibility:hover,
footer a.accessibility:active{
  background: #cf5d4b;;
  text-decoration: none;
}

/* Hiding text so that it is not visible but is still accessible for screenreaders */

.sr-only{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

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

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.button-light, .button-light a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none!important;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ffffff;
  background:#fff ;
  border-radius: 4px;
  color: #D57363!important;
  padding: 11px 16px;
  background-image: url("images/svg/button-light.svg")!important;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s;
}

.button-light:hover, .button-light a:hover {
  background-color: #D65836!important;
  color: #ffffff !important;
}

/* Revision Breast Augmentation */
.tmpl_type_page_fcs section.fc-section.double-box {
  padding-top: 0!important;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container {
  align-items: stretch;
  row-gap: 35px;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container .fcs-basic-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container a.hdng {
  text-decoration: none;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container a.hdng strong {
  text-transform: uppercase;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container strong {
  color: #D57363;
}

.tmpl_type_page_fcs section.fc-section.double-box .split-container ul li::marker {
  color: #D57363;
}

.tmpl_type_page_fcs section.fcs-basic-content.questions .fcs-default-content-wrap {
  max-width: 915px;
  margin: 0 auto;
}

.tmpl_type_page_fcs section.fc-section.rb-procedure {
  /* background-size: 87vh; */
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 80% bottom;
  padding-bottom: 310px;
}

@media only screen and (min-width:450px) {
  .tmpl_type_page_fcs section.fc-section.rb-procedure {
    background-position: right bottom;
  }
}

@media only screen and (min-width:768px) {
  .tmpl_type_page_fcs section.fc-section.rb-procedure {
    background-size: 100vw;
    padding-bottom: 230px;
  }
}

@media only screen and (min-width:1060px) {
  .tmpl_type_page_fcs section.fc-section.rb-procedure {
    background-size: cover;
    background-position:54% center;
    padding-bottom: 0px;
  }
  .tmpl_type_page_fcs section.fc-section.rb-procedure .split-container {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:1300px) {
  .tmpl_type_page_fcs section.fc-section.rb-procedure {
    background-position: 44% center;
  }
}

.tmpl_type_page_fcs .rb-cost {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tmpl_type_page_fcs .rb-cost .cost-img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width:1060px) {
  .tmpl_type_page_fcs .rb-cost {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }

  .tmpl_type_page_fcs .rb-cost .cost-img {
    width: 35%;
  }

  .tmpl_type_page_fcs .rb-cost .cost-img img {
    width: 100%;
  }
  .tmpl_type_page_fcs .rb-cost .cost-info{
    width:75%;
    margin-left: 75px;
  }
}

/* Lower body lift */
.page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
  background-size: 720px;
  background-repeat: no-repeat;
  background-position: 80% bottom;
  padding-bottom: 310px;
}
@media only screen and (min-width: 450px){
  .page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
      background-position: right bottom;
  }
}

@media only screen and (min-width: 768px){
  .page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
    background-size: 805px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 1060px){
  .page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
      background-size: cover;
      background-position: 51% center;
      padding-bottom: 0px;
  }
}

@media only screen and (min-width: 1300px){
  .page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
      background-position: 45% center;
  }
}

@media only screen and (min-width: 1800px){
  .page-1938.tmpl_type_page_fcs section.fc-section.rb-procedure {
      background-position: left center;
  }
}

/* Labiaplasty */
.tmpl_type_page_fcs section ul,
.tmpl_type_page_landing section ul {
  margin:1em;
}

.tmpl_type_page_fcs ::marker {
  color: #D57363;
}

.tmpl_type_page_fcs .fcs-basic-content.pdg-top-0 {
  padding-top: 0;
}

.page-183.tmpl_type_page_fcs .text-light-color ::marker {
  color:#ffffff;
}

/* Neck Lift */

.tmpl_type_page_fcs .fcs-sections section.anchors {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_page_fcs .fcs-sections section.anchors {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1290px) {
  .tmpl_type_page_fcs .fcs-sections section.anchors {
    padding-top: 100px;
  }
}

.tmpl_type_page_fcs .fcs-sections section.pb-0 {
  padding-bottom: 2em !important;
}

.tmpl_type_page_fcs .fcs-sections section.medical-resources {
  padding-top: 0 !important;
}

.tmpl_type_page_fcs .fcs-sections section.medical-resources .fcs-default-content-wrap {
  border-top: 1px solid #D98A7D;
  padding-top: 43.5px;
}

.tmpl_type_page_fcs .fcs-sections section.medical-resources h3 {
  font-size: 22px;
  margin-top: 0;
  text-transform: capitalize;
}

.tmpl_type_page_fcs .fcs-sections section.medical-resources p {
  color: #D98A7D;
}

.tmpl_type_page_fcs .quick-facts.text-light-color ::marker,
.tmpl_type_page_landing .landing-section.text-light-color ::marker {
  color: #ffffff;
}

.tmpl_type_page_fcs .quick-facts li,
.tmpl_type_page_landing .landing-section.quick-facts li {
  list-style-position: outside;
}

.page-2011.tmpl_type_page_fcs .quick-facts {
  background-position: center right 45%;
}

@media only screen and (min-width: 768px) {
  .page-2011.tmpl_type_page_fcs .quick-facts {
    background-position: center;
  }
}

.page-2011.tmpl_type_page_fcs .fcs-split-text {
  padding-bottom: 0;
}

.page-2011.tmpl_type_page_fcs .fcs-sections section.cost {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .page-2011.tmpl_type_page_fcs .fcs-sections section.cost {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1290px) {
  .page-2011.tmpl_type_page_fcs .fcs-sections section.cost {
    padding-top: 40px;
  }
}

/* Mommy Makeover */
.page-2050.tmpl_type_page_fcs .quick-facts {
  background-position: center right 22%;
}

@media only screen and (min-width: 768px) {
  .page-2050.tmpl_type_page_fcs .quick-facts {
    background-position: center right 15%;
  }
}

.page-2050.tmpl_type_page_fcs .fcs-sections section#recovery {
  background-position: bottom left 40%;
}

@media only screen and (min-width: 768px) {
  .page-2050.tmpl_type_page_fcs .fcs-sections section#recovery {
    background-position: center bottom 25%;
  }
}

/* Thigh Lift */
.page-2054.tmpl_type_page_fcs .quick-facts {
  background-position: center right 34%;
}

@media only screen and (min-width: 768px) {
  .page-2054.tmpl_type_page_fcs .quick-facts {
    background-position: center right 15%;
  }
}

.page-2054.tmpl_type_page_fcs .fcs-sections section#recovery {
  background-position: bottom left 40%;
}

@media only screen and (min-width: 768px) {
  .page-2054.tmpl_type_page_fcs .fcs-sections section#recovery {
    background-position: center bottom 25%;
  }
}

.page-2050 .fc-section.fcs-split-text.preparation{
  background-position: left;
}

@media only screen and (min-width: 1060px) {
  .page-2050 .fc-section.fcs-split-text.preparation{
    background-position: 82% top;
  }
}

.page-2050 .fc-section.fcs-split-text.preparation .fcs-basic-content:last-of-type {
  display: none;
}

.page-2050 #recovery .split-image {
  background-position: top center;
}

.page-2141 .membership-list {
  margin-top: 65px;
}

.page-2141 .membership-list ul{
  margin: 1em 1em 0;
}

.membership-list .special-list li {
  position: relative;
  font-size: 18px;
  padding-bottom: 14px
}

.membership-list .special-list::marker {
  color: transparent;
}

.membership-list .special-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  background: url("images/svg/check-box.svg");
  background-size: contain;
  width: 30px;
  height: 26px;
}

.seaform-2148 {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seaform-2148 .stopyenoh {
  position: absolute;
}

.seaform-2148 .field-wrap {
  width: 100%;
}

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

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

.seaform-2148 .type-singlelinetext input, .seaform-2148 .type-textarea input {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.seaform-2148 .type-textarea {
  width: 100%;
}

.seaform-2148 .type-cm_integration {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.seaform-2148 .disclaimer {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.seaform-2148 .type-submitbutton {
  width: 100%;
  text-align: center;
}

.tmpl_type_page_fcs.page-248 .quick-facts {
  background-position: 72% center;
}

/*======================================
=            Eyelid Surgery            =
======================================*/
.page-1657 .quick-facts {
  background-position: center right 35%;
}

/* Gravity forms  */
div[id^="gform_wrapper_"] {
  --form-field-margin-bottom: 16px;
  margin-top: calc(-1 * var(--form-field-margin-bottom));
  text-align: left;
}

div[id^="gform_wrapper_"].gravity-theme .ginput_complex span {
  margin-bottom: var(--form-field-margin-bottom);
}

@media only screen and (min-width: 620px) {
  div[id^="gform_wrapper_"].gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }
}

div[id^="gform_wrapper_"].gravity-theme .ginput_complex span:last-of-type {
  margin-bottom: 0;
}

div[id^="gform_wrapper_"] .gform_validation_errors {
  border: 1px solid #c02b0a;
}

div[id^="gform_wrapper_"] .gform_validation_errors ol li::marker, div[id^="gform_wrapper_"] .gform_validation_errors ul li::marker {
  color: #c02b0a;
}

div[id^="gform_wrapper_"] form {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}

div[id^="gform_wrapper_"] form .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0.75em;
}

div[id^="gform_wrapper_"] form .gf_progressbar_wrapper .gf_progressbar_percentage {
  background-color: #072D2E;
}

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

div[id^="gform_wrapper_"] form .gform-body .gfield {
  margin-bottom: var(--form-field-margin-bottom);
}

div[id^="gform_wrapper_"] form .gform-body .gfield label, div[id^="gform_wrapper_"] form .gform-body .gfield legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0.75em;
}

div[id^="gform_wrapper_"] form .gform-body .gfield input {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;

  color: #072D2E;
  height: 48px;
  padding-left: 10px;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-select select,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-time select,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-address select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  
  width: 100%;
  height: 48px;
  appearance: none;
  padding-top: 15px;
  padding-left: 10px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
 /* color: #1990C4; */
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-multiselect select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice label {
  margin-bottom: 0;
  margin-left: 5px;
}

.footer-contact-form div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice label {
  color: #ffffff;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input {
  width: 16px;
  height: 16px;
  padding: 0;
  accent-color:#072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input[type="checkbox"]:before {
  color: #ffffff;
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice input[type="radio"]:before {
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-choice.gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
  background-color:#072D2E;
}

div[id^="gform_wrapper_"] form .gform-body textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
 
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}

div[id^="gform_wrapper_"] form .gform-body .gfield--type-list button.add_list_item,
div[id^="gform_wrapper_"] form .gform-body .gfield--type-list button.delete_list_item {
  background-color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-body .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8em;
  font-style: italic;
  margin-bottom: 1em;
}

div[id^="gform_wrapper_"] form .gform-body ::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  color: #072D2E;
}

div[id^="gform_wrapper_"] form .gform-footer.gform_footer {
  margin: 0;
  padding: 0;
}

div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button, 
div[id^="gform_wrapper_"] form .gform-footer.gform_footer input.gform_button.button-primary-color {
  border: none;
  line-height: 1em;
  border-radius: 0px;
  margin-bottom: 0;
  box-shadow: none !important;
  font-size: 14px!important;
  font-size: 0.875rem!important;
  line-height: 1em!important;
  cursor: pointer!important;
  display: inline-block!important;
  position: relative!important;
  text-align: center!important;
  text-decoration: none!important;
  font-family: "Open Sans", sans-serif!important;
  border: 1px solid #ffffff!important;
  background: #D57363!important;
  border-radius: 4px!important;
  color: #ffffff!important;
  padding: 10px 30px!important;
  background-image: url('/images/svg/logo-mark.svg')!important;
  background-size: auto 100%!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  transition: all .25s!important;
}

div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer {
  margin: 0;
  padding: 0;
}

div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button, div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_previous_button.gform-theme-button.button-primary-color,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.gform_previous_button.gform-theme-button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_next_button.button-primary-color,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.gform_previous_button.gform-theme-button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button,
div[id^="gform_wrapper_"] form .gform-page-footer.gform_page_footer input.gform_button.button-primary-color {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  border-radius: 0px;
  border: none;
}

/* Remove box shadow */
​​.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  box-shadow: none !important;
}

.footer-financing {
  text-align: center;
  padding:  20px 0 40px;
}

.footer-financing .cherry-financing-link {
  width: 250px;
  height: auto;
}