@import url("../../global/CSS/global.css");
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0em;
  font-family: 'merriweather', Georgia, 'Times New Roman', Times, serif;
}
h3,
h5,
h6 {
  margin-bottom: 0em;
  font-family: 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p,
ol,
ul,
blockquote,
pre,
code {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.75em;
  color: #666666;
  font-weight: 500;
}
p,
ol,
ul,
blockquote,
.btn {
  font-family: 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p + ul {
  margin-top: 0.25em;
}
code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
h1,
.h1 {
  font-size: 3em;
  line-height: 1.2857em;
  margin-top: 0.6429em;
  color: #8e44ad;
  letter-spacing: -0.01em;
}
h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  color: #8e44ad;
}
h3 {
  font-size: 1.6667em;
  line-height: 1.8em;
  margin-top: 0.9em;
  color: #3498db;
  letter-spacing: -0.02em;
}
h3 + p {
  margin-top: 1em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 1em;
  color: #27ae5f;
}
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0em;
}
h5 {
  font-size: 1.3333em;
  line-height: 1.125em;
  margin-top: 1.125em;
  font-weight: bold;
  color: #8e44ad;
  margin-bottom: 0.25em;
}
h6 {
  font-size: 1.1667em;
  line-height: 1.2857em;
  margin-top: 1.2857em;
  font-weight: bold;
  color: #3498db;
}
a {
  color: #3498db;
}
a:hover {
  color: #1abc9c;
}
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p,
.invert ol,
.invert ul,
.invert blockquote,
.invert pre,
.invert code {
  color: #ffffff;
}
address {
  border-left: 5px solid #ccc;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  color: #8e44ad;
  font-family: 'merriweather', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.25em;
}
/* -------------------- BASE STYLES -------------------- */
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-rendering: optimizeLegibility;
  overflow: scroll;
}
/* Need to Override global.css font-size */
body {
  font-size: 16px;
  background-color: #ffffff;
  color: #666666;
}
body.active {
  overflow: hidden;
}
a,
a:link,
a:visited,
a:active {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}
#mn-about-2021 {
  display: none;
}
/* -------------------- BOOTSTRAP OVERRIDES -------------------- */
.navbar-brand {
  height: auto;
  width: 230px;
  padding: 13px 0 0 0;
  margin-left: 0px !important;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-header {
  width: 20%;
}
.navbar-default .navbar-toggle {
  border-color: #aaa;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #aaa;
}
/* -------------------- COMMON STYLES -------------------- */
img.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.btn,
.swformsubmit__btn {
  background: #3498db;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 22px;
  color: #fff;
  font-weight: 600;
  font-size: smaller;
  margin-bottom: 10px;
  border: none;
}
.btn span.fa,
.swformsubmit__btn span.fa {
  font-size: 1.25em;
  top: 1px;
  position: relative;
  margin-left: 6px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.btn:hover,
.swformsubmit__btn:hover {
  background: #1abc9c;
  color: #ffffff;
  border: none;
}
.btn:hover span.fa,
.swformsubmit__btn:hover span.fa {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.btn.teal,
.swformsubmit__btn.teal {
  background: #1abc9c;
}
.btn.teal:hover,
.swformsubmit__btn.teal:hover {
  background: #3498db;
}
.btn-white {
  background: transparent;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 75px 11px;
  color: #fff !important;
  font-family: "Montserrat", "open-sans", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 10px;
  border: 2px solid white;
}
.btn-white:hover {
  background: white;
  color: #0076B6 !important;
}
.btn-blue {
  color: #3498db;
  font-weight: 900;
  font-size: 1.7rem;
  text-transform: uppercase;
}
a.btn-outline {
  background: transparent;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 40px 12px;
  color: #0076B6;
  font-family: "Montserrat", "open-sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  border: 2px solid #0076B6;
}
a.btn-outline:hover {
  background: #0076B6;
  color: white;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn {
  background: transparent !important;
  border-radius: 50px !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  padding: 10px 40px 12px !important;
  color: #0076B6 !important;
  font-family: "Montserrat", "open-sans", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  border: 2px solid #0076B6 !important;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover {
  background: #0076B6 !important;
  color: white !important;
}
a.cta,
a.cta:focus {
  background: #8e44ad;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 0.75em;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: transform 0.33s ease-out;
  -webkit-transition: -webkit-transform 0.33s ease-out;
  transition: -webkit-transform 0.33s ease-out;
  transition: transform 0.33s ease-out;
  transition: transform 0.33s ease-out, -webkit-transform 0.33s ease-out;
}
a.cta:hover,
a.cta:focus:hover {
  background: #1abc9c;
  color: #ffffff;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.formmodule input,
.formmodule textarea {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.formmodule input[type="submit"] {
  border: none;
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  padding: 10px 22px;
}
.templatecontent table {
  margin-top: 1em;
}
.templatecontent table th,
.templatecontent table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
#accordion {
  margin-bottom: 60px;
}
#accordion h4 {
  border: none;
  border-bottom: 1px dashed #ddd;
  padding: 5px;
  border-radius: 0;
  background: transparent;
  font-size: 1.5em;
}
#accordion h4 span {
  display: none;
}
#accordion h4:after {
  content: "\f107";
  font-family: "fontawesome";
  float: right;
}
#accordion h4.ui-state-active:after {
  content: "\f106";
}
#accordion div.row {
  padding: 0 20px;
  background: transparent;
  border: none;
}
.pageSearch table td,
.pageSearch ul li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.pageSearch table td:last-of-type,
.pageSearch ul li:last-of-type {
  border-bottom: none;
}
form.http-404 section.slider {
  background: url("/SiteFiles/2246/CSS/images/404.jpg") no-repeat center;
  background-size: cover;
  height: 350px;
}
/* -------------------- HEADER -------------------- */
header {
  background: #ffffff;
  -webkit-transition: top 0.45s ease-in-out;
  transition: top 0.45s ease-in-out;
  z-index: 3000;
  top: 0;
  width: 100%;
  position: fixed;
  height: 65px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
header a.navbar-brand {
  -webkit-transition: transform 0.33s ease-out;
  -webkit-transition: -webkit-transform 0.33s ease-out;
  transition: -webkit-transform 0.33s ease-out;
  transition: transform 0.33s ease-out;
  transition: transform 0.33s ease-out, -webkit-transform 0.33s ease-out;
}
header a.navbar-brand:hover {
  background: #3498db;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
header a.navbar-brand img {
  max-height: 35px;
}
header.nav-up {
  top: -65px;
  opacity: 0.8;
}
body.home header {
  background: #3498db;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home header.notTop,
body.home-2021 header.notTop {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* -------------------- MAIN NAV -------------------- */
header .navbar-nav {
  float: right;
}
header ul#mainnav .expand-btn {
  display: none;
}
header ul#mainnav #mn-home {
  display: none;
}
header ul#mainnav > li {
  position: relative;
  z-index: 999;
  margin: 0 0 0 15px;
  float: left;
}
header ul#mainnav > li:hover a:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header ul#mainnav > li > a {
  position: relative;
  z-index: 50000;
  color: #3498db;
  font-weight: 600;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  padding: 0;
  font-size: 0.9em;
}
@media (max-width: 1100px) {
  header ul#mainnav > li > a {
    font-size: 0.8em;
    letter-spacing: -0.5px;
  }
}
header ul#mainnav > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #3498db;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
header ul#mainnav > li > ul {
  display: none;
  position: absolute;
  width: auto !important;
  z-index: 2000;
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
header ul#mainnav > li > ul > li {
  position: relative;
  white-space: nowrap;
}
header ul#mainnav > li > ul > li a {
  background: #3498db;
  color: #fff;
  padding: 8px 15px;
  display: block;
}
header ul#mainnav > li > ul > li a:hover {
  background: #27ae5f;
}
header ul#mainnav > li > ul > li > ul {
  display: none;
  top: -1px;
  z-index: 2001;
  width: auto !important;
  left: 100%;
}
header ul#mainnav #mn-appointments {
  height: 65px;
}
header ul#mainnav #mn-appointments a {
  background: #8e44ad;
  border-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-top: 12px;
  padding: 0 1.25em;
  -webkit-transition: transform 0.33s ease-out;
  -webkit-transition: -webkit-transform 0.33s ease-out;
  transition: -webkit-transform 0.33s ease-out;
  transition: transform 0.33s ease-out;
  transition: transform 0.33s ease-out, -webkit-transform 0.33s ease-out;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
header ul#mainnav #mn-appointments a:before {
  content: "\f073";
  font-family: "fontawesome";
  padding-right: 10px;
}
header ul#mainnav #mn-appointments a:hover {
  background: #3498db;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
}
header ul#mainnav #mn-appointments a:after {
  height: 0;
}
header ul#mainnav > li:hover > ul {
  display: block;
}
header ul#mainnav > li > ul li:hover > ul li {
  display: none;
}
body.home header ul#mainnav li a {
  color: #ffffff;
}
body.home header.notTop ul#mainnav li a {
  color: #3498db;
}
body.home header.notTop ul#mainnav li ul li a {
  color: #ffffff;
}
body.home header.atTop ul#mainnav > li:hover a:after {
  background: #ffffff;
}
/* -------------------- SLIDER -------------------- */
.default section.slider {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.default section.slider .page-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(50, 50, 50, 0.2);
}
.default section.slider .page-title h1 {
  color: #fff;
  margin-top: 190px;
}
.default section.slider img {
  width: 100%;
}
.home section.slider {
  position: relative !important;
  z-index: 2000;
  height: auto !important;
  width: 100%;
  overflow: hidden;
}
.home section.slider .pager {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.home section.slider .pager a {
  text-indent: -9999px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #1abc9c;
  border-radius: 20px;
  opacity: 0.4;
  border: 1px solid #fff;
}
.home section.slider .pager a.current {
  opacity: 1;
}
.swRotator {
  position: relative !important;
}
.swRotator .scrollable {
  position: relative !important;
  overflow: visible !important;
  width: 100% !important;
}
.swRotator .scrollable .items {
  width: 100% !important;
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
}
.swRotator .scrollable .items .item {
  background: #000;
  width: 100% !important;
  height: auto !important;
}
.swRotator .scrollable .items .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.swRotator .scrollable .items .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.swRotator .scrollable .items .item .caption {
  bottom: initial;
  top: 35%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.swRotator .scrollable .items .item .caption .title {
  font-size: 3em;
  line-height: 1.2857em;
  margin-top: 0.6429em;
  color: #8e44ad;
  letter-spacing: -0.01em;
  font-family: 'merriweather', Georgia, 'Times New Roman', Times, serif;
  color: #ffffff;
  margin-top: 0;
}
.swRotator .scrollable .items .item .caption .description {
  font-size: 1.5em;
}
/* -------------------- APPOINTMENT BAR -------------------- */
.appointment-line h6 {
  margin: 0.75em 0;
  color: #666666;
  font-weight: 600;
  font-size: 2rem;
}
.appointment-line span {
  border-radius: 50px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  margin-right: 20px;
}
.appointment-line span.fa-phone {
  background: #3498db;
}
.appointment-line span.fa-user-md {
  background: #27ae5f;
}
/* -------------------- BREADCRUMB -------------------- */
.breadcrumb {
  margin: 0;
  padding: 2px 15px;
  list-style-type: none;
}
.breadcrumb a {
  font-size: 0.75em;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.breadcrumb a:hover {
  color: #3498db;
}
.breadcrumb #bc-home a:before {
  content: "\f015";
  font-family: "fontawesome";
}
.breadcrumb > li {
  display: inline-block;
  list-style-type: none;
  float: left;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: "fontawesome";
  padding: 0 10px;
  color: #ccc;
}
/* -------------------- MAIN -------------------- */
section.main {
  background: #fff;
}
section.main > .container {
  padding-top: 2em;
  padding-bottom: 5em;
}
section.main h1 {
  margin-bottom: 1em;
}
.sidebar-item:first-of-type {
  margin-top: 2em;
  margin-bottom: 2em;
}
.sidebar-item a[href^="/profile"] {
  display: none;
}
.sidebar-item ul#subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-item ul#subnav li {
  padding: 0.5em 0;
}
.sidebar-item ul#subnav li a.current {
  font-weight: bold;
  color: #1abc9c;
}
.sidebar-item h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.sidebar-item #searchButton {
  margin-bottom: 0;
}
/* NEWS ARCHIVE PAGE */
.news-archive-container .news-archive-entry-date {
  display: none;
}
/* DOCTORS PAGE */
.staff-module ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.staff-module h3.staff-member-name {
  margin-top: 10px;
  font-size: 1.25em;
}
.staff-module h2.staff-directory-department {
  margin-bottom: 1em;
  border-bottom: 3px solid #eee;
}
.staff-module .staff-detail-departments {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #8e44ad;
}
.staff-module .staff-directory-department-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* Lead Capture Form Styling */
body:not(.page-new-patients) .lead-capture-form {
  position: fixed;
  display: none;
  right: 20px;
  bottom: -50px;
  overflow: hidden;
  z-index: 99999;
  background: #ebebeb;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
body:not(.page-new-patients) .lead-capture-form .formmodule-row,
body:not(.page-new-patients) .lead-capture-form .formmodule-altrow {
  border-bottom: 1px solid #ccc;
}
body:not(.page-new-patients) .lead-capture-form .formmodule-row td span,
body:not(.page-new-patients) .lead-capture-form .formmodule-altrow td span,
body:not(.page-new-patients) .lead-capture-form .form-bot-stopper-info {
  font-weight: normal;
  font-size: 0.875em;
}
body:not(.page-new-patients) .lead-capture-form .formmodule-phone {
  display: inline-block;
}
body:not(.page-new-patients) .lead-capture-form input {
  padding: 0 5px;
}
body:not(.page-new-patients) .lead-capture-form .form-bot-stopper {
  margin-left: 20px;
}
body:not(.page-new-patients) .lead-capture-form .formmodule-submit {
  margin-left: 20px;
  margin-bottom: 20px;
}
body:not(.page-new-patients) .lead-capture-form .formmodule-row td,
body:not(.page-new-patients) .lead-capture-form .formmodule-altrow td {
  padding-top: 10px;
  padding-bottom: 10px;
}
body:not(.page-new-patients) .lead-capture-form p.title {
  background: #8e44ad;
  padding: 10px;
  margin: 0;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 45px;
  cursor: pointer;
}
body:not(.page-new-patients) .lead-capture-form > div {
  width: 350px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.lead-capture-form p.title i {
  margin-left: 10px;
  font-size: 1.5em;
}
.lead-capture-form table {
  margin: 20px;
}
.lead-capture-form textarea {
  height: 100px;
}
.lead-capture-form > div > p {
  padding: 0 20px;
}
.lead-capture-form .form-bot-stopper-value {
  display: inline-block;
}
.lead-capture-form .form-bot-stopper-question input {
  padding: 4px;
  width: 30px !important;
}
.lead-capture-form select {
  width: 100%;
}
.lead-capture-form input.formmodule-phone {
  width: 38px;
  padding: 5px 0;
}
.lead-capture-form input.formmodule-phone.formmodule-phone-2 {
  width: 50px;
}
/* NEWS ARCHIVE STYLING */
.news-archive-entry-detail-back-link {
  font-family: 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #3498db;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 22px;
  color: #fff;
  font-weight: 600;
  font-size: smaller;
  margin-bottom: 10px;
  border: none;
}
.news-archive-entry-detail-back-link span.fa {
  font-size: 1.25em;
  top: 1px;
  position: relative;
  margin-left: 6px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.news-archive-entry-detail-back-link:hover {
  background: #1abc9c;
  color: #ffffff;
  border: none;
}
.news-archive-entry-detail-back-link:hover span.fa {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.news-archive-entry-detail-back-link.teal {
  background: #1abc9c;
}
.news-archive-entry-detail-back-link.teal:hover {
  background: #3498db;
}
.news-archive-entry-container {
  margin-bottom: 3em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 2em;
}
.news-archive-entry-container > a {
  font-family: 'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #3498db;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 22px;
  color: #fff;
  font-weight: 600;
  font-size: smaller;
  margin-bottom: 10px;
  border: none;
  display: inline-block;
  margin-top: 2em;
}
.news-archive-entry-container > a span.fa {
  font-size: 1.25em;
  top: 1px;
  position: relative;
  margin-left: 6px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.news-archive-entry-container > a:hover {
  background: #1abc9c;
  color: #ffffff;
  border: none;
}
.news-archive-entry-container > a:hover span.fa {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.news-archive-entry-container > a.teal {
  background: #1abc9c;
}
.news-archive-entry-container > a.teal:hover {
  background: #3498db;
}
.news-archive-entry-container h2 {
  margin-bottom: 0.5em;
}
.news-archive-container img {
  max-width: 100%;
}
/* -------------------- FOOTER -------------------- */
footer {
  background: #2e2e2e;
}
footer .container-fluid {
  background-image: url("images/footer-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 6em;
  padding-bottom: 5em;
}
footer .container-fluid a {
  color: #fff;
  font-size: 1.125em;
}
footer .container-fluid a:hover {
  color: #1abc9c;
}
footer .container-fluid a.footer-logo {
  width: 300px;
  display: inline-block;
  -webkit-transition: transform ease-out 0.33s 0.2s ease;
  -webkit-transition: -webkit-transform ease-out 0.33s 0.2s ease;
  transition: -webkit-transform ease-out 0.33s 0.2s ease;
  transition: transform ease-out 0.33s 0.2s ease;
  transition: transform ease-out 0.33s 0.2s ease, -webkit-transform ease-out 0.33s 0.2s ease;
}
footer .container-fluid a.footer-logo:hover {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
footer .desktop-footer-img {
  display: none;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  footer .desktop-footer-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1270px) {
  footer .desktop-footer-img {
    margin: 0 auto 20px;
  }
}
footer .container a:hover {
  color: #fff;
}
footer p {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.9em;
}
footer a {
  color: #1abc9c;
}
footer img {
  width: auto;
}
footer ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
}
footer ul li {
  display: inline-block;
  padding: 0;
  height: 1.5em;
}
footer ul.footer-links {
  margin-top: 2em;
  margin-bottom: 1em;
}
footer ul.footer-links li:nth-of-type(2) {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
footer ul.footer-links li a {
  top: -2px;
  position: relative;
}
footer ul.social-links li {
  height: 40px;
  padding: 0em 0.5em;
}
footer ul.social-links a {
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  border-radius: 50%;
}
footer ul.social-links a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
footer ul.social-links a:hover:after {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-box-shadow: 0 0 0 2px #27ae5f;
          box-shadow: 0 0 0 2px #27ae5f;
  opacity: 0.5;
}
#toTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(70, 70, 70, 0.5);
  z-index: 99999999;
  font-size: 2em;
  text-align: center;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
#toTop:hover {
  background: rgba(52, 152, 219, 0.5);
}
#toTop a {
  color: #fff;
}
/* -------------------- HOMEPAGE STYLES -------------------- */
/* FIRST VISIT */
.first-visit {
  background: url("images/firstvisit-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 3em 0;
}
.first-visit .col-md-4 {
  margin-bottom: 2em;
}
.first-visit .col-md-4 .content {
  min-height: 315px;
  background: #ffffff;
  padding: 20px 40px;
}
.first-visit .col-md-4 .content h3 {
  font-size: 1.5em;
}
.first-visit .number {
  background: #ccc;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  margin-left: -26px;
  margin-right: 5px;
}
/* LOCATIONS */
.locations {
  background: #e1f3ff;
  padding: 3em 0 6em;
}
.locations .staff-directory-widget {
  text-align: center;
  min-height: 200px;
}
.locations .staff-directory-widget p {
  margin-bottom: 10px;
}
.locations .staff-directory-widget h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}
.locations .staff-directory-widget .staff-member-department {
  display: none;
}
.locations .staff-directory-widget .staff-member-title {
  font-size: 0.75em;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
/* START OF TABS STYLING */
.cd-tabs {
  position: relative;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#f8f7ee), to(rgba(248, 247, 238, 0)));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-tabs nav {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: #eee;
  -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
          box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
            box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cd-tabs-navigation {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #ffffff;
  padding-top: 34px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.cd-tabs-navigation a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cd-tabs-navigation a[data-content="bartlett"] {
  background: #1abc9c;
}
.cd-tabs-navigation a[data-content="cordova"] {
  background: #27ae5f;
}
.cd-tabs-navigation a[data-content="germantown"] {
  background: #3498db;
}
.cd-tabs-navigation a[data-content="collierville"] {
  background: #8e44ad;
}
.cd-tabs-navigation a[data-content="arlington"] {
  background: #3498db;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
}
.cd-tabs-navigation a.selected[data-content="bartlett"] {
  -webkit-box-shadow: inset 0 4px 0 #1abc9c;
          box-shadow: inset 0 4px 0 #1abc9c;
  color: #1abc9c;
}
.cd-tabs-navigation a.selected[data-content="cordova"] {
  -webkit-box-shadow: inset 0 4px 0 #27ae5f;
          box-shadow: inset 0 4px 0 #27ae5f;
  color: #27ae5f;
}
.cd-tabs-navigation a.selected[data-content="germantown"] {
  -webkit-box-shadow: inset 0 4px 0 #3498db;
          box-shadow: inset 0 4px 0 #3498db;
  color: #3498db;
}
.cd-tabs-navigation a.selected[data-content="collierville"] {
  -webkit-box-shadow: inset 0 4px 0 #8e44ad;
          box-shadow: inset 0 4px 0 #8e44ad;
  color: #8e44ad;
}
.cd-tabs-navigation a.selected[data-content="arlington"] {
  -webkit-box-shadow: inset 0 4px 0 #3498db;
          box-shadow: inset 0 4px 0 #3498db;
  color: #3498db;
}
@media only screen and (max-width: 959px) {
  .cd-tabs-navigation li {
    width: 100%;
  }
  .cd-tabs-navigation {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 95px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 95px;
    width: 95px;
    padding-top: 40px;
  }
  .cd-tabs-navigation a.selected {
    -webkit-box-shadow: inset 2px 0 0 #f05451;
            box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    padding: 0 2.8em 0 2.8em;
  }
  .cd-tabs-navigation a.selected {
    -webkit-box-shadow: inset 0 2px 0 #f05451;
            box-shadow: inset 0 2px 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}
.cd-tabs-content {
  background: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cd-tabs-content .col-md-3,
.cd-tabs-content .col-md-6 {
  overflow: hidden;
}
.cd-tabs-content .col-lg-4 {
  padding: 0;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li[data-content="bartlett"] {
  -webkit-box-shadow: inset 0 -6px 0 #1abc9c;
          box-shadow: inset 0 -6px 0 #1abc9c;
}
.cd-tabs-content li[data-content="bartlett"] h4 {
  color: #1abc9c;
}
.cd-tabs-content li[data-content="cordova"] {
  -webkit-box-shadow: inset 0 -6px 0 #27ae5f;
          box-shadow: inset 0 -6px 0 #27ae5f;
}
.cd-tabs-content li[data-content="cordova"] h4 {
  color: #27ae5f;
}
.cd-tabs-content li[data-content="germantown"] {
  -webkit-box-shadow: inset 0 -6px 0 #3498db;
          box-shadow: inset 0 -6px 0 #3498db;
}
.cd-tabs-content li[data-content="germantown"] h4 {
  color: #3498db;
}
.cd-tabs-content li[data-content="collierville"] {
  -webkit-box-shadow: inset 0 -6px 0 #8e44ad;
          box-shadow: inset 0 -6px 0 #8e44ad;
}
.cd-tabs-content li[data-content="collierville"] h4 {
  color: #8e44ad;
}
.cd-tabs-content li[data-content="arlington"] {
  -webkit-box-shadow: inset 0 -6px 0 #3498db;
          box-shadow: inset 0 -6px 0 #3498db;
}
.cd-tabs-content li[data-content="arlington"] h4 {
  color: #3498db;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  line-height: 1.6;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 3em;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* END OF TABS STYLING */
/* NEWS AND RESOURCES */
.news {
  background: url("images/news-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 3em 0;
}
.news .col-md-8,
.news .col-md-4 {
  margin-bottom: 20px;
}
.news .content {
  background: #ffffff;
  height: 100%;
}
.news .content.latest {
  padding: 50px;
}
.news .content.latest ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news .content.latest .recent-news-date-wrapper {
  display: none;
}
.news .content.latest .recent-news-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.news .content.latest p {
  margin-top: 0;
  font-size: 0.975em;
}
.news .content.latest p.recent-news-view-link {
  margin: 0;
}
.news .content .resource-image {
  height: 55%;
  overflow: hidden;
}
.news .content .resource-image img {
  height: 100%;
}
.news .content .resource-text {
  padding: 40px;
  height: 45%;
}
.news .content .resource-text h2,
.news .content .resource-text h3 {
  margin: 0;
  padding: 0;
  color: #1abc9c;
  line-height: 1.3em;
}
.news .content .resource-text a span.fa {
  border-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #1abc9c;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.news .content .resource-text a:hover span.fa {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
/* PARENTS GUIDE */
.parents-guide {
  background: #8e44ad url("images/family.png") no-repeat 100% 104%;
  padding: 4em 0;
  background-size: 400px 296px;
}
.parents-guide h3 {
  font-weight: 100;
  font-size: 2.75em;
  margin-top: 0;
  line-height: 1.25em;
}
/* -------------------- MEDIA QUERIES -------------------- */
@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 190px;
    margin-left: 10px !important;
  }
  header ul#mainnav > li > a {
    font-size: 0.8em;
  }
  header ul#mainnav > li {
    margin-left: 0.5em;
  }
  header ul#mainnav #mn-appointments a:before {
    content: "";
    padding-right: 0;
  }
  header ul#mainnav #mn-appointments a {
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
  }
  .right {
    text-align: left;
  }
  .first-visit .col-md-4 .content {
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar-header {
    width: auto;
  }
  header {
    height: 55px;
  }
  /*Mobile Nav Drop Downs */
  header ul#mainnav > li > a:after {
    height: 0;
  }
  header ul#mainnav li a.expand-btn {
    display: block !important;
  }
  header ul#mainnav {
    position: relative;
    width: 100%;
    z-index: 4000;
    left: 0;
    height: auto;
    margin: 0px;
    background: #f5f5f5;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
  }
  header ul#mainnav.active {
    display: block;
  }
  .navbar-collapse {
    padding: 0;
  }
  header ul#mainnav li {
    position: relative;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background-image: none;
    min-height: 0;
  }
  body.home header ul#mainnav li a {
    color: #3498db;
  }
  header ul#mainnav > li > a {
    height: 45px;
    line-height: 45px;
  }
  header ul#mainnav li a {
    position: relative;
    display: block;
    margin: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header ul#mainnav > li > ul li > ul li a {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header ul#mainnav li a.expand-btn {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  header ul#mainnav li a.expand-btn:before {
    content: "\f055";
    font-family: "fontawesome";
  }
  header ul#mainnav li a.expand-btn.active:before {
    content: "\f056";
    font-family: "fontawesome";
  }
  /* Second Level */
  header ul#mainnav > li > ul {
    position: relative;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  header ul#mainnav > li > ul li {
    padding: 0;
    height: auto;
    width: 100%;
  }
  header ul#mainnav > li > ul.active,
  header ul#mainnav > li:hover > ul.active {
    display: block;
    position: relative;
    opacity: 1;
    margin-left: 20px;
    font-size: 0.9em;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  header ul#mainnav > li:hover > ul,
  header ul#mainnav > li:hover > ul li ul {
    display: none;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
  body.home header.notTop ul#mainnav li ul li a,
  header ul#mainnav > li > ul li a {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #3498db;
  }
  header ul#mainnav > li > ul > li a:hover {
    background: #fff;
  }
  /* Third Level */
  header ul#mainnav > li > ul > li ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    display: none;
  }
  header ul#mainnav > li > ul > li ul.active,
  header ul#mainnav > li > ul > li:hover ul.active li {
    display: block;
    margin: 0;
  }
  .swRotator .scrollable .items .item .caption {
    top: 80px;
    font-size: 75%;
  }
  .swRotator .scrollable .items .item .caption .title {
    font-size: 1.75em;
  }
  section.slider .page-title h1 {
    margin-top: 150px;
    font-size: 2em;
  }
  footer .container-fluid a.footer-logo {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .parents-guide h3 {
    font-size: 2em;
  }
  .default section.slider .page-title h1 {
    margin-top: 150px;
  }
  .appointment-line span.fa-user-md,
  .appointment-line span.fa-phone {
    float: left;
    clear: left;
  }
  .first-visit .col-md-4 .content h3 {
    font-size: 1.375em;
  }
  .news .content .resource-text h2,
  .news .content .resource-text h3 {
    font-size: 1.5em;
  }
  .formmodule-row td,
  .formmodule-altrow td {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .default section.slider .page-title h1 {
    margin-top: 110px;
  }
  section.slider {
    min-height: 150px;
    background: #ccc;
  }
  section.slider .description {
    display: none;
  }
  .home section.slider .pager {
    margin-bottom: 0;
  }
  .appointment-line h6 {
    font-size: 1em;
  }
  .btn {
    white-space: initial;
  }
}
/* RESPONSIVE TABLE */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #ccc;
  }
  table.responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  table.responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
	Label the data
	*/
  table.responsive.development td:nth-of-type(1):before {
    content: "Age";
  }
  table.responsive.development td:nth-of-type(2):before {
    content: "Gross Motor";
  }
  table.responsive.development td:nth-of-type(3):before {
    content: "Fine Motor";
  }
  table.responsive.development td:nth-of-type(4):before {
    content: "Language";
  }
  table.responsive.development td:nth-of-type(5):before {
    content: "Social";
  }
  table.responsive.acetaminophen td:nth-of-type(1):before {
    content: "WEIGHT";
  }
  table.responsive.acetaminophen td:nth-of-type(2):before {
    content: "AGE (months)";
  }
  table.responsive.acetaminophen td:nth-of-type(3):before {
    content: "DOSE (mL)";
  }
  table.responsive.acetaminophen td:nth-of-type(4):before {
    content: "CHEWABLES";
  }
  table.responsive.ibuprofen td:nth-of-type(1):before {
    content: "6 MOS OR OLDER";
  }
  table.responsive.ibuprofen td:nth-of-type(2):before {
    content: "DROPS";
  }
  table.responsive.ibuprofen td:nth-of-type(3):before {
    content: "LIQUID";
  }
  table.responsive.ibuprofen td:nth-of-type(4):before {
    content: "CHEWABLES";
  }
}
/* Homepage Blog Styles */
.recent-blog-posts-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.recent-blog-posts-wrapper ul li {
  margin-bottom: 25px;
}
.recent-blog-posts-wrapper a.recent-blog-posts-title {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
}
.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper {
  display: none;
}
.recent-blog-posts-wrapper p.recent-blog-posts-view-link {
  margin-top: 20px;
}
.news .content.latest {
  min-height: 500px;
}
/* End Homepage Blog Styles */
.coming-soon {
  background-color: #b50505;
  color: white;
  text-align: center;
}
/*search bar*/
#search-container {
  position: fixed;
  opacity: 0;
  top: 0;
  background: #fff;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-150px) translateZ(0) translate3d(0, 150px, 0);
          transform: translateY(-150px) translateZ(0) translate3d(0, 150px, 0);
  top: -150px;
  z-index: -9999;
  border-bottom: 2px solid #e7e7e7;
}
#search-container #search-close {
  padding: 5px 15px;
  margin: 15px;
  background: #3498db;
  color: white;
  border-radius: 50px;
}
#search-container #search-close:hover {
  background: #1abc9c;
}
#search-container .other {
  text-align: center;
  margin-bottom: 20px;
}
#search-container div.searchPanel .form-group {
  margin: 100px 0 50px;
}
#search-container div.searchPanel .form-group .searchField {
  margin-right: auto;
  margin-left: auto;
  height: 40px;
  width: 80%;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
#search-container div.searchPanel #searchButton {
  position: absolute;
  top: 100px;
  left: 88%;
}
#search-container div.searchPanel #searchButton:focus {
  outline: none;
}
@media (max-width: 820px) {
  #search-container div.searchPanel .form-group {
    margin: 100px 0 50px;
  }
  #search-container div.searchPanel .form-group .searchField {
    height: 40px;
    width: 80%;
    margin-left: 20px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  #search-container div.searchPanel #searchButton {
    position: absolute;
    top: 100px;
    left: 80%;
  }
}
.random {
  z-index: 9999 !important;
  -webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0) !important;
          transform: translateY(0) translateZ(0) translate3d(0, 0, 0) !important;
  top: 0 \9 !important;
  opacity: 1 !important;
}
.pediatricians {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 270px;
  background: #e1f3ff;
}
.pediatricians .templatecontent p {
  margin: 0;
  padding-bottom: 10px;
}
.pediatricians .templatecontent h2 {
  margin: 0;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 40px;
  }
  div.mobile-utility-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 80;
    width: 100%;
    bottom: 0;
  }
  div.mobile-utility-container a.item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    text-align: center;
    padding: 10px 0;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
  }
  div.mobile-utility-container a.item:nth-child(1) {
    background: #861bb2;
  }
  div.mobile-utility-container a.item:nth-child(2) {
    background: #3498db;
  }
  div.mobile-utility-container a.item:nth-child(3) {
    background: #27ae5f;
  }
}
@media (max-width: 991px) {
  header ul#mainnav a:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
  header ul#mainnav li:hover a:after,
  header ul#mainnav li a:after {
    -webkit-transform: none;
            transform: none;
  }
  header ul#mainnav > li i {
    line-height: 45px;
    vertical-align: 0;
  }
  header ul#mainnav > li[id*="search"] > a:after {
    content: "search";
    margin-left: 24px;
    line-height: 45px;
  }
  header ul#mainnav > li[id*="location"] > a:after {
    content: "locations";
    margin-left: 20px;
    line-height: 45px;
  }
  header ul#mainnav #mn-appointments {
    height: 45px;
    margin: 5px 0 10px;
  }
  header ul#mainnav #mn-appointments a {
    padding: 0 15px;
    background: transparent;
    color: #3498db;
    margin-top: 0;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    line-height: 45px;
    height: 45px;
    padding: 0;
    font-weight: bold;
    letter-spacing: 1.3px;
    color: #8e44ad;
  }
  header ul#mainnav #mn-appointments a:before {
    content: "\f073";
    margin-right: 10px;
  }
  header ul#mainnav #mn-appointments a:hover {
    background: transparent;
    color: #8e44ad;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------  SPEAK STYLES 2021 -------------------- */
.overflow-hidden {
  overflow: hidden;
}
body.home-2021 {
  /*search bar*/
  /* _gdpr.scss */
}
body.home-2021 a.btn-outline:hover {
  color: white;
}
body.home-2021 .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body.home-2021 .navbar-header:before,
  body.home-2021 .navbar-header:after {
    display: none;
  }
}
body.home-2021 .navbar-brand__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home-2021 #search-container {
  position: fixed;
  opacity: 1;
  top: 0;
  background: #622BBC;
  width: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  top: -100%;
  z-index: 1000000;
  border-bottom: none;
}
body.home-2021 #search-container.active {
  top: 0;
}
body.home-2021 #search-container .search-text {
  color: white;
  margin: 0 auto;
  max-width: 321px;
}
@media screen and (min-width: 820px) {
  body.home-2021 #search-container .search-text {
    max-width: 100%;
  }
}
body.home-2021 #search-container .form-control {
  font-size: 18px;
  font-weight: 800;
  padding: 6px 22px;
}
body.home-2021 #search-container #search-close {
  border: 2px solid white;
  cursor: pointer;
  padding: 5px 15px;
  margin: 25px 35px 25px 25px;
  background: transparent;
  color: white;
  border-radius: 50px;
}
body.home-2021 #search-container #search-close:hover {
  background: white;
  color: #0076B6;
}
body.home-2021 #search-container .other {
  text-align: center;
  margin-bottom: 60px;
}
body.home-2021 #search-container .other span {
  color: white;
}
body.home-2021 #search-container div.searchPanel .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
  width: 100%;
}
body.home-2021 #search-container div.searchPanel .form-group .searchField {
  border-radius: 50px 0 0 50px;
  border: 1px solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  margin: 0 auto;
  width: calc(100% - 190px);
}
body.home-2021 #search-container div.searchPanel #searchButton {
  background: #fccd00;
  border-radius: 0 50px 50px 0;
  color: black;
  font-size: 20px;
  font-weight: 800;
  height: 50px;
  left: auto;
  position: absolute;
  right: 71px;
  top: 100px;
}
@media screen and (min-width: 820px) {
  body.home-2021 #search-container div.searchPanel #searchButton {
    top: 86px;
  }
}
body.home-2021 #search-container div.searchPanel #searchButton:focus {
  outline: none;
}
@media (max-width: 820px) {
  body.home-2021 #search-container div.searchPanel .form-group {
    margin: 14px 0 10px;
  }
}
body.home-2021 .mobile-utility-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home-2021 .mobile-utility-container a {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
body.home-2021 .mobile-utility-container a:nth-of-type(1) {
  background: #861bb2;
}
body.home-2021 .mobile-utility-container a:nth-of-type(1):hover {
  color: white;
}
body.home-2021 .mobile-utility-container a:nth-of-type(2):hover {
  color: white;
}
body.home-2021 .mobile-utility-container a:nth-of-type(3) {
  background: #309062;
}
body.home-2021 .mobile-utility-container a:nth-of-type(3):hover {
  color: white;
}
body.home-2021 .navbar {
  width: 100%;
}
body.home-2021 .templatecontent.col-md-6 {
  width: 100%;
}
body.home-2021 #gdpr-bar {
  background: white;
  color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100vw;
  z-index: 101;
}
@media screen and (min-width: 992px) {
  body.home-2021 #gdpr-bar {
    padding: 0;
  }
}
body.home-2021 #gdpr-bar.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
body.home-2021 #gdpr-bar .gdpr-bar-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  body.home-2021 #gdpr-bar .gdpr-bar-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home-2021 #gdpr-bar a {
  font-weight: 800;
}
body.home-2021 #gdpr-bar p {
  color: black;
  width: 100%;
  font-size: 1.72rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.home-2021 #gdpr-bar p {
    text-align: left;
    width: 65%;
  }
}
body.home-2021 #gdpr-bar #gdpr-accept {
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  border: 2px solid #0076B6;
  color: #0076B6;
  cursor: pointer;
  font-family: "Montserrat", "open-sans", sans-serif;
  font-weight: 600;
  padding: 10px 40px 12px;
}
body.home-2021 #gdpr-bar #gdpr-accept:hover {
  background: #0076B6;
  color: white;
}
@media screen and (min-width: 992px) {
  body.home-2021 #gdpr-bar #gdpr-accept {
    margin: 0 0 0 20px;
  }
}
body.home-2021 .page-alert-wrapper {
  display: none !important;
}
body.home-2021 .page-alert-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E1F3FF;
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin-left: 0;
  padding: 30px 40px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10110;
}
@media screen and (min-width: 992px) {
  body.home-2021 .page-alert-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 100px 20px 20px;
    text-align: left;
  }
}
body.home-2021 .page-alert-message p,
body.home-2021 .page-alert-message a {
  color: #000000;
  font-size: 1.6rem;
  margin: 0;
}
body.home-2021 .page-alert-message a:not(.btn-white) {
  font-weight: 800;
}
body.home-2021 .page-alert-message a:not(.btn-white):hover {
  color: #8f44ad;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  body.home-2021 .page-alert-message .btn-white {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.home-2021 .page-alert-message .controls {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 992px) {
  body.home-2021 .page-alert-message .controls {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
body.home-2021 .page-alert-message #page-alert-dismiss {
  background: transparent;
  border-radius: 30px;
  border: 1px solid #470BE1;
  color: #470BE1;
  padding: 3px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home-2021 .page-alert-message #page-alert-dismiss:hover {
  background: #470BE1;
  color: #FFF;
}
body.home-2021 a {
  color: #0076B6;
}
body.home-2021 a:hover {
  color: #0076B6;
}
body.home-2021 .cd-tabs-navigation a {
  -webkit-box-sizing: none;
          box-sizing: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  display: inline-block;
}
body.home-2021 .post-date {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 10px;
}
body.home-2021 .post-image {
  margin: 0 0 20px 0;
}
body.home-2021 .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
body.home-2021 .post-title {
  margin: 0 0 10px 0;
  font-weight: 700;
}
body.home-2021 .post-title a {
  color: black;
}
body.home-2021 .recentblogs {
  margin: 0;
}
body.home-2021 #recentblogsslider {
  padding: 0;
}
body.home-2021 .recentblogs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home-2021 .recentblogs__item .recentblogs__title {
  width: 100%;
}
body.home-2021 .recentblogs__item .post-date {
  width: 100%;
}
body.home-2021 .post-tags {
  margin: 0 0 10px;
}
body.home-2021 .post-tags span {
  margin: 0 6px 0 0;
}
body.home-2021 .post-tags span img {
  position: relative;
  top: -1px;
  width: 20px;
}
body.home-2021 .post-tags a {
  color: #0076B6;
  font-size: 15px;
  margin-right: 12px;
  position: relative;
}
body.home-2021 .post-tags a:after {
  background: #0076B6;
  content: "";
  height: 11px;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 1px;
}
body.home-2021 .post-tags a:last-of-type {
  margin-right: 0;
}
body.home-2021 .post-tags a:last-of-type:after {
  display: none;
}
body.home-2021 a.blog-button {
  color: #0076B6;
  font-weight: 800;
  position: relative;
}
body.home-2021 a.blog-button span {
  position: relative;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home-2021 a.blog-button:hover {
  color: #0076B6;
}
body.home-2021 a.blog-button:hover span {
  right: -5px;
}
@media screen and (max-width: 992px) {
  body.home-2021 .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 499px) {
  body.home-2021 .not-phone {
    display: none !important;
  }
}
@media screen and (min-width: 500px) {
  body.home-2021 .phone {
    display: none !important;
  }
}
body.home-2021 .sidecar.active {
  right: 0;
}
body.home-2021 .sidecar .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
}
body.home-2021 .sidecar .matrix-content h5 {
  display: none;
}
body.home-2021 .sidecar .matrix-content > a {
  display: none;
}
body.home-2021 .sidecar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -100%;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 1000000000;
  /* Second Level */
  /* Third Level */
}
@media screen and (min-width: 992px) {
  body.home-2021 .sidecar {
    display: none !important;
  }
}
body.home-2021 .sidecar #ctl00_cphMainMenu_swMainMenu_pnlMainMenu,
body.home-2021 .sidecar .sw-public-page-part {
  width: 100%;
}
body.home-2021 .sidecar .navbar-toggle {
  background: white;
  margin-bottom: 20px;
  margin-top: 30px;
}
body.home-2021 .sidecar .navbar-toggle .icon-bar {
  background: #460be0;
  border-radius: 7px;
  height: 7px;
  position: relative;
  width: 54px;
}
body.home-2021 .sidecar .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -5px;
}
body.home-2021 .sidecar .navbar-toggle .icon-bar:nth-of-type(3) {
  position: relative;
  right: -5px;
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.home-2021 .sidecar .sw-public-page-part {
  background: white;
  padding: 10px 0;
  position: relative;
  z-index: 1000000000000000000000;
}
body.home-2021 .sidecar ul#mainnav > li > a:after {
  height: 0;
}
body.home-2021 .sidecar ul#mainnav li a.expand-btn {
  display: block !important;
}
body.home-2021 .sidecar #utilitynav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  list-style: none;
  padding: 0;
}
body.home-2021 .sidecar #utilitynav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.home-2021 .sidecar #utilitynav li:nth-of-type(2) svg {
  width: 37px !important;
}
body.home-2021 .sidecar #utilitynav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin: 10px 0;
  position: relative;
}
body.home-2021 .sidecar #utilitynav a:hover span.text {
  background: #0076B6;
  color: white;
}
body.home-2021 .sidecar #utilitynav a:hover span.image svg {
  fill: #0076B6;
}
body.home-2021 .sidecar #utilitynav span.image {
  background: #fff;
  border-radius: 50%;
  border: 3px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  width: 83px;
  z-index: 1;
}
body.home-2021 .sidecar #utilitynav span.image svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 45px;
}
body.home-2021 .sidecar #utilitynav img {
  height: 50px;
  width: 50px;
}
body.home-2021 .sidecar #utilitynav span.text {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  padding: 0 25px;
  border-radius: 0% 30px 30px 0%;
  left: -15px;
  min-width: 240px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
}
body.home-2021 .sidecar .navbar-brand {
  margin: 0 auto 20px !important;
  max-width: 360px;
  padding: 30px;
  width: 100%;
}
body.home-2021 .sidecar ul#mainnav {
  position: relative;
  width: 100%;
  z-index: 4000;
  left: 0;
  height: auto;
  margin: 0px;
  background: white;
  padding: 0 15px;
  border-bottom: none;
}
body.home-2021 .sidecar ul#mainnav > li:first-of-type > a:first-of-type {
  border-top: 3px dashed gainsboro;
}
body.home-2021 .sidecar ul#mainnav.active {
  display: block;
}
body.home-2021 .sidecar ul#mainnav li {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  background-image: none;
  min-height: 0;
}
body.home-2021 .sidecar ul#mainnav li ul {
  padding: 0;
}
body.home-2021 .sidecar ul#mainnav li ul li:first-of-type > a {
  border-top: none;
}
body.home-2021 .sidecar ul#mainnav li ul a {
  color: black;
  font: 700 2.2rem/1 "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: none;
  border-bottom: none;
}
body.home-2021 .sidecar ul#mainnav li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px dashed gainsboro;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 500 2.6rem/1 "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
body.home-2021 .sidecar ul#mainnav > li > a {
  height: 45px;
  line-height: 45px;
}
body.home-2021 .sidecar ul#mainnav > li > ul li > ul li a {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.home-2021 .sidecar ul#mainnav li a.expand-btn {
  color: #0076B6;
  border-bottom: none;
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  right: 0;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
body.home-2021 .sidecar ul#mainnav li a.expand-btn:hover {
  background: transparent;
}
body.home-2021 .sidecar ul#mainnav li a.expand-btn:before {
  content: "\f067";
  font-family: "fontawesome";
}
body.home-2021 .sidecar ul#mainnav li a.expand-btn.active:before {
  content: "\f068";
  font-family: "fontawesome";
}
body.home-2021 .sidecar ul#mainnav > li > ul {
  position: relative;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
body.home-2021 .sidecar ul#mainnav > li > ul li {
  padding: 0;
  height: auto;
  width: 100%;
}
body.home-2021 .sidecar ul#mainnav > li > ul.active,
body.home-2021 .sidecar ul#mainnav > li:hover > ul.active {
  display: block;
  position: relative;
  opacity: 1;
  margin-left: 20px;
  font-size: 0.9em;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
body.home-2021 .sidecar ul#mainnav > li:hover > ul,
body.home-2021 .sidecar ul#mainnav > li:hover > ul li ul {
  display: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
body.home-2021 .sidecar ul#mainnav li ul li a,
body.home-2021 .sidecar header ul#mainnav > li > ul li a {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: black;
}
body.home-2021 .sidecar ul#mainnav li ul li a.expand-btn,
body.home-2021 .sidecar header ul#mainnav > li > ul li a.expand-btn {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 20px;
  text-decoration: none;
  top: 30px;
}
body.home-2021 .sidecar ul#mainnav > li > ul > li a:hover {
  background: #fff;
}
body.home-2021 .sidecar ul#mainnav > li > ul > li ul {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  display: none;
}
body.home-2021 .sidecar ul#mainnav > li > ul > li ul.active,
body.home-2021 .sidecar ul#mainnav > li > ul > li:hover ul.active li {
  display: block;
  margin: 0;
}
body.home-2021 .row {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100%;
}
body.home-2021 h1 {
  color: black;
  font: 800 6rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 992px) {
  body.home-2021 h1 {
    font: 800 7rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
body.home-2021 h2 {
  color: black;
  font: 800 4.5rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
body.home-2021 h3 {
  color: black;
  font: 800 3.2rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
body.home-2021 h4 {
  color: black;
  font: 800 2.9rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
body.home-2021 h5 {
  color: black;
  font: 800 2.7rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
body.home-2021 h6 {
  color: black;
  font: 800 2.3rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
body.home-2021 p {
  font: 400 2.1rem/3.4rem "Montserrat", "open-sans", sans-serif;
  font-weight: 400;
}
body.home-2021 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px solid #fccd00;
  width: 100px;
  margin: 30px 0 0;
}
body.home-2021 section.main {
  margin: -80px 0 0 0;
  position: relative;
  z-index: 0;
}
body.home-2021 #locations {
  background: white;
  padding: 3em 0 1em;
  position: relative;
}
@media screen and (min-width: 992px) {
  body.home-2021 #locations {
    padding: 7em 0 4em;
  }
}
body.home-2021 #locations .container {
  padding: 0 30px;
}
body.home-2021 #locations .col-md-12 {
  padding: 0;
}
body.home-2021 #locations .reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 735px) {
  body.home-2021 #locations .reveal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home-2021 #locations .reveal .address {
  margin: 40px 0;
}
@media screen and (min-width: 992px) {
  body.home-2021 #locations .reveal .address {
    margin: 0;
  }
}
@media screen and (min-width: 735px) {
  body.home-2021 #locations .reveal .hours {
    margin: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 #locations .reveal .hours {
    margin: 0;
  }
}
body.home-2021 #locations .reveal.selected {
  height: 100%;
}
body.home-2021 #locations .container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
body.home-2021 #locations hr {
  margin: 23px 0 2em 0.3em;
}
body.home-2021 .memphis-pediatricians {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1275px;
  padding: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.home-2021 .memphis-pediatricians:after {
  background-image: url(/SiteFiles/2246/CSS/images/visit_top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 113px;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 130%;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  body.home-2021 .memphis-pediatricians:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .memphis-pediatricians {
    background: transparent;
    padding: 20px 0 180px 0;
  }
}
@media screen and (min-width: 1225px) {
  body.home-2021 .memphis-pediatricians {
    background: transparent;
    padding: 20px 0 150px 0;
  }
}
body.home-2021 .memphis-pediatricians h2 {
  margin: 80px 0 0 0;
}
body.home-2021 .memphis-pediatricians .memphis-p-text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .memphis-pediatricians .memphis-p-text {
    padding: 0 0 0 60px;
    width: 48%;
  }
}
@media screen and (min-width: 1225px) {
  body.home-2021 .memphis-pediatricians .memphis-p-text {
    padding: 0 0 0 0;
  }
}
body.home-2021 .memphis-pediatricians .memphis-p-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
body.home-2021 .memphis-pediatricians .memphis-p-image img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .memphis-pediatricians .memphis-p-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 48%;
  }
  body.home-2021 .memphis-pediatricians .memphis-p-image img {
    max-width: 100%;
  }
}
body.home-2021 .first-visit {
  background: #0076B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit {
    background: none;
    height: 660px;
  }
}
body.home-2021 .first-visit h5 {
  max-width: 1060px;
}
body.home-2021 .first-visit:before {
  background-image: url(/SiteFiles/2246/CSS/images/shape-blob-hp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 877px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit:before {
    display: inline-block;
    left: 43%;
    top: -18%;
    width: 1360px;
  }
}
@media screen and (min-width: 1100px) {
  body.home-2021 .first-visit:before {
    top: -21%;
    width: 1560px;
  }
}
body.home-2021 .first-visit:after {
  -webkit-transform: translate(-50%, 0);
  background-image: url(/SiteFiles/2246/CSS/images/blue_wave.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -8px;
  content: "";
  height: 36.5vw;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 110%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit:after {
    display: none;
  }
}
body.home-2021 .first-visit .container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 2em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container {
    padding: 2em 4em;
    top: -160px;
  }
}
body.home-2021 .first-visit .container #first-visit {
  padding: 0 0 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container #first-visit {
    text-align: left;
  }
}
body.home-2021 .first-visit .container #first-visit hr {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container #first-visit hr {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container #first-visit {
    margin: 30px 0 0;
  }
}
body.home-2021 .first-visit .container .steps {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  body.home-2021 .first-visit .container .steps {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  body.home-2021 .first-visit .container .steps {
    padding: 0 100px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container .steps {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    max-width: 1080px;
    padding: 0 0 0 0;
  }
}
body.home-2021 .first-visit .container .steps .step {
  margin-bottom: 0;
}
body.home-2021 .first-visit .container .steps .step .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
body.home-2021 .first-visit .container .steps .step .content h3 {
  background: #3498db;
  border-radius: 50px;
  color: black;
  font-size: 2.75rem;
  font-weight: 800;
  margin: -5px 0 0 0;
  padding: 10px 30px;
  text-align: center;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .container .steps .step .content h3 {
    padding: 10px 40px;
    text-align: left;
    width: auto;
    z-index: -1;
  }
}
body.home-2021 .first-visit .container .steps .step .content p {
  margin: 20px 0 0;
}
@media screen and (min-width: 1200px) {
  body.home-2021 .first-visit .container .steps .step .content p {
    padding: 0 0 0 40px;
  }
}
body.home-2021 .first-visit p {
  color: white;
}
body.home-2021 .first-visit a.btn {
  background: #fff;
  border: 3px solid #8f44ad;
  color: #8f44ad;
  font-family: "Montserrat", "open-sans", sans-serif;
  font-size: 2rem;
  padding: 10px 20px 13px;
  margin: 0 auto;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.home-2021 .first-visit a.btn:hover {
  background: #8f44ad;
  color: white;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit a.btn {
    font-size: 2.4rem;
  }
}
body.home-2021 .first-visit .number {
  background: transparent;
  border: 5px solid white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", "open-sans", sans-serif;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 98px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  body.home-2021 .first-visit .number {
    height: 140px;
    margin-left: 40px;
    margin-right: 5px;
    width: 140px;
  }
}
body.home-2021 .first-visit h2 {
  color: white;
}
body.home-2021 .appointment-line {
  background: #e1f3ff;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -90px 0 0 0;
  padding: 6em 1em 3em 1em;
}
@media screen and (min-width: 500px) {
  body.home-2021 .appointment-line {
    padding: 10em 1em 3em 1em;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .appointment-line {
    margin: 0;
    padding: 2em 1em;
  }
}
body.home-2021 .appointment-line .appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  body.home-2021 .appointment-line .appointment {
    margin: 0 0 0;
  }
}
body.home-2021 .appointment-line .appointment:nth-of-type(2) {
  margin: 0 0 0;
}
body.home-2021 .appointment-line .appointment .appointment__text {
  font-size: 2.3rem;
}
body.home-2021 .appointment-line .appointment .appointment__text div {
  font-family: "Montserrat", "open-sans", sans-serif;
}
body.home-2021 .appointment-line .appointment .appointment__text a {
  font-family: "Montserrat", "open-sans", sans-serif;
  font-weight: 800;
}
body.home-2021 .appointment-line span.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 57px;
}
@media screen and (min-width: 992px) {
  body.home-2021 .appointment-line span.image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.home-2021 .appointment-line span.image img {
  margin: 0 10px 0 0;
}
body.home-2021 .appointment-line span.image a {
  font-weight: 800;
  margin: 0 0 0 10px;
}
body.home-2021 .appointment-line h6,
body.home-2021 .appointment-line span {
  color: black;
}
body.home-2021 .appointment-line a {
  color: #861bb2;
}
body.home-2021 .navbar-brand {
  padding: 17px 0 13px 18px;
  width: 225px;
}
@media screen and (min-width: 500px) {
  body.home-2021 .navbar-brand {
    padding: 13px 0 0;
    width: 305px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .navbar-brand {
    padding: 0;
    position: relative;
    top: 20px;
  }
}
body.home-2021 .swRotator .scrollable {
  height: 483px !important;
  margin: 115px 0 0 0;
}
@media screen and (min-width: 500px) {
  body.home-2021 .swRotator .scrollable {
    height: 493px !important;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .swRotator .scrollable {
    height: 800px !important;
    margin: 0 0 0 0;
  }
}
body.home-2021 .swRotator .scrollable .items .item {
  height: 320px !important;
}
@media screen and (min-width: 500px) {
  body.home-2021 .swRotator .scrollable .items .item {
    height: 480px !important;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .swRotator .scrollable .items .item {
    height: 800px !important;
  }
}
body.home-2021 .swRotator .scrollable .items .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.home-2021 .header-2021 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
}
body.home-2021 .header-2021 #mn-appointments {
  display: none;
}
body.home-2021 .header-2021.nav-up {
  top: -185px;
}
@media screen and (min-width: 992px) {
  body.home-2021 .header-2021:after {
    background-image: url(/SiteFiles/2246/CSS/images/header-bgtop-right.svg?v2);
    background-size: cover;
    content: "";
    height: 160px;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 700px;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .header-2021.notTop {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .header-2021 {
    background: transparent;
    height: 115px;
  }
  body.home-2021 .header-2021:before {
    background-image: url(/SiteFiles/2246/CSS/images/shape-blob-header-logo.svg);
    background-size: cover;
    bottom: -10px;
    content: "";
    height: 530px;
    left: -160px;
    position: absolute;
    width: 570px;
  }
}
body.home-2021 .header-2021 a.navbar-brand {
  left: 20px;
}
body.home-2021 .header-2021 a.navbar-brand img {
  max-height: 40px;
}
body.home-2021 .header-2021 ul#mainnav #mn-parent-resources .sw-menucode-list {
  right: 0;
}
body.home-2021 .header-2021 ul#mainnav .sw-menucode-list li {
  margin: 0;
}
body.home-2021 .header-2021 ul#mainnav li {
  margin: 0 20px;
}
body.home-2021 .header-2021 ul#mainnav li:last-of-type .sw-menucode-list {
  right: -20px;
}
body.home-2021 .header-2021 ul#mainnav li a {
  color: black;
  font-size: 1.75rem;
  font-weight: 700;
  height: 25px;
  line-height: 0;
  text-transform: capitalize;
}
body.home-2021 .header-2021 ul#mainnav li a:hover {
  color: #622bbc;
}
body.home-2021 .header-2021 ul#mainnav li a:after {
  display: none;
}
body.home-2021 .header-2021 ul#mainnav li ul li a {
  background: #fed202;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 25px 20px;
}
body.home-2021 .header-2021 .nav__right {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 .header-2021 .nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home-2021 .header-2021 #utilitynav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0 20px 0 0;
}
body.home-2021 .header-2021 #utilitynav li {
  margin-left: 20px;
}
body.home-2021 .header-2021 #utilitynav li a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home-2021 .header-2021 #utilitynav li a .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
  width: 30px;
}
body.home-2021 .header-2021 #utilitynav li a .image svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
}
body.home-2021 .header-2021 #utilitynav li a .image:nth-of-type(2) svg {
  width: 24px;
}
body.home-2021 .header-2021 #utilitynav li a:hover {
  color: #0076B6;
}
body.home-2021 .header-2021 #utilitynav li a:hover .image svg {
  fill: #0076B6;
}
body.home-2021 .header-2021 #utilitynav li:nth-of-type(2) a svg {
  width: 25px;
}
body.home-2021 header .navbar-default {
  width: 100%;
}
body.home-2021 header .navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
}
body.home-2021 header .navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 54px;
  height: 7px;
  border-radius: 7px;
}
body.home-2021 header .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
  background-color: #e10ed2;
}
body.home-2021 header .navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
  background-color: #309062;
  margin: 7px 0;
}
body.home-2021 header .navbar-default .navbar-toggle .icon-bar:nth-of-type(4) {
  background-color: #8611b1;
}
body.home-2021 .slider {
  background: #e1f2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body.home-2021 .slider #swFader-371611 {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider #swFader-371611 {
    display: inline-block;
  }
}
body.home-2021 .slider #swFader-372573 {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider #swFader-372573 {
    display: none;
  }
}
body.home-2021 .slider #swFader-372573 .title {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider {
    background: transparent;
  }
}
body.home-2021 .slider .swRotator {
  background: transparent;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
body.home-2021 .slider .sw-public-page-part:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.home-2021 .slider .sw-public-page-part:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.home-2021 .slider .sw-public-page-part:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.home-2021 .slider .sw-public-page-part:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.home-2021 .slider .sw-public-page-part:nth-of-type(4) .matrix-content {
  background: transparent;
}
body.home-2021 .slider .templatecontent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.home-2021 .slider canvas {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider canvas {
    top: 0;
    position: absolute;
    left: -340px;
    z-index: 0;
  }
}
body.home-2021 .slider .banner-content {
  padding: 2em;
  position: relative;
  top: -180px;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  body.home-2021 .slider .banner-content {
    top: -60px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider .banner-content {
    left: 5%;
    position: absolute;
    top: 10%;
  }
}
body.home-2021 .slider .banner-content:before {
  background-image: url(/SiteFiles/2246/CSS/images/shape-blob-hp-hero-full.svg);
  background-size: cover;
  bottom: -90px;
  content: "";
  height: 690px;
  left: 52%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 780px;
  z-index: 0;
}
@media screen and (min-width: 500px) {
  body.home-2021 .slider .banner-content:before {
    bottom: -80px;
    height: 660px;
    left: -14%;
    -webkit-transform: none;
            transform: none;
    width: 752px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .slider .banner-content:before {
    background-size: cover;
    content: "";
    display: inline-block;
    height: 676px;
    position: absolute;
    bottom: -17%;
    width: 770px;
    z-index: 0;
  }
}
body.home-2021 .slider .banner-content p:nth-of-type(1) {
  margin: 20px 0;
}
body.home-2021 .slider .banner-content h1,
body.home-2021 .slider .banner-content p {
  color: white;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
body.home-2021 .cd-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.home-2021 .cd-tabs a.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 25px 5px;
  color: #0076B6;
  font-weight: 600;
  font-size: 1.75rem;
  height: auto;
  line-height: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border: 2px solid #0076B6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.home-2021 .cd-tabs a.btn:hover {
  background: #0076B6;
  color: white;
}
body.home-2021 .cd-tabs a.btn span.fa {
  right: -4px;
  top: 0;
}
body.home-2021 .cd-tabs nav {
  background: transparent;
  overflow: visible;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs nav {
    width: 15%;
  }
}
body.home-2021 .cd-tabs .cd-tabs-content {
  background: #f3f3f3;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .cd-tabs-content {
    background: transparent;
    border-left: 2px dashed #d4d4d4;
    padding: 0;
    width: 85%;
  }
}
body.home-2021 .cd-tabs .cd-tabs-content li {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4em 2em;
}
body.home-2021 .cd-tabs .cd-tabs-content li p {
  font: 400 1.8rem/3.4rem "Montserrat", "open-sans", sans-serif;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .cd-tabs-content li {
    padding: 0 3em 3em 4em;
  }
}
body.home-2021 .cd-tabs h4 {
  margin: 0 0 1em;
  width: 100%;
  font: 900 2.3rem/2.3rem "Prompt";
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: black;
}
body.home-2021 .cd-tabs .cd-tabs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  width: 100%;
}
body.home-2021 .cd-tabs .cd-tabs-navigation a.top-level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: 0 0;
  border-bottom: 4px dashed #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0075b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 40px 0 40px 30px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
body.home-2021 .cd-tabs .cd-tabs-navigation a.top-level:after {
  background: url(/SiteFiles/2246/CSS/images/icon-arrow-dropdowns.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .cd-tabs-navigation a.top-level:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .cd-tabs-navigation a.top-level {
    border-bottom: none;
    font-size: 1.9rem;
    font-weight: 800;
    padding: 0 0 0 10px;
  }
}
body.home-2021 .cd-tabs .cd-tabs-navigation a.selected {
  background: #f1f1f1 !important;
  padding: 40px 0 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body.home-2021 .cd-tabs .cd-tabs-navigation a.selected:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .cd-tabs-navigation a.selected {
    background: #0076B6 !important;
    border-top: none;
    color: white;
    padding: 0 0 0 30px;
    width: 113%;
  }
}
body.home-2021 .cd-tabs .staff-widget {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
body.home-2021 .cd-tabs .staff-widget .staff-directory-widget {
  width: 100%;
}
body.home-2021 .cd-tabs .staff-widget .staff-member-title {
  font-size: 0.9em;
  color: #0076B6;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.2em;
  font: 100 1.4rem/1.4em "Prompt";
  text-align: left;
  font-style: italic;
}
body.home-2021 .cd-tabs .staff-widget .staff-member-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.home-2021 .cd-tabs .staff-widget .staff-member-name {
  text-align: left;
}
body.home-2021 .cd-tabs .staff-widget .staff-member-name a {
  color: #0076B6;
  font-weight: 800;
}
body.home-2021 .cd-tabs .staff-widget .staff-member-name a:hover {
  color: #0076B6;
}
body.home-2021 .cd-tabs .hours .templatecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
body.home-2021 .cd-tabs .hours .templatecontent p {
  margin: 0;
}
body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(1),
body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(2),
body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(1),
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(2),
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(3) {
    width: 48%;
  }
}
@media screen and (min-width: 1240px) {
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(1),
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(2),
  body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(3) {
    width: 30%;
  }
}
body.home-2021 .cd-tabs .hours .templatecontent p:nth-of-type(4) {
  margin: 30px 0 0 0;
}
body.home-2021 .news {
  background: white;
  padding: 0 0 8em;
}
@media screen and (min-width: 992px) {
  body.home-2021 .news {
    padding: 0 0 3em;
  }
}
body.home-2021 .news hr {
  margin: 15px auto 0;
}
body.home-2021 .news .container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
body.home-2021 .news .content {
  padding: 30px 0;
}
body.home-2021 .news .blogs {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 .news .blogs {
    display: inline-block;
  }
}
body.home-2021 .news .news-content {
  margin: 70px 0;
}
body.home-2021 .news .news-content a.btn-outline {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto;
}
body.home-2021 .news .recentblogs__image {
  height: 250px;
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
}
body.home-2021 .news .recentblogs__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.home-2021 .news h5 {
  color: #000;
  font-size: 1.5em;
  font-weight: 100;
}
body.home-2021 .news .recentblogs__date {
  text-transform: uppercase;
  font-size: 1.4rem;
}
body.home-2021 .news .featured .recentblogs__image {
  height: 250px;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.home-2021 .news .featured .recentblogs__image {
    height: 550px;
  }
}
body.home-2021 .news .featured .recentblogs__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.home-2021 .news .locations {
  padding: 45px;
  width: 100%;
}
body.home-2021 .news h6 {
  background: #0076B6;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}
body.home-2021 .parentresources .container {
  height: 400px;
  padding: 0;
  width: 100%;
}
body.home-2021 .parentresources .container .row {
  margin: 0;
}
body.home-2021 .parentresources .container .col-xs-12 {
  height: 400px;
}
body.home-2021 .parentresources .resource-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
body.home-2021 .parentresources .resource-text h2 {
  color: white;
  max-width: 560px;
  margin: 0 0 50px 0;
  padding: 0 0 0 120px;
  text-align: left;
}
@media screen and (min-width: 700px) {
  body.home-2021 .parentresources .resource-text h2 {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 750px;
    padding: 0 0 0 0;
  }
}
body.home-2021 .parentresources .resource-image {
  position: absolute;
  top: -140px;
  left: 10px;
}
body.home-2021 .parentresources .resource-image img {
  width: 160px;
}
@media screen and (min-width: 992px) {
  body.home-2021 .parentresources .resource-image {
    top: -70px;
    left: 40px;
  }
  body.home-2021 .parentresources .resource-image img {
    width: auto;
  }
}
body.home-2021 .parentresources .background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.home-2021 .parentresources .background-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
body.home-2021 .parents-guide {
  background: none;
  padding: 6em 0;
}
@media screen and (min-width: 500px) {
  body.home-2021 .parents-guide {
    padding: 6em 2em;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .parents-guide {
    padding: 8em 0 2em;
  }
}
body.home-2021 .parents-guide h3 {
  color: black;
  font-weight: 800;
  font-size: 2.4em;
  margin: 0 0 40px 0;
  line-height: 1.25em;
}
body.home-2021 .parents-guide img {
  margin: 30px 0 0 20px;
  max-width: 190px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (min-width: 500px) {
  body.home-2021 .parents-guide img {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.home-2021 .parents-guide img {
    margin: 0 0 0 0;
    max-width: 240px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 .parents-guide .col-xs-12 {
    padding: 0;
  }
}
body.home-2021 footer {
  background: #0076B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 13em 0 0 0;
  padding: 80px 30px;
  position: relative;
}
body.home-2021 footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
body.home-2021 footer ul li {
  margin: 20px 0;
}
body.home-2021 footer ul li a {
  color: white;
  font: 100 2.2rem/2.2rem "Montserrat", "open-sans", sans-serif;
  position: relative;
}
body.home-2021 footer ul li a:hover {
  color: white;
}
body.home-2021 footer .utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -5px;
  list-style: none;
  margin: 37px 0 0 0;
  position: relative;
}
body.home-2021 footer .utility-nav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 0;
  position: relative;
  width: calc(100% - 20px);
}
body.home-2021 footer .utility-nav a:hover span.text {
  background: white;
  color: black;
}
body.home-2021 footer .utility-nav a:hover span.image {
  background: white;
}
body.home-2021 footer .utility-nav span.image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0076B6;
  border-radius: 50%;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 65px;
  z-index: 1;
}
body.home-2021 footer .utility-nav span.image svg {
  padding: 5px;
  width: 65px;
}
body.home-2021 footer .utility-nav span.text {
  border-bottom: 2px solid black;
  border-radius: 0 30px 30px 0;
  border-right: 2px solid black;
  border-top: 2px solid black;
  font-size: 2rem;
  left: -22px;
  max-width: 270px;
  padding: 10px 16px 10px 31px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 0;
}
body.home-2021 footer .utility-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
body.home-2021 footer .utility-nav li:nth-of-type(2) svg {
  padding: 8px;
  width: 65px;
}
body.home-2021 footer h5 {
  color: white;
  font-size: 2.9rem;
  margin: 0 50px 0 0;
  position: relative;
  text-transform: uppercase;
}
body.home-2021 footer h5:after {
  background: #000;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  bottom: -16px;
  width: 100%;
}
body.home-2021 footer .locations {
  background: none;
  padding: 2em 0 0;
}
body.home-2021 footer .locations li {
  padding: 0;
}
body.home-2021 footer .locations a:hover:after {
  right: -45px;
}
body.home-2021 footer .locations a:after {
  background: url(/SiteFiles/2246/CSS/images/icon-arrow-locations.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 25px;
  position: absolute;
  right: -40px;
  top: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
}
body.home-2021 footer .socials {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
}
body.home-2021 footer .socials li {
  height: auto;
  margin: 0 25px 0 0;
}
body.home-2021 footer .mobile-footer-img,
body.home-2021 footer .footer-img {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -200px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
body.home-2021 footer .mobile-footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 500px) {
  body.home-2021 footer .mobile-footer-img {
    display: none;
  }
}
body.home-2021 footer .footer-img {
  display: none;
}
@media screen and (min-width: 500px) {
  body.home-2021 footer .footer-img {
    display: inline-block;
  }
}
body.home-2021 footer .sw-public-page-part {
  margin: 40px 0 0;
  width: 100%;
}
body.home-2021 footer .sw-public-page-part:first-of-type {
  margin: 0;
}
body.home-2021 footer .sw-public-page-part:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .sw-public-page-part:nth-of-type(3) {
    display: inline-block;
  }
}
body.home-2021 footer .sw-public-page-part:nth-of-type(4) h5 {
  margin: 0 30px 60px 0;
}
@media screen and (min-width: 768px) {
  body.home-2021 footer .sw-public-page-part {
    width: 45%;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px 0;
    text-align: center;
    width: 100%;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .desktop-footer-img {
    margin: 0 auto;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts li {
    position: relative;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts li:nth-of-type(1) {
    margin: 0 40px 0 0;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts li:nth-of-type(1):after {
    -webkit-transform: translateY(-50%);
    background: #fff;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    position: absolute;
    right: -22px;
    top: 58%;
    transform: translateY(-50%);
    width: 2px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .sw-public-page-part {
    width: 30%;
  }
}
@media screen and (min-width: 1270px) {
  body.home-2021 footer .sw-public-page-part {
    width: 23%;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) {
    margin: 0;
    width: 23%;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts li:nth-of-type(1) {
    margin: 20px 0 0 0;
  }
  body.home-2021 footer .sw-public-page-part:nth-of-type(1) .contacts li:nth-of-type(1):after {
    display: none;
  }
}
body.home-2021 footer .legal_info {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}
body.home-2021 footer .legal_info span {
  padding: 5px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .legal_info span {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .legal_info span:nth-of-type(2) {
    margin: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .legal_info span:nth-of-type(1):after,
  body.home-2021 footer .legal_info span:nth-of-type(2):after {
    -webkit-transform: translateY(-50%);
    background: #fff;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }
}
body.home-2021 footer .legal_info p {
  -webkit-justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
body.home-2021 footer .legal_info p a {
  color: white;
}
body.home-2021 footer .legal_info p a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 992px) {
  body.home-2021 footer .legal_info p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.5rem;
  }
}
body.full-width-2021 .main-content {
  padding: 0 35px;
}
@media screen and (min-width: 500px) {
  body.full-width-2021 .main-content {
    padding: 0 50px;
  }
}
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  width: 42px;
}
.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  height: 46px;
}
.CalendarEventsDetail__eventCalendarFront {
  margin: 0 auto !important;
  max-width: 610px;
}
@media screen and (min-width: 1024px) {
  .CalendarEventsDetail__eventCalendarFront {
    max-width: 100%;
  }
}
.CalendarListEvent__header {
  height: auto !important;
  min-height: 220px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .CalendarListEvent__header {
    width: 390px !important;
  }
}
.CalendarListEvent__image {
  height: 100%;
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.CalendarListEvent__image img {
  height: 100%;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.sw-cal-grid-372344 {
  margin: 0 auto;
  max-width: 1350px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .sw-cal-grid-372344 .CalendarMonthFilter > .site-tags-editor,
  .sw-cal-grid-372344 .CalendarMonthFilter__date,
  .sw-cal-grid-372344 .CalendarMonthFilter > input,
  .sw-cal-grid-372344 .CalendarMonthFilter > input.CalendarMonthFilter__search {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .sw-cal-grid-372344 {
    padding: 0 50px 50px 50px;
  }
}
.sw-cal-grid-372344 .react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
  background: none;
  border: none !important;
  border: none;
  font-size: 1em;
  height: 38px;
  margin: 2px;
  outline: none;
  padding: 4px 8px;
  vertical-align: middle;
  width: 100% !important;
}
.sw-cal-grid-372344 .CalendarListEvent__content {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .sw-cal-grid-372344 .CalendarListEvent__content {
    margin: 0 30px;
  }
}
.sw-cal-grid-372344 .CalendarListEvent__content p {
  margin: 0;
}
.sw-cal-grid-372344 .CalendarListSummary {
  height: 15px;
}
.sw-cal-grid-372344 .CalendarMonthFilter__search {
  margin-top: 0;
}
.sw-cal-grid-372344 .CalendarListEvent {
  border-bottom: 1px solid #dadada;
  margin: 0 0 60px 0;
  padding: 0 0 50px 0;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__content {
  margin: 0 30px;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header {
  background: white;
  height: 150px !important;
  min-height: 150px;
  width: 130px !important;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header .CalendarListEvent__header_date {
  background: white;
  border: 4px solid #0076B6;
  height: 100%;
  width: 100%;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
  color: #0076B6;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: -13px;
  position: relative;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month:after {
  background: #fccd00;
  bottom: -8px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
  color: #0076B6;
  font-size: 53px;
  font-weight: 800;
  line-height: 29px;
}
.sw-cal-grid-372344 .CalendarListEvent:nth-of-type(even) .CalendarListEvent__header img {
  display: none;
}
.sw-cal-grid-372344 .CalendarListEvent .CalendarListEvent__header_date {
  background-color: #0076B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 47px;
  z-index: 1;
}
.sw-cal-grid-372344 .CalendarListEvent .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
  font-size: 15px;
}
.sw-cal-grid-372344 .CalendarListEvent .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
  font-size: 25px;
}
.sw-cal-grid-372344 .CalendarListEvent .btn-outline {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 20px 7px;
}
.sw-cal-grid-372344 .CalendarListEvent:last-of-type {
  border-bottom: none;
}
.sw-cal-grid-372344 input,
.sw-cal-grid-372344 .CalendarMonthFilter .react-selectize.root-node .react-selectize-control,
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange input[type="date"] {
  border-radius: 0 !important;
  border: 2px solid #0076B6 !important;
  height: 50px;
}
.sw-cal-grid-372344 .CalendarListEvent__date_time,
.sw-cal-grid-372344 .CalendarListEvent__location {
  font-size: 1.8rem;
  font: 600 1.9rem/3.4rem "Montserrat", "open-sans", sans-serif;
  padding: 0;
}
.sw-cal-grid-372344 .CalendarListEvent__title {
  color: black;
  font-size: 2.5rem;
  font-weight: 600;
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateSeparator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sw-cal-grid-372344 .CalendarMonthFilter {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange input[type="date"] {
  font-size: 15px;
}
.sw-cal-grid-372344 .CalendarMonthFilter > .site-tags-editor {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .sw-cal-grid-372344 .CalendarMonthFilter > .site-tags-editor {
    width: 26%;
  }
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange {
  margin: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange .CalendarMonthFilter__date {
  margin: 0 !important;
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange .CalendarMonthFilter__date.CalendarMonthFilter__startDate--undefined {
  width: 44%;
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange .CalendarMonthFilter__dateSeparator {
  width: 6%;
}
@media screen and (min-width: 1024px) {
  .sw-cal-grid-372344 .CalendarMonthFilter__dateRange .CalendarMonthFilter__dateSeparator {
    margin: 0 10px;
    width: 4%;
  }
}
.sw-cal-grid-372344 .CalendarMonthFilter__dateRange .CalendarMonthFilter__date.CalendarMonthFilter__endDate--undefined {
  width: 44%;
}
@media screen and (min-width: 1024px) {
  .sw-cal-grid-372344 .CalendarMonthFilter__dateRange {
    margin: 0 1rem 0 0;
    width: 38%;
  }
}
.sw-cal-grid-372344 .CalendarMonthFilter > input.CalendarMonthFilter__search {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .sw-cal-grid-372344 .CalendarMonthFilter > input.CalendarMonthFilter__search {
    width: 24%;
  }
}
.sw-cal-grid-372344 .CalendarMonthFilter > button {
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  border: 2px solid #0076B6;
  color: #0076B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 60px;
  padding: 4px 28px 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sw-cal-grid-372344 .CalendarMonthFilter > button:hover {
  background: #0076B6;
  border: 2px solid #0076B6;
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 4px 28px 7px;
}
.event-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-module #ctl00_cphPageBody_ctl03_swCalEventCalendar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.event-module .CalendarEvent__box {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.event-module .CalendarEvent__box .CalendarEvent__details {
  padding: 0px 0 20px 0px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event-module .CalendarEvent__box .CalendarEvent__details {
    width: 60%;
  }
}
.event-module .CalendarEvent__box .CalendarEvent__meta {
  margin: 0 0 4em 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event-module .CalendarEvent__box .CalendarEvent__meta {
    margin: 0;
  }
}
.event-module .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__sticky {
  position: sticky;
  top: 60px;
}
.event-module .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__sticky h2:after {
  background: #fccd00;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  margin: 20px 0;
  position: relative;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .event-module .CalendarEvent__box .CalendarEvent__meta {
    width: 30%;
  }
}
body.default-2021 {
  /* News */
}
@media screen and (min-width: 992px) {
  body.default-2021 .main-content {
    padding: 30px;
  }
}
body.default-2021 p {
  font: 400 1.9rem/3.4rem "Montserrat", "open-sans", sans-serif;
}
body.default-2021 section.main {
  margin: 0;
}
body.default-2021 #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu {
  position: sticky;
  top: 50px;
}
body.default-2021 h2 {
  color: black;
  font: 800 4rem/1 "Prompt", "Montserrat", "open-sans", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
}
body.default-2021 h3 {
  margin-bottom: 20px;
}
body.default-2021 h4 {
  margin-bottom: 20px;
}
body.default-2021 h5 {
  margin-bottom: 20px;
}
body.default-2021 h6 {
  margin-bottom: 20px;
}
body.default-2021 a.btn {
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 2px solid #0076B6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0076B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 5px 25px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.default-2021 a.btn:hover {
  background: #0076B6;
  color: white;
}
@media screen and (min-width: 992px) {
  body.default-2021 .navbar-brand {
    margin-top: 25px;
    width: 308px;
  }
  body.default-2021 .navbar-brand img {
    max-height: 42px;
  }
}
body.default-2021 section.slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: 90px;
  max-height: 750px;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider {
    margin-top: 180px;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 section.slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    max-height: 670px;
    max-width: 1460px;
  }
}
body.default-2021 section.slider .page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  margin-top: 0;
  padding: 0 50px;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider .page-title {
    display: inline-block;
    height: auto;
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 section.slider .page-title {
    width: 40%;
  }
}
body.default-2021 section.slider .page-title h1 {
  color: white;
  font: 800 6rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider .page-title h1 {
    color: black;
    position: relative;
    top: 0;
  }
}
body.default-2021 section.slider .swRotator {
  top: 2px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider .swRotator {
    max-width: 610px;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 section.slider .swRotator {
    margin: 0;
    max-width: 100%;
    top: 260px;
    width: 60%;
  }
}
body.default-2021 section.slider .swRotator .scrollable {
  height: 633px !important;
  margin: 0;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider .swRotator .scrollable {
    height: 400px !important;
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 section.slider .swRotator .scrollable {
    margin: 0 0 0 0;
    height: 870px !important;
  }
}
body.default-2021 section.slider .swRotator .scrollable .caption {
  display: none;
}
body.default-2021 section.slider .swRotator .scrollable .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.default-2021 section.slider .swRotator .scrollable .items .item {
  background: none;
  height: 620px !important;
}
@media screen and (min-width: 500px) {
  body.default-2021 section.slider .swRotator .scrollable .items .item {
    height: 330px !important;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 section.slider .swRotator .scrollable .items .item {
    height: auto !important;
    padding: 0 40px 0 0;
  }
}
body.default-2021 section.slider .swRotator .scrollable .items .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.default-2021 .sw-menucode-child a {
  color: #0076B6;
}
body.default-2021 .sw-menucode-child a:hover {
  color: #0076B6;
}
body.default-2021 .sw-menucode-child a:after {
  background: #fccd00;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  margin: 20px 0;
  position: relative;
  width: 100px;
}
body.default-2021 .default-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 30px;
}
@media screen and (min-width: 600px) {
  body.default-2021 .default-main {
    padding: 0 60px;
  }
}
@media screen and (min-width: 992px) {
  body.default-2021 .default-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.default-2021 .default-main .sidebar-item {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  body.default-2021 .default-main .sidebar-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
}
body.default-2021 .default-main .sidebar-item #subnav li a {
  color: #343434;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
body.default-2021 .default-main .sidebar-item #subnav li a:hover:after {
  opacity: 1;
  right: -45px;
}
body.default-2021 .default-main .sidebar-item #subnav li a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/SiteFiles/2246/CSS/images/black-arrow.svg);
  content: "";
  height: 25px;
  opacity: 0;
  position: absolute;
  right: -40px;
  top: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
}
body.default-2021 .default-main .main-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.default-2021 .default-main .main-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
  }
}
body.default-2021 .current-page {
  color: #622BBC;
}
body.default-2021 .current-page a {
  color: #622BBC;
}
body.default-2021 section.main {
  margin: 0;
}
body.default-2021 .blog {
  margin: 40px auto;
  max-width: 1200px;
}
body.default-2021 .blog h3:after {
  background: #fccd00;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  margin: 20px 0;
  position: relative;
  width: 100px;
}
body.default-2021 .blog .blog-entry {
  margin: 20px 0 30px;
  border-bottom: 4px solid #d2e8dd;
  padding-bottom: 60px;
}
body.default-2021 .blog-entry-details .post-title-detail {
  margin-bottom: 14px;
}
body.default-2021 .blog-entry-details .post-tags {
  margin: 12px 0 30px;
}
body.default-2021 .blog-listing,
body.default-2021 .recentblogs {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
body.default-2021 .blog-listing .post-image,
body.default-2021 .recentblogs .post-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.default-2021 .blog-listing .post-image a,
body.default-2021 .recentblogs .post-image a {
  height: 100%;
  width: 100%;
  position: relative;
}
body.default-2021 .blog-listing .post-image a img,
body.default-2021 .recentblogs .post-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.default-2021 .news-content {
  margin: 0 auto;
  max-width: 1200px;
}
body.default-2021 .news-content .recentblogs {
  list-style-type: none;
  padding: 0;
}
body.default-2021 .news-content .recentblogs__image {
  margin: 0 0 15px 0;
}
body.default-2021 .news-content .recentblogs__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.default-2021 .news-content h3:after {
  background: #fccd00;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  margin: 20px 0;
  position: relative;
  width: 100px;
}
body.blog-detail .featured-posts {
  display: none;
}
body.blog-detail .addthis_toolbox a.at300b,
body.blog-detail .addthis_toolbox a.at300m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
body.blog-detail .addthis_default_style .addthis_separator {
  position: relative;
  top: -3px;
}
body.blog-detail .addthis_toolbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
body.blog-detail .addthis_toolbox .addthis_button_compact .at-icon-wrapper {
  background: white !important;
  border: 2px solid #0076B6;
  margin: 0 5px 0 0;
}
body.blog-detail .addthis_toolbox .addthis_button_compact svg {
  fill: #0076B6;
}
body.blog-detail .addthis_toolbox a .at-icon-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px !important;
}
body.blog-detail .addthis_toolbox:before {
  content: "";
  border-bottom: 2px dashed #cdcdcd;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc(50% - 130px);
}
body.blog-detail .addthis_toolbox:after {
  content: "";
  border-bottom: 2px dashed #cdcdcd;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc(50% - 130px);
}
body.blog-detail .sw-blog-nav-prev a,
body.blog-detail .sw-blog-nav-next a {
  color: #0076B6;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.blog-detail .sw-blog-nav-prev a:hover,
body.blog-detail .sw-blog-nav-next a:hover {
  color: #0076B6;
}
body.blog-detail .sw-blog-nav-prev a span,
body.blog-detail .sw-blog-nav-next a span {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.blog-detail .sw-blog-nav-prev a:hover span {
  left: -5px;
}
body.blog-detail .sw-blog-nav-nexxt a:hover span {
  right: -5px;
}
body.blog-detail .blog {
  margin: 0 auto;
  max-width: 1000px;
}
body.blog-detail .blog .blog-entry {
  border-bottom: none;
}
body.blog-detail .blog .blog-entry .post-profileinfo {
  display: none;
}
body.blog-detail .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.landing-page .memphis-p-text h2 {
    margin-top: 60px;
  }
}
body.landing-page .slider {
  background: #480be1;
}
@media screen and (min-width: 992px) {
  body.landing-page .slider {
    background: white;
  }
}
body.landing-page .slider .templatecontent {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .templatecontent {
    margin: 0;
  }
}
body.landing-page .slider .swRotator .scrollable {
  height: 340px !important;
  margin: 115px 0 0;
}
@media screen and (min-width: 768px) {
  body.landing-page .slider .swRotator .scrollable {
    height: 410px !important;
  }
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .swRotator .scrollable {
    height: 435px !important;
  }
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .swRotator .scrollable {
    height: 800px !important;
    margin: 0 0 0 0;
  }
}
body.landing-page .slider .swRotator .scrollable .items .item {
  height: 372px !important;
}
@media screen and (min-width: 768px) {
  body.landing-page .slider .swRotator .scrollable .items .item {
    height: 450px !important;
  }
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .swRotator .scrollable .items .item {
    height: 950px !important;
  }
}
body.landing-page .slider .banner-content .templatecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .banner-content .templatecontent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.landing-page .slider .banner-content .templatecontent p {
  max-width: 650px;
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .banner-content .templatecontent p {
    max-width: 520px;
  }
}
body.landing-page .slider .banner-content:before {
  display: none;
}
@media screen and (min-width: 992px) {
  body.landing-page .slider .banner-content:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 935px;
    left: -26%;
    top: -60px;
    width: 1067px;
  }
}
@media screen and (max-width: 992px) {
  body.landing-page .slider .banner-content {
    position: relative;
    top: -20px;
  }
  body.landing-page .slider .banner-content:after {
    background-image: url(/SiteFiles/2246/CSS/images/shape-blob-top-short.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 200px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 150%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  body.landing-page .slider .banner-content {
    top: 0px;
  }
}
body.landing-page .swformsubmit__btn {
  background: transparent;
  border: 1px solid white;
  padding: 0.7em 2em 0.85em !important;
  margin-top: 0.5em;
  font-size: 1em;
  margin-bottom: 0.75em;
}
body.landing-page .swformsubmit__btn:hover {
  background: white;
  color: #622BBC;
}
body.landing-page .swform .swformactions .swformsubmit {
  text-align: left;
}
body.landing-page .memphis-p-image:after {
  background-image: url(/SiteFiles/2246/CSS/images/shape-blob-landing-body.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 621px;
  left: 50%;
  position: absolute;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body.landing-page .memphis-p-image:after {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  body.landing-page .memphis-p-image:after {
    left: 61%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 120%;
  }
}
body.landing-page .memphis-p-image img {
  position: relative;
  right: -15px;
}
@media screen and (min-width: 992px) {
  body.landing-page .memphis-p-image img {
    right: -78px;
  }
}
body.landing-page .memphis-pediatricians {
  padding: 20% 30px 110px;
  position: relative;
}
@media screen and (min-width: 992px) {
  body.landing-page .memphis-pediatricians {
    padding: 250px 60px 110px;
  }
  body.landing-page .memphis-pediatricians:before {
    display: none;
  }
}
body.landing-page .memphis-pediatricians:before {
  background-image: url(/SiteFiles/2246/CSS/images/shape-blob-bottom-short.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
body.landing-page .memphis-pediatricians:after {
  display: none;
}
body.landing-page .formmodule {
  margin: 0 auto;
  max-width: 650px;
  position: relative;
}
@media screen and (min-width: 992px) {
  body.landing-page .formmodule {
    margin: 0;
  }
}
body.landing-page .formmodule .swform > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield {
  width: 100%;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield label {
  display: none;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield__errortxt {
  margin: 0;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: white;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
          box-shadow: 0 0 0 0 transparent inset;
  display: inline-block;
  font-size: 1em;
  margin: 0.375em 0 0 0;
  padding: 0.8em;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  width: 100%;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input::-moz-placeholder {
  color: white;
  opacity: 1;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield input::placeholder {
  color: white;
  opacity: 1;
}
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(1),
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(2),
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(3),
body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(4) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(1),
  body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(2),
  body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(3),
  body.landing-page .formmodule .swform > div:nth-of-type(1) .swformfield:nth-of-type(4) {
    width: 48%;
  }
}
.swform .swformfield.swformfieldlist--error p.swformfield__errortxt,
.swform .swformfield.swformfield--error p.swformfield__errortxt,
.swform .swformfieldlist.swformfieldlist--error p.swformfield__errortxt,
.swform .swformfieldlist.swformfield--error p.swformfield__errortxt {
  margin: 10px 0 0 0;
}
.swform .swformactions.swformactions--error .swformmsg,
.swformactions.swformactions--error .swformmsg {
  background-color: #db2828;
  border: none;
}
.swform .swformactions .swformmsg,
.swformactions .swformmsg {
  margin: 30px 0;
}
@media screen and (min-width: 992px) {
  .swform .swformactions .swformmsg,
  .swformactions .swformmsg {
    margin: 0;
    position: absolute;
    right: -260px;
    top: 5px;
    width: 240px;
  }
}
.swform .swformactions.swformactions--error .swformmsg .swformmsg__intro,
.swform .swformactions.swformactions--error .swformmsg .swformmsg__txt,
.swformactions.swformactions--error .swformmsg .swformmsg__intro,
.swformactions.swformactions--error .swformmsg .swformmsg__txt,
.swformmsg__text {
  color: white;
}
.swform .swformfield.swformfieldlist--error p.swformfield__errortxt,
.swform .swformfield.swformfield--error p.swformfield__errortxt,
.swform .swformfieldlist.swformfieldlist--error p.swformfield__errortxt,
.swform .swformfieldlist.swformfield--error p.swformfield__errortxt {
  background: #db2828;
  font-size: 0.8em;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 0.03333em;
  text-decoration: inherit;
  text-transform: inherit;
  margin: 0.375em 0 0 0;
  color: white;
  width: 100px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.sw-icon__baseline-warning {
  margin-right: 7px;
  top: -1px;
}
.swform .swformfield,
.swform .swformfieldlist {
  margin-bottom: 0.5em;
}
/* Search */
.search {
  background: #622BBC;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search-open {
  cursor: pointer;
}
#search-open svg {
  width: 19px;
}
.search-content {
  margin: 0 auto;
}
.site-search-result-snippet {
  margin: 0;
}
body.default-2021 .search-default-main {
  margin: 150px 0 0 0;
}
.tagged-items {
  margin: 60px 0 0 0;
}
.tagged-items .tagged-item {
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  padding: 0 0 20px;
}
.tagged-items .tagged-item:last-of-type {
  margin: 40px 0 0 0;
}
.tagged-items .tagged-item .thumbnail {
  border: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tagged-items .tagged-item .thumbnail {
    width: 40%;
  }
}
.tagged-items .tagged-item .thumbnail img {
  width: 100%;
}
.tagged-items .tagged-item .tagged-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 30px;
}
.tagged-items .tagged-item .tagged-item-content cite {
  margin: 10px 0 0 0;
}
.tagged-items .tagged-item .title {
  font: 800 3.2rem/1 "Prompt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
.tagged-items .tagged-item::marker {
  display: none;
}
#search-open-mobile {
  cursor: pointer;
}
#search-open-mobile svg {
  height: 20px;
  margin: 20px;
  width: 29px;
}
@media screen and (min-width: 992px) {
  #search-open-mobile {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  body.blog-page .slider {
    margin-top: 120px !important;
  }
  body.blog-page .page-title h1 {
    font-size: 40px !important;
  }
  body.blog-page .scrollable {
    max-height: 220px;
  }
  body.blog-page .scrollable .item {
    max-height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  body.blog-page .swRotator {
    top: 0 !important;
  }
  body.blog-page .scrollable {
    max-height: 260px;
  }
  body.blog-page .scrollable .item {
    max-height: unset;
    max-width: 400px;
    left: unset !important;
    right: 20%;
  }
}
.notice-link {
  width: 250px;
  margin-top: 10px;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}
.notice-link a {
  color: black !important;
  font-weight: 800;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.notice-link a:hover {
  color: #0076B6 !important;
}
.navbar .container-fluid {
  margin-top: 40px;
}
.notice-link-sidecar {
  margin-top: 40px;
  text-align: left;
  padding-left: 20px;
  width: 100%;
}
.notice-link-sidecar a {
  color: #0076B6 !important;
  font-weight: 800;
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
}
.swform__password-toggle-button {
  height: 2.3em !important;
}
.swform__password-toggle-button svg {
  height: 2em !important;
}
#swProfile-Container .password-toggle {
  height: 2em !important;
  padding-top: 0.1em;
}
#swProfile-Container .password-toggle svg {
  height: 1em !important;
}
/* _sticky-cta */
.stickyCTA {
  position: fixed;
  z-index: 99999;
  right: -30px;
  bottom: 75px;
}
.stickyCTA.active .main {
  background: #3809b0;
  font-size: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 58px;
  right: 58px;
}
.stickyCTA.active .main > svg {
  opacity: 1;
}
.stickyCTA.active .button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, top 0.25s ease, left 0.25s ease;
  transition: opacity 0.25s ease, top 0.25s ease, left 0.25s ease;
}
.stickyCTA.active .button:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.stickyCTA.active .button:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.stickyCTA.active .button:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.stickyCTA.active .button.right {
  left: -100px;
}
.stickyCTA.active .button.angle {
  top: -30px;
  left: -103px;
}
.stickyCTA.active .button.top {
  left: -40px;
  top: -80px;
}
.stickyCTA .main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #470BE1;
  border-radius: 40px 90px 40px 90px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: white;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: bold 1.6rem "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 180px;
  z-index: 10;
}
.stickyCTA .main:hover {
  background: #3809b0;
}
.stickyCTA .main > svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 30px;
  fill: currentColor;
}
.stickyCTA .button {
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  z-index: 5;
}
.stickyCTA .button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #622BBC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.stickyCTA .button a:hover {
  background: #4c2292;
}
.stickyCTA .button svg {
  max-height: 20px;
}
.stickyCTA .button svg path {
  fill: white;
}
.stickyCTA .button span {
  color: black;
  font: bold 1.2rem "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  pointer-events: none;
  position: absolute;
  bottom: -29px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  width: 58px;
}
