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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td {
  vertical-align: top;
}

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

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

.alignleft {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

.no-clear {
  clear: none;
}

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

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

.aligncenter {
  display: block;
}

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

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.italic {
  font-style: italic;
}

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

li.model_ast {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button, .buttons a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "runda", sans-serif;
  background: #2B2A63;
  color: #ffffff;
  padding: 12px 30px;
  transition: color	.3s;
}

.button:hover, .buttons a:hover {
  background: #2B2A63;
  color: #ffffff !important;
}

.rm-content-styles .button, .rm-content-styles .buttons a {
  font-weight: 400;
}

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

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

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

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

main a {
  color: #2B2A63;
  font-weight: 900;
}

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

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

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

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

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

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

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

::selection {
  background: #2B2A63;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 1em;
}

h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: "runda", sans-serif;
  color: #2B2A63;
  font-weight: 100;
}

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

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

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

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

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

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

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

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

a {
  color: #2B2A63;
  text-decoration: underline;
}

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

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

* {
  scrollbar-width: none;
}

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

#error_txt {
  padding-bottom: 100px;
  text-align: center;
}

section {
  padding: 20px;
}

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

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

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

.contain {
  padding: 0 20px;
}

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

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

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

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

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

.site-header {
  top: 0;
  padding: 0;
  width: 100%;
  background: #2B2A63;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

.site-header.int-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24vw;
  padding-top: 67px;
}

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

@media only screen and (min-width: 1060px) {
  .site-header.int-header {
    padding-top: 60px;
  }
}

.site-header.int-header .site-logo {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.site-header.int-header .site-logo a {
  display: flex;
}

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

.site-header .home-header {
  background-position: top 35% left 17%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: calc(100vh + 50px);
  margin-top: 67px;
  text-align: center;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .site-header .home-header {
    margin-top: 60px;
    padding-bottom: 35px;
  }
}

.site-header .home-header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 75vh;
  /* @include media($full) {
				height: calc(80vh - 35px - 60px);
			} */
}

@media only screen and (min-width: 768px) {
  .site-header .home-header .header-content {
    height: calc(100vh - 35px - 60px);
  }
}

@media only screen and (min-width: 1060px) {
  .site-header .home-header .header-content {
    height: calc(100vh - 35px - 60px);
  }
}

.site-header .home-header .header-content .site-logo {
  opacity: 0;
  width: 100%;
}

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

.site-header .home-header .header-content .site-logo a {
  width: 100%;
}

.site-header .home-header .header-content .site-logo a .logo-mark {
  width: 100%;
}

.site-header .home-header .header-content .header-logo {
  width: 120vw;
  height: auto;
  max-width: unset;
  margin-top: 10vh;
}

@media only screen and (min-width: 768px) {
  .site-header .home-header .header-content .header-logo {
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header .home-header .header-content .header-logo {
    margin-top: 9vh;
  }
}

@media only screen and (min-width: 1460px) {
  .site-header .home-header .header-content .header-logo {
    margin-top: 10vh;
  }
}

.site-header .home-header .header-content .header-text > div {
  opacity: 0;
  transform: translateY(15px);
}

.site-header .home-header .header-content .h2 {
  color: #ffffff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .site-header .home-header .header-content .h2 {
    font-size: 68px;
    font-size: 4.25rem;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header .home-header .header-content .h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}

.site-header .home-header .header-content .h2 span {
  display: block;
}

@media only screen and (min-width: 1060px) {
  .site-header .home-header .header-content .h2 span {
    display: inline;
  }
}

.site-header .home-header .header-content .nav-arrow a svg {
  width: auto;
  height: 10.75px;
}

@media only screen and (min-width: 768px) {
  .site-header .home-header .header-content .nav-arrow a svg {
    height: 18.35px;
  }
}

/* Navigation bar */
.nav-bar {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 100%;
  padding: 0 22.9px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  height: 67px;
  /* @include media($desktop) {
		@include contain($desktop, 0);
	} */
}

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

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

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

.nav-bar .menu-logos {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin-right: auto;
  width: 10%;
}

@media only screen and (min-width: 1060px) {
  .nav-bar .menu-logos {
    z-index: 2;
  }
}

.nav-bar .menu-logos .header-logo,
.nav-bar .menu-logos .nav-logo {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-right: 8.8px;
  /* &:nth-of-type(2) {
				img {
					height: 92%;
				}
			} */
}

@media only screen and (min-width: 768px) {
  .nav-bar .menu-logos .header-logo,
  .nav-bar .menu-logos .nav-logo {
    margin-right: 17.5px;
  }
}

.nav-bar .menu-logos .header-logo:last-of-type,
.nav-bar .menu-logos .nav-logo:last-of-type {
  margin-right: 0;
}

.nav-bar .menu-logos .header-logo img,
.nav-bar .menu-logos .nav-logo img {
  height: 67px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .nav-bar .menu-logos .header-logo img,
  .nav-bar .menu-logos .nav-logo img {
    height: 100%;
    max-width: 60px;
  }
}

.nav-bar .menu-logos .nav-logo:not(.header-logo) {
  max-width: 40px;
}

@media only screen and (min-width: 768px) {
  .nav-bar .menu-logos .nav-logo:not(.header-logo) {
    max-width: 30px;
  }
}

@media only screen and (min-width: 1460px) {
  .nav-bar nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

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

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

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

.menu-buttons a {
  color: #2B2A63;
  text-decoration: none;
  transition: color .3s;
}

.menu-buttons a:hover {
  color: #9594B1;
}

.menu-buttons span:not(.suite) {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 100%;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
  display: block;
  letter-spacing: 0.03em;
}

.menu-buttons .menu-trigger {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 18.4px;
}

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

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

.menu-buttons .menu-contact {
  display: flex;
  align-items: center;
  z-index: 2;
}

.menu-buttons .menu-locations {
  border-left: 1px solid rgba(112, 112, 112, 0.17);
  height: 67px;
  padding-left: 12.9px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-locations {
    height: 60px;
    padding-left: 17.5px;
  }
}

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

.menu-buttons .menu-locations .display-icon {
  height: 30px;
}

.menu-buttons .menu-locations .display-icon svg {
  height: 100%;
  width: auto;
}

.menu-buttons .menu-locations .site-locations {
  background-color: rgba(43, 42, 99, 0.93);
  padding: 26px 49px;
  position: absolute;
  top: 67px;
  z-index: -1;
  right: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-locations .site-locations {
    top: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-locations .site-locations {
    right: calc(40px + (50vw - (1060px / 2)));
    top: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .menu-buttons .menu-locations .site-locations {
    right: calc(40px + (50vw - (1460px / 2)));
  }
}

.menu-buttons .menu-locations .site-locations span {
  display: inline-block;
}

.menu-buttons .menu-locations .site-locations a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.027em;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-locations .site-locations a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-locations .site-locations a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-buttons .menu-locations .site-locations a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.menu-buttons .menu-locations .site-locations .name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.menu-buttons .menu-locations .site-locations .street, .menu-buttons .menu-locations .site-locations .city {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.menu-buttons .menu-locations .site-locations .location-each {
  margin-bottom: 23px;
}

.menu-buttons .menu-locations .site-locations .location-each .display-icon {
  display: none;
}

.menu-buttons .menu-locations .site-locations .location-each:last-of-type {
  margin-bottom: 0;
}

.menu-buttons .menu-locations .site-locations .address-text {
  display: block;
  margin-bottom: 10px;
}

.menu-buttons .menu-locations .site-locations .address-phone .display-number {
  display: inline-block;
  margin-left: 5px;
}

.menu-buttons .menu-phone {
  display: flex;
  align-items: center;
  padding-left: 12.9px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone {
    padding-left: 17.5px;
  }
}

.menu-buttons .menu-phone .phone-group {
  display: none;
  background-color: rgba(43, 42, 99, 0.93);
  padding: 26px 49px;
  position: absolute;
  top: 67px;
  z-index: -1;
  right: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group {
    top: 60px;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-phone .phone-group {
    right: calc(40px + (50vw - (1060px / 2)));
    top: 60px;
  }
}

@media only screen and (min-width: 1460px) {
  .menu-buttons .menu-phone .phone-group {
    right: calc(40px + (50vw - (1460px / 2)));
  }
}

.menu-buttons .menu-phone .phone-group span {
  display: inline-block;
}

.menu-buttons .menu-phone .phone-group a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.027em;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-phone .phone-group a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-buttons .menu-phone .phone-group a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.menu-buttons .menu-phone .phone-group .name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.menu-buttons .menu-phone .phone-group .street, .menu-buttons .menu-phone .phone-group .city {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.menu-buttons .menu-phone .phone-group .location-each {
  margin-bottom: 23px;
}

.menu-buttons .menu-phone .phone-group .location-each .display-icon {
  display: none;
}

.menu-buttons .menu-phone .phone-group .location-each:last-of-type {
  margin-bottom: 0;
}

.menu-buttons .menu-phone .phone-group .address-text {
  display: block;
  margin-bottom: 10px;
}

.menu-buttons .menu-phone .phone-group .address-phone {
  display: block;
  margin-bottom: 23px;
}

.menu-buttons .menu-phone .phone-group .address-phone:last-of-type {
  margin-bottom: 0;
}

.menu-buttons .menu-phone .phone-group .address-phone .display-number {
  display: inline-block;
  margin-left: 5px;
}

.menu-buttons .menu-phone .phone-group .address-phone .display-number span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group .address-phone .display-number span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-phone .phone-group .address-phone .display-number span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-buttons .menu-phone .display-icon {
  display: flex;
  height: 30px;
}

.menu-buttons .menu-phone .display-icon svg {
  height: 100%;
  width: auto;
}

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

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

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

.menu-buttons .menu-phone .display-icon .display-number span {
  font-family: "runda", sans-serif;
}

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

.menu-buttons .menu-phone .display-icon svg path {
  fill: #2B2A63;
}

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

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

.touch-menu .main-menu {
  background: #2B2A63;
  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 li:hover > a {
  background: #1b1b3f;
}

.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: #2B2A63;
  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 - 67px);
}

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

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

.menu-button-text {
  color: #2B2A63;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media only screen and (min-width: 768px) {
  .menu-button-text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

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

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #1b1b3f;
  border-radius: none;
  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: 7.5px;
}

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

.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;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  .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: 60px;
  }
  .not--device .menu-wrap .main-menu > li:hover > a {
    color: #9594B1;
  }
  .not--device .menu-wrap .main-menu > li.mega-menu {
    position: static;
  }
  .not--device .menu-wrap .main-menu > li.nav-home-link {
    display: none;
  }
  .not--device .menu-wrap .main-menu > li a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: #1b1b3f;
    position: relative;
  }
}

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

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap .main-menu .mobile-only {
    display: none;
  }
  .not--device .menu-wrap a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color	.3s;
  }
  .not--device .menu-wrap .nav-dropdown-button {
    border-top: 2px solid #2B2A63;
    border-right: 2px solid #2B2A63;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 6px;
    transform: rotate(45deg);
  }
  .not--device .menu-wrap .sub-menu {
    background: #2B2A63;
    position: absolute;
    top: 50px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    width: 250px;
    z-index: -5;
    transition: .25s ease-in-out top, .25s ease-in-out opacity;
  }
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children {
    padding-right: 25px;
    position: relative;
  }
  .not--device .menu-wrap .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    right: inherit;
    left: inherit;
    transform: none;
    left: 248px;
    top: 0;
  }
  .not--device .menu-wrap .sub-menu > li a {
    color: #ffffff;
  }
  .not--device .menu-wrap .sub-menu > li:hover > a {
    color: rgba(255, 255, 255, 0.5);
  }
  .not--device .menu-wrap .sub-menu .nav-dropdown-button {
    border-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .not--device .menu-wrap .sub-menu a {
    text-align: left;
    padding: 10px !important;
    color: #ffffff;
  }
  .not--device .menu-wrap .nav-dropdown-button .nav-expander {
    display: none;
  }
  .not--device .menu-wrap .duplicate-item {
    display: none;
  }
  .not--device .menu-wrap .mega-menu:hover > a {
    border-bottom: 5px solid #2B2A63;
    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: 1460px) {
  .not--device .menu-wrap .mega-menu > .sub-menu {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 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: "acumin-pro", sans-serif;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-align: center;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    top: inherit;
    left: 0 !important;
    right: inherit;
    transform: none;
    z-index: 50;
    padding-left: 30px;
    background: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li {
    padding-right: 0;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu li:after {
    display: none;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
  }
  .not--device .menu-wrap .mega-menu > .sub-menu > li > a, .not--device .menu-wrap .mega-menu > .sub-menu > li > .sub-menu {
    background: none;
  }
  .not--device .menu-wrap .close-menu {
    display: none !important;
  }
}

/* ------------------------
	Content
------------------------ */
.inside h1 {
  margin-top: 0;
}

.salacious-crumb {
  font-size: 12.5px;
  font-size: 0.78125rem;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px;
  margin: 0;
}

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

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

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

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

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

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

.callout figcaption {
  text-align: center;
}

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

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

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

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

.sitemap main {
  margin-bottom: 100px;
}

/*===============================================
=            Rosemont Content Styles            =
===============================================*/
.rm-content-styles a {
  text-decoration: none;
  font-weight: 700;
}

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

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

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

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

ul li::marker,
ol li::marker {
  color: #2B2A63;
}

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

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

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

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

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

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

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

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

aside ul {
  list-style: none;
}

aside li {
  width: 100%;
}

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

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

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

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

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

/* ------------------------
	Footer Layout
------------------------ */
.site-footer {
  font-family: "runda", sans-serif;
  text-align: center;
}

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

.upper-footer .upper-footer-container {
  position: relative;
}

.upper-footer .h2 {
  color: #2B2A63;
  font-family: "runda", sans-serif;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0 0 26.7px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .upper-footer .h2 {
    font-size: 98px;
    font-size: 6.125rem;
    letter-spacing: -0.02em;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin: 0;
    transform: rotate(-180deg) translateY(-50%);
    writing-mode: vertical-lr;
  }
}

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

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

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

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding: 0;
}

.lower-footer .locations-logos {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .locations-logos {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .locations-logos {
    display: flex;
    justify-content: space-between;
    padding-bottom: 67px;
  }
}

@media only screen and (min-width: 1460px) {
  .lower-footer .locations-logos {
    padding-right: calc(40px + (50vw - (1460px / 2)));
    padding-left: calc(40px + (50vw - (1460px / 2)));
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.lower-footer .site-locations {
  background-color: #ffffff;
  color: #2B2A63;
  display: flex;
  flex-direction: column;
  padding-bottom: 48.6px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .site-locations {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .site-locations {
    justify-content: space-between;
    width: 50%;
  }
}

@media only screen and (min-width: 1460px) {
  .lower-footer .site-locations {
    width: 40%;
  }
}

.lower-footer .site-locations .location-each {
  display: flex;
  justify-content: flex-end;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1em;
  font-weight: 400;
  flex-direction: column-reverse;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(2em + 15px);
  padding-bottom: 45px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .lower-footer .site-locations .location-each {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .site-locations .location-each {
    margin-left: 0;
    margin-right: 0;
  }
}

.lower-footer .site-locations .location-each:last-of-type {
  padding-bottom: 0;
}

.lower-footer .site-locations .location-each .address-text,
.lower-footer .site-locations .location-each .address-phone {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  text-align: left;
}

.lower-footer .site-locations .location-each .address-text svg path,
.lower-footer .site-locations .location-each .address-phone svg path {
  transition: fill .3s;
}

.lower-footer .site-locations .location-each .address-text:hover svg path,
.lower-footer .site-locations .location-each .address-phone:hover svg path {
  fill: rgba(43, 42, 99, 0.5);
}

.lower-footer .site-locations .location-each .address-text:hover .menu-text,
.lower-footer .site-locations .location-each .address-phone:hover .menu-text {
  color: rgba(0, 0, 0, 0.5);
}

.lower-footer .site-locations .location-each .address-text .name,
.lower-footer .site-locations .location-each .address-phone .name {
  color: #2B2A63;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.77em;
  font-weight: 900;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  transition: color .3s;
  /* &:hover {
						color: rgba($primaryColor, 0.5);
					} */
}

.lower-footer .site-locations .location-each .address-text .display-icon,
.lower-footer .site-locations .location-each .address-phone .display-icon {
  padding-right: 8.3px;
  width: 29.3px;
}

.lower-footer .site-locations .location-each .address-text .menu-text,
.lower-footer .site-locations .location-each .address-phone .menu-text {
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.11em;
  letter-spacing: 0.02em;
  transition: color .3s;
}

.lower-footer .site-locations .location-each .address-text .menu-text .suite,
.lower-footer .site-locations .location-each .address-phone .menu-text .suite {
  display: inline;
  /* @include media($tablet) {
							display: block;
						} */
}

.lower-footer .site-locations .location-each .address-phone {
  color: #000000;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  transition: color .3s;
}

@media only screen and (min-width: 768px) {
  .lower-footer .site-locations .location-each .address-phone {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lower-footer .site-locations .location-each .address-phone:hover {
  color: rgba(0, 0, 0, 0.5);
}

.lower-footer .site-locations .location-each .address-phone .display-icon {
  display: flex;
}

.lower-footer .site-locations .location-each svg {
  width: auto;
  height: auto;
}

.lower-footer .site-locations .location-each svg path {
  fill: #2B2A63;
}

.lower-footer .f-logos {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 267px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-logos {
    flex-direction: row;
    justify-content: center;
    column-gap: 80px;
    max-width: unset;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .f-logos {
    column-gap: 50px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    width: 45%;
  }
}

@media only screen and (min-width: 1460px) {
  .lower-footer .f-logos {
    width: 50%;
  }
}

.lower-footer .f-logos .footer-logo {
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36.6px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-logos .footer-logo {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}

.lower-footer .f-logos img {
  width: 100%;
  height: auto;
}

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

.lower-footer a.accessibility {
  background: #2B2A63;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 16px;
}

.lower-footer a.accessibility:hover, .lower-footer a.accessibility:active {
  background: #2B2A63;
}

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

.lower-footer .copyright-signature {
  background-position: bottom left 38%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding: 25px 20px 120px;
}

@media only screen and (min-width: 1060px) {
  .lower-footer .copyright-signature {
    background-position: top right;
    padding-bottom: 90px;
  }
}

.lower-footer .copyright-signature a {
  color: #000000;
}

.lower-footer .copyright-signature .copyright {
  margin-bottom: 1em;
}

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

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

.lower-footer .rm-sig {
  line-height: 1.15em;
}

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

.lower-footer .rm-sig .rm-logo {
  padding-top: 1em;
}

@media only screen and (min-width: 768px) {
  .lower-footer .rm-sig .rm-logo {
    display: inline;
    padding-top: 0;
    padding-left: 12px;
  }
}

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

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

.site-disclaimer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2em;
}

/*==================================
=            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            =
===========================================*/
@media only screen and (min-width: 768px) {
  .footer-contact-form {
    margin-left: 140px;
    min-height:412px;
  }
}

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

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

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

.footer-contact-form form .type-singlelinetext input {
  padding: calc(32.5px - 1em) 1px 4.5px;
}

.footer-contact-form form .type-singlelinetext input,
.footer-contact-form form .type-singlelinetext input::placeholder {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

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

.footer-contact-form form .type-textarea textarea {
  padding: calc(32.2px - 1em) 1px 4.5px;
}

.footer-contact-form form .type-textarea textarea,
.footer-contact-form form .type-textarea textarea::placeholder {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.footer-contact-form form .disclaimer {
  color: rgba(0, 0, 0, 0.44);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 17.5px;
  text-align: left;
  width: 100%;
}

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

.footer-contact-form form .disclaimer p {
  margin-bottom: 0;
}

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

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

.footer-contact-form form .type-submitbutton input {
  background: #ffffff;
  color: #2B2A63;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
  font-weight: 500;
  padding-left: 0;
}

.footer-contact-form form .type-submitbutton input:hover {
  color: rgba(43, 42, 99, 0.5) !important;
}

/*===========================================
=            Footer Social Icons            =
===========================================*/
.f-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 28px;
}

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

.f-social .social-text {
  color: #2B2A63;
  display: flex;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.35em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-right: 25px;
}

.f-social .social-icons {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32.6px;
}

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

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

/*======================================
=            Sticky Contact            =
======================================*/
.sticky-contact {
  padding: 10px 20px;
  bottom: -200px;
  transition: bottom 0.3s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #2B2A63;
  background-image: url("images/sticky-nav-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left 20%;
  background-size: cover;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* @include media(1400px) {
		@include contain(1400px, 0);
	} */
}

@media only screen and (min-width: 768px) {
  .sticky-contact {
    flex-direction: row;
    padding: 0 25px;
  }
}

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

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

.sticky-contact a {
  color: #ffffff;
  text-decoration: none;
}

.sticky-contact a svg path {
  fill: #ffffff;
}

.sticky-contact .site-locations {
  display: flex;
  justify-content: center;
  margin-bottom: 10.5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .site-locations {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    justify-content: space-between;
    width: 40%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .site-locations {
    justify-content: center;
    width: calc(100% / 3);
  }
}

.sticky-contact .site-locations .location-each {
  display: flex;
  padding-right: 23.5px;
}

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

.sticky-contact .site-locations .location-each .display-icon {
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.sticky-contact .site-locations .location-each .address-text {
  display: flex;
  align-items: center;
}

.sticky-contact .site-locations .location-each .address-text:hover .name {
  color: rgba(255, 255, 255, 0.5);
}

.sticky-contact .site-locations .location-each .address-text .name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
  transition: color .3s;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .site-locations .location-each .address-text .name {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1em;
  }
}

.sticky-contact .site-locations .location-each .address-text .street,
.sticky-contact .site-locations .location-each .address-text .city {
  display: none;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .site-locations .location-each .address-text .street,
  .sticky-contact .site-locations .location-each .address-text .city {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.sticky-contact .each-button {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.3s;
}

@media only screen and (min-width: 768px) {
  .sticky-contact .each-button {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 40%;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .each-button {
    font-size: 17px;
    font-size: 1.0625rem;
    width: calc(100% / 3);
  }
}

.sticky-contact .each-button:hover {
  color: rgba(255, 255, 255, 0.5);
}

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

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-social {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    min-height: 60px;
    width: 20%;
  }
  .sticky-contact .sticky-social .social-text {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1060px) {
  .sticky-contact .sticky-social .social-text {
    display: flex;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1em;
    font-weight: 900;
    font-style: italic;
    justify-content: flex-end;
    letter-spacing: 0.04em;
    padding-right: 20px;
    width: fit-content;
  }
}

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-social ul.social-icons {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1060px) {
  .sticky-contact .sticky-social ul.social-icons {
    column-gap: 27px;
    width: fit-content;
  }
}

@media only screen and (min-width: 768px) {
  .sticky-contact .sticky-social ul.social-icons li {
    /* flex-basis: auto;
					flex-grow: 1; */
  }
  .sticky-contact .sticky-social ul.social-icons li a {
    display: flex;
    align-items: center;
  }
  .sticky-contact .sticky-social ul.social-icons li a:hover svg path {
    fill: rgba(255, 255, 255, 0.5);
  }
  .sticky-contact .sticky-social ul.social-icons svg {
    height: 24.5px;
    width: auto;
  }
  .sticky-contact .sticky-social ul.social-icons svg path {
    fill: #ffffff;
    transition: color .3s;
  }
}

@media only screen and (min-width: 1060px) {
  .sticky-contact .sticky-social {
    justify-content: center;
    width: calc(100% / 3);
  }
}

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

/* ------------------------
	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 a, .contact-us .gmaps a {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

@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: 48px;
  appearance: none;
  padding-left: 10px;
  border-radius: 0;
  margin-bottom: 16px;
  background: url("images/svg/select-arrow.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #757575;
}

form textarea {
  width: 100%;
  margin-bottom: 19.6px;
  padding-left: 10px;
  padding-top: 10px;
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

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

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

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

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

form .button {
  border: none;
}

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

form .type-singlelinetext input,
form .type-textarea input {
  margin-bottom: 1em;
  padding: 1em;
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

form .stopyenoh {
  position: absolute;
}

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

.disclaimer {
  color: rgba(0, 0, 0, 0.44);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.13em;
  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;
}

.seaforms_confirmation_message {
  color: #2B2A63;
}

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

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */

.home main section {
  overflow-x: hidden;
}

.home main h2, .home main .h2 {
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-align: center;
}

.home main h2 span, .home main .h2 span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .home main h2 span, .home main .h2 span {
    display: inline;
  }
}

/*====================================
=            Home Welcome            =
====================================*/

.home main .home-welcome {
  overflow-y: hidden;
  padding-top: 21.5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

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

@media only screen and (min-width: 1060px) {
  .home main .home-welcome {
    margin-bottom: 74px;
    padding-top: 78.7px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-welcome {
    padding-right: calc(40px + (50vw - (1460px / 2)));
  }
}

.home main .home-welcome .welcome-wrap {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap {
    flex-direction: row;
  }
}

.home main .home-welcome .welcome-wrap .welcome-content {
  /* @include media($full) {
            width: 60%;
          } */
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap .welcome-content {
    width: 60%;
  }
}

.home main .home-welcome .welcome-wrap .welcome-content h2 {
  margin-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home main .home-welcome .welcome-wrap .welcome-content h2 {
    font-size: 59px;
    font-size: 3.6875rem;
    margin-top: 31px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap .welcome-content h2 {
    font-size: 54px;
    font-size: 3.375rem;
    margin-bottom: 10px;
    text-align: left;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-welcome .welcome-wrap .welcome-content h2 {
    font-size: 59px;
    font-size: 3.6875rem;
    padding-left: calc(40px + (50vw - (1460px / 2)));
    padding-right: 64px;
  }
}

.home main .home-welcome .welcome-wrap .welcome-content h3.memberships-title {
  background-color: #2B2A63;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 30px;
  margin-bottom: 18.5px;
  padding: 11px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .home main .home-welcome .welcome-wrap .welcome-content h3.memberships-title {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap .welcome-content h3.memberships-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 54px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-welcome .welcome-wrap .welcome-content h3.memberships-title {
    font-size: 29px;
    font-size: 1.8125rem;
    justify-content: flex-start;
    padding-left: calc(40px + (50vw - (1460px / 2)));
    text-align: left;
  }
}

.home main .home-welcome .welcome-wrap .welcome-content .subheading {
  color: #BEBEBE;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-style: italic;
  margin-top: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home main .home-welcome .welcome-wrap .welcome-content .subheading {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap .welcome-content .subheading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-welcome .welcome-wrap .welcome-content .subheading {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: calc(40px + (50vw - (1460px / 2)));
    padding-right: 64px;
  }
}

.home main .home-welcome .welcome-wrap .welcome-content .content {
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home main .home-welcome .welcome-wrap .welcome-content .content {
    line-height: 1.43em;
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

@media only screen and (min-width: 1460px) {
  .home main .home-welcome .welcome-wrap .welcome-content .content {
    padding-left: calc(40px + (50vw - (1460px / 2)));
    padding-right: 64px;
  }
}

.home main .home-welcome .welcome-wrap .doctor-image {
  aspect-ratio: 288 / 317;
  background-color: #E8E8E8;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  /* @include media($full) {
            width: 40%;
          } */
}

@media only screen and (min-width: 768px) {
  .home main .home-welcome .welcome-wrap .doctor-image {
    aspect-ratio: 5 / 4;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-welcome .welcome-wrap .doctor-image {
    aspect-ratio: 585 / 644;
    margin: 0;
    width: 40%;
  }
}

.home main .home-welcome .welcome-wrap .doctor-image img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}

.home main .memberships-sc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  list-style: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 905px) {
  .home main .memberships-sc-wrap {
    flex-wrap: nowrap !important;
  }
}

@media only screen and (min-width: 768px) {
  .home main .memberships-sc-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .memberships-sc-wrap {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .memberships-sc-wrap {
    padding-left: calc(40px + (50vw - (1460px / 2)));
    padding-right: calc(40px + (50vw - (1460px / 2)));
  }
}

.home main .memberships-sc-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  /* &:last-of-type {
          img {
            max-height: 115px;
          }
        } */
  /* height: 58px;
        width: calc(100% / 3); */
  /* @include media($tablet) {
          width: calc((100% - 80px) / 3);
        } */
}

@media only screen and (min-width: 400px) {
  .home main .memberships-sc-wrap li {
    max-width: 20%;
    width: unset;
  }
  .home main .memberships-sc-wrap li:nth-last-of-type(2) {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .home main .memberships-sc-wrap li {
    max-width: 33%;
  }
}

.home main .memberships-sc-wrap li img, .home main .memberships-sc-wrap li svg {
  height: 100%;
  width: auto;
  /* @include media($desktop) {
            height: 135px;
          } */
}

@media only screen and (min-width: 768px) {
  .home main .memberships-sc-wrap li img, .home main .memberships-sc-wrap li svg {
    height: auto;
    width: 100%;
  }
}

.home main .memberships-sc-wrap li img {
  max-height: 108px;
}

/*==================================
=            Home Areas            =
==================================*/

.home main .home-procedures {
  padding-left: 0;
  padding-right: 0;
  padding-top: 56px;
  z-index: 0;
}

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

@media only screen and (min-width: 1060px) {
  .home main .home-procedures {
    padding-top: 103px;
    position: relative;
  }
}

.home main .home-procedures .procedures-heading {
  font-size: 41px;
  font-size: 2.5625rem;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-heading {
    font-size: 59px;
    font-size: 3.6875rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-heading {
    font-size: 73px;
    font-size: 4.5625rem;
    position: absolute;
    text-align: center;
    top: 128px;
    width: 59%;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-procedures .procedures-heading {
    padding-left: calc(40px + (50vw - (1460px / 2)));
    text-align: left;
  }
}

.home main .home-procedures .home-procedures-container {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container {
    min-height: 687px;
    padding-right: 0;
    padding-bottom: 89px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .home-procedures-container {
    padding-top: 35px;
  }
}

.home main .home-procedures .home-procedures-container .category-image {
  background-color: #E8E8E8;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container .category-image {
    margin-top: 35px;
    position: absolute;
    width: calc(100% - 26px);
    z-index: -1;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .home-procedures-container .category-image {
    margin-top: 92px;
  }
}

.home main .home-procedures .home-procedures-container .category-image > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home main .home-procedures .home-procedures-container .category-image > div > div {
  height: 100%;
}

.home main .home-procedures .home-procedures-container .category-image img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.home main .home-procedures .home-procedures-container .category-wrap {
  background-color: #2B2A63;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container .category-wrap {
    /* position: absolute;
            top: 0;
            right: 0; */
    margin-left: 48%;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .home-procedures-container .category-wrap {
    margin-left: 59%;
  }
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories {
  color: #ffffff;
  margin: 0;
  padding: 33px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories {
    padding: 38px 58px;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories {
    padding: 79px 96px;
  }
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories > li {
  margin-bottom: 35px;
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories > li:last-of-type {
  margin-bottom: 0;
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li {
  list-style: none;
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li h3 {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1em;
    text-align: left;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li ul.home-areas {
  margin: 0;
}

.home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li ul.home-areas li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li ul.home-areas li {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0.36em;
    text-align: left;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-procedures .home-procedures-container .category-wrap ul.home-categories li ul.home-areas li {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 0.62em;
  }
}

.home main .home-procedures .procedures-images {
  display: flex;
  position: relative;
  z-index: -1;
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images {
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1;
  }
}

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

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-images .image-container {
    margin-top: -25px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images .image-container {
    margin-top: -45px;
  }
}

.home main .home-procedures .procedures-images .image-container:first-of-type {
  display: flex;
  flex-direction: column;
  overflow: visible;
  width: 41%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type {
    padding-top: 40px;
    width: 33%;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type {
    padding-top: 75px;
    width: 35%;
  }
}

.home main .home-procedures .procedures-images .image-container:first-of-type > div:first-of-type {
  width: 110%;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type > div:first-of-type {
    width: 125%;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type > div:first-of-type {
    width: 115%;
  }
}

.home main .home-procedures .procedures-images .image-container:first-of-type > div:last-of-type {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  width: 75%;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type > div:last-of-type {
    width: 84%;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images .image-container:first-of-type > div:last-of-type {
    width: 81%;
  }
}

.home main .home-procedures .procedures-images .image-container:first-of-type > div img {
  width: 100%;
  height: 100%;
}

.home main .home-procedures .procedures-images .image-container:last-of-type {
  width: 59%;
}

@media only screen and (min-width: 768px) {
  .home main .home-procedures .procedures-images .image-container:last-of-type {
    width: 67%;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-procedures .procedures-images .image-container:last-of-type {
    width: 65%;
  }
}

.home main .home-procedures .procedures-images .image-container:last-of-type > div {
  height: 100%;
}

.home main .home-procedures .procedures-images .image-container:last-of-type > div img {
  /* max-width: unset;
                width: 120%; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home main .home-procedures .procedures-images .image-container .single-image.image-2 img {
  aspect-ratio: 508 / 562;
}

.home main .home-procedures .procedures-images .image-container .single-image.image-3 img {
  aspect-ratio: 362 / 142;
}

.home main .home-procedures .procedures-images .image-container .single-image.image-4 img {
  aspect-ratio: 848 / 784;
}

.home main .home-procedures .procedures-images .image-container .single-image > div {
  background-color: #E8E8E8;
  overflow: hidden;
}

.home main .home-procedures .procedures-images .image-container .single-image > div > div {
  opacity: 0;
  transform: scale(125%);
  /* img {
                } */
}

/*=================================
=            Home BnAs            =
=================================*/

.home main .home-bna {
  padding-bottom: 76.9px;
  /* .owl-item {
        &:nth-of-type(odd) {
          padding-right: 19px;
        }
        &:nth-of-type(even) {
          padding-left: 19px;
        }
      } */
}

@media only screen and (min-width: 768px) {
  .home main .home-bna {
    padding-top: 95px;
    padding-bottom: 99px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna {
    padding-top: 136px;
    padding-bottom: 147.5px;
  }
}

.home main .home-bna .home-bna-container,
.home main .home-bna .home-bna-cases {
  position: relative;
  z-index: 0;
}

.home main .home-bna .h2 {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .h2 {
    font-size: 98px;
    font-size: 6.125rem;
    letter-spacing: -0.02em;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin: 0;
    transform: rotate(-180deg) translateY(-50%);
    writing-mode: vertical-lr;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna .h2 {
    font-size: 105px;
    font-size: 6.5625rem;
  }
}

.home main .home-bna .h2 span {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .h2 span {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .bna-carousel {
    padding-left: 135.5px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna .bna-carousel {
    padding-left: 129px;
  }
}

.home main .home-bna .single-bna {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.1px;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .single-bna {
    column-gap: 2.3px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna .single-bna {
    column-gap: 3px;
  }
}

.home main .home-bna .single-bna img {
  height: auto;
  aspect-ratio: 76 / 87;
}

.home main .home-bna .owl-dots {
  display: flex;
  align-items: center;
  padding-bottom: 5.5px;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 135.5px);
    transform: translateY(100%);
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna .owl-dots {
    width: calc(100% - 129px);
  }
}

.home main .home-bna .owl-dots .owl-dot {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .owl-dots .owl-dot {
    padding-top: 35.5px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna .owl-dots .owl-dot {
    padding-top: 42px;
  }
}

.home main .home-bna .owl-dots .owl-dot:after {
  content: '';
  background: #2B2A63;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.home main .home-bna .owl-dots .owl-dot.active:after {
  height: 3.5px;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna .owl-dots .owl-dot.active:after {
    height: 6.81px;
  }
}

.home main .home-bna a.gallery-link {
  display: flex;
  justify-content: center;
  position: relative;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s;
}

@media only screen and (min-width: 768px) {
  .home main .home-bna a.gallery-link {
    font-weight: 400;
    justify-content: flex-end;
    margin-top: 51.5px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-bna a.gallery-link {
    margin-top: 59.5px;
  }
}

.home main .home-bna a.gallery-link:hover {
  color: rgba(43, 42, 99, 0.5);
}

/*====================================
=            Home Reviews            =
====================================*/

.home main .home-reviews {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31px 0 27px;
  position: relative;
  z-index: 0;
  /* &:before {
        background-color: rgba($darkColor, 0.6);
        position: absolute;
        content: '';
        left: 0;
        top: 31px;
        bottom: 31px;
        width: 46px;
        z-index: -1;
        @include media($tablet) {
          top: 79px;
          bottom: 70px;
          width: 123px;
        }
        @include media($desktop) {
          top: 132px;
          bottom: 126px;
          width: 17.5%;
        }
        @include media($full) {
          width: 283px;
        }
      }
      &:after {
        background-color: rgba($darkColor, 0.6);
        position: absolute;
        content: '';
        right: 0;
        top: 31px;
        bottom: 31px;
        width: 46px;
        z-index: -1;
        @include media($tablet) {
          top: 79px;
          bottom: 70px;
          width: 123px;
        }
        @include media($desktop) {
          top: 132px;
          bottom: 126px;
          width: 17.5%;
        }
        @include media($full) {
          width: 283px;
        }
      } */
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews {
    padding: 79px 0 70px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews {
    padding: 132px 0 126px;
  }
}

.home main .home-reviews .home-reviews-container {
  /* margin-left: 51px;
        margin-right: 51px; */
  padding: 0;
  /* @include media($full) {
          margin-left: 317px;
          margin-right: 317px;
        } */
  /*  */
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container {
    /* margin-left: 138px;
          margin-right: 138px; */
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container {
    /* margin-left: calc(17.5% + 34px);
          margin-right: calc(17.5% + 34px); */
    /* padding-left: 151px;
          padding-right: 151px; */
  }
}

.home main .home-reviews .home-reviews-container .h2 {
  color: transparent;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 29px;
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .h2 {
    font-size: 43px;
    font-size: 2.6875rem;
    padding-bottom: 13px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .h2 {
    font-size: 50px;
    font-size: 3.125rem;
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .h2 span {
    display: block;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .h2 span {
    display: inline;
  }
}

.home main .home-reviews .home-reviews-container .each-testimonial {
  background-color: rgba(0, 0, 0, 0.6);
  color: transparent;
  height: 100%;
  padding: 23px 16px 57px;
  transition: background-color .5s;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .each-testimonial {
    padding: 35px 35px 81px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .each-testimonial {
    padding: 72px 158px 88px;
  }
}

.home main .home-reviews .home-reviews-container .each-testimonial .testimonial-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .each-testimonial .quote-author {
    padding: 34px 6.5px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .each-testimonial .quote-author {
    padding: 78px 0 77px;
  }
}

.home main .home-reviews .home-reviews-container .each-testimonial blockquote {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.16em;
  font-weight: 300;
  font-family: "runda", sans-serif;
  font-style: normal;
  letter-spacing: -0.01em;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .each-testimonial blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .each-testimonial blockquote {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-reviews .home-reviews-container .each-testimonial blockquote {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home main .home-reviews .home-reviews-container .each-testimonial .author {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .each-testimonial .author {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .each-testimonial .author {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.home main .home-reviews .home-reviews-container .owl-carousel {
  position: unset;
}

.home main .home-reviews .home-reviews-container .owl-stage {
  display: flex;
}

.home main .home-reviews .home-reviews-container .article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.home main .home-reviews .home-reviews-container .article-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home main .home-reviews .home-reviews-container .owl-item.center {
  position: relative;
}

.home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial {
  background-color: rgba(43, 42, 99, 0.86);
  color: #ffffff;
}

.home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial .h2 {
  color: #ffffff;
}

.home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial .quote-author {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial .quote-author {
    min-height: 300px;
  }
}

.home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial .quote-author:after {
  content: none;
  /* @include media($desktop) {
                    background-size: 50% auto;
                    top: 132px;
                    bottom: 126px;
                    left: calc(17.5% + 34px);
                    right: calc(17.5% + 34px);
                  }
                  @include media($full) {
                    background-size: 38% auto;
                    left: 332px;
                    right: 332px;
                  } */
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-item.center .each-testimonial .quote-author:after {
    content: '';
    position: absolute;
    background-image: url("images/svg/dr-logo-mark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 300px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.home main .home-reviews .home-reviews-container .owl-prev,
.home main .home-reviews .home-reviews-container .owl-next {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s;
  width: 29px;
  height: 29px;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-prev,
  .home main .home-reviews .home-reviews-container .owl-next {
    width: 54px;
    height: 54px;
  }
}

.home main .home-reviews .home-reviews-container .owl-prev:hover,
.home main .home-reviews .home-reviews-container .owl-next:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-prev svg,
  .home main .home-reviews .home-reviews-container .owl-next svg {
    width: 100%;
    height: auto;
  }
}

.home main .home-reviews .home-reviews-container .owl-prev {
  left: 6px;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-prev {
    left: 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .owl-prev {
    left: calc(8.75% - 15px);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-reviews .home-reviews-container .owl-prev {
    left: 141.5px;
  }
}

.home main .home-reviews .home-reviews-container .owl-next {
  right: 6px;
}

@media only screen and (min-width: 768px) {
  .home main .home-reviews .home-reviews-container .owl-next {
    right: 25px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-reviews .home-reviews-container .owl-next {
    right: calc(8.75% - 15px);
    transform: translate(50%, -50%);
  }
}

@media only screen and (min-width: 1460px) {
  .home main .home-reviews .home-reviews-container .owl-next {
    right: 141.5px;
  }
}

.home main .home-reviews .home-reviews-container .owl-next svg {
  transform: rotate(180deg);
}

/*=========================================
=            Home Social Media            =
=========================================*/

.home main .home-social {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 39px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social {
    padding-top: 111px;
    padding-bottom: 91px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-social {
    padding-top: 136px;
    /* padding-bottom: 158px; */
    padding-bottom: 70px;
  }
}

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

.home main .home-social .h2 {
  font-size: 33px;
  font-size: 2.0625rem;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .h2 {
    font-size: 43px;
    font-size: 2.6875rem;
    margin-top: 0;
  }
}

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

.home main .home-social .instagram-content {
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 5px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content {
    grid-template-columns: 47% auto;
    grid-template-rows: 1fr;
    column-gap: 7px;
  }
}

@media only screen and (min-width: 1060px) {
  .home main .home-social .instagram-content {
    grid-template-columns: 37% auto;
    padding-bottom: 19px;
  }
}

.home main .home-social .instagram-content .instagram-text {
  background-color: #2B2A63;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content .instagram-text {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home main .home-social .instagram-content .instagram-text a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content .instagram-text a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.home main .home-social .instagram-content .instagram-text a div {
  display: flex;
  margin-bottom: 13.5px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content .instagram-text a div {
    margin-bottom: 15px;
  }
}

.home main .home-social .instagram-content .instagram-text a div svg {
  width: auto;
  height: 45px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content .instagram-text a div svg {
    height: 50px;
  }
}

.home main .home-social .instagram-content .instagram-text a div svg path {
  fill: #ffffff;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .instagram-content .instagram-script {
    order: 2;
  }
}

.home main .home-social .tiktok-content {
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 5px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .tiktok-content {
    grid-template-columns: 57% auto;
    grid-template-rows: 1fr;
    column-gap: 7px;
    min-height: 25.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home main .home-social .tiktok-content .tiktok-text {
  background-color: #2B2A63;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home main .home-social .tiktok-content .tiktok-text a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .tiktok-content .tiktok-text a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.home main .home-social .tiktok-content .tiktok-text a div {
  display: flex;
  margin-bottom: 13.5px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .tiktok-content .tiktok-text a div {
    margin-bottom: 15px;
  }
}

.home main .home-social .tiktok-content .tiktok-text a div svg {
  width: auto;
  height: 45px;
}

@media only screen and (min-width: 768px) {
  .home main .home-social .tiktok-content .tiktok-text a div svg {
    height: 50px;
  }
}

.home main .home-social .tiktok-content .tiktok-text a div svg path {
  fill: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-bar {
  width: 100%;
  margin-bottom: 40px;
}

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

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

.cat-select {
  position: relative;
}

.cat-select .cat-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 30px;
  margin-bottom: 10px;
}

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

@media only screen and (min-width: 1060px) {
  .cat-select .cat-options {
    min-width: 230px;
  }
}

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

.cat-select .cat-options i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  color: #2B2A63;
}

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

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

@media only screen and (min-width: 1060px) {
  .cat-select .cats {
    width: 230px;
  }
}

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

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

.blog-search {
  border-bottom: 1px solid #393939;
  position: relative;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

.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: 40px;
  font-size: 2.5rem;
  color: #000000;
}

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

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

.tmpl_type_rmg_archive .interior {
  display: block;
}

.tmpl_type_rmg_archive .gallery-section {
  border-top: 14px solid #2B2A63;
  padding: 0 20px 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  margin-bottom: 20px;
}

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

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

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

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

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

.tmpl_type_rmg_category_child .bna-group {
  border-top: 14px solid #2B2A63;
  padding: 0 20px 40px;
  margin-bottom: 40px;
  position: relative;
}

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

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

.tmpl_type_rmg_category_child .bna-group .hover-overlay {
  display: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button {
  color: #000000;
  border: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button:hover {
  color: #000000 !important;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_rmg_category_child .img-set {
    display: flex;
    flex-wrap: wrap;
  }
  .tmpl_type_rmg_category_child .img-set > a {
    display: block;
    width: 49%;
  }
  .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_category_child .img-set a:nth-last-of-type(1) .bna-label {
    display: block;
  }
  .tmpl_type_rmg_category_child .img-set a .bna-label {
    display: none;
  }
}

.tmpl_type_rmg_category_child .img-set img {
  width: 96%;
  margin-bottom: 10px;
}

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

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

.tmpl_type_rmg_single_case h2 {
  text-align: left;
}

.tmpl_type_rmg_single_case .case-wrap {
  border-top: 12px solid #2B2A63;
  padding: 20px;
  margin-bottom: 50px;
}

.tmpl_type_rmg_single_case .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(2) .bna-label, .tmpl_type_rmg_single_case .img-wrap > div:nth-last-of-type(1) .bna-label {
  display: block;
}

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

.tmpl_type_rmg_single_case .details-hdng {
  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: #393939;
}

.bna-label {
  color: #000000;
  font-weight: 400;
}

.back-btn {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.back-btn .button {
  position: relative;
  position: relative;
  padding-left: 70px;
}

.back-btn .button:before {
  content: '';
  background: url("images/svg/arrow.svg");
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 30px;
}

.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 .button-rmg {
  padding: 26px;
}

.back-btn .button-rmg:before {
  left: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tmpl_type_page_landing .int-header .title-crumbs {
  background: rgba(43, 42, 99, 0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tmpl_type_page_landing .pt-10 {
  padding-top: 10px;
}

.tmpl_type_page_landing .pt-20 {
  padding-top: 20px;
}

.tmpl_type_page_landing .pt-30 {
  padding-top: 30px;
}

.tmpl_type_page_landing .pt-40 {
  padding-top: 40px;
}

.tmpl_type_page_landing .pt-50 {
  padding-top: 50px;
}

.tmpl_type_page_landing .pt-60 {
  padding-top: 60px;
}

.tmpl_type_page_landing .pt-70 {
  padding-top: 70px;
}

.tmpl_type_page_landing .pt-80 {
  padding-top: 80px;
}

.tmpl_type_page_landing .pt-90 {
  padding-top: 90px;
}

.tmpl_type_page_landing .pt-100 {
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: #2B2A63;
  margin: 2px;
}

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

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

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

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

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

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "runda", sans-serif;
}

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

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

.warranty-icons .landing-icon {
  height: 75px;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/*===============================================
=            Landing Page Styles End            =
===============================================*/
/*================================================
=         FCS - Flexible Content - Start         =
=================================================*/
.tmpl_type_page_fcs {
  text-align: left;
}

.fc-heading {
  margin-top: 0;
}

.default-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.fcs-intro-anchors .fcs-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 40px;
  row-gap: 15px;
}

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

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

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

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

.fcs-icons-section {
  background-size: cover;
}

.fcs-icons-section .icon-items {
  margin: 20px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .fcs-icons-section .icon-items {
    margin: 40px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items {
    margin: 60px auto;
  }
}

.fcs-icons-section .icon-items li {
  margin-bottom: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1059px) {
  .fcs-icons-section .icon-items li {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .fcs-icons-section .icon-items li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.fcs-icons-section .icon-items li:before {
  display: none;
}

.fcs-icons-section .icon-items li .icon-img {
  text-align: center;
}

.fcs-icons-section .icon-items li .icon-img img {
  max-width: 100%;
  height: auto;
}

.fcs-icons-section .icon-items li .icon-img svg {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===========================================
=            Page Feature Module            =
===========================================*/
.page-feature {
  display: flex;
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

th, td {
  border: 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: #1b1b3f;
  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: #BEBEBE;
}

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

table td span {
  color: #2B2A63;
  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: #1b1b3f;
  position: absolute;
  height: calc(100% - 6px);
  width: calc(50% - 20px);
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  table td[data-title]:before {
    display: none;
  }
}

/*==========================================
=            Testimonial Module            =
==========================================*/
.module-testimonial {
  padding: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #2B2A63;
  background-size: cover;
  background-position: center;
}

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

.module-testimonial figure {
  border: 1px solid #ffffff;
  padding: 60px 20px;
}

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

@media only screen and (min-width: 1060px) {
  .module-testimonial figure {
    padding: 100px 60px;
  }
}

.module-testimonial blockquote {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .module-testimonial blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 60px auto;
  }
}

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

.module-testimonial blockquote:before {
  content: '';
  background-image: url("images/svg/open-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25%);
}

@media only screen and (min-width: 768px) {
  .module-testimonial blockquote:before {
    width: 205px;
    height: 161px;
  }
}

.module-testimonial figcaption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

/*==================================
=            CTA Module            =
==================================*/
.mod-cta .call-to-action {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 66% center;
}

@media only screen and (min-width: 1060px) {
  .mod-cta .call-to-action {
    padding: 80px 50% 80px 80px;
    background-position: center;
  }
}

.mod-cta .heading {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #ffffff;
  font-family: "acumin-pro", sans-serif;
  max-width: 384px;
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

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

.mod-cta .button:hover {
  background-color: #1b1b3f;
}

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

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

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

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

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

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

.module-faq h2 {
  margin: 0;
}

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

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

.module-faq .faq-questions li {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.module-faq .faq-questions h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "runda", sans-serif;
  text-transform: none;
  border-bottom: 2px solid #ffffff;
  position: relative;
  padding: 33px 70px 33px 86px;
  margin-top: 0;
}

.module-faq .faq-questions h3:before {
  content: 'Q';
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1em;
  font-weight: 400;
  font-family: "acumin-pro", sans-serif;
  position: absolute;
  padding-right: 11px;
  border-right: 2px solid #ffffff;
  left: 14px;
  top: 33px;
  transform: translateY(-25%);
}

.module-faq .faq-questions .answer {
  padding: 26px 70px 10px 86px;
}

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

/*====================================
=            FCS Sections            =
====================================*/
/*==========================================
=            Split Image Styles            =
==========================================*/
.split-image-full-width {
  padding: 0;
}

.split-image-full-width .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.split-image-full-width.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-full-width .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container > div {
    width: 50%;
  }
}

.split-image-full-width .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-full-width .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-content {
    padding: 100px 40px;
  }
}

.split-image-full-width .split-content .split-contain {
  max-width: 600px;
}

.split-image-full-width .split-content h2, .split-image-full-width .split-content h3 {
  margin-top: 0;
}

.split-image-full-width .split-image {
  min-height: 60vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-full-width .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-image {
    min-height: 32vw;
  }
}

.split-image-full-width .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container .rounded-image + .split-image img {
    border-radius: 0 100vmax 100vmax 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-full-width.inverse .split-container:nth-of-type(even) .rounded-image + .split-image img {
    border-radius: 100vmax 0 0 100vmax;
  }
}

.split-image-multiple-photos {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos {
    padding: 40px;
  }
}

.split-image-multiple-photos .split-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container {
    flex-direction: row;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-container > div {
    width: 50%;
  }
}

.split-image-multiple-photos.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.split-image-multiple-photos .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .split-content {
    padding: 100px 40px;
  }
}

.split-image-multiple-photos .split-content .split-contain {
  max-width: 600px;
}

.split-image-multiple-photos .split-content h2, .split-image-multiple-photos .split-content h3 {
  margin-top: 0;
}

.split-image-multiple-photos .multi-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}

.split-image-multiple-photos .multi-images .split-image {
  display: none;
  height: 100%;
  min-height: 60vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-multiple-photos .multi-images .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-multiple-photos .multi-images .split-image {
    display: block;
    min-height: 20vw;
  }
}

.split-image-multiple-photos .multi-images .split-image:first-of-type {
  display: block;
}

.split-image-multiple-photos .multi-images .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.split-image-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media only screen and (min-width: 1060px) {
  .split-image-cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.split-image-cards .section-intro {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .section-intro {
    margin-bottom: 60px;
  }
}

.split-image-cards .split-cards .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container:nth-of-type(even) .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards.inverse .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-content {
    margin-left: -2%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container .split-image {
    margin-right: -6%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-content {
    margin-right: -2%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards.inverse .split-container:nth-of-type(even) .split-image {
    margin-left: -6%;
    margin-right: 0;
  }
}

.split-image-cards .split-cards .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-container {
    margin-bottom: 80px;
    align-items: center;
  }
}

.split-image-cards .split-cards .split-content {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-content {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-content {
    padding: 100px 40px;
    width: 52%;
  }
}

.split-image-cards .split-cards .split-content .split-contain {
  max-width: 600px;
}

.split-image-cards .split-cards .split-content h2, .split-image-cards .split-cards .split-content h3 {
  margin-top: 0;
}

.split-image-cards .split-cards .split-image {
  min-height: 60vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .split-image-cards .split-cards .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .split-image-cards .split-cards .split-image {
    min-height: 32vw;
    width: 56%;
  }
}

.split-image-cards .split-cards .split-image img {
  width: 100%;
  height: 100%;
  min-height: 32vw;
  object-fit: cover;
  object-position: center;
}

/*===========================================
=            Split Text Repeater            =
===========================================*/
.split-text-repeater {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .split-text-repeater {
    flex-direction: row;
    justify-content: space-between;
  }
}

.split-text-repeater > div {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .split-text-repeater > div {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .split-text-repeater > div {
    width: 50%;
    padding: 100px 40px;
  }
}

.split-text-repeater > div .split-contain {
  max-width: 600px;
}

.split-text-repeater > div h2,
.split-text-repeater > div h3 {
  margin-top: 0;
}

@media only screen and (min-width: 1060px) {
  .split-contained .split-primary {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1460px) {
  .split-contained .split-primary {
    padding-left: calc(40px + (50vw - (1460px / 2)));
  }
}

@media only screen and (min-width: 1060px) {
  .split-contained .split-secondary {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1460px) {
  .split-contained .split-secondary {
    justify-content: flex-end;
    padding-right: calc(40px + (50vw - (1460px / 2)));
  }
}

/*===============================
=            Anchors            =
===============================*/
.anchor-links {
  list-style: none;
  margin: 0;
}

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

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

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

/*=============================
=            Icons            =
=============================*/
.fcs-icons-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
}

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

@media only screen and (min-width: 1060px) {
  .fcs-icons-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.fcs-icons-section .icon-items {
  margin: 20px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .fcs-icons-section .icon-items {
    margin: 40px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items {
    margin: 60px auto;
  }
}

.fcs-icons-section .icon-items li {
  margin-bottom: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1059px) {
  .fcs-icons-section .icon-items li {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .fcs-icons-section .icon-items li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .fcs-icons-section .icon-items li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.fcs-icons-section .icon-items li:before {
  display: none;
}

.fcs-icons-section .icon-items li .icon-img {
  text-align: center;
}

.fcs-icons-section .icon-items li .icon-img img {
  max-width: 100%;
  height: auto;
}

.fcs-icons-section .icon-items li .icon-img svg {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*===================================
=            Inline BnAs            =
===================================*/
.inline-bnas {
  border: 3px solid #2B2A63;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
  padding: 30px 30px 0;
}

@media only screen and (min-width: 768px) {
  .inline-bnas {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding: 80px 40px;
    row-gap: 0;
  }
}

@media only screen and (min-width: 1060px) {
  .inline-bnas {
    column-gap: 50px;
  }
}

@media only screen and (min-width: 1460px) {
  .inline-bnas {
    padding: 100px;
  }
}

.inline-bnas .bna-set {
  display: grid;
  row-gap: 10px;
  border: 1px solid #2B2A63;
  padding: 10px;
  position: relative;
}

.inline-bnas .bna-set:hover .overlay {
  opacity: 1;
}

.inline-bnas .bna-set > div:nth-last-child(2) .label {
  display: block;
}

.inline-bnas .bna-set .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.inline-bnas .bna-set .overlay .more-icon {
  width: 130px;
  height: 130px;
  background-color: rgba(129, 112, 153, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-bnas .bnacase-imgset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}

.inline-bnas img {
  margin: 0;
  width: 100%;
  height: auto;
}

.inline-bnas .before,
.inline-bnas .after {
  position: relative;
}

.inline-bnas .before .label,
.inline-bnas .after .label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  display: none;
  text-transform: uppercase;
  color: #2B2A63;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
}

.inline-bnas .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(50%);
}

@media only screen and (min-width: 768px) {
  .inline-bnas .button {
    position: absolute;
    bottom: 0;
  }
}

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

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

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

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

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

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

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

.basic-carousel .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: #2B2A63;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

.extra-content {
  text-align: center;
  padding: 100px 20px 0;
}

.extra-content strong {
  color: #2B2A63;
  letter-spacing: 0.5px;
}
.extra-content strong a{
  text-decoration: none;
}

.consultations-section{
  padding: 20px 40px 40px;
}

@media only screen and (min-width: 1060px) {
  .consultations-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 40px;
  }
}

.consultations-section .title{
  color: #2B2A63;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.77em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color .3s;
}

@media only screen and (min-width: 1060px) {
  .consultations-section .title{
    margin-right: 15px;
  }
}

.consultations-section .content {
  display: inline-block;
  font-size: 24px;
}

.consultations-section .content img{
  display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.consultations-section .content a{
  color:#000000;
  text-decoration: none;
}

/* .lower-footer .site-locations .location-each.consultation {
  display: none!important;
} */


.menu-buttons .menu-phone .phone-group .consult .name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: 0.027em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group .consult .name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-phone .phone-group .consult .name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-buttons .menu-phone .phone-group .street, .menu-buttons .menu-phone .phone-group .consult .street {
  color: #ffffff;
  line-height: 1em;
  letter-spacing: 0.027em;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.menu-buttons .menu-phone .phone-group .consult .display-number span{
  display: block;
  margin-bottom: 23px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group .consult .display-number span{
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone .phone-group .consult .display-number span{
    font-size: 24px;
    font-size: 1.5rem;
  }
}

