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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td {
  vertical-align: top;
}

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

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

.alignleft {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------
   Variables
------------------------ */
/*dont use */
/*main one primary*/
/* ------------------------
   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 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0093c8;
  background: #0093c8;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 25px;
}

.button:hover, .buttons a:hover {
  background: #40b4e2;
  border-color: #40b4e2;
  color: #ffffff !important;
}

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.65em;
  position: relative;
  font-style: italic;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  border-left: 3px solid #f78d2a;
  margin: 0;
  padding-left: 25px;
  margin: 25px 0 25px 25px;
}

@media only screen and (min-width: 768px) {
  blockquote {
    margin: 35px 0 35px 60px;
    padding-left: 35px;
  }
}

blockquote footer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33em;
  font-style: normal;
  font-weight: 600;
}

blockquote footer span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.67em;
  font-weight: 400;
  font-style: italic;
}

.callout-basic {
  border-top: 1px solid rgba(40, 40, 40, 0.1);
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  padding: 35px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.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: 3;
    column-gap: 25px;
  }
}

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

/* Responsive iframes  and */
/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.ytvideo {
  background-size: cover;
}

.iframe-container,
.ytvideo {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 0;
}

/* 16x9 Aspect Ratio */
.iframe-container-16x9,
.ytvideo {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%;
}

.custom-placeholder {
  position: relative;
}

.ytvideo.clicked {
  background: none !important;
}

.ytvideo.clicked:after,
.custom-placeholder.clicked:after {
  display: none;
}

.ytvideo:after,
.custom-placeholder:after {
  content: '\f144';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
}

.ytalign:after {
  display: none;
}

.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(40, 40, 40, 0.5);
}

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

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

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

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

.anchor-links {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

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

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

.anchor-links li:before {
  display: none;
}

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

.rm-content-styles .anchor-links {
  margin: 2em 0 3em;
}

.rm-content-styles .anchor-links li {
  padding-left: 0;
  padding-bottom: 0;
}

.arrow-bullets {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.arrow-bullets > li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 25px;
}

.arrow-bullets > li:before {
  content: '\f054';
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  color: #FAA92B;
  position: absolute;
  top: 2px;
  left: 0;
}

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

.color-grid {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-auto-rows: 40px;
  text-align: left;
  grid-template-columns: 40px 75px;
}

@media only screen and (min-width: 768px) {
  .color-grid {
    grid-template-columns: 40px 200px 40px 200px;
  }
}

.section-border-top {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #E0E0E0;
}

@media only screen and (min-width: 768px) {
  .section-border-top {
    margin-top: 45px;
    padding-top: 55px;
  }
}

.care-contact {
  margin: 2em 0;
}

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

.care-contact.care-border .care-image img {
  border-radius: 50%;
}

.care-contact.care-border .care-text {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.care-contact .care-image {
  min-width: 250px;
}

@media only screen and (min-width: 768px) {
  .care-contact .care-image {
    margin-right: 40px;
  }
}

.care-contact .care-text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.37em;
  font-weight: 600;
  padding: 45px 0 40px;
  width: 100%;
}

.blue {
  color: #6bbe4a;
}

@keyframes swell1 {
  0% {
    width: 65%;
    left: 0;
    opacity: 1;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 65%;
    left: 0;
  }
}

@keyframes swell2 {
  0% {
    opacity: 1;
  }
  50% {
    width: 100%;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .boxed-column {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .boxed-column-content {
    flex-grow: 1;
    flex-basis: 0;
  }
}

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

body {
  color: #282828;
  font: 16px/26px "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  min-width: 320px;
  text-align: center;
  background-image: url("images/svg/wave.svg");
  background-size: 90vw;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 1060px) {
  body {
    background-size: 1000px 352px;
    background-attachment: fixed;
  }
}

p {
  margin: 0 0 1em;
}

h1, h2, h3, .h3, h4, .h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: #009879;
  font-weight: 700;
}

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

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

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

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

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

@media only screen and (min-width: 1060px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1em;
  }
}

h3, .h3 {
  color: #0093c8;
  text-transform: uppercase;
}

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

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

h5 {
  text-transform: uppercase;
}

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

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

a {
  color: #0093c8;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #009879;
}

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

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

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

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

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

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

.top-banner {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.1em;
  font-weight: 600;
  background-color: #009879;
  text-align: center;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .top-banner {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.56em;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (min-width: 1060px) {
  .top-banner {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4em;
  }
}

.top-banner a {
  color: #ffffff;
}

.site-header {
  position: relative;
  top: 0;
  padding: 15px 0;
  width: 100%;
  background: #101010;
  background-size: cover;
  background-position: center;
  min-height: 60vw;
}

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

.site-header.int-header:before {
  content: "";
  background: rgba(16, 16, 16, 0.25);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.site-header .header-bg-image {
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.40;
}

.site-header .inside-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 70px;
}

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

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

.site-header .inside-headline .site-logo {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .site-header .inside-headline .site-logo {
    margin-bottom: 30px;
  }
}

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

.site-header .inside-headline .site-logo svg {
  width: 100px;
  height: auto;
}

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

@media only screen and (min-width: 1060px) {
  .site-header .inside-headline .site-logo svg {
    width: 260px;
  }
}

.site-header .inside-headline .site-logo .practice {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .site-header .inside-headline .site-logo .practice {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1em;
  }
}

.site-header .inside-headline h1, .site-header .inside-headline .h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .site-header .inside-headline h1, .site-header .inside-headline .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header .inside-headline h1, .site-header .inside-headline .h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
  }
}

.site-header .inside-headline .description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7em;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .site-header .inside-headline .description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.42em;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header .inside-headline .description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.42em;
  }
}

.site-header.large-header .h1 {
  margin-bottom: .5em;
}

.site-header.large-header .header-content {
  margin-top: 20px;
}

/*===============================================
=               Care Centers Page              =
===============================================*/
.tmpl_type_single_care .site-header {
  position: relative;
}

.tmpl_type_single_care .site-header.int-header {
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .site-header.int-header {
    min-height: 500px;
    height: calc(100vh - 37px);
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_care .site-header.int-header {
    min-height: 700px;
    height: calc(100vh - 51px);
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .site-header.int-header h1 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_care .site-header.int-header h1 {
    margin-bottom: 35px;
  }
}

/*====================================
=            Large Header            =
====================================*/
.site-header.large-header {
  position: relative;
}

.site-header.large-header.int-header {
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .site-header.large-header.int-header {
    min-height: 500px;
    height: calc(100vh - 37px);
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.large-header.int-header {
    min-height: calc(100vh - 51px);
    height: 700px;
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 768px) {
  .site-header.large-header.int-header h1 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1060px) {
  .site-header.large-header.int-header h1 {
    margin-bottom: 35px;
  }
}

/* Naviagation bar */
.nav-bar {
  width: 100%;
  padding: 5px 1em;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 51px;
}

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

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

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

.nav-bar.fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  background-color: #393939;
  transition: width .5s, left .5s, background .25s;
}

@media only screen and (min-width: 1060px) {
  .not--device .nav-bar.fixed {
    position: relative;
    background-color: transparent;
  }
  .not--device .nav-bar.fixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    background-color: #009879;
    transition: width .5s, left .5s, background .25s;
  }
}

@media only screen and (min-width: 1230px) {
  .not--device .nav-bar.fixed nav {
    padding-right: calc(40px + (50vw - (1230px / 2)));
    padding-left: calc(40px + (50vw - (1230px / 2)));
  }
}

@media only screen and (min-width: 768px) {
  .nav-bar.fixed .site-logo svg {
    width: 110px;
    height: auto;
  }
  .nav-bar.fixed .site-logo .practice {
    margin-top: 5px;
  }
}

.nav-bar nav {
  z-index: 100;
}

@media only screen and (min-width: 1060px) {
  .not--device .nav-bar nav {
    width: 100%;
    background: #009879;
  }
}

@media only screen and (min-width: 1692px) {
  .not--device .page-66 .nav-bar, .not--device .tmpl_type_single_care .nav-bar {
    padding-right: calc(40px + (50vw - (1692px / 2)));
    padding-left: calc(40px + (50vw - (1692px / 2)));
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 1692px) {
  .not--device .page-66 .nav-bar.fixed nav, .not--device .tmpl_type_single_care .nav-bar.fixed nav {
    padding-right: calc(40px + (50vw - (1692px / 2)));
    padding-left: calc(40px + (50vw - (1692px / 2)));
  }
}

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

.menu-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
}

@media only screen and (min-width: 1060px) {
  .not--device .menu-buttons {
    height: auto;
    padding-bottom: 20px;
    position: static;
  }
}

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

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

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

.menu-buttons .menu-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #009879;
  width: 41px;
  height: 100%;
  color: #ffffff;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-trigger {
    padding-top: 12px;
    width: 59px;
  }
}

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

.menu-buttons .menu-trigger .menu-button-text {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 3.25em;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-trigger .menu-button-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.2em;
  }
}

.menu-buttons .menu-contact {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  font-weight: 600;
  display: flex;
}

.menu-buttons .menu-links {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
  }
}

.menu-buttons .menu-links:before {
  display: none;
}

.menu-buttons .menu-links a {
  margin-right: 13px;
  border-right: 1px solid #ffffff;
  padding-right: 13px;
}

.menu-buttons .site-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-buttons .site-search a {
  margin-right: 0;
  padding-left: 17px;
  padding-right: 0;
  border-right: none;
}

.menu-buttons .site-search i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em;
}

.menu-buttons .menu-phone {
  padding-left: 30px;
}

@media only screen and (min-width: 1060px) {
  .menu-buttons .menu-phone {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1em;
    padding-left: 25px;
  }
}

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

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

.menu-buttons .menu-phone a svg {
  width: 19px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .menu-buttons .menu-phone a svg {
    width: 15px;
    height: 24px;
  }
}

.menu-buttons .menu-phone .touch-button-text {
  display: none;
}

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

.site-logo {
  height: auto;
  margin: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

@media only screen and (min-width: 1060px) {
  .not--device .site-logo {
    background: none;
  }
}

.site-logo h1 {
  margin: 0;
}

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

.site-logo .practice {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-top: 3px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .site-logo .practice {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    margin-top: 8px;
  }
}

.site-logo svg {
  width: 80px;
  height: auto;
}

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

.site-logo img {
  height: 100%;
  width: 100%;
}

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

/*-------------- Search Box -------------*/
.search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  z-index: 1000;
  top: 0;
  left: 0;
}

.search-box .box {
  background: rgba(107, 190, 74, 0.9);
  position: absolute;
  width: 730px;
  height: 68px;
  top: calc(50% - 34px);
  left: calc(50% - 365px);
  text-align: left;
}

.search-box .box form {
  width: calc(100% - 60px);
  display: inline-block;
}

.search-box .box input[type="text"] {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Raleway", sans-serif;
  margin-top: 15px;
  margin-left: 10px;
  border: none;
  background: transparent;
  color: white;
  outline: none;
  display: inline-block;
  width: 90%;
}

.search-box .box input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-box .box input[type="submit"] {
  display: inline-block;
  background: url("images/search-submit.png");
  width: 29px;
  height: 29px;
  border: none;
  transform: translateY(2px);
}

.search-box .box .search-icon {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
  transform: translateY(-5px);
}

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

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

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

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

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

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

.touch-menu .main-menu a:hover, .touch-menu .main-menu a:active, .touch-menu .main-menu a:focus {
  background: #ffc843;
  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 - 51px);
}

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

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

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

.menu-trigger {
  cursor: pointer;
}

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

@media only screen and (min-width: 768px) {
  .nav-hamburger {
    width: 31px;
    height: 20px;
  }
}

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

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

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

@media only screen and (min-width: 768px) {
  .nav-hamburger span:nth-child(2), .nav-hamburger span:nth-child(3) {
    top: 9px;
  }
}

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

@media only screen and (min-width: 768px) {
  .nav-hamburger span:nth-child(4) {
    top: 19px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1060px) {
  .not--device .menu-wrap {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    flex-grow: 1;
    background-color: #009879;
  }
  .not--device .menu-wrap .main-menu {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .not--device .menu-wrap .main-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .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: #ffffff;
  }
  .not--device .menu-wrap .main-menu > li:last-of-type {
    border-right: none;
  }
  .not--device .menu-wrap .main-menu > li.mega-menu {
    position: static;
  }
  .not--device .menu-wrap .main-menu > li a {
    display: block;
    text-decoration: none;
    padding: 0 5px;
    transition: .25s ease-in-out background;
    color: #ffffff;
    position: relative;
  }
  .not--device .menu-wrap .main-menu .mobile-only {
    display: none;
  }
  .not--device .menu-wrap a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
  }
  .not--device .menu-wrap .nav-dropdown-button {
    border-top: 2px solid #40b4e2;
    border-right: 2px solid #40b4e2;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 6px;
    transform: rotate(45deg);
    display: none;
  }
  .not--device .menu-wrap .sub-menu {
    background: #0093c8;
    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 #0093c8;
    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: 1230px) {
  .not--device .menu-wrap .mega-menu > .sub-menu {
    padding-right: calc(40px + (50vw - (1230px / 2)));
    padding-left: calc(40px + (50vw - (1230px / 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: "Raleway", 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-bottom: 0;
}

.content {
  width: 100%;
}

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

.page-title {
  text-align: left;
}

.page-title .salacious-crumb {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0;
  font-style: italic;
  color: #AAAAAA;
}

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

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

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

.page-title h1 {
  margin-top: 0;
}

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

@media only screen and (min-width: 1060px) {
  .interior {
    display: flex;
  }
}

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

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

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

.interior .page-feature {
  display: flex;
  flex-direction: column-reverse;
  margin: 50px 0;
}

@media only screen and (min-width: 1060px) {
  .interior .page-feature {
    flex-direction: row-reverse;
  }
}

.interior .page-feature > div {
  min-height: 60vw;
  padding: 60px 20px;
}

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

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

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

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

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

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

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

.interior .page-feature .button:hover {
  border-color: #ffffff;
}

.interior .extra-callout {
  position: relative;
  width: 100vw;
  left: -20px;
  background-color: #F6F6F6;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 20px 10px;
}

@media only screen and (min-width: 1060px) {
  .interior .extra-callout {
    padding-top: 40px;
    padding-bottom: 30px;
    left: -40px;
  }
}

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

.interior .extra-callout .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #42A048;
}

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

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

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

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

/*===============================================
=            Rosemont Content Styles            =
===============================================*/
.rm-content-styles h2:first-child {
  margin-top: 0;
}

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

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

.rm-content-styles ul {
  margin: 2em 30px;
  list-style: none;
}

.rm-content-styles ul > li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}

.rm-content-styles ul > li:before {
  content: "";
  background: #0093c8;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.rm-content-styles ul > li:last-of-type {
  padding-bottom: 0;
}

.rm-content-styles ol {
  counter-reset: item;
  margin: 2em 30px;
}

.rm-content-styles ol > li {
  display: block;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
}

.rm-content-styles ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item) ". ";
  counter-increment: item;
  color: #0093c8;
  font-weight: 700;
}

.rm-content-styles ol > li:last-of-type {
  padding-bottom: 0;
}

/*=================================================
=            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;
  justify-content: center;
  align-items: center;
  margin: 1em 0 !important;
}

.memberships-sc-wrap li {
  padding: 0px 18px;
}

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

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

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

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

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

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

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

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

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

.owl-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) {
  .owl-carousel .owl-nav {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

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

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

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

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #009879;
  border-radius: 50%;
  margin: 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #009879;
}

/*======================================
=              Accordian              =
======================================*/
ul.accordion {
  margin: 2em 0;
}

ul.accordion > li {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 17px 17px 17px 0px;
  margin-bottom: -1px;
  position: relative;
}

ul.accordion > li:before {
  display: none;
}

ul.accordion > li:last-of-type {
  padding-bottom: 17px;
}

ul.accordion > li h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 700;
  color: #009879;
  cursor: pointer;
  text-transform: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}

ul.accordion > li h3:before {
  content: '+';
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #0093c8;
  width: 20px;
  height: 22px;
  padding-top: 2px;
  text-align: center;
  font-weight: 400;
}

ul.accordion > li .response {
  display: none;
  margin-top: 1.5em;
}

ul.accordion > li.accordion-open h3 {
  color: #0093c8;
}

ul.accordion > li.accordion-open h3:before {
  content: '-';
  height: 22px;
  padding-top: 1px;
}

ul.accordion > li.accordion-open > .response {
  display: block;
}

/*======================================
=           Landing pages sort
 (Care Centers / Treatments / Doctors) =
======================================*/
.archive-sort .archive-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  border-radius: 9px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}

.archive-sort .archive-search .fuzzy-search {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  width: calc(100% - 86px);
  padding: 30px;
  border-radius: 9px 0px 0px 9px;
  border: 1px solid #CCCCCC;
  color: #838383;
  height: 100%;
}

.archive-sort .archive-search .fuzzy-search::placeholder {
  color: #838383;
}

.archive-sort .archive-search .sort {
  background-color: #FAA92B;
  width: 86px;
  height: 100%;
  padding: 25px 18px;
  border: 1px solid #cccc;
  border-radius: 0px 9px 9px 0px;
}

.archive-sort .archive-search .sort i {
  font-size: 41px;
  font-size: 2.5625rem;
  color: #ffffff;
}

.archive-sort .archive-tabs {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  display: flex;
  list-style: none;
}

.archive-sort .archive-tabs.treatment-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.archive-sort .archive-tabs li {
  width: 100%;
}

.archive-sort .archive-tabs li .archive-links {
  display: block;
  background-color: #36AC58;
  padding: 20px 40px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  color: #ffffff;
}

.archive-sort .archive-tabs li .archive-links.active {
  background-color: #6bbe4a;
}

.archive-sort .archive-tabs li .archive-links.active:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #6bbe4a;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 15px);
  margin: 0 auto;
}

.archive-sort .archive-tabs li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.archive-sort .archive-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.63em;
  font-weight: 400;
  list-style: none;
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 40px;
}

@media only screen and (min-width: 768px) {
  .archive-sort .archive-list {
    grid-template-columns: 1fr 1fr;
  }
}

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

.archive-sort .archive-list .alphapet-label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  color: #00A342;
  margin-bottom: 10px;
}

.archive-sort .archive-list .hide {
  display: none;
}

.archive-sort .archive-list ul {
  margin-bottom: 0;
}

.archive-sort .archive-list ul > li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 25px;
}

.archive-sort .archive-list ul > li:before {
  content: '\f054';
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Font Awesome 5 Pro";
  color: #FAA92B;
  position: absolute;
  top: 2px;
  left: 0;
}

.archive-sort .archive-list ul > li a {
  position: relative;
}

.archive-sort .archive-list ul ul {
  position: relative;
  margin: 1em 0 0;
}

.archive-sort .archive-list ul ul li {
  padding-bottom: 10px;
}

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

.archive-sort .archive-list .accordion-open:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.archive-sort .archive-list .accordion-open > .accordian-response {
  display: block;
  padding-left: 20px;
}

.archive-sort .archive-list .accordion {
  width: 100%;
}

.archive-sort .archive-list .accordian-response {
  display: none;
}

/*===============================================
=               Find a Doctor Page              =
===============================================*/
.tmpl_type_archive_doctors .archive-sort .archive-tabs .archive-links.active:before {
  left: 9%;
}

.tmpl_type_single_doctors h2 {
  text-transform: none;
}

.tmpl_type_single_doctors .dr-heading {
  margin-top: 0;
  margin-bottom: 25px;
  color: #42A048;
  text-transform: uppercase;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_doctors .dr-heading {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-profile-section {
    display: flex;
    column-gap: 45px;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .profile-img {
  width: 278px;
  height: auto;
  margin: 0 auto 25px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-profile-section .profile-img {
    margin-bottom: 0;
    width: auto;
    min-width: 278px;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: relative;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text {
  width: 100%;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-name {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 32px;
  font-size: 2rem;
  text-transform: none;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-name {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1em;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.63em;
  font-weight: 400;
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section {
    padding-bottom: 5px;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section .dr-specialties-list {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section .dr-specialties-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section .dr-specialties-list li {
  padding-left: 35px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-specialties-section .dr-specialties-list li:before {
  content: "";
  background: url("images/svg/icon-checkmark.svg");
  background-size: 17px 11px;
  left: 0;
  top: 0.5em;
  width: 17px;
  height: 11px;
  border-radius: unset;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.63em;
  font-weight: 400;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 25px 0 0;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li {
  padding-left: 0;
  padding-bottom: 20px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li:before {
  display: none;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li > div {
  display: flex;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-active svg {
  width: auto;
  height: 21px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-website {
  display: flex;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-website svg {
  width: auto;
  height: 22px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-primary-care svg {
  width: auto;
  height: 11px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-primary-care svg path {
  stroke: #f78d2a;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .dr-employment-date svg {
  width: auto;
  height: 22px;
}

.tmpl_type_single_doctors .doctor-profile-section .dr-profile-text .dr-info-section .dr-info li .button-icon {
  margin-right: 15px;
}

.tmpl_type_single_doctors .bio-section {
  padding-top: 40px;
}

.tmpl_type_single_doctors .bio-section .owl-carousel.doctor-carousel {
  padding-top: 50px;
}

.tmpl_type_single_doctors .doctor-certifications-section .certification-list {
  margin: 0;
}

.tmpl_type_single_doctors .doctor-certifications-section .certification-list li {
  padding-left: 0;
}

.tmpl_type_single_doctors .doctor-certifications-section .certification-list li:before {
  display: none;
}

.tmpl_type_single_doctors .doctor-education-section ul {
  margin: 2em 0;
}

.tmpl_type_single_doctors .doctor-education-section ul li {
  padding-left: 0;
  padding-bottom: 35px;
}

.tmpl_type_single_doctors .doctor-education-section ul li .education-name {
  font-weight: 700;
}

.tmpl_type_single_doctors .doctor-education-section ul li:before {
  display: none;
}

.tmpl_type_single_doctors .doctor-education-section ul li:last-of-type {
  padding-bottom: 0;
}

.tmpl_type_single_doctors .doctor-dept-section ul {
  margin: 2em 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-dept-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_doctors .doctor-dept-section ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tmpl_type_single_doctors .doctor-dept-section ul li {
  padding-left: 30px;
}

.tmpl_type_single_doctors .doctor-dept-section ul li:before {
  content: '';
  background: url("images/svg/icon-checkmark.svg");
  background-size: 17px 12px;
  width: 17px;
  height: 12px;
  border-radius: unset;
}

.tmpl_type_single_doctors .doctor-treatments-section ul {
  margin: 2em 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-treatments-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_doctors .doctor-treatments-section ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tmpl_type_single_doctors .doctor-treatments-section ul li {
  padding-left: 30px;
}

.tmpl_type_single_doctors .doctor-treatments-section ul li:before {
  content: '';
  background: url("images/svg/icon-checkmark.svg");
  background-size: 17px 12px;
  width: 17px;
  height: 12px;
  border-radius: unset;
}

.tmpl_type_single_doctors .doctor-location-section {
  padding-bottom: 20px;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_doctors .doctor-location-section .dr-location-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_doctors .doctor-location-section .dr-location-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li {
  padding-left: 0;
  padding-bottom: 0px;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li:before {
  display: none;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li .name {
  font-weight: 700;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li .tag {
  font-weight: 700;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li .address {
  padding-top: 20px;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li .street {
  display: inline-block;
}

.tmpl_type_single_doctors .doctor-location-section .dr-location-list li .suite {
  display: inline-block;
}

/*===============================================
=             Care Centers Single Page          =
===============================================*/
.tmpl_type_single_care .doctor-treatment-section {
  padding-top: 40px;
}

.tmpl_type_single_care .doctor-treatment-section ul {
  margin-left: 0;
  margin-right: 0;
}

.tmpl_type_single_care .doctor-treatment-section ul li {
  padding-left: 0;
}

.tmpl_type_single_care .doctor-treatment-section ul li:before {
  display: none;
}

.tmpl_type_single_care .doctor-dept-section a:hover {
  color: #009879;
}

.tmpl_type_single_care .doctor-dept-section .provider-list {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .doctor-dept-section .provider-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_care .doctor-dept-section .provider-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.tmpl_type_single_care .doctor-dept-section .provider-list li {
  padding-left: 0;
  color: #0093c8;
}

.tmpl_type_single_care .doctor-dept-section .provider-list li:before {
  display: none;
}

.tmpl_type_single_care .doctor-dept-section .provider-list li .profile-img {
  background-color: #E0E0E0;
  width: 240px;
  height: 240px;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .doctor-dept-section .provider-list li .profile-img {
    width: 100%;
  }
}

.tmpl_type_single_care .doctor-dept-section .provider-list li .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: relative;
}

.tmpl_type_single_care .doctor-dept-section .provider-list li .doctor-name {
  color: #009879;
}

.tmpl_type_single_care .doctor-category-videos-section .category-video-list {
  margin: 2em 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .doctor-category-videos-section .category-video-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_care .doctor-category-videos-section .category-video-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.tmpl_type_single_care .doctor-category-videos-section .category-video-list li {
  padding-left: 0;
  padding-bottom: 0;
}

.tmpl_type_single_care .doctor-category-videos-section .category-video-list li:before {
  display: none;
}

.tmpl_type_single_care .doctor-category-videos-section .category-video-list li .ytvideo {
  width: 100%;
}

.tmpl_type_single_care .doctor-category-videos-section .category-video-list li .ytvideo:after {
  font-size: 50px;
}

.tmpl_type_single_care .doctor-location-section h2 {
  margin-bottom: 35px;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .doctor-location-section .dr-location-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li {
  padding-left: 0;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_care .doctor-location-section .dr-location-list li .address-text {
    min-height: 115px;
  }
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li:before {
  display: none;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li:last-of-type {
  padding-bottom: 0;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #0093c8;
  margin-bottom: 10px;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .street {
  display: inline-block;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .suite {
  display: inline-block;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .location-photo {
  margin-top: 20px;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .location-photo img {
  width: 100%;
}

.tmpl_type_single_care .doctor-location-section .dr-location-list li .learn-more {
  margin-top: 25px;
  display: block;
}

.tmpl_type_single_care .doctor-dept-video-section .yottie-widget-nav-list > li {
  padding: 0;
}

.tmpl_type_single_care .doctor-dept-video-section .yottie-widget-nav-list > li:before {
  display: none;
}

.center-for-cancer-care .site-header {
  background-position: right;
}

/*===============================================
=             Treatments Single Page           =
===============================================*/
.tmpl_type_single_treatments h1 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_treatments h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1em;
  }
}

.tmpl_type_single_treatments .care-sections h2 {
  margin-top: 0;
  color: #42A048;
  text-transform: uppercase;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_treatments .care-sections h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1em;
  }
}

/*===============================================
=                 Locations Page               =
===============================================*/
.tmpl_type_archive_locations .archive-tabs {
  margin-bottom: 70px;
}

.tmpl_type_archive_locations h3 {
  margin-top: 0;
}

.tmpl_type_archive_locations .all-locations {
  list-style: none;
}

.tmpl_type_archive_locations .all-locations .each-location {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_archive_locations .all-locations .each-location {
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
}

.tmpl_type_archive_locations .all-locations .each-location:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tmpl_type_single_locations h2,
.tmpl_type_archive_locations h2 {
  text-transform: uppercase;
}

.tmpl_type_single_locations .tag,
.tmpl_type_archive_locations .tag {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #0093c8;
  margin-bottom: 10px;
}

.tmpl_type_single_locations .facilities,
.tmpl_type_archive_locations .facilities {
  padding-top: 40px;
}

.tmpl_type_single_locations .location-name,
.tmpl_type_archive_locations .location-name {
  font-size: 32px;
  font-size: 2rem;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_locations .location-name,
  .tmpl_type_archive_locations .location-name {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1em;
  }
}

.tmpl_type_single_locations .location-phone a,
.tmpl_type_archive_locations .location-phone a {
  color: #282828;
}

.tmpl_type_single_locations .location-phone a:hover,
.tmpl_type_archive_locations .location-phone a:hover {
  color: #009879;
}

.tmpl_type_single_locations .location-details,
.tmpl_type_archive_locations .location-details {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_locations .location-details,
  .tmpl_type_archive_locations .location-details {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}

.tmpl_type_single_locations .location-details .location-phone,
.tmpl_type_archive_locations .location-details .location-phone {
  margin-bottom: 25px;
}

.tmpl_type_single_locations .location-details .location-phone a,
.tmpl_type_archive_locations .location-details .location-phone a {
  font-weight: 700;
}

.tmpl_type_single_locations .location-details .directions,
.tmpl_type_archive_locations .location-details .directions {
  display: flex;
  align-items: center;
}

.tmpl_type_single_locations .location-details .directions svg,
.tmpl_type_archive_locations .location-details .directions svg {
  display: block;
  width: 8px;
  height: auto;
  margin-left: 10px;
}

.tmpl_type_single_locations .location-details .directions svg polygon,
.tmpl_type_archive_locations .location-details .directions svg polygon {
  fill: #f78d2a;
}

.tmpl_type_single_locations .location-details .location-links,
.tmpl_type_archive_locations .location-details .location-links {
  padding-top: 35px;
}

.tmpl_type_single_locations .location-details .email,
.tmpl_type_archive_locations .location-details .email {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tmpl_type_single_locations .location-details .email svg,
.tmpl_type_archive_locations .location-details .email svg {
  display: block;
  width: 21px;
  height: auto;
  margin-right: 10px;
}

.tmpl_type_single_locations .location-details .website,
.tmpl_type_archive_locations .location-details .website {
  display: flex;
  align-items: center;
}

.tmpl_type_single_locations .location-details .website svg,
.tmpl_type_archive_locations .location-details .website svg {
  display: block;
  width: 21px;
  height: auto;
  margin-right: 10px;
}

.tmpl_type_single_locations .location-details .location-image,
.tmpl_type_archive_locations .location-details .location-image {
  background: #E0E0E0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_locations .location-details .location-image,
  .tmpl_type_archive_locations .location-details .location-image {
    min-height: auto;
  }
}

.tmpl_type_single_locations .location-details .location-image img,
.tmpl_type_archive_locations .location-details .location-image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_locations .location-details .location-image img,
  .tmpl_type_archive_locations .location-details .location-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
  }
}

.tmpl_type_single_locations .department-list,
.tmpl_type_archive_locations .department-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_locations .department-list,
  .tmpl_type_archive_locations .department-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}

.tmpl_type_single_locations .facilities-list,
.tmpl_type_archive_locations .facilities-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  margin: 1em 0 0;
}

@media only screen and (min-width: 768px) {
  .tmpl_type_single_locations .facilities-list,
  .tmpl_type_archive_locations .facilities-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}

.tmpl_type_single_locations .facilities-list li,
.tmpl_type_archive_locations .facilities-list li {
  padding-bottom: 0;
}

/*===============================================
=              Events Calendar Page            =
===============================================*/
.tmpl_type_archive_mec_events .mec-container {
  padding-bottom: 75px;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-totalcal-box .mec-text-input-search {
  display: flex;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-totalcal-box .mec-text-input-search .mec-sl-magnifier {
  width: 38px;
  height: 38px;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec {
  background-color: #ffffff;
  height: 100%;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-image-wrap .mec-event-image {
  width: 100%;
  height: 100%;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-image-wrap .mec-event-image a {
  height: 100%;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-image-wrap .mec-event-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: unset;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-content {
  text-align: left;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-content h3 a {
  color: #0093c8;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-topsec .mec-event-content h3 a:hover {
  color: #6bbe4a;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-event-meta {
  text-align: left;
}

.tmpl_type_archive_mec_events .mec-wrap .mec-event-list-standard .mec-event-meta span.mec-event-d {
  color: #6bbe4a;
}

.tmpl_type_archive_mec_events .mec-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: unset;
}

.tmpl_type_taxonomy_mec_category .mec-event-article {
  text-align: left;
}

.tmpl_type_taxonomy_mec_category .mec-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: unset;
}

.tmpl_type_single_mec_events .mec-container .nocomments {
  display: none;
}

.tmpl_type_single_mec_events .mec-container .mec-event-content {
  text-align: left;
}

.tmpl_type_single_mec_events .mec-single-event .mec-single-title {
  color: #0093c8;
}

.tmpl_type_single_mec_events .mec-single-event .mec-event-meta h3 {
  color: #6bbe4a;
}

.tmpl_type_single_mec_events .mec-single-event .mec-event-meta dd {
  padding-left: 0;
}

.tmpl_type_single_mec_events .mec-single-event .mec-event-meta dt {
  color: #6bbe4a;
}

.tmpl_type_single_mec_events .mec-wrap .mec-events-event-image img {
  height: auto;
}

.tmpl_type_single_mec_events .mec-wrap .mec-single-event-organizer {
  display: flex;
  flex-direction: column;
}

.tmpl_type_single_mec_events .mec-wrap .mec-single-event-organizer .mec-events-single-section-title {
  order: 1;
}

.tmpl_type_single_mec_events .mec-wrap .mec-single-event-organizer .mec-img-organizer {
  order: 2;
}

.tmpl_type_single_mec_events .mec-wrap .mec-single-event-organizer > dl {
  order: 3;
}

.tmpl_type_single_mec_events .mec-wrap .mec-next-previous-events a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0093c8;
  background: #0093c8;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 40px;
}

.tmpl_type_single_mec_events .mec-wrap .mec-next-previous-events a:hover {
  background: #009879;
  border-color: #009879;
  color: #ffffff !important;
}

.tmpl_type_single_mec_events .mec-events-meta-group-booking {
  text-align: left;
}

.tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container {
  padding: 0 40px;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container li {
  display: block;
  margin: 0 0 30px !important;
  width: 100% !important;
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container li {
    width: 49% !important;
  }
}

.tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container li select {
  width: 100% !important;
}

.tmpl_type_single_mec_events .mec-events-meta-group-booking .mec-book-tickets-reg-fields-container .mec-book-reg-field-textarea {
  width: 100% !important;
}

/*==========================================
=            Meet Staff Section            =
==========================================*/
@media only screen and (min-width: 768px) {
  .tmpl_type_page .staff-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    column-gap: 30px;
  }
}

@media only screen and (min-width: 1060px) {
  .tmpl_type_page .staff-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
  }
}

.tmpl_type_page .staff-wrap li {
  padding-left: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.tmpl_type_page .staff-wrap li:before {
  content: unset;
}

.tmpl_type_page .staff-wrap li img {
  margin-bottom: 25px;
}

.tmpl_type_page .staff-wrap li .staff-name {
  font-size: 27px;
  text-transform: capitalize;
  font-family: ABeeZee;
  color: #009C7A;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.tmpl_type_page .staff-wrap li .staff-name span {
  font-size: 22px;
  display: block;
}

.tmpl_type_page .staff-wrap li p {
  margin-bottom: 8px;
}

.tmpl_type_page .staff-wrap li p a {
  font-weight: 600;
}

.image-grid-list {
  padding: 0 10px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .image-grid-list {
    grid-template-columns: 1fr 1fr;
  }
}

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

.image-grid-list .bg-image {
  position: relative;
}

.image-grid-list .bg-image img {
  width: 100%;
  height: auto;
}

.image-grid-list .description {
  padding: 10px;
  position: relative;
  width: 100%;
  background-color: #009879;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  min-height: 100px;
}

.image-grid-list .description .subheading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  text-transform: capitalize;
}

.image-grid-list li {
  min-height: 150px;
  position: relative;
  padding-left: 0 !important;
}

.image-grid-list li:before {
  display: none;
}

/* ------------------------
	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(40, 40, 40, 0.1);
  position: relative;
}

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

.sidebar-block li:first-of-type {
  border-top: 1px solid rgba(40, 40, 40, 0.1);
}

.sidebar-block li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0.35em;
  color: #0093c8;
  font-size: 25px;
}

.related-block {
  padding-top: 0;
}

/* ------------------------
	Footer Layout
------------------------ */
.f-more-info {
  border-top: 1px solid rgba(112, 112, 112, 0.23);
  background-color: #FCFCFC;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.f-more-info .h2 {
  font-family: "Raleway", sans-serif;
  color: #6bbe4a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 100%;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
}

@media only screen and (min-width: 1060px) {
  .f-more-info .h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1em;
  }
}

.f-more-info .phone {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1060px) {
  .f-more-info .phone {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1em;
  }
}

.f-blog {
  text-align: left;
  padding: 70px 20px 85px;
}

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

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

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

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

.f-blog h3, .f-blog .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.08em;
  font-weight: 700;
  text-transform: none;
  color: #717171;
  margin-top: 0;
}

@media only screen and (min-width: 1060px) {
  .f-blog h3, .f-blog .h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1em;
    margin-bottom: 1.5em;
  }
}

.f-blog .blog-content {
  margin-bottom: 40px;
}

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

@media only screen and (min-width: 1060px) {
  .f-blog .blog-content {
    width: 31%;
    margin-bottom: 0;
  }
}

.f-blog .blog-content:last-of-type {
  margin-bottom: 0px;
}

.f-blog .blog-content ul {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.625em;
  font-weight: 400;
  list-style: none;
  margin-bottom: 0;
}

.f-blog .blog-content ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(25, 25, 25, 0.2);
}

.f-blog .blog-content ul li:last-of-type {
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}

.f-blog .blog-content ul a {
  color: #6bbe4a;
}

.f-blog .blog-content ul a:hover {
  color: #0093c8;
}

.f-blog .upcoming-events .mec-wrap .mec-event-article > div {
  padding: 0;
}

.f-blog .upcoming-events .mec-wrap .mec-event-article:before {
  display: none;
}

.f-blog .upcoming-events .mec-wrap .mec-event-article .mec-event-date, .f-blog .upcoming-events .mec-wrap .mec-event-article .mec-event-loc-place, .f-blog .upcoming-events .mec-wrap .mec-event-article .btn-wrapper, .f-blog .upcoming-events .mec-wrap .mec-event-article .mec-event-detail {
  display: none;
}

.f-blog .upcoming-events .mec-wrap .mec-event-article h4.mec-event-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.625em;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  padding-top: 0;
  margin-bottom: 0;
}

.f-blog .upcoming-events .mec-wrap .mec-event-list-minimal {
  text-align: left;
}

.f-blog .upcoming-events .mec-wrap .mec-event-list-minimal .mec-event-article {
  border-top: 1px solid rgba(25, 25, 25, 0.2);
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.f-blog .upcoming-events .mec-wrap .mec-event-list-minimal .mec-event-article > div {
  width: 100%;
}

.f-blog .upcoming-events .mec-wrap .mec-event-list-minimal .mec-event-article:last-of-type {
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}

.f-blog .upcoming-events .mec-wrap .mec-event-list-minimal .mec-event-article .mec-event-label-captions {
  display: none;
}

.f-blog .upcoming-events .mec-wrap a {
  color: #6bbe4a;
  margin-top: 0;
}

.f-blog .upcoming-events .mec-wrap a:hover {
  color: #0093c8;
}

/*====================================
=            Upper Footer            =
====================================*/
.upper-footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  font-weight: 400;
  background-color: #AAAAAA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 85px;
  padding-bottom: 30px;
}

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

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

.upper-footer .h2 {
  color: #ffffff;
  text-transform: uppercase;
}

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

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

.upper-footer .f-locations li {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.upper-footer .f-locations li .location-info {
  background: #ffffff;
  box-shadow: 0px 2px 16px #000040;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-locations li .location-info {
    padding: 35px 90px;
  }
}

@media only screen and (min-width: 1060px) {
  .upper-footer .f-locations li .location-info {
    padding: 30px 80px;
  }
}

.upper-footer .f-locations li .location-info:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.upper-footer .f-locations li .location-info .name {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
  font-weight: 600;
  color: #009879;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .upper-footer .f-locations li .location-info .name {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1em;
  }
}

.upper-footer .f-locations li .location-info .f-phone {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

/*====================================
=            Lower Footer            =
====================================*/
.lower-footer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #009879;
  color: #ffffff;
}

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

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

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

.lower-footer .button:hover {
  border-color: #ffffff !important;
}

.lower-footer .hdng {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.lower-footer .f-contact {
  text-align: left;
}

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

@media only screen and (min-width: 1060px) {
  .lower-footer .f-contact {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-contact > div {
    width: 48%;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .f-contact > div {
    width: 31%;
  }
}

.lower-footer .f-contact ul {
  list-style: none;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-contact ul {
    margin-bottom: 30px;
  }
}

.lower-footer .f-contact ul li:before {
  display: none;
}

.lower-footer .f-contact .f-contact-info {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .f-contact .f-contact-info .f-phone-numbers {
    margin-bottom: 15px;
  }
}

.lower-footer .f-contact .f-contact-info .f-phone-numbers li {
  display: flex;
}

.lower-footer .f-contact .f-contact-info .f-phone-numbers li:last-of-type {
  font-weight: 700;
}

.lower-footer .nondiscrimination_policy ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.lower-footer .nondiscrimination_policy ul li {
  padding-right: 5px;
}

.lower-footer .nondiscrimination_policy ul li:last-of-type span {
  display: none;
}

.lower-footer .right-side {
  text-align: center;
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .right-side {
    margin-top: 85px;
    text-align: left;
  }
}

@media only screen and (min-width: 1060px) {
  .lower-footer .right-side {
    margin-top: 0;
  }
}

.lower-footer .right-side .f-social {
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .lower-footer .right-side .f-social {
    display: flex;
    justify-content: space-between;
  }
}

.lower-footer .right-side .f-social a {
  padding-left: 8px;
  padding-right: 8px;
}

.lower-footer .right-side .f-social a i {
  font-size: 36px;
  font-size: 2.25rem;
}

.lower-footer .right-side img {
  width: 202px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .lower-footer .right-side img {
    width: 350px;
  }
}

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

.lower-footer .rm-sig .rm-logo {
  display: inline-block;
}

.lower-footer .rm-sig svg {
  margin-left: 8px;
  width: 42px;
  height: 17px;
}

.lower-footer .rm-sig svg path {
  fill: rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*======================================
=            Sticky Contact            =
======================================*/
.sticky-contact {
  display: none;
}

@media only screen and (min-width: 1060px) {
  .sticky-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: -200px;
    transition: bottom 0.3s linear;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #393939;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

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

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

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

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

.sticky-contact .sticky-heading span {
  color: #009879;
}

.sticky-contact form.seaforms {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  margin-left: 10px;
}

.sticky-contact form.seaforms .field-wrap {
  margin: 0 5px;
  margin-bottom: 0 !important;
  flex-grow: 1;
  flex-basis: 0;
  height: 40px;
}

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

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

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

.sticky-contact form.seaforms .type-submitbutton {
  margin: 0 0 0 5px;
  flex-grow: 0;
  line-height: 100%;
}

.sticky-contact form.seaforms .type-submitbutton input {
  border: 2px solid #009879;
  color: #ffffff;
  background: none;
  transition: all 0.2s;
}

.sticky-contact form.seaforms .type-submitbutton input:hover {
  background: #009879;
}

#___gcse_0 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}

#___gcse_0.show {
  display: block;
}

#___gcse_0 .gsc-control-cse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid transparent;
}

#___gcse_0 .gsc-control-wrapper-cse {
  position: absolute;
  max-width: 774px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: left;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box {
  margin-bottom: 0;
  position: relative;
  background: rgba(107, 190, 74, 0.9);
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box:before {
  content: "";
  width: 30px;
  height: 100%;
  background: url("images/svg/in-search.svg");
  top: 0;
  left: 0;
  background-size: 30px 30px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 20px;
  transform: translateY(25%);
  z-index: 1;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box .gsib_a input[type="text"] {
  background: none !important;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Raleway", sans-serif;
  margin-top: 15px;
  margin-left: 10px;
  border: none;
  background: transparent;
  color: white;
  outline: none;
  display: inline-block;
  width: 90%;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box .gsib_a input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box .gsib_b {
  display: none;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box .gsc-input {
  background: transparent;
  padding-left: 50px;
  width: calc(100% - 53px);
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box td.gsc-search-button {
  padding-left: 20px;
  padding-right: 30px;
  margin: 0;
  width: fit-content;
  width: fit-content;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button {
  background: transparent;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: none;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button svg {
  display: none;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 100%;
  background: url("images/search-submit.png");
  background-size: 29px 29px;
  border: none;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box tbody > tr {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box td, #___gcse_0 .gsc-control-wrapper-cse form.gsc-search-box tr {
  background: transparent;
  border: none;
}

#___gcse_0 .gsc-control-wrapper-cse table.gsc-search-box {
  margin: 0;
}

#___gcse_0 .gsc-control-wrapper-cse .gsc-input-box {
  border: none;
  background: transparent;
}

#___gcse_0 .gsc-control-wrapper-cse .gsc-input-box table {
  margin: 0;
}

#___gcse_0 .gsc-control-wrapper-cse .gsc-input-box table .gsc-input {
  background: transparent;
}

#___gcse_0 .gsc-results-wrapper-overlay {
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
  #___gcse_0 .gsc-results-wrapper-overlay {
    width: 70%;
  }
}

.gstl_50.gssb_c {
  width: calc(100% - 40px) !important;
  max-width: 734px;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  position: fixed !important;
}

@media only screen and (min-width: 768px) {
  .gstl_50.gssb_c {
    margin-top: 9px;
  }
}

.gstl_50.gssb_c tr {
  margin-bottom: 0;
}

.gstl_50.gssb_c td {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form .button {
  border: none;
}

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

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

form .stopyenoh {
  position: absolute;
}

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

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

.field-wrap {
  position: relative;
}

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

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

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

/* ***************************************** */
/* ---------- Specific Templates ----------- */
/* ***************************************** */
/* ------------------------
	Home Page
------------------------ */
.home .front-header {
  position: relative;
  z-index: 1;
  min-height: 561px;
  height: calc(100vh - 51px);
  background-position: 60% center;
}

@media only screen and (min-width: 768px) {
  .home .front-header {
    min-height: 769px;
    height: calc(100vh - 76px);
  }
}

@media only screen and (min-width: 1060px) {
  .home .front-header {
    min-height: 1003px;
    height: calc(100vh - 60px);
    background-attachment: fixed;
  }
}

.home .front-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.25);
}

.home .front-header-content {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7em;
  font-weight: 400;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .home .front-header-content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7em;
    bottom: 130px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .front-header-content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.42em;
    bottom: 200px;
  }
}

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

.home .front-header-content .front-header-heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.13em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 0.14px;
}

@media only screen and (min-width: 768px) {
  .home .front-header-content .front-header-heading {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.14em;
  }
}

.home .header-curves {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.home .header-curves svg {
  height: auto;
  position: absolute;
  bottom: 0;
}

.home .header-curves svg:first-of-type {
  left: -10%;
}

@media only screen and (min-width: 768px) {
  .home .header-curves svg:first-of-type {
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
    animation: swell2 10s ease infinite;
  }
}

.home .header-curves svg:first-of-type path {
  fill: rgba(77, 182, 40, 0.5);
}

.home .header-curves svg:nth-of-type(2) {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .home .header-curves svg:nth-of-type(2) {
    left: 0;
    right: auto;
    animation: swell1 7s ease infinite;
    bottom: -12px;
  }
}

.home .header-curves svg:nth-of-type(2) path {
  fill: rgba(0, 143, 212, 0.5);
}

.home .header-curves svg:last-of-type {
  left: -10%;
  bottom: -1px;
}

@media only screen and (min-width: 768px) {
  .home .header-curves svg:last-of-type {
    left: 50%;
    right: auto;
    width: 150%;
    transform: translateX(-50%);
    animation: swell2 7s ease infinite;
  }
}

.home .header-curves svg:last-of-type path {
  fill: white;
}

.home .blue-curves {
  background-color: #ffffff;
}

.home .blue-curves svg {
  margin-bottom: -8px;
}

.home .blue-curves svg path {
  fill: #0E68A4;
}

.home .white-curves svg {
  margin-bottom: -8px;
}

.home .white-curves svg path {
  fill: #ffffff;
}

.home .home-welcome-section {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.88em;
  font-weight: 400;
  padding: 65px 20px 40px;
  background-color: #ffffff;
  overflow: hidden;
}

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

@media only screen and (min-width: 1060px) {
  .home .home-welcome-section {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9em;
    padding-bottom: 130px;
  }
}

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

.home .home-welcome-section .home-welcome-content {
  padding-bottom: 65px;
}

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

@media only screen and (min-width: 1060px) {
  .home .home-welcome-section .home-welcome-content {
    padding-bottom: 145px;
  }
}

.home .home-welcome-section .home-welcome-content .home-welcome-img {
  padding-top: 49vw;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1060px) {
  .home .home-welcome-section .home-welcome-content .home-welcome-img {
    display: flex;
    align-items: center;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 60px 0;
    min-height: 550px;
  }
}

.home .home-welcome-section .home-welcome-content .welcome-text {
  text-align: left;
}

@media only screen and (min-width: 1060px) {
  .home .home-welcome-section .home-welcome-content .welcome-text {
    margin-right: 49%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 70px 20px 0;
  }
}

@media only screen and (min-width: 1692px) {
  .home .home-welcome-section .home-welcome-content .welcome-text {
    padding: 60px 70px 60px 0;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-welcome-section .home-welcome-content:nth-of-type(even) .home-welcome-img {
    background-position: left top;
  }
  .home .home-welcome-section .home-welcome-content:nth-of-type(even) .welcome-text {
    margin-right: 0;
    margin-left: 49%;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1060px) {
  .home .home-welcome-section .home-welcome-content:nth-of-type(even) .welcome-text {
    padding: 20px 0px 20px 70px;
  }
}

@media only screen and (min-width: 1060px) and (min-width: 1692px) {
  .home .home-welcome-section .home-welcome-content:nth-of-type(even) .welcome-text {
    padding: 60px 0px 60px 70px;
  }
}

.home .home-welcome-section .home-welcome-content:last-of-type {
  padding-bottom: 0;
}

.home .home-welcome-section h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .home .home-welcome-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1692px) {
  .home .home-welcome-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
    margin-top: 0;
  }
}

.home .home-memberships {
  background-color: #ffffff;
  padding: 20px 20px 85px;
  position: relative;
}

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

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

.home .home-services-section {
  background-image: url("images/svg/wave-white.svg");
  background-color: #0E68A4;
  background-size: 90vw;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section {
    background-size: 1000px 352px;
    background-attachment: fixed;
  }
}

.home .home-services-section .home-services {
  padding: 20px;
}

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

.home .home-services-section h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.39em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .home .home-services-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
  }
}

.home .home-services-section h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27em;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .home .home-services-section h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.17em;
  }
}

@media only screen and (min-width: 768px) {
  .home .home-services-section .subheading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67em;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section .subheading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9em;
  }
}

.home .home-services-section .service-list {
  margin: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .home .home-services-section .service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 45px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section .service-list {
    margin-top: 85px;
  }
}

.home .home-services-section .service-list li {
  list-style: none;
  padding-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  .home .home-services-section .service-list li {
    width: 50%;
    padding: 0 25px 50px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-services-section .service-list li {
    width: 25%;
    padding: 0 25px 125px;
  }
}

.home .home-services-section .service-list li .service-icon svg {
  width: auto;
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .home .home-services-section .service-list li .service-icon svg {
    height: 120px;
  }
}

.home .home-services-section .service-list li .service-icon svg path {
  transition: fill 0.3s;
  fill: #f78d2a;
}

.home .home-services-section .service-list li:last-of-type {
  padding-bottom: 0;
}

.home .home-services-section .service-list li .light-button {
  text-decoration: underline;
  color: #ffffff;
}

.home .home-services-section .service-list li .light-button i {
  text-decoration: none;
  padding-left: 5px;
  font-weight: 600;
  color: #AAAAAA;
}

.home .home-facilities-section {
  background-color: #ffffff;
  padding: 55px 20px;
}

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

@media only screen and (min-width: 1060px) {
  .home .home-facilities-section {
    padding-top: 180px;
    padding-bottom: 90px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9em;
  }
}

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

.home .home-facilities-section h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .home .home-facilities-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1em;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-facilities-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1em;
  }
}

.home .home-community-section {
  background-color: #ffffff;
}

.home .home-community-section .community-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30vw 20px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-image {
    padding: 30vw 20px 75px;
  }
}

@media only screen and (min-width: 1596px) {
  .home .home-community-section .community-image {
    padding-right: calc(40px + (50vw - (1596px / 2)));
    padding-left: calc(40px + (50vw - (1596px / 2)));
    padding-top: 27vw;
    padding-bottom: 27vw;
    padding-top: 27vw;
    padding-bottom: 175px;
  }
}

.home .home-community-section .community-image h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-image h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1em;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-community-section .community-image h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.1em;
  }
}

.home .home-community-section .community-content-wrap {
  padding: 40px 20px 90px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-community-section .community-content-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 25px;
  }
}

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

.home .home-community-section .community-content-wrap .community-content {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .community-content {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-community-section .community-content-wrap .community-content {
    width: 65%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9em;
  }
}

.home .home-community-section .community-content-wrap .community-content .button {
  margin-top: 1em;
}

@media only screen and (min-width: 1060px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap {
    width: 31%;
  }
}

.home .home-community-section .community-content-wrap .outreach-list-wrap h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: 700;
  margin-top: 0;
  color: #f78d2a;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
  }
}

.home .home-community-section .community-content-wrap .outreach-list-wrap h3 {
  color: #6bbe4a;
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43em;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap ul {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul li {
  border-top: 1px solid #191919;
  padding: 30px 0;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap ul li {
    padding: 25px 0;
  }
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul li:last-of-type {
  border-bottom: 1px solid #191919;
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul li .program-image {
  margin-right: 15px;
  min-width: 66px;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap ul li .program-image {
    min-width: 109px;
    margin-right: 30px;
  }
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul li .program-image img {
  width: 100%;
  height: auto;
}

.home .home-community-section .community-content-wrap .outreach-list-wrap ul h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .home .home-community-section .community-content-wrap .outreach-list-wrap ul h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22em;
  }
}

.home .home-staff-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #009879;
  color: #ffffff;
  padding: 60px 20px 50px;
}

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

@media only screen and (min-width: 1060px) {
  .home .home-staff-section {
    padding-top: 225px;
    padding-bottom: 170px;
  }
}

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

.home .home-staff-section h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.07em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .home .home-staff-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1em;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-staff-section h2 {
    margin-bottom: 1em;
  }
}

.home .home-staff-section .featured-image-section {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
}

@media only screen and (min-width: 768px) {
  .home .home-staff-section .featured-image-section {
    padding-top: 40px;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-staff-section .featured-image-section {
    padding-top: 60px;
    column-gap: 25px;
  }
}

.home .home-staff-section .featured-image-section .featured-img-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
}

@media only screen and (min-width: 768px) {
  .home .home-staff-section .featured-image-section .featured-img-wrap {
    row-gap: 10px;
  }
}

@media only screen and (min-width: 1060px) {
  .home .home-staff-section .featured-image-section .featured-img-wrap {
    row-gap: 25px;
  }
}

.home .home-staff-section .featured-image-section .featured-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .home-staff-section .featured-image-section .featured-img-1 img {
  aspect-ratio: 745 / 993;
}

.home .home-staff-section .featured-image-section .featured-img-2 img, .home .home-staff-section .featured-image-section .featured-img-3 img {
  aspect-ratio: 842 / 487;
}

.home .home-staff-section .featured-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: unset;
}

.home .home-video-section {
  background-color: #E5EBEF;
  text-align: left;
  padding: 35px 20px;
}

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

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

.home .home-video-section h2 {
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}

.home .home-video-section .home-video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.home .home-video-section .home-video-list li {
  width: 48%;
}

@media only screen and (min-width: 1060px) {
  .home .home-video-section .home-video-list li {
    width: 23%;
  }
}

.home .home-video-section .home-video-list li:before {
  display: none;
}

.home .home-video-section .home-video-list .description {
  margin-top: 15px;
}

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

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

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

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

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

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

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

.cat-select .cats {
  position: absolute;
  display: none;
  z-index: 100;
  background: #009879;
  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: #0093c8;
}

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

.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 #009879;
  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 #009879;
  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: #282828;
  border: none;
}

.tmpl_type_rmg_category_child .bna-group .hover-overlay .button:hover {
  color: #282828 !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 #009879;
  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: #282828;
  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(0, 152, 121, 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: #282828;
  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: #40b4e2;
}

@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: #009879;
  margin: 2px;
}

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

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

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

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

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

.dr-quote footer {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

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

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

.warranty-icons .landing-icon {
  height: 75px;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/*===============================================
=            Landing Page Styles End            =
===============================================*/
/* ------------------------
	Random Internal Pages
------------------------ */
/* ------------------------
	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: #6bbe4a;
  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: #f2f2f2;
}

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

table td span {
  color: #009879;
  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: #6bbe4a;
  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;
  }
}

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