
 /* 
-------cacheFileName----------
 key5A154EA0DA22D995FC1FEF5A8D7FA0048134247FF28DCEC8371F487F770AF7C6#2025-07-16T11--54--25 */ 

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      text-shadow: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span, .mm-list > li > a.currentpage {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

#template .container { position:relative; }
.socialNav ul li a { display:block; }

/* Fix for draggable icon in design mode */
.portlet_instance.portlet_icon.ui-draggable-dragging {position: fixed !important; z-index: 13000 !important}

/*border box*/
#template * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*Google Map box sizing*/
div[id*="map"] .gm-style * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * { 	
	-moz-box-sizing: initial !important;
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important; 
}

/* Fix banner images all displaying at once */
.slider figure:not(:first-of-type):not([style*="visibility"]) {display: none !important; overflow: hidden !important;}

/* Keeps the file upload window in the middle of the screen when open */
div[id*="ImageManager"].RadWindow, div[id*="dialogOpener"].RadWindow, div[id*="RadWindow"].RadWindow {position: fixed !important; left: 50% !important; top: 50% !important; right: 0; bottom: 0; transform: translate(-50%,-50%) !important;}

/*hiding google ads*/
.gsc-adBlock { position:fixed !important; left:-10000px; top:-10000px; }

/*image floats*/
#content img.right { float:right; margin:5px 0 5px 10px; }
#content img.left { float:left; margin:5px 10px 5px 0; }
/*misc styles*/
.left { float:left; }
.right { float:right; }
/*this pushes the ADA logo server metadata*/
.offScreen { position:fixed; top:-10000px; left:-10000px; }
/*typical global clearfix*/
.clearfix::after { content:""; clear:both; display:table; }
/*footer styles*/
.footerAddresses li { list-style-type:none; }

/*map text*/
#content .mapMarkClass, #content .mapMarkClass h1 { color:#000; }

/*doctor reviews*/
iframe#myIframe {width: 100%; min-height:500px; border: 5px solid rgba(255,255,255,0.6); border-radius:10px}

/*hiding empty LI's in social nav*/
.socialNav li:empty { display:none; }

/*responsive styles*/
@media screen and (min-width: 200px) {
	/*mobile menu*/
	.mobileMenu { position:absolute; top:95px; right:10px; display:block; }
	/*primary navigation*/
	#primaryNav { display:none; }	
}

@media screen and (min-width: 768px) {
	/*mobile menu*/
	.mobileMenu { display:none; }
	/*primary navigation*/
	#primaryNav { display:block; }
}

@media screen and (min-width: 990px) {


}

@media screen and (min-width: 1160px) {

}

#back-to-top {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 125px;
    width: 60px;
    height: 60px;
	z-index:9999;
    background: #eee;
    border: 1px solid #ccc;
    cursor:pointer;
    box-shadow:1px 1px 1px rgba(0,0,0,.25);
    -webkit-transition:opacity .3s ease-in;
    -moz-transition:opacity .3s ease-in;
    -o-transition:opacity .3s ease-in;
    transition:opacity .3s ease-in;
}
#back-to-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #333;
    margin: -10px 0 0 -10px; 
}

#back-to-top:hover {
    background: #e6e6e6;  
}

 ul.content-list>li:before, 
 ul.content-list>li:after {
    content:""; display:table; clear:both;
}

/* footer css */
.footerAddresses span.email {display:none}

/* primary nav on focus */
.RadMenu .rmLink:focus {outline: 1px solid #fff !important}
.RadMenu .rmLink:focus:hover, .RadMenu .rmLink:active, .RadMenu .rmLink:focus:active {outline: 0 !important}
.RadMenu .rmExpanded:focus, .RadMenu .rmRootLink:focus, .RadMenu .rmSelected:focus, .RadMenu .rmFocused:focus {outline:0 !important}

/* fixes pointer on interior slideshow scroll arrows */
.photoGallery .flex-direction-nav a { cursor: pointer; }

@media screen and (min-width: 768px) {
    #back-to-top.fade { opacity:1; }
}
@media screen and (min-width: 990px) {
    
.jump-link {
    /* display: block; */
    margin-top: -170px;
    padding-bottom: 170px;
    /* font-size: 0px; */
    /* display: inline; */
    visibility: hidden;
    margin-left: -9px;
}

}

/*do not remove this, we have opted to remove the fade on vertical slideshows*/
div.slider section::after { display:none !important; }

/* Dear Doctor Margins */
 #template .dd-left { margin: 5px 20px 10px 0; }
 #template .dd-right { margin: 5px 0 10px 20px;  }

/* Margins on images within Related Articles */
 #template .dd-article .dd-left { margin: 5px 10px 10px 0; }
 #template .dd-article .dd-right { margin: 5px 0 10px 10px; }

/* Max width for very large images */
#template .dd-left, 
#template .dd-left img, 
#template img.dd-left, 
#template .dd-right, 
#template .dd-right img, 
#template img.dd-right { max-width:250px; }

/* dear doctor video margining */
.wistia_responsive_padding {margin: 0 0 15px !important}

/* dear doctor video thumbnails - responsive fix */
.wistia_click_to_play {width: 100% !important}

/* Location and Hours Widget - Hours */
#template aside.callout div.hours { margin-top: 10px; } 

/*making numbered lists in content display numbers*/
#template div#content ol > li { list-style-type:decimal; }

/* Footer Address Spacing - Vertical Template */
#template #footer div.bottom p {margin: 0}

/*  Html sitemap */
#template #htmlsitemap div ul li { list-style:none; padding-top:10px; font-weight: bold; }
#template #htmlsitemap div ul li ul { margin: 0 0 20px 20px; }
#template #htmlsitemap div ul li ul li { padding-top:0; }
#template #htmlsitemap div ul li ul li a { font-weight:400; }

/*Youtube video fixes*/
#template iframe[src*="//fast"] { overflow: visible; }
#template iframe[src*="https://www.youtube"] { overflow: visible; }

/*interior left right images */
#template img.right, #template img.left { margin-bottom:5px; }

/*chrome utility nav fix*/
/*
html body header#header div.container nav.social-navigation ul.clearfix li a.external[id^=ctl11], html body header#header div.container nav.social-navigation ul.clearfix li a { pointer-events:inherit !important; }
html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a.external[id^=ctl11], html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a { pointer-events:inherit !important; }*/

/*chrome social icon fix for vertical*/
/* nav.social-navigation li a { display:block; }*/

/*responsive styles*/
@media screen and (min-width: 200px) {
/*back to top*/
#template div#back-to-top { display:none; }
/*map adjustment*/
 #template div.locations div.map { height:300px; }

}

@media screen and (min-width: 500px) {
/*map adjustment*/
 #template div.locations div.map { height:500px; }
}

@media screen and (min-width: 768px) {
/*back to top*/
#template div#back-to-top { display:block; }
}
/*map popup fix*/
#template div.locations div.map { height:300px; }
/*edit mode fix*/
/*body.iAppsEditMode #template { padding-top:28px; }*/

/*global phone number fix*/
#template .h_left.grow #utility-navigation .phone a::before, #template .vertical.grow #utility-navigation .phone a::before  { display:none; }

/*my doctors ratings iframe fix*/
 #template iframe#averageScoreIframe { height:60px; width:200px; }

/*removing phone number on horizontal left grows*/
/*.h_left.grow #utility-navigation .phone a::before, .h_left.grow #utility-navigation .utility-navigation .phone::before { display:none; }*/

/* Makes captions center under image and follow image width. Doesn't work in older browsers */
#template div.dd-left, div.dd-right { /* add this class to a div wrap */
	text-align: center;
	width: 250px; /* sets the width of the container for an image with a caption */
}
#template .dd-border { /* Adds a border to you image/caption box if you want. just add the class to the div */
	padding: 10px;
}
/* puts a 5px border around floating image or image within floating object, also controls if you add a border to the sidebar */
#template .dd-left img, #template img.dd-left, #template .dd-right img, img.dd-right, #template .dd-border { 
	/*border-size: 3px solid #0072bc;  sets a border and border color around the main images */
	border-width:3px;
	border-style:solid;
	color:#ccc;
}
/* set a max-width for the really big images */
#template .dd-left, #template .dd-left img, #template img.dd-left, #template .dd-right, #template .dd-right img, #template img.dd-right {
	max-width:250px;
}
/* adds a line break after an image inside a floating container */
#template .dd-left img, #template .dd-right img {
	display: block;
	margin: 0 0 5px 0;
}
/* Image caption text */
#template .dd-left p, #template .dd-right p {
	margin: 2px 0 15px;
	font-size:90%; /* set the font size of caption */
}
/* Related articles styles */
#template .dd-articles {	/* add the dd-articles class to the div wrapper */
	padding: 10px;
	border:1px solid #ccc; /* sets a border and border color around related articles section */
	background-color:#eee;
}
#template .dd-article { /* add the dd-article class the each article */
	overflow: hidden;
	padding: 5px 0 0;
	border-bottom:1px dotted #ccc; /* sets a divider line under each article */

}
#template .dd-article:last-child{
	border:none; /*removes divider line under last article*/
}
#template .dd-article img { /* any image in the article wrapper will get this applied automatically */
	overflow: hidden;
	border: 1px solid #ccc; /* sets a border and border color around the images in the related articles area */
}
#template .dd-article .dd-title { /* add the title class to object to make it bold and have line break after */
	font-weight: bold;
	display: block;
}
#template .dd-article p { /* makes text align at top with image */
	padding: 5px 0 0 0;
	margin-top: 0;
}
/* styles used on all areas */
#template .dd-left { /* add dd-left class to an object to float it left */
	clear: left;
	float: left;
	margin: 5px 10px 5px 0;
}
#template .dd-right { /* add dd-right class to an object to float it right */
	clear: right;
	float: right;
	margin: 5px 5px 5px 10px;
}
#template img.dd-no-border { /* add no-border to an image and it will loose its border */
	border: none;
}

.RadChartÂ { width:100% !important; }
.RadChartÂ img { max-width:100% !important; width:100% !important; }

/*globally hiding the hours from all maps*/
.mapMarkClass .hours { display:none; }

/*presence release white BG fix for dark sites*/
#template .zones-portlet-header.portletBox-title + div {background: inherit !important}

/*Dear Doctor Mobile Fixes*/
@media screen and (max-width:445px) { 
#template .dd-article .dd-left, #template #ddcontent .dd-article .dd-left a img, #ddcontent p img.dd-right, #ddcontent p img.dd-left, #template .dd-left img, #template .dd-right img, #ddcontent img.dd-right, #ddcontent img.dd-left, #template a.dd-lightbox { width:100%; max-width:none;margin:10px 0;  }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), 
        url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), 
        url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), 
        url('https://www.millwarddental.com/resourcefiles/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ==== BASE STYLES ==== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
}
header,
nav,
div,
section,
article,
aside,
footer {
  position: relative;
}
figure {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
img {
  max-width: 100%;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button {
  border: 0;
}
ol,
ul,
li,
#content .buttons,
#content .buttons li,
#content #inside-nav ul,
#content #inside-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content ul {
  list-style-type: disc;
  padding: 0 0 0 2em;
  margin: 0.5em 0;
}
#content ul li {
  list-style-type: disc;
  padding: 0 0 0.25em 0.25em;
  line-height: 1.75em;
}
#content ol {
  list-style-type: decimal;
  padding: 0 0 0 2em;
  margin: 0.5em 0;
}
#content ol li {
  list-style-type: decimal;
  padding: 0 0 0.25em 0.25em;
  line-height: 1.75em;
}

/* -- fonts -- */
body,
#template {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #3a3e42;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  line-height: 1.125em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.15em;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  color: #0e486c;
}
h1 {
  color: #0e486c !important;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 1em;
}
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #0072ae;
}
h1 {
  font-size: 2.5rem;
  font-weight: 400 !important;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.625rem;
  color: #0072ae;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.05rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 0 0 1em;
  color: #3a3e42;
  font-size: 1rem;
  line-height: 1.75em;
}
a {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
p a,
.subpage #content ul li a,
.subpage #content ol li a {
  display: inline-block;
  color: #0072ae;
  padding: 0;
  font-weight: 700;
}
p a::before,
p a::after,
.subpage #content ul li a::before,
.subpage #content ol li a::before,
.subpage #content ul li a::after,
.subpage #content ol li a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
.subpage #content ul li a::before,
.subpage #content ol li a::before,
p a::before {
  left: 0;
  content: "[";
  -webkit-transform: translateX(2em);
  transform: translateX(2em);
}
.subpage #content ul li a::after,
.subpage #content ol li a::after,
p a::after {
  right: 0;
  content: "]";
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
}
.subpage #content ul li a:hover,
.subpage #content ol li a:hover,
.subpage #content ul li a:focus,
.subpage #content ol li a:focus,
p a:hover,
p a:focus {
  color: #4c832a;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}
.subpage #content ul li a:hover::before,
.subpage #content ol li a:hover::before,
.subpage #content ul li a:focus::before,
.subpage #content ol li a:focus::before,
.subpage #content ul li a:hover::after,
.subpage #content ol li a:hover::after,
.subpage #content ul li a:focus::after,
.subpage #content ol li a:focus::after,
p a:hover::before,
p a:focus::before,
p a:hover::after,
p a:focus::after {
  opacity: 1;
  margin: 0;
}
.subpage #content ul li a:focus::before,
.subpage #content ol li a:focus::before,
.subpage #content ul li a:hover::before,
.subpage #content ol li a:hover::before,
p a:hover::before,
p a:focus::before {
  -webkit-transform: translateX(-0.65em);
  transform: translateX(-0.65em);
}
.subpage #content ul li a:hover::after,
.subpage #content ol li a:hover::after,
.subpage #content ul li a:focus::after,
.subpage #content ol li a:focus::after,
p a:hover::after,
p a:focus::after {
  -webkit-transform: translateX(0.65em);
  transform: translateX(0.65em);
}

/* -- animations -- */
@-webkit-keyframes stickyMenu {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickyMenu {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
a,
a img,
a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==== LAYOUT ==== */
.container {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ==== HEADER ==== */
#header {
  z-index: 15;
  background: url("https://www.millwarddental.com/resourcefiles/other/bgheader.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -- top bar -- */
#topBar {
  background: #323232;
  padding: 0;
  border-bottom: 1px solid #fff;
  height: 45px;
}
#topBar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.smaller #topBar {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background: #136077;
  padding: 7px 1% 7px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: stickyMenu 0.5s 1 ease-in-out;
  animation: stickyMenu 0.5s 1 ease-in-out;
}
.smaller #topBar .container {
  justify-content: flex-end;
  max-width: none;
  width: 100%;
}

/*utilityNav*/
.smaller #topBar #utilityNav {
}
#utilityNav ul.PublishedLinkMenu {
  display: flex;
  align-items: center;
}
#utilityNav ul.PublishedLinkMenu::before {
  color: #a7dcaa;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 8px;
  content: "Call Today!";
  margin-top: 5px;
}
.smaller #topBar #utilityNav ul.PublishedLinkMenu::before {
  display: none;
}
#utilityNav ul.PublishedLinkMenu li {
}
#utilityNav ul.PublishedLinkMenu li a {
  text-decoration: none;
}
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  line-height: 1em;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  content: "\f10b";
  font-size: 27.5px;
  margin-right: 8px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a:hover::before,
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a:focus::before {
  transform: translate(0, 0);
}
.smaller #topBar #utilityNav ul.PublishedLinkMenu li:nth-child(1) a {
  margin: 0 5px 0 0;
  color: #fff;
  font-size: 1.125rem;
  -webkit-animation: stickyMenu 0.5s 1 ease-in-out;
  animation: stickyMenu 0.5s 1 ease-in-out;
}
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin-right: 25px;
  vertical-align: bottom;
}
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a:hover,
#utilityNav ul.PublishedLinkMenu li:nth-child(1) a:focus {
  color: #a7dcaa;
}
.smaller #topBar #utilityNav ul.PublishedLinkMenu li:nth-child(1) a:hover,
.smaller #topBar #utilityNav ul.PublishedLinkMenu li:nth-child(1) a:focus {
  color: #a7dcaa;
}
#utilityNav ul.PublishedLinkMenu li:nth-child(2) a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid #a7dcaa;
  border-radius: 2px;
  font-family: "Ubuntu", sans-serif;
  vertical-align: middle;
}
#utilityNav ul.PublishedLinkMenu li:nth-child(2) a:hover,
#utilityNav ul.PublishedLinkMenu li:nth-child(2) a:focus {
  background: #84ce86;
  border-color: #fff;
  border-radius: 0;
  color: #0e486c;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.smaller #topBar #utilityNav ul.PublishedLinkMenu li:nth-child(2) a {
  padding: 5px 10px;
  -webkit-animation: stickyMenu 0.5s 1 ease-in-out;
  animation: stickyMenu 0.5s 1 ease-in-out;
}

/*  Social Nav  */
#header .socialNav {
}
#header .socialNav ul {
  display: flex;
  flex-wrap: wrap;
}
#header .socialNav ul li {
  margin-left: 2px;
}
#header .socialNav ul li a {
  text-align: center;
  font-weight: 400;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #a7dcaa;
  border-radius: 2px;
  font-size: 16px;
  width: 36px;
  height: 36px;
}
#header .socialNav ul li a:hover,
#header .socialNav ul li a:focus {
  background: #84ce86;
  border-color: #fff;
  border-radius: 0;
  color: #0e486c;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.smaller #topBar .socialNav ul li a {
  padding: 5px 10px;
  -webkit-animation: stickyMenu 0.5s 1 ease-in-out;
  animation: stickyMenu 0.5s 1 ease-in-out;
  width: 30px;
  height: 30px;
}
.smaller #topBar .socialNav ul li a:hover,
.smaller .socialNav ul li a:focus {
  color: #0e486c;
  border-color: #fff;
}

/* -- logo -- */
#logo {
  text-align: center;
  padding: 35px 0;
}
#logo a,
#logo img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

/* ==== PRIMARY NAVIGATION ==== */

#primaryNav {
  text-align: center;
  z-index: 10;
  background-color: #104f63;
  height: 45px;
}
.smaller #primaryNav {
  position: fixed;
  z-index: 20;
  left: 1%;
  top: 2px;
  background: none;
  margin: 0;
  -webkit-animation: stickyMenu 0.5s 1 ease-in-out;
  animation: stickyMenu 0.5s 1 ease-in-out;
}
#template #primaryNav .essentialMenu .RadMenu {
  float: none;
  padding-top: 0;
  padding-bottom: 0;
}
#primaryNav ul {
  align-content: center;
  float: none;
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
#primaryNav ul li {
  float: none;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 45px;
}
#primaryNav ul li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  float: none;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.smaller #primaryNav ul li a {
  font-size: 0.915rem;
}
#primaryNav ul li:hover > a,
#primaryNav ul li:focus > a {
  background: #a4d5e3;
  padding: 0.25em 1em 1.25em;
  color: #115569;
  text-decoration: none;
}
#primaryNav ul > li > a::after {
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #115569;
  content: "";
  -webkit-box-shadow: 8px 0 0 #115569, -8px 0 0 #115569;
  box-shadow: 8px 0 0 #115569, -8px 0 0 #115569;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#primaryNav ul > li:hover > a::after,
#primaryNav ul > li > a:hover::after,
#primaryNav ul > li > a:focus::after {
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
  margin: 0;
}
#primaryNav .RadMenu .rmHorizontal .rmText {
  padding: 0;
}

/*Dropdown*/
#primaryNav .essentialMenu .rmSlide {
  display: block !important;
}
#primaryNav .essentialMenu ul ul {
  background: #84ce86;
  position: absolute;
  min-width: 240px;
  text-align: left;
  display:block;
  padding: 0;
}
#primaryNav .essentialMenu ul ul li {
  background: #84ce86;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out 0.15s;
  width: 100% !important;
  padding: 0;
  height: auto;
}
#primaryNav .essentialMenu ul li:hover ul,
#template #primaryNav .essentialMenu ul li:focus ul {
  opacity: 1;
  visibility: visible;
  padding: 15px 0;
}
#primaryNav .essentialMenu ul li:hover ul li,
#template #primaryNav .essentialMenu ul li:focus ul li {
  max-height: 80px;
  transition: all 0.5s ease-out 0.1s;
}
#primaryNav .essentialMenu ul ul li:hover > a::after,
#primaryNav .essentialMenu ul ul li:focus > a::after {
  display: none;
}
#primaryNav .essentialMenu ul ul li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #0e486c;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 500;
  width: 100% !important;
  font-family: "Ubuntu", sans-serif;
}
#primaryNav .essentialMenu ul ul li:hover a,
#template #primaryNav .essentialMenu ul li ul li:focus a {
  padding: 10px 5px 10px 15px;
  background-color: #104f63;
  color: #fff;
  -webkit-box-shadow: inset 5px 0 0 #136077;
  box-shadow: inset 5px 0 0 #136077;
  text-decoration: none;
}
#primaryNav .essentialMenu ul ul li a span {
  padding: 0 !important;
}

/*banner*/
#banner .container {
  max-width: 100%;
}
.slider.controls .cycle-slideshow {
  margin: 0 auto;
  z-index: 5;
  overflow: hidden;
}
.slider.controls figure {
}
.slider.controls figure > img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.slider.controls figcaption {
  z-index: 1001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 65% 5% 5%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0) 100%);
  max-width: none;
}
.slider.controls figcaption h2 {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1em;
  margin: 0 0 0.375em;
}
.slider.controls figcaption p {
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.375em;
}
.slider.controls figcaption a {
  display: inline-block;
  color: #0e486c;
  background: #24c5ce;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.65em 0.55em 0.65em 0.875em;
  font-family: "Ubuntu", sans-serif;
  margin-top: 30px;
}
.slider.controls figcaption a:hover,
.slider.controls figcaption a:focus {
  background: #84ce86;
  text-decoration: none;
}
.slider.controls figcaption a::after {
  display: inline-block;
  margin: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider.controls figcaption a:hover::after,
.slider.controls figcaption a:focus::after {
  transform: translateX(0);
  margin-left: 8px;
  opacity: 1;
}

/* pause-play */
.slider.controls div#pause-play {
  display: block;
  position: absolute;
  top: 20px;
  left: 90px;
  width: 45px;
  height: 45px;
  z-index: 1001;
  transform: none;
}
.slider.controls #pause-play a {
  position: relative;
  width: 45px;
  height: 45px;
  opacity: 0.5;
  font-size: 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border-radius: 0;
  top: auto;
  left: auto;
  transform: none;
}
.slider.controls #pause-play a::before {
  font-size: 18px;
  line-height: 2.5em;
  margin: 0;
}
.slider.controls:hover #pause-play a,
.slider.controls:focus #pause-play a {
  opacity: 0.5;
}
.slider.controls #pause-play.play a.fa-pause {
  opacity: 0;
  z-index: 0;
}
.slider.controls #pause-play.pause a.fa-play {
  display: none;
  opacity: 0;
  font-size: 0;
  z-index: 0;
}
.slider.controls #pause-play a:hover,
.slider.controls #pause-play a:focus {
  opacity: 1;
  -webkit-box-shadow: 2px 3px 200px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 3px 200px rgba(0, 0, 0, 0.45);
}

/* arrow controls */
.slider.controls .cycle-prev,
.slider.controls .cycle-next {
  display: block !important;
  position: absolute;
  top: 20px;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.9);
  color: #104f63;
  font-size: 1.125rem !important;
  line-height: 1.5em !important;
  text-align: center;
  vertical-align: middle;
  z-index: 1001;
}
.slider.controls .cycle-next {
  left: 140px;
}
.slider.controls .cycle-prev {
  left: 40px;
}
.slider.controls .cycle-prev:hover,
.slider.controls .cycle-prev:focus,
.slider.controls .cycle-next:hover,
.slider.controls .cycle-next:focus {
  background: #104f63;
  color: #fff;
  text-decoration: none;
}
.slider.controls .cycle-prev span,
.slider.controls .cycle-next span {
  font-size: 0;
}

/* pagers */
div.slider.controls div.cycle-slideshow ol.selector {
  z-index: 1001;
  position: absolute;
  display: block;
  bottom: 0 !important;
  left: 40px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider.controls ol.selector li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.slider.controls ol.selector li a {
  display: block;
}
.slider.controls ol.selector li span {
  display: block;
  width: 15px;
  height: 25px;
  padding: 0;
  background: #24c5ce;
  font-size: 0;
  transform: translateY(10px);
  border-radius: 0;
  margin: 0;
}
.slider.controls ol.selector li:last-child span {
  margin: 0;
}
.slider.controls ol.selector a:hover span,
.slider.controls ol.selector a:focus span,
.slider.controls ol.selector li.selected a span {
  background: #84ce86;
  transform: translateY(0);
}

/* --- 	Top Callouts --- */
#topCallouts {
  border-top: 5px solid #fff;
  background: #24c5ce url("https://www.millwarddental.com/resourcefiles/other/bgpatternWaves75.png") repeat;
  padding: 25px 0;
}
#topCallouts .container {
  display: block;
}
#topCallouts ul.buttons {
  display: flex;
}
#topCallouts .textOnly .calloutItem {
  width: 22%;
  margin: 10px 1.5%;
}
#topCallouts .textOnly .calloutItem a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 35px 25px;
  border-radius: 5px;
  background: #104f63;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
#topCallouts .textOnly .calloutItem .text {
  z-index: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px;
  line-height: 1.375em;
}
#topCallouts .textOnly .calloutItem a:hover,
#topCallouts .textOnly .calloutItem a:focus {
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.375);
  transform: translateY(-5px);
  text-decoration: none;
}

/* --- Content --- */
/* home */
.homepage #content {
  z-index: 5;
  margin: 5% auto;
}
.homepage #content h1,
.homepage #content p {
  filter: opacity(0);
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in 0.75s;
  transition: all 0.5s ease-in 0.75s;
}
.homepage #content p {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.homepage #content.come-in h1,
.homepage #content.already-visible h1,
.homepage #content.come-in p,
.homepage #content.already-visible p {
  filter:opacity(1);
  -webkit-filter: opacity(1);
  -moz-filter: opacity(1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.homepage #content .container {
  text-align: center;
  max-width: 65em;
  margin: 0 auto;
}
.homepage #content h1 {
  margin-bottom: 50px;
}
.homepage #content p {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1em auto;
}

/*how can we help section*/
.sectionHeader {
  background: #00517c;
  padding: 25px 3%;
}
.sectionHeader::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40px);
  transform: translate(-50%, 40px);
  border-top: 20px solid #00517c;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 10;
}
.sectionHeader h2 {
  font-size: 2.75rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.015em;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
.sectionHeader p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}

/* --- tabbedSlides -- */
#tabbedSlides .container,
#tabbedSlides .colWrap {
  max-width: 100%;
  width: 100%;
}
#tabbedSlides .tabWrap {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.55) 100%), url("https://www.millwarddental.com/resourcefiles/other/bghelp.jpg");
  background-attachment: scroll, fixed;
  background-position: top left, center;
  background-size: contain, cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in 0.75s;
  transition: all 0.5s ease-in 0.75s;
  display: inherit;
}
#tabbedSlides .colWrap .tabWrap .featurebuttons .tabWrap {
  display: flex;
}
#tabbedSlides.come-in .tabWrap,
#tabbedSlides.already-visible .tabWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#tabbedSlides .featureButtons {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#tabbedSlides .featureButtons > button {
  flex: 100%;
  padding: 20px;
  border-right: 5px solid #24c5ce;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#tabbedSlides .featureButtons button:nth-child(3n + 0) {
  background: #005e90;
}
#tabbedSlides .featureButtons button:nth-child(3n + 1) {
  background: #01689f;
}
#tabbedSlides .featureButtons button:nth-child(3n + 2) {
  background: #0072ae;
}
#tabbedSlides .featureButtons h2 {
  position: relative;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 35px 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#tabbedSlides .featureButtons h2::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 1.5rem;
  content: "\f055";
  line-height: 1em;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#tabbedSlides .featureButtons button:hover,
#tabbedSlides .featureButtons button:focus,
#tabbedSlides .featureButtons button.active {
  background: #24c5ce;
}
#tabbedSlides .featureButtons button:hover h2,
#tabbedSlides .featureButtons button:focus h2,
#tabbedSlides .featureButtons button.active h2 {
  color: #0e486c;
}
#tabbedSlides .featureButtons button:hover h2::after,
#tabbedSlides .featureButtons button:focus h2::after,
#tabbedSlides .featureButtons button.active h2::after {
  content: "\f0a9";
  font-size: 35px;
}
#tabbedSlides .featureWrapper.divided {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 500px;
  flex: 2 0 500px;
  padding: 10%;
}
#tabbedSlides .divided .feature {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#tabbedSlides .divided .feature:not(.visible) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
#tabbedSlides .divided .feature .image {
  display: none;
}
#tabbedSlides .divided .feature .text {
  margin: 0 auto;
  max-width: 50em;
  padding: 3%;
  min-height: 250px;
}
#tabbedSlides .divided .feature .text > * {
  color: #212121;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}
#tabbedSlides .divided .feature .text p {
  font-size: 1.125rem;
}
#tabbedSlides .divided .feature .text h2 {
  display: none;
}
#tabbedSlides .divided .feature .text a {
  display: inline-block;
  position: relative;
  margin: 1em 0 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0.65em 0 0.65em 0.75em;
  background: rgba(0, 114, 174, 0.9);
  font-weight: 500;
}
#tabbedSlides .divided .feature .text a::after {
  display: inline-block;
  opacity: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f0a9";
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#tabbedSlides .divided .feature .text a:hover,
#tabbedSlides .divided .feature .text a:focus {
  background: #24c5ce;
  color: #0e486c;
}
#tabbedSlides .divided .feature .text a:hover::after,
#tabbedSlides .divided .feature .text a:focus::after {
  opacity: 1;
  margin: 0 0.75em 0 0.5em;
}

/* --- testimonials -- */
#testimonials {
  background: url("https://www.millwarddental.com/resourcefiles/other/bgtestimonials.jpg") fixed no-repeat;
  background-size: cover;
  padding: 5%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#testimonials::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(38, 196, 208, 0.35)), to(rgba(131, 212, 132, 0.35)));
  background: linear-gradient(to right, rgba(38, 196, 208, 0.35) 0%, rgba(131, 212, 132, 0.35) 100%);
  content: "";
}
#testimonials .container {
  z-index: 5;
  padding: 5% 8%;
  background: rgba(255, 255, 255, 0.45);
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.65s ease-in 0.35s;
  transition: all 0.65s ease-in 0.35s;
}
#testimonials.come-in .container,
#testimonials.already-visible .container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#testimonials h2 {
  font-size: 2.75rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: #0e486c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
  margin: 0 auto 1em;
}
#testimonials p {
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
  color: #3a3e42;
  line-height: 1.5em;
}
#testimonials p.patientName {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
#testimonials a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin: 0.5em auto 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0.65em 0.55em 0.65em 0.875em;
  background: #095681;
  font-weight: 500;
  border: 1px solid #fff;
}
#testimonials a:hover,
#testimonials a:focus {
  background: #84ce86;
  color: #0e486c;
  text-decoration: none;
}
#testimonials .stacked .feature a.more {
  display: none;
}
#testimonials a::after {
  display: inline-block;
  margin: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#testimonials a:hover::after,
#testimonials a:focus::after {
  transform: translateX(0);
  margin-left: 8px;
  opacity: 1;
}

/* --- services callouts -  -- */
#services {
  margin: 0 auto;
}
#services .container {
  max-width: 100%;
  display: block;
}
#services .standard ul.buttons {
  display: flex;
}
#services .standard .calloutItem {
  width: 50%;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.65s ease-in 0.15s;
  transition: all 0.65s ease-in 0.15s;
}
#services .standard .calloutItem:nth-child(1) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
#services .standard .calloutItem:nth-child(2) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
#services .standard .calloutItem:nth-child(3) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#services.come-in .standard .calloutItem,
#services.already-visible .standard .calloutItem {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#services .standard .calloutItem a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
#services .standard .calloutItem span {
  display: block;
  width: 100%;
}
#services .standard .calloutItem .image img {
  display: block;
  width: 100%;
  max-height: none;
}
#services .standard .calloutItem a:hover .image img,
#services .standard .calloutItem a:focus .image img {
  opacity: 0.75;
}
#services .standard .calloutItem .text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #136077;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#services .standard .calloutItem a:hover .text,
#services .standard .calloutItem a:focus .text {
  background: rgba(132, 206, 134, 0.9);
  color: #0e486c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
  padding: 10px 10px 20px;
}

/* --- commitment -- */
#commitment .container {
  margin: 3% auto;
  text-align: center;
  max-width: 85%;
}
#commitment h2 {
  color: #10819e;
  font-weight: 400;
  letter-spacing: 0.015em;
  margin: 0 auto 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.75rem;
}
#commitment p {
  font-size: 1.125rem;
  font-weight: 500;
  width: 85%;
  margin: 0 auto 1em;
}
#commitment .stacked {
  display: flex;
  justify-content: center;
}
#commitment .stacked .feature {
  display: block !important;
  margin: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 0.65s ease-in 0.5s;
  transition: all 0.65s ease-in 0.5s;
}
#commitment .stacked .feature:nth-child(2) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
#commitment .stacked .feature:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#commitment.come-in .stacked .feature,
#commitment.already-visible .stacked .feature {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#commitment .stacked .feature h2 {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #104f63;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0 auto;
  padding: 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#commitment .stacked .feature h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -40px);
  transform: translate(-50%, -40px);
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #104f63;
  z-index: 10;
}
#commitment .stacked .feature:hover h2,
#commitment .stacked .feature:focus h2 {
  padding: 15px 8px;
}
#commitment .stacked .feature .image,
#commitment .stacked .feature .image img {
  display: block;
}
#commitment .stacked .feature .image img {
  width: 100%;
  height: 100%;
}
#commitment .stacked .feature .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(164, 213, 227, 0.9);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#commitment .stacked .feature:hover .text,
#commitment .stacked .feature:focus .text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#commitment .stacked .feature .text p {
  font-size: 0.925rem;
  line-height: 1.3em;
  font-weight: 500;
}
#commitment .stacked .feature a.more {
  display: inline-block;
  background: #104f63;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.65em 0.55em 0.65em 0.875em;
  font-family: "Ubuntu", sans-serif;
  margin-top: 30px;
}
#commitment .stacked .feature a.more:hover,
#commitment .stacked .feature a.more:focus {
  background: #84ce86;
  color: #105165;
  text-decoration: none;
}
#commitment .stacked .feature a.more::after {
  display: inline-block;
  margin: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#commitment .stacked .feature a.more:hover::after,
#commitment .stacked .feature a.more:focus::after {
  transform: translateX(0);
  margin-left: 8px;
  opacity: 1;
}

/* --- doctors -- */
#doctors,
#commitment,
#tabbedSlides,
#testimonials,
#services,
#payment {
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-in 0.25s;
  transition: opacity 0.65s ease-in 0.25s;
}
#doctors.come-in,
#doctors.already-visible,
#commitment.come-in,
#doctors.already-visible,
#tabbedSlides.come-in,
#doctors.already-visible,
#testimonials.come-in,
#doctors.already-visible,
#services.come-in,
#doctors.already-visible,
#payment.come-in,
#payment.already-visible {
  opacity: 1;
}
#doctors .container {
  display: block;
}
#smileMakers {
  background: #00517c;
  padding: 25px 3%;
}
#smileMakers::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40px);
  transform: translate(-50%, 40px);
  border-top: 20px solid #00517c;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 10;
}
#smileMakers h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.015em;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
#smileMakers p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}
#doctors {
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), url("https://www.millwarddental.com/resourcefiles/other/bghelp.jpg");
  background-attachment: scroll, fixed;
  background-position: top left, center;
  background-size: contain, cover;
  background-repeat: no-repeat;
}
#doctors .container {
  max-width: 85%;
}
#doctors .divided {
  padding: 165px 0 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
#doctors .divided .feature {
  display: block !important;
  width: 40%;
  margin: 0 3%;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.65s ease-in 0.75s;
  transition: all 0.65s ease-in 0.75s;
}
#doctors .divided .feature:first-child {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
#doctors.come-in .divided .feature,
#doctors.already-visible .divided .feature {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#doctors .divided .image,
#doctors .divided .image img {
  z-index: 2;
  display: block;
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}
#doctors .divided .image {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#doctors .divided .image img {
  -webkit-box-shadow: 0 8px 0 #4585bc;
  box-shadow: 0 8px 0 #4585bc;
}
#doctors .divided .image a:hover img,
#doctors .divided .image a:focus img {
  -webkit-box-shadow: 0 0 0 10px #a4d5e3;
  box-shadow: 0 0 0 10px #a4d5e3;
}
#doctors .divided .text {
  display: block;
  background: rgba(255, 255, 255, 0.55);
  padding: 150px 25px 25px;
  text-align: center;
  height: 100%;
  border-radius: 5px;
}
#doctors .divided .text h2 {
  color: #0e486c;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0.5em auto;
}
#doctors .divided .text h2::after {
  display: block;
  margin: 0.25em auto 0.65em;
  width: 50px;
  height: 1px;
  background: #4585bc;
  content: "";
}
#doctors .divided .text p {
  color: #3a3e42;
  line-height: 1.5em;
  font-weight: 500;
}
#doctors .divided .feature a.more {
  margin: 0.5em auto 0;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.65em 0.55em 0.65em 0.875em;
  font-family: "Ubuntu", sans-serif;
  background: #0e486c;
}
#doctors .divided .feature a.more:hover,
#doctors .divided .feature a.more:focus {
  background: #0072ae;
  text-decoration: none;
}
#doctors .divided .feature a.more::after {
  display: inline-block;
  margin: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#doctors .divided .feature a.more:hover::after,
#commitment .stacked .feature a.more:focus::after {
  transform: translateX(0);
  margin-left: 8px;
  opacity: 1;
}

/* ---payment ---*/
#payment {
  background: #0072ae url("https://www.millwarddental.com/resourcefiles/other/bgpatternWaves15.png") repeat;
  padding: 5% 0;
  margin: 5px auto 0;
  text-align: center;
}
#payment .container {
  background: transparent;
  padding: 0;
}

#payment h2 {
  text-shadow: 1px 1px 1px #0e486c;
  margin: 0 auto 0.65em;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: 0.015em;
}
#payment p {
  color: #fff;
  max-width: 60em;
  font-weight: 400;
  margin: 0 auto 1em;
  text-shadow: 1px 1px 1px #0e486c;
  font-size: 1.125rem;
}
#payment a {
  display: inline-block;
  background: #24c5ce;
  border: 1px solid #fff;
  color: #0e486c;
  margin: 1em auto 0;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.65em 0.55em 0.65em 0.875em;
}
#payment a:hover,
#payment a:focus {
  background: #84ce86;
  text-decoration: none;
}
#payment a::after {
  display: inline-block;
  margin: 0;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#payment a:hover::after,
#payment a:focus::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: 8px;
  opacity: 1;
}

/*footer*/
#footer {
  z-index: 5;
  border-top: 5px solid #fff;
  background: #d7f9d8 url("https://www.millwarddental.com/resourcefiles/other/bgpatternWaves75.png") repeat;
}

/*map*/
#footerMap iframe {
  width: 100%;
  height: 300px;
}
#footerMap {
  border-bottom: 5px solid #fff !important;
}

/*footerTop*/
#footerTop {
  padding: 20px 5%;
  text-align: center;
  border-bottom: 3px solid #fff;
}
#footerTop p.companyName {
  display: flex;
  flex: 100%;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0.375em;
  color: #0e486c;
}
#footerTop .footerAddresses ul .locationName {
  display: none;
}
#footerTop .footerAddresses span.streetAddress {
  display: block;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #0e486c;
}
#footerTop .footerAddresses span.email {
  display: inline-block;
}
#footerTop .footerAddresses span.contactNumbers,
#footerTop .footerAddresses span.faxNumbers,
#footerTop .footerAddresses span.email,
#footerTop .footerAddresses span.contactNumbers a.phone,
#footerTop .footerAddresses span.email a.email {
  margin: 0 0.125em;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #0e486c;
}
#footerTop .footerAddresses span.contactNumbers a.phone,
#footerTop .footerAddresses span.email a.email {
  display: inline-block;
  color: #0e486c;
  padding: 0;
  font-weight: 700;
}
#footerTop .footerAddresses span.contactNumbers a.phone::before,
#footerTop .footerAddresses span.contactNumbers a.phone::after,
#footerTop .footerAddresses span.email a.email::before,
#footerTop .footerAddresses span.email a.email::after {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
#footerTop .footerAddresses span.contactNumbers a.phone::before,
#footerTop .footerAddresses span.email a.email::before {
  left: 0;
  content: "[";
  -webkit-transform: translateX(2em);
  transform: translateX(2em);
}
#footerTop .footerAddresses span.contactNumbers a.phone::after,
#footerTop .footerAddresses span.email a.email::after {
  right: 0;
  content: "]";
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
}
#footerTop .footerAddresses span.contactNumbers a.phone:hover,
#footerTop .footerAddresses span.contactNumbers a.phone:focus,
#footerTop .footerAddresses span.email a.email:hover,
#footerTop .footerAddresses span.email a.email:focus {
  color: #084b72;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}
#footerTop .footerAddresses span.contactNumbers a.phone:hover::before,
#footerTop .footerAddresses span.contactNumbers a.phone:focus::before,
#footerTop .footerAddresses span.contactNumbers a.phone:hover::after,
#footerTop .footerAddresses span.contactNumbers a.phone:focus::after,
#footerTop .footerAddresses span.email a.email:hover::before,
#footerTop .footerAddresses span.email a.email:focus::before,
#footerTop .footerAddresses span.email a.email:hover::after,
#footerTop .footerAddresses span.email a.email:focus::after {
  opacity: 1;
  margin: 0;
}
#footerTop .footerAddresses span.contactNumbers a.phone:hover::before,
#footerTop .footerAddresses span.contactNumbers a.phone:focus::before,
#footerTop .footerAddresses span.email a.email:hover::before,
#footerTop .footerAddresses span.email a.email:focus::before {
  -webkit-transform: translateX(-0.65em);
  transform: translateX(-0.65em);
}
#footerTop .footerAddresses span.contactNumbers a.phone:hover::after,
#footerTop .footerAddresses span.contactNumbers a.phone:focus::after,
#footerTop .footerAddresses span.email a.email:hover::after,
#footerTop .footerAddresses span.email a.email:focus::after {
  -webkit-transform: translateX(0.65em);
  transform: translateX(0.65em);
}

/*footer Nav*/
#footerTop #footerNavWrap {
  display: none;
}

/*socialNav*/
#footerTop .socialNav {
  display: none;
}

/*footerBot*/
#footerBot {
  padding: 10px 5%;
  background: #136077;
  text-align: center;
  color: #fff;
}
#footerBot p.policy,
#footerBot p.policy span {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 1.75em;
}
#footerBot p.policy span a,
#footerBot p.policy a.admin_menu {
  color: #a7dcaa;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.75em;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
}
#footerBot p.policy span a::before,
#footerBot p.policy span a::after,
#footerBot p.policy a.admin_menu::before,
#footerBot p.policy a.admin_menu::after {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
#footerBot p.policy span a::before,
#footerBot p.policy a.admin_menu::before {
  left: 0;
  content: "[";
  -webkit-transform: translateX(2em);
  transform: translateX(2em);
}
#footerBot p.policy span a::after,
#footerBot p.policy a.admin_menu::after {
  right: 0;
  content: "]";
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
}
#footerBot p.policy span a:hover,
#footerBot p.policy span a:focus,
#footerBot p.policy a.admin_menu:hover,
#footerBot p.policy a.admin_menu:focus {
  color: #fff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  text-decoration: none;
}
#footerBot p.policy span a:hover::before,
#footerBot p.policy span a:focus::before,
#footerBot p.policy span a:hover::after,
#footerBot p.policy span a:focus::after,
#footerBot p.policy a.admin_menu:hover::before,
#footerBot p.policy a.admin_menu:focus::before,
#footerBot p.policy a.admin_menu:hover::after,
#footerBot p.policy a.admin_menu:focus::after {
  opacity: 1;
  margin: 0;
}
#footerBot p.policy span a:hover::before,
#footerBot p.policy span a:focus::before,
#footerBot p.policy a.admin_menu:hover::before,
#footerBot p.policy a.admin_menu:focus::before {
  -webkit-transform: translateX(-0.65em);
  transform: translateX(-0.65em);
}
#footerBot p.policy span a:hover::after,
#footerBot p.policy span a:focus::after,
#footerBot p.policy a.admin_menu:hover::after,
#footerBot p.policy a.admin_menu:focus::after {
  -webkit-transform: translateX(0.65em);
  transform: translateX(0.65em);
}

/* -- back to top -- */
#back-to-top {
  width: 40px;
  height: 40px;
  background: #0e486c;
  border: 1px solid #fff;
  display:none;
}
#back-to-top.fade {
  opacity: 0.65;
}
#back-to-top:after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 1.375rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  color: #fff;
  border: none;
  margin: 0;
  top: 26%;
  left: 26%;
}
#back-to-top:hover,
#back-to-top.fade:hover,
#back-to-top:focus,
#back-to-top.fade:focus {
  opacity: 1;
  background: #0e486c;
  box-shadow: none;
}

/*interior pages*/
#overview {
  z-index: 5;
  background: url("https://www.millwarddental.com/resourcefiles/other/bginterior.jpg") fixed center no-repeat;
  background-size: cover;
  text-align: center;
}
#overview .container {
  display: block;
  padding: 7% 0;
  background: rgba(255, 255, 255, 0.25);
  max-width: 100%;
}
#overview h1 {
  font-size: 2.75rem;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.subpage #content {
  margin: 5% auto;
}
.subpage #content .container {
  max-width: 85%;
  display: block;
}
.subpage #content .colWrap {
  display: flex;
}
.intLeftCol.left {
  order: 2;
  flex: 1 0 200px;
}
.intRightCol.right {
  flex: 2 0 600px;
  margin: 0 5% 0 0;
  order: 1;
}

/* Interior Nav */
#inside-nav div {
  padding-left: 0;
}
#template #content .sidenav-slide .sitenavl0.currentparent a,
#template #content .sidenav-slide .sitenavl0.currentpage.navWrp a.navLink {
  margin: 0;
  color: #4585bc;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#template #content .sidenav-slide .sitenavl0.currentparent a:hover,
#template #content .sidenav-slide .sitenavl0.currentpage.navWrp a.navLink:hover,
#template #content .sidenav-slide .sitenavl0.currentparent a:focus,
#template #content .sidenav-slide .sitenavl0.currentpage.navWrp a.navLink:focus {
  padding: 10px 0 !important;
  color: #4585bc;
}
#template #content .sidenav-slide .sitenavl0.currentparent.navWrp a.navLink::after {
  display: none;
}
#template #content .sidenav-slide a.navLink {
  padding: 10px 0 !important;
  color: #0e486c;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
#template #content .sidenav-slide a.navLink:hover,
#template #content .sidenav-slide a.navLink:focus,
#template #content .sidenav-slide a.navLink .currentpage a {
  color: #4c832a;
  padding: 10px 0 10px 20px !important;
  text-decoration: none;
  transform: none;
}
#template #content .sidenav-slide .sitenavl1.currentpage.navWrp a.navLink {
  color: #4c832a;
  padding: 10px 0 10px 20px !important;
}
#template #content .sidenav-slide a.navLink::before {
  position: absolute;
  left: 0;
  content: "::";
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transform: none;
  top: auto;
}
#template #content .sidenav-slide a.navLink::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  opacity: 1;
  transform: none;
  width: 30px;
  height: 1px;
  background: #79b752;
  content: "";
}
#template #content .sidenav-slide a.navLink:hover::before,
#template #content .sidenav-slide a.navLink:focus::before,
#template #content .sidenav-slide .sitenavl1.currentpage.navWrp a.navLink::before {
  opacity: 1;
}
#template #content .sidenav-slide .sitenavl0.currentpage.navWrp a.navLink::before,
#template #content .sidenav-slide .sitenavl0.currentparent a::before {
  display: none;
}
#template #content .sidenav-slide .sitenavl0.currentpage.navWrp a.navLink::after,
#template #content .sidenav-slide .sitenavl0.currentparent a::after {
  display: none;
}

/*landing pages*/
#content a.header {
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  color: #0072ae;
  font-weight: 700;
  margin-left: 20px;
  line-height: 1.25em;
}
#content a.header::before,
#content a.header::after {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
#content a.header::before {
  left: 0;
  content: "[";
  -webkit-transform: translateX(2em);
  transform: translateX(2em);
}
#content a.header::after {
  right: 0;
  content: "]";
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
}
#content a.header:hover,
#content a.header:focus {
  color: #4c832a;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#content a.header:hover::before,
#content a.header:focus::before,
#content a.header:hover::after,
#content a.header:focus::after {
  opacity: 1;
  margin: 0;
}
#content a.header:hover::before,
#content a.header:focus::before {
  -webkit-transform: translateX(-0.65em);
  transform: translateX(-0.65em);
}
#content a.header:hover::after,
#content a.header:focus::after {
  -webkit-transform: translateX(0.65em);
  transform: translateX(0.65em);
}

/* Map */
#template .subpage #content .intRightCol div[id*="_map"] {
  border: 1px solid #0a1d21;
}
#template .mapMarkClass {
  cursor: text;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}
#template .mapMarkClass h1 {
  color: #4585bc;
  margin: 0 0 5px;
  font-size: 1.35em;
}
#template .mapMarkClass div {
  color: #4c832a;
}
#template .mapMarkClass div.phone {
  margin: 5px 0 0;
}
#template .mapMarkClass a {
  display: inline-block;
  font-size: 1em;
  margin: 10px 0 0;
  padding: 3px 0;
  color: #cc3a49;
  font-weight: 700;
}
#template .mapMarkClass a.direction::after {
  content: "\f101";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
}
#template .mapMarkClass a:hover,
#template .mapMarkClass a:focus {
  text-decoration: underline;
}

/*anchors*/
.anchor {
  position: absolute;
  -webkit-transform: translateY(-20vh);
  transform: translateY(-20vh);
}
a.anchor {
  color: #ffffff !important;
  box-shadow: none !important;
}

/*cosmetic*/
p.txt-center {
  text-align: center;
}
#rotateBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bottom {
  position: absolute;
}
.top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;
}
.cosmeticLeft {
  flex: 0 0 75%;
}
.cosmeticRight {
  flex: 0 0 20%;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*form -styling*/
/*default stying to allow all browsers to pick up form custom styling*/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"] {
  border: 2px solid #555;
  width: 20px;
  height: 20px;
  outline: none;
  padding: 4px;
}
input[type="checkbox"]:checked {
  background: #555;
  background-clip: content-box;
}
input[type="radio"] {
  border: 2px solid #555;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  outline: none;
  padding: 4px;
}
input[type="radio"]:checked {
  background: #555;
  background-clip: content-box;
}
label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 -2px 8px;
}

/*text-area and select box styling*/
.secureform .form-element select,
.secureform .form-element textarea {
  box-shadow: inset 0px 1px 1px white;
  opacity: 0.8;
  font-size: 16px !important;
}
.secureform .form-element select:focus > option:checked,
.secureform .form-element select:focus > optgroup > option:checked {
  box-shadow: inset 5px 0 0 #233544, inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  outline-color: #233544;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.secureform .tbl {
  background: linear-gradient(323deg, #a9d9e1, #e3f0d2, #ffffff);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 29s ease infinite;
  -moz-animation: AnimationName 29s ease infinite;
  animation: AnimationName 29s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*label styling*/
.secureform .form-element fieldset label[for*="Phone"],
.secureform .form-element fieldset label[for*="Message"],
.secureform .form-element fieldset label[for*="Gender"],
.secureform .form-element fieldset label[for*="Yes"],
.secureform .form-element fieldset label[for*="No"],
.secureform .form-element fieldset label[for*="NA"] {
  transition: color 300ms ease-out;
  text-shadow: 1px 1px 3px #ccd0d4, 0 0 0 rgba(0, 0, 0, 0.8), 1px 1px 4px #fff;
  opacity: 0.9;
}

/*all other input styling*/
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  /*background: #fcfff4; background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
  /*box-shadow: inset 0px 1px 1px white;
  opacity: 0.8;*/
}
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
  /* opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  box-shadow: inset 5px 0 0 #233544, inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  outline-color: #233544;*/
}
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4em;
  background: #c5564a;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus + .secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.secureform fieldset legend,
.secureform .form-element > label {
  font-weight: 700;
}

/*radio button styling*/
#content .secureform input[type="radio"] {
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  margin: 4px;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.secureform input[type="radio"]:active ~ .input {
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 30px 1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 25px 0 rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(255, 255, 255, 0.6);
  height: 20px;
  width: 20px;
}
#content .secureform input[type="radio"]:checked,
#content .secureform input[type="radio"]:hover {
  background: green;
}
#content .secureform input[type="radio"]:active ~ .input {
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 30px 1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 25px 0 rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(255, 255, 255, 0.6);
}
#content .secureform input[type="radio"]:active ~ .label {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.45);
}
#content .secureform input[type="radio"]:checked ~ .input,
#content .secureform input[type="radio"]:hover ~ .input {
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 25px -1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 20px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.6);
  background: #6ef360;
}
#content .secureform input[type="radio"]:checked ~ .label,
#content .secureform input[type="radio"]:hover ~ .label {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
}

/*checkbox styles*/
.secureform .form-group .form-element.checkboxGroup fieldset label[for] ~ input:not([type="radio"]) {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.secureform .form-element.checkboxGroup input[type="checkbox"] {
  position: absolute;
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 1.25em;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.2), inset 0 2px 0 hsla(0, 0%, 100%, 0.1), inset 0 1.2em 0 hsla(0, 0%, 100%, 0.1), inset 0 -0.2em 0 hsla(0, 0%, 100%, 0.1), inset 0 -0.25em 0 hsla(0, 0%, 0%, 0.25),
    0 0.25em 0.25em hsla(0, 0%, 0%, 0.05);
  top: 0;
  left: 0;
  cursor: pointer;
  background: none;
}
.secureform .form-element.checkboxGroup input[type="checkbox"]:checked,
.secureform .form-element.checkboxGroup input[type="checkbox"]:hover {
  background: green;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.2), inset 0 2px 0 hsla(0, 0%, 100%, 0.1), inset 0 1.2em 0 hsla(0, 0%, 100%, 0.1), inset 0 -0.2em 0 hsla(0, 0%, 100%, 0.1), inset 0 -0.25em 0 hsla(0, 0%, 0%, 0.25),
    inset 0 0 0 3em hsla(0, 0%, 100%, 0.2), 0 0.25em 0.25em hsla(0, 0%, 0%, 0.05);
  z-index: -1;
  color: #fff;
}
.secureform .form-element.checkboxGroup fieldset > span {
  align-items: center;
}
.secureform .form-element.checkboxGroup fieldset label {
  flex: 1 1 20%;
  background: #bfbaba;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  z-index: 2;
}
.secureform .form-element.checkboxGroup input[type="checkbox"]::after {
  display: none;
}
.secureform input[type="submit"],
.secureform input[type="reset"],
.secureform input[type="button"] {
  color: #0e486c;
  background: #24c5ce;
}
.secureform input[type="submit"]:hover,
.secureform input[type="submit"]:focus,
.secureform input[type="reset"]:hover,
.secureform input[type="reset"]:focus,
.secureform input[type="button"]:hover,
.secureform input[type="button"]:focus {
  background: #84ce86;
  color: #0e486c;
}

/*ie only*/
input::-ms-check {
  display: none;
}

/*recaptcha styling*/
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.secureform #dvViewBody span#ctl00_ContentPlaceHolder1_ctl10_formCaptcha {
  display: flex;
}

/*anchor links*/
.anchor {
  position: absolute;
  -webkit-transform: translateY(-20vh);
  transform: translateY(-20vh);
}
a.anchor {
  color: #ffffff !important;
  box-shadow: none !important;
}

/*Mobile*/
/* Mobile Menu */
.mobileMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #00517c;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
  text-align: right;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  z-index: 99;
  text-decoration: none;
}
.mobileMenu:hover,
.mobileMenu:focus {
  color: #24c5ce;
  background-color: #00517c;
  text-decoration: none;
}
.mobileMenu .fa-bars {
  padding-right: 5px;
}

/*mobile-menu expanded*/
.mm-menu > .mm-panel.mm-opened {
  background-color: #00517c;
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
  padding-top: 44px;
}
.mm-list > li > a,
.mm-list > li > span {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
}
.mm-list a:hover,
.mm-list a:focus {
  color: #24c5ce;
  background-color: #00517c;
}

/*mobile published links*/
.mobilePublishLink {
  background: #ffffff;
  margin-top: 50px;
  padding: 10px;
}
.mobilePublishLink ul {
  text-align: center;
}
.mobilePublishLink ul li {
  margin-bottom: 10px;
}
.mobilePublishLink ul li a {
  margin: 0 0.75em;
  color: #0e486c;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
.mobilePublishLink ul li a:hover,
#utilityNav ul.PublishedLinkMenu li a:focus {
  color: #ffffff;
  background-color: #00517c;
  box-shadow: none;
}

/*Responsive*/
@media screen and (min-width: 200px) {
  #topBar {
    background: none;
    height: auto;
  }
  .smaller #topBar {
    background: none;
  }
  #logo {
    float: none;
    text-align: center;
    padding: 50px 20px 10px;
  }
  #logo a,
  #logo img {
    display: block;
  }
  #utilityNav {
    display: none;
  }
  #header .socialNav {
    z-index: 999;
    position: fixed;
    top: 2px;
    left: 5px;
  }
  .slider.controls div#pause-play {
    display: none;
  }
  .slider.controls .cycle-prev,
  .slider.controls .cycle-next {
    display: none !important;
  }
  .slider.controls figcaption h2,
  .slider.controls figcaption p,
  .slider.controls figcaption a {
    display: none;
  }
  #topCallouts ul.buttons {
    flex-wrap: wrap;
  }
  #topCallouts .textOnly .calloutItem {
    flex: 100%;
  }
  #topCallouts .textOnly .calloutItem a {
    padding: 15px 5px;
  }
  .homepage #content h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .homepage #content p {
    font-size: 1rem;
  }
  .sectionHeader h2 {
    font-size: 1.75rem;
  }
  #tabbedSlides .featureButtons {
    flex: 1 0 50%;
  }
  #tabbedSlides .featureButtons > button {
    padding: 5px;
  }
  #tabbedSlides .featureButtons h2 {
    font-size: 1rem;
    padding: 0 15px 0 0;
  }
  #tabbedSlides .featureButtons button:hover h2::after,
  #tabbedSlides .featureButtons button.active h2::after {
    font-size: 1rem;
  }
  #tabbedSlides .featureWrapper.divided {
    padding: 5%;
    flex: auto;
  }
  #tabbedSlides .divided .feature .text {
    padding: 0;
  }
  #tabbedSlides .divided .feature .text p {
    font-size: 1rem;
  }
  #tabbedSlides .featureButtons h2::after {
    font-size: 1rem;
  }
  #testimonials h2 {
    font-size: 1.75rem;
  }
  #services .standard ul.buttons {
    flex-wrap: wrap;
  }
  #services .standard .calloutItem {
    width: auto;
  }
  #commitment h2 {
    font-size: 1.75rem;
  }
  #commitment .stacked {
    flex-wrap: wrap;
  }
  #commitment .stacked .feature {
    flex: 100%;
  }
  #doctors .divided {
    flex-wrap: wrap;
    padding: 165px 0 20px;
  }
  #doctors .divided .feature {
    margin: 3% 3% 22%;
    width: auto;
  }
  #doctors .divided .feature:nth-child(1) {
    margin: 3% 3% 150px;
  }
  #template .subpage .colWrap .intLeftCol {
    display: none;
  }
  #template .subpage .colWrap .intRightCol {
    flex: 1;
  }
  #content img.right,
  #content img.left {
    float: none;
    display: block;
    width: auto;
    margin: 10px auto;
  }
  #rotateBox {
    justify-content: center;
    align-items: flex-start;
  }
  .cosmeticLeft {
    flex: 100%;
  }
  .cosmeticRight {
    flex: 100%;
  }
  .cosmeticRight section {
    text-align: center;
    align-item: flex-start;
  }
}

@media screen and (min-width: 480px) {
  #services .standard .calloutItem {
    width: 50%;
  }
}

@media screen and (min-width: 520px) {
  #content img.right {
    float: right;
    display: inline-block;
    margin: 10px;
  }
  #content img.left {
    float: left;
    display: inline-block;
    margin: 10px;
  }
}

@media screen and (min-width: 768px) {
  #primaryNav {
    display: none;
  }
  .mobileMenu {
    display: block;
  }
  #template .subpage .colWrap .intLeftCol {
    display: block;
    flex: auto;
  }
  #template .subpage .colWrap .intRightCol {
    flex: 0 0 74%;
  }
  .slider.controls div#pause-play {
    display: block;
  }
  .slider.controls .cycle-prev,
  .slider.controls .cycle-next {
    display: block !important;
  }
  .slider.controls figcaption h2,
  .slider.controls figcaption p {
    display: block;
  }
  .slider.controls figcaption a {
    display: inline-block;
    margin-top: 0;
  }
  .slider.controls figcaption {
    padding: 10% 48% 5% 5%;
  }
  .slider.controls figcaption h2 {
    font-size: 1.5rem;
    margin: 0;
  }
  .slider.controls figcaption p {
    font-size: 1rem;
  }
  #topCallouts .textOnly .calloutItem {
    flex: 40%;
  }
  #topCallouts .textOnly .calloutItem a {
    padding: 35px 25px;
  }
  .homepage #content h1 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
  .homepage #content p {
    font-size: 1.2rem;
  }
  .sectionHeader h2 {
    font-size: 2.75rem;
  }
  #testimonials h2 {
    font-size: 2.75rem;
  }
  #commitment h2 {
    font-size: 2.75rem;
  }
  #doctors .divided {
    flex-wrap: nowrap;
    padding: 165px 0 65px;
  }
  #doctors .divided .feature {
    margin: 0 3%;
    width: 40%;
  }
  #doctors .divided .feature:nth-child(1) {
    margin: 0 3%;
  }
  #rotateBox {
    justify-content: space-between;
  }
  .cosmeticLeft {
    flex: 55%;
  }
  .cosmeticRight {
    flex: 45%;
  }
  #commitment .stacked .feature {
    flex: 45%;
  }
}

@media screen and (min-width: 990px) {
  #primaryNav {
    display: block;
  }
  .mobileMenu {
    display: none;
  }
  #topBar {
    background: #323232;
    height: 45px;
  }
  .smaller #topBar {
    background: #136077;
  }
  #logo {
    padding: 35px 0;
  }
  #utilityNav {
    display: block;
  }
  #header .socialNav {
    position: relative;
    top: auto;
    left: auto;
  }
  #topCallouts .textOnly .calloutItem {
    flex: auto;
  }
  #topCallouts .textOnly .calloutItem a {
    padding: 35px 25px;
  }
  .slider.controls figcaption a {
    margin-top: 30px;
  }
  #tabbedSlides .featureButtons {
    flex: 1 0 100px;
  }
  #tabbedSlides .featureButtons > button {
    padding: 20px;
  }
  #tabbedSlides .featureButtons h2 {
    font-size: 1.5rem;
    padding: 0 35px 0 0;
  }
  #tabbedSlides .featureButtons button:hover h2::after,
  #tabbedSlides .featureButtons button:focus h2::after,
  #tabbedSlides .featureButtons button.active h2::after {
    font-size: 35px;
  }
  #tabbedSlides .featureWrapper.divided {
    padding: 10%;
    flex: 2 0 500px;
  }
  #tabbedSlides .divided .feature .text {
    padding: 3%;
  }
  #tabbedSlides .divided .feature .text p {
    font-size: 1.125rem;
  }
  #tabbedSlides .featureButtons h2::after {
    font-size: 1.5rem;
  }
  #services .standard .calloutItem {
    width: 25%;
  }
  #template .subpage .colWrap .intLeftCol {
    flex: 1 0 200px;
  }
  #template .subpage .colWrap .intRightCol {
    flex: 2 0 600px;
  }
}

@media screen and (min-width: 1280px) {
  .slider.controls figcaption {
    padding: 10% 65% 5% 5%;
  }
  .slider.controls figcaption h2 {
    font-size: 2.7rem;
    margin: 0 0 0.375em;
  }
  .slider.controls figcaption p {
    font-size: 1.125rem;
  }
  #rotateBox {
    align-items: center;
  }
  #commitment .stacked .feature {
    flex: 0 0 300px;
  }
}

/* ---------- SKIP NAVIGATION  --------- */
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}
#skip a:focus {
  padding: 0.5em 0.5em 0.4em;
  font-size: 14px;
  margin: 0.6em 0;
  border-radius: 5px;
  font-weight: 600;
  color: #654106;
  background: #ffe1b1;
  position: fixed;
  z-index: 9000;
  left: 10px;
  top: 10px;
}
.adminbarVisible #skip a:focus {
  top: 50px;
}

/* ----- BACK TO TOP ----- */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #104F63;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #23C5CE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s ease;
  z-index: 8000; 
  text-decoration: none;
}

#Btop span {
  font-size: 26px; 
}

#Btop:focus,
#Btop:hover {
  background: #23C5CE;
  text-decoration: none;
  color: #000;
  border: 2px solid #ffffff; 
}

#Btop.show {
  bottom: 20px !important; 
}

/*merged css start*/

ul.PublishedLinkMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.PublishedLinkMenu, .PublishedLinkMenu li a, .PublishedLinkMenu li div, .PublishedLinkMenu li ul {
  line-height: 1em;
  vertical-align: top;
}
ul.PublishedLinkMenu li {
  display: inline;
  margin: 2px;
}
.PublishedLinkMenu li {
  float: left;
}

/*merged css end*/

.RadMenu .rmRootGroup .rmItem ul.rmGroup{top: 100%; position: absolute;}

/*start divide*/
.divided .feature img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.divided .feature h2 {
  margin: 0;
}
.divided .feature p {
  margin: 10px 0 0;
}
.divided .feature a.more {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
}
/*end divide*/
/*start divide*/
.standard span {
  display: inline-block;
  vertical-align: middle;
}
.standard span.image {
  width: 25%;
}
.standard span.image img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.standard span.text {
  width: 75%;
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 1.25em;
  color: #fff;
}
.standard ul.buttons > li.calloutItem a {
  padding: 15px;
  background: #6f241e;
  display: block;
}
.standard .calloutItem img {
  max-height: 60px;
}
.standard ul.buttons > li.calloutItem a:hover {
  box-shadow: inset 0 0  500px 500px rgba(0,0,0,.5);
}
/*end divide*/

.reviews .reviews__parent:last-child {
  display: none;
}

/*staff section start*/

.staffLeft .feature, .staffRight .feature, .staffAlt .feature {
  padding: 0 0 30px;
  margin: 0 0 40px;
  border-bottom: transparent 1px solid;
}
.staffCol .featureWrapper {
  text-align: center;
}
.staffCol .feature {
  margin: 0 0 35px;
  padding: 20px;
  background: rgba(0,0,0,.05);
  font-size: 1rem;
}
div[class*="staff"] .feature h2 {
  margin: 0;
  border: none;
}
div[class*="staff"] .feature img {
  display: block;
  margin: 0 0 15px;
}
div[class*="staff"] .feature h3 {
  margin: 0;
  font-size: 1em;
  letter-spacing: normal;
  text-transform: none;
}
div[class*="staff"] .feature p {
  margin: 15px 0 0;
}
div[class*="staff"] .feature li {
  margin: 0 0 5px;
}

/* ------ Tablets and Small Screens ------ */
@media screen and (min-width: 1000px) {
  .staffLeft .staff .feature, .staffRight .staff .feature, .staffAlt .staff .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
  }
  .staffLeft .staff .feature div.text, .staffRight .staff .feature div.text, .staffAlt .staff .feature > div.text {
    width: 100%;
    font-size: 1rem;
  }
  .staffLeft .staff .feature div.image, .staffLeft .staff .feature div.image + div.text, .staffRight .staff .feature div.image, .staffRight .staff .feature div.image + div.text, .staffAlt .staff .feature div.image, .staffAlt .staff .feature div.image + div.text {
    display: inline-block;
    vertical-align: top;
  }
  .staffLeft .staff .feature div.image, .staffRight .staff .feature div.image, .staffAlt .staff .feature div.image {
    max-width: 30%;
  }
  .staffLeft .staff .feature div.image img, .staffRight .staff .feature div.image img, .staffAlt .staff .feature > div.image img {
    margin: 0;
  }
  .staffLeft .staff .feature div.image + div.text, .staffRight .staff .feature div.image + div.text, .staffAlt .staff .feature > div.image + div.text {
    width: 70%;
  }
  .staffLeft .staff .feature div.image + div.text, .staffAlt .staff .feature:nth-child(odd) div.image + div.text {
    padding: 0 0 0 30px;
  }

  .staffRight .staff .feature, .staffAlt .staff .feature:nth-child(even) {
    direction: rtl;
  }
  .staffRight .staff .feature > div, .staffAlt .staff .feature:nth-child(even) > div {
    direction: ltr;
  }
  .staffRight .staff .feature div.image + div.text, .staffAlt .staff .feature:nth-child(even) div.image + div.text {
    padding: 0 30px 0 0;
  }

  .staffCol .featureWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
  }
  .staffCol .feature {
    display: inline-block;
    max-width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    font-size: 1rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  div[class*="staff"] .feature h2 {
    margin: 0;
    border: none;
    text-align: center;
  }
  div[class*="staff"] .feature img {
    display: flex;
    margin: 0 auto;
  }
}



/* ------ Med-large Screens ------ */
@media screen and (min-width: 1280px) {
  .staffLeft .feature, .staffRight .feature, .staffAlt .feature {
    padding: 0;
    margin: 0 0 50px;
    border: none;
  }
  .staffCol .feature {
    max-width: calc(25% - 15px);
    margin: 0 20px 20px 0;
  }
  .staffCol .feature:last-child {margin-bottom:20px;}
  .staffCol .feature:nth-child(4n+4) {
    margin-right: 0;
  }
}

/* style Staff page feature images */
div[class*="staff"] .feature img {
  border: 1px solid #538467;
  border-bottom: 6px solid #538467;
}

/*staff section end*/

.mobilePublishLink ul {
  display: block !important;
  padding: 0px !important;
}
.mobilePublishLink .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {border-bottom-width: 0px;}
.mobilePublishLink ul li a {
  line-height: 16px;
  padding: 0px;
  display: contents;
}

@media screen and (max-width: 420px) {
  .intRightCol .locationmap .TA-tab-content {
    border-left: 3px solid;
  }
  .formcms .commentwrapmodule label[for="g-recaptcha-response"] {
    display: none;
  }
}

#banner .cycle-slide.cms6 .ms_cms_editbar_component {
  z-index: 999999 !important;
}



#doctors.cms6, #commitment.cms6, #tabbedSlides.cms6, #testimonials.cms6, #services.cms6, #payment.cms6 {
  opacity: 1;
}
.featureWrapper.stacked.cms6 .feature.cms6 { transform: none !important; opacity: 1 !important; }
#doctors .divided .feature.cms6  { transform: none; opacity: 1; }
div#testimonials .container.cms6 {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  height: auto;
  opacity: 1;
  transform: none;
}
#services .standard .calloutItem.cms6 { transform: none; opacity: 1; }
#tabbedSlides .tabWrap.cms6   { transform: none !important; opacity: 1; }


.clear.fix span {
  display: none;
}
.sitenavl0 {
  padding-left: 4px;
}
.sitenavl1 {
  padding-left: 16px;
}
.sitenavl2 {
  padding-left: 20px;
}
.sitenavl3 {
  padding-left: 30px;
}
.sitenavl4 {
  padding-left: 40px;
}
.sitenavl5 {
  padding-left: 50px;
}
.nav-toggle {
  background: #f6f6f6;
  padding: 7px;
}
a.topPage {
  float: left;
  font-size: 19px !important;
  padding-top: 2px !important;
}
.nav-toggle span {
  background: transparent;
  height: 30px;
  position: relative;
  width: 40px;
  float: right;
  line-height: 34px;
  text-align: center;
  font-size: 25px;
}
.nav-toggle span.open.fa-plus:before {
  content: "\f068";
}
.current-head {
  display: none;
}
@media screen and (max-width: 730px) {
  .responsiveTemplate #inside-nav {
    margin-top: 15px;
  }
  .responsiveTemplate .current-head {
    display: block;
  }
  .responsiveTemplate .sitenavl0 {
    display: none;
  }
  .responsiveTemplate .sidenav-slide {
    border: 1px solid #f4f4f4;
    border-top: 0px;
    padding: 7px;
    display: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 731px) {
  .responsiveTemplate .sidenav-slide {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .responsiveTemplate #sub-content-left {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 731px) {
  .responsiveTemplate .sidenav-slide {
    display: block !important;
  }
}
.skip-nav a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
}
.skip-nav a:focus {
  padding: 0.5em 0.5em 0.4em;
  font-size: 14px;
  margin: 0.6em 0;
  border-radius: 5px;
  font-weight: 600;
  color: #654106;
  background: #ffe1b1;
  position: fixed;
  z-index: 9000;
  left: 10px;
  top: auto;
  position: relative;
}
.skip-last-nav {
  visibility: hidden;
}
/* START Telerik.Web.UI.Skins.Window.css */
.RadWindow .rwTitleRow,.RadWindow .rwTitleRow *{box-sizing:content-box}.RadWindow table.rwTable,.RadWindow table.rwShadow,.RadWindow .rwTitlebarControls{border:0;padding:0}.RadWindow .rwCorner,.RadWindow .rwTitlebar,.RadWindow .rwStatusbar,.RadWindow .rwFooterCenter,.RadWindow .rwTitlebarControls td{padding:0;margin:0;border:0;border-collapse:collapse;vertical-align:top}.RadWindow .rwTopResize{font-size:1px;line-height:4px;width:100%;height:4px;background-position:0 -31px;background-repeat:repeat-x}.RadWindow .rwStatusbarRow .rwCorner{background-repeat:no-repeat}.RadWindow .rwStatusbarRow .rwBodyLeft{background-position:-16px 0}.RadWindow .rwStatusbarRow .rwBodyRight{background-position:-24px 0}.RadWindow .rwStatusbar{height:22px;background-position:0 -113px;background-repeat:repeat-x}.RadWindow .rwStatusbar div{width:18px;height:18px;padding:0 3px 0 0;background-position:0 -94px;background-repeat:no-repeat}.RadWindow .rwTable{width:100%;height:100%;table-layout:auto}.RadWindow .rwCorner{width:8px}.RadWindow .rwTopLeft,.RadWindow .rwTopRight,.RadWindow .rwTitlebar,.RadWindow .rwFooterLeft,.RadWindow .rwFooterRight,.RadWindow .rwFooterCenter{height:8px;font-size:1px;background-repeat:no-repeat;line-height:1px}.RadWindow .rwBodyLeft,.RadWindow .rwBodyRight{background-repeat:repeat-y}.RadWindow .rwBodyRight{background-position:-8px 0}.RadWindow .rwTopLeft{background-position:0 0}.RadWindow .rwTopRight{background-position:-8px 0}.RadWindow table .rwTitlebar{background-repeat:repeat-x;background-position:0 -31px;-moz-user-select:none}.RadWindow .rwFooterLeft{background-position:0 -62px}.RadWindow .rwFooterRight{background-position:-8px -62px}.RadWindow .rwFooterCenter{background-repeat:repeat-x;background-position:0 -70px}.RadWindow .rwTitlebarControls{width:100%;height:27px}.RadWindow .rwIframeWrapperIOS{width:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch}.RadWindow .rwWindowContent{height:100%!important;background:white}.RadWindow .rwWindowContent iframe{display:block}.RadWindow td.rwLoading,.RadWindow .rwIframeWrapperIOS.rwLoading{background-repeat:no-repeat;background-position:center}.RadWindow .rwStatusbar .rwLoading{background-repeat:no-repeat}.RadWindow .rwStatusbar .rwLoading{padding-left:30px}.RadWindow td.rwStatusbar input{margin:0;padding:4px 0 0 3px;width:100%;height:18px;border:0!important;color:inherit;background:none!important;font:inherit;line-height:18px;background-color:none!important;cursor:default;-moz-user-select:none;overflow:hidden;text-overflow:ellipsis;display:block;float:left;vertical-align:middle}.RadWindow .rwControlButtons{padding:0;margin:2px 0 0 0;list-style:none;white-space:nowrap;float:right}.RadWindow .rwControlButtons li{float:left;padding:0 1px 0 0}.RadWindow .rwControlButtons a{width:30px;height:21px;line-height:1px;font-size:1px;cursor:default;background-repeat:no-repeat;display:block;text-decoration:none;outline:0}.RadWindow .rwControlButtons span{display:block}.RadWindow .rwReloadButton{background-position:-120px 0}.RadWindow .rwReloadButton:hover{background-position:-120px -21px}.RadWindow .rwPinButton{background-position:-180px 0}.RadWindow .rwPinButton:hover{background-position:-180px -21px}.RadWindow .rwPinButton.on{background-position:-150px 0}.RadWindow .rwPinButton.on:hover{background-position:-150px -21px}.RadWindow .rwMinimizeButton{background-position:0 0}.RadWindow .rwMinimizeButton:hover{background-position:0 -21px}.RadWindow .rwMaximizeButton{background-position:-60px 0}.RadWindow .rwMaximizeButton:hover{background-position:-60px -21px}.RadWindow .rwCloseButton{background-position:-90px 0}.RadWindow .rwCloseButton:hover{background-position:-90px -21px}.RadWindow.rwMaximizedWindow .rwMaximizeButton,.RadWindow.rwMinimizedWindow .rwMinimizeButton{background-position:-30px 0}.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover,.RadWindow.rwMinimizedWindow .rwMinimizeButton:hover{background-position:-30px -21px}.RadWindow.rwMaximizedWindow .rwTopResize,.RadWindow.rwMaximizedWindow .rwCorner,.RadWindow.rwMaximizedWindow .rwFooterCenter,.RadWindow.rwMaximizedWindow .rwTitlebar{cursor:default!important}.RadWindow .rwIcon{display:block;background-repeat:no-repeat;background-position:0 -78px;width:16px;height:16px;cursor:default;margin:3px 5px 0 0}.RadWindow .rwTitleRow em{font:normal bold 12px "Segoe UI",Arial;color:inherit;padding:3px 0 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}.RadWindow.rwInactiveWindow .rwTitlebarControls{position:static}.RadWindow .rwDialogPopup{margin:16px;color:black;padding:1px 0 16px 50px;font:normal 12px "Segoe UI",Arial,Verdana;cursor:default}.RadWindow .rwDialogPopup .rwPopupButton,.RadWindow .rwDialogPopup .rwPopupButton span{display:block;float:left}.RadWindow .rwControlButtons a{text-indent:-3333px;overflow:hidden;text-align:center}.RadWindow .rwDialogText{text-align:left}.RadWindow.rwMinimizedWindow .rwPinButton,.RadWindow.rwMinimizedWindow .rwReloadButton,.RadWindow.rwMinimizedWindow .rwMaximizeButton,.RadWindow.rwMinimizedWindow .rwTopResize{display:none!important}.RadWindow .rwDialogInput{font:normal 12px "Segoe UI",Arial,Verdana;color:black;width:90%;display:block;margin:8px 0;border-radius:3px}.RadWindow .rwWindowContent .radconfirm,.RadWindow .rwWindowContent .radalert{background-color:transparent;background-position:left center;background-repeat:no-repeat}.RadWindow .rwWindowContent .radconfirm{background-image:url('/WebResource.axd?d=Vezt2nH_EuA-uOseQ5wuqB5e6BL7sAeKYyzMfRcHf8DAXd5CtLmq1Nt8qJEunXdTcdmxeR76aNmzfah73571h2pSSMUXnuEyg8MiCTu2L9IQPEpKosDVL4loO5us5914xVhbpyTcfjQK7n2sk5UkKb2_YJg1&t=638369321200000000')}.RadWindow .rwWindowContent .radalert{background-image:url('/WebResource.axd?d=SrHqXeMoIr96esUOc6Lm6_p8I116zW06nDBGbRftAEwFKhv9KdLRcUYeyO8rqY81SPoqtHq5SiuoxSVe3HlvgNhzLMJkVOx03mlBUasBsMb1uhrxyWyIAKC8B3agggwwl8ZiM8GJufP-I5PSnLbdNn4t1Ns1&t=638369321200000000')}.RadWindow .rwWindowContent .radprompt{padding:0}.RadWindow .rwPopupButton,.RadWindow .rwPopupButton span{text-decoration:none;color:black;line-height:21px;height:21px;cursor:default}.RadWindow .rwPopupButton{background-repeat:no-repeat;background-position:0 -136px;padding:0 0 0 3px;margin:8px 8px 8px 0}.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan{background-repeat:no-repeat;background-position:right -136px;padding:0 3px 0 0}.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan{background-repeat:repeat-x;background-position:0 -157px;padding:0 12px}.RadWindow .rwWindowContent .rwPopupButton:hover{background-position:0 -178px;padding:0 0 0 3px;margin:8px 8px 8px 0}.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan{background-position:right -178px;padding:0 3px 0 0}.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan{background-position:0 -199px;padding:0 12px}.RadWindow .rwStatusbarRow .rwBodyLeft{background-position:-16px 0}.RadWindow .rwStatusbarRow .rwBodyRight{background-position:-24px 0}.RadWindow.rwMinimizedWindow .rwContentRow,.RadWindow.rwMinimizedWindow .rwStatusbarRow{display:none}.RadWindow.rwMinimizedWindow table.rwTitlebarControls{margin-top:4px}.RadWindow.rwMinimizedWindow .rwControlButtons{width:66px!important}.RadWindow.rwMinimizedWindow em{width:90px}.RadWindow.rwMinimizedWindow,.RadWindow .rwMinimizedWindowOverlay{width:200px!important;height:30px!important;overflow:hidden!important;float:left!important}.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft{background-position:0 -220px;background-repeat:no-repeat}.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight{background-position:-8px -220px;background-repeat:no-repeat}.RadWindow.rwMinimizedWindow .rwTitlebar{background-position:0 -250px!important;background-repeat:repeat-x}.RadWindow.rwInactiveWindow .rwCorner,.RadWindow.rwInactiveWindow .rwTitlebar,.RadWindow.rwInactiveWindow .rwFooterCenter{filter:alpha(opacity=65)!important;opacity:.65!important}.RadWindow ul.rwControlButtons span{display:none\9}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopLeft{background-position:0 -280px}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTitlebar{background-position:0 -288px;background-repeat:repeat-x}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopRight{background-position:-8px -280px}.RadWindow.rwNoTitleBar table div.rwTopResize{background:0}.RadWindow .rwShadow .rwTopLeft,.RadWindow .rwShadow .rwTopRight,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{width:15px!important}.RadWindow .rwShadow .rwTopLeft,.RadWindow .rwShadow .rwTopRight{height:38px}.RadWindow .rwShadow .rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft{background-position:0 -297px!important}.RadWindow .rwShadow .rwTopRight,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{background-position:0 -335px!important}.RadWindow .rwShadow .rwTopResize{height:8px;background-position:0 -376px!important}.RadWindow .rwShadow .rwTitlebar,.RadWindow.rwMinimizedWindow .rwShadow .rwTitlebar{height:30px!important;background-position:0 -391px!important;background-repeat:repeat-x!important}.RadWindow .rwInactiveWindow.rwMinimizedWindow{height:29px\9!important}.RadWindow .rwShadow .rwFooterLeft,.RadWindow .rwShadow .rwFooterRight,.RadWindow .rwShadow .rwFooterCenter{height:14px}.RadWindow .rwShadow .rwFooterLeft{width:15px;background-position:0 -431px}.RadWindow .rwShadow .rwFooterCenter{background-position:0 -461px;background-repeat:repeat-x}.RadWindow .rwShadow .rwFooterRight{width:15px;background-position:0 -446px}.RadWindow .rwShadow .rwBodyLeft,.RadWindow .rwShadow .rwBodyRight{width:15px;background-repeat:repeat-y}.RadWindow .rwShadow .rwBodyLeft{background-position:-33px 0}.RadWindow .rwShadow .rwBodyRight{background-position:-52px 0}.RadWindow .rwShadow .rwIcon{margin:7px 5px 0 1px}.RadWindow .rwShadow em{padding:7px 0 0 1px}.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{height:1px!important}.RadWindow.rwMinimizedWindowShadow{overflow:visible!important}.RadWindow.rwMinimizedWindowShadow .rwTable{height:auto!important;width:210px!important}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft{background-position:0 -432px}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter{background-position:0 -462px}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight{background-position:0 -447px}.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls{display:block}.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwPinButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwReloadButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwMaximizeButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwContentRow,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwStatusbarRow{display:none!important}.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopLeft,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopRight,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterLeft,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterRight,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterCenter,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopResize{cursor:default!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopLeft{background-position:0 -480px!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTitlebar{background-position:0 -525px!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopRight{background-position:0 -500px!important}.RadWindow.rwNoTitleBar .rwShadow .rwTitlebar,.RadWindow.rwNoTitleBar .rwShadow .rwTopLeft,.RadWindow.rwNoTitleBar .rwShadow .rwTopRight{height:13px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopLeft{background-position:8px -280px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTitlebar{background-position:0 -288px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopRight{background-position:-9px -280px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTitlebar,.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopLeft,.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopRight{height:8px!important}html.rwPreventPageScrolling,body.rwPreventPageScrolling{-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;position:fixed;top:0;left:0;margin:0;padding:0;border:0;border-width:0;width:100%;height:100%;overflow:hidden}html:first-child .RadWindow ul.rwControlButtons{float:right;border:1px solid transparent}.RadWindow_rtl .rwControlButtons{float:left}div.RadWindow_rtl .rwControlButtons li{float:right}div.RadWindow_rtl table.rwShadow .rwControlButtons li{float:right}.RadWindow.RadWindow_rtl div.rwDialogText,.RadWindow.RadWindow_rtl div.rwDialogText{text-align:right}.RadWindow.RadWindow_rtl div.rwDialogPopup div a,.RadWindow.RadWindow_rtl div.rwDialogPopup div a{float:right}.RadWindow.RadWindow_rtl div.rwDialogPopup,.RadWindow.RadWindow_rtl div.rwDialogPopup{background-position:right center;padding:1px 50px 16px 0}.RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt,.RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt{padding:1px 0 16px 0}.RadWindow.RadWindow_rtl .rwPopupButton,.RadWindow.RadWindow_rtl .rwPopupButton:hover{margin:8px 0 8px 8px}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Default.Window.Default.css */
.RadWindow_Default{font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:12px}.RadWindow_Default .rwTopLeft,.RadWindow_Default .rwTopRight,.RadWindow_Default .rwTitlebar,.RadWindow_Default .rwFooterLeft,.RadWindow_Default .rwFooterRight,.RadWindow_Default .rwFooterCenter,.RadWindow_Default .rwTopResize,.RadWindow_Default .rwStatusbar div,.RadWindow_Default .rwStatusbar,.RadWindow_Default .rwPopupButton,.RadWindow_Default .rwPopupButton span,.RadWindow_Default.rwMinimizedWindow .rwCorner{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')}.RadWindow_Default .rwBodyLeft,.RadWindow_Default .rwBodyRight,.RadWindow_Default .rwStatusbarRow .rwCorner{background-image:url('/WebResource.axd?d=XNzc6g17cDyarkU9s7DoNGygxpW8mAdnwMExLwaja1KtgcqsKT1pDDnr6Ehw7zSJvw-SM9QCBeM2YXJ7vAu5B69zx1M0vFVmr3k4T9zsTHOec_kViJcNDC3TIe2YzPoWh73YdRC2wn5rPkm7KTI016LzlwQ1&t=638369321200000000')}.RadWindow_Default .rwShadow .rwTopLeft,.RadWindow_Default .rwShadow .rwTopRight,.RadWindow_Default .rwShadow .rwTitlebar,.RadWindow_Default .rwShadow .rwFooterLeft,.RadWindow_Default .rwShadow .rwFooterRight,.RadWindow_Default .rwShadow .rwFooterCenter,.RadWindow_Default .rwShadow .rwTopResize,.RadWindow_Default .rwShadow .rwStatusbar div,.RadWindow_Default .rwShadow .rwStatusbar,.RadWindow_Default .rwShadow .rwPopupButton,.RadWindow_Default .rwShadow .rwPopupButton span,.RadWindow_Default .rwShadow .rwBodyLeft,.RadWindow_Default .rwShadow .rwBodyRight,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight{background-image:url('/WebResource.axd?d=m6c_mXDQnIOS81VCo02pWzCxrC_QkyIeL0cqBukhZUkWipYFvjFYGMSA3aUsAzHh_Wq_S3UUUEOP1Ut8HWaCkHKQwNT2LHZxQczZ4Yok50lBfYkqLTFynyO6eihVLZajQF3vZRgJlcMhhXwq3-zYX_K2Cyk1&t=638369321200000000')}.RadWindow_Default .rwShadow .rwBodyLeft,.RadWindow_Default .rwShadow .rwBodyRight,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight{background-image:url('/WebResource.axd?d=ZWu0s1ep9XCYQyUN-sanFGaEDdd8G9jpGb8slNdYpHRndE7EfQ3JcFdoXoTPRVSDzPDBYaj7CAQYBr52rbibccIAKkDnKeLI3bhDxfqE0eoKaQJx1TSDXzAcnP4iSfLrsX6D-sxQiiLKLjpoARdUXtgYC4Q1&t=638369321200000000')}.RadWindow_Default .rwStatusbar input{background-color:#fff}.RadWindow_Default .rwControlButtons a{background-image:url('/WebResource.axd?d=OiNSvVnP1uWJe-cpAwr8Y_VBh3dWiFXiPA9JAxaUwEQMk0aRDQp4dCMYDrHM5A2Ot63QgeNBXKa1Ob-r0JNZdLm2b7FGVsvOj3mCos7Ecg_ouPuVhKu6twZ6kOImM5dxpubjC-uds0lGh2066pL5zvf2lh41&t=638369321200000000')}.RadWindow_Default a.rwIcon{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')}.RadWindow_Default .rwTable .rwTitlebarControls em{color:#333}.RadWindow_Default .rwTable .rwDialogInput{border-color:#b3b3b3;color:#333;background-color:#fff}.RadWindow_Default .rwTable .rwDialogInput:hover{border-color:darkgray;color:#333;background-color:#fff}.RadWindow_Default td.rwWindowContent{background-color:#fff}.RadWindow_Default .rwTable tr td.rwLoading{background-color:#fff}.RadWindow_Default td.rwWindowContent.rwLoading,.RadWindow_Default .rwIframeWrapperIOS.rwLoading{background-image:url('/WebResource.axd?d=ll2Mw9hd_3QYtrEtWhEj6q_h5cunY0MRzic9MXYvdgjaQvzd5pPo75DtXmF5nv84qoRaWrKmmfFVpqEHWVEj2IN8wB6AY3OgjKazeishSrob5c8EAbbeX4_H97lCOAO4pGeXdw2&t=638369321200000000')}.RadWindow_Default input.rwLoading{background-image:url('/WebResource.axd?d=V-CoJY47pGVtceO5fXa6jkFBTLEMkvBOvzXJrn_jOV8Pe6XNXJ-ZRmBUvghXedN57Z7-wxVDPtRI0J3Jy6Hcy1NCv3IiP79svIjka1pMCPNJLT7ggsjzILHFAUn5aPUKZAFk6avlcawOWPIBhoYIoqCC1Cs1&t=638369321200000000')}.RadWindow_Default .rwTable a.rwCancel,.RadWindow_Default .rwTable a.rwCancel span{background:0;cursor:pointer}.RadWindow_Default .rwTable a.rwCancel span span{color:#333;text-decoration:underline}.RadWindow_Default .rwShadow .rwControlButtons{margin:5px -2px 0 0}.RadWindow_Default .rwShadow .rwControlButtons{margin:5px -1px 0 0\9}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwControlButtons{margin:7px -8px 0 0}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwIcon{margin:9px 6px 0 0}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow em{margin:4px 0 0 -1px}.RadWindow_Default .rwShadow .rwControlButtons li{float:left;padding:0}.RadWindow_Default .rwShadow .rwControlButtons a{width:26px}.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTitlebar,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterCenter,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopResize,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar div,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar,.RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton,.RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton span,.RadWindow_Default .rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')!important}.RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight{background-image:url('/WebResource.axd?d=XNzc6g17cDyarkU9s7DoNGygxpW8mAdnwMExLwaja1KtgcqsKT1pDDnr6Ehw7zSJvw-SM9QCBeM2YXJ7vAu5B69zx1M0vFVmr3k4T9zsTHOec_kViJcNDC3TIe2YzPoWh73YdRC2wn5rPkm7KTI016LzlwQ1&t=638369321200000000')!important}
/* END Telerik.Web.UI.Skins.Default.Window.Default.css */
/* START Telerik.Web.UI.Skins.Menu.css */
.RadMenu{white-space:nowrap;float:left;position:relative;text-align:left;z-index:7000\9;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.RadMenu .rmRootGroup{margin:0;padding:0;position:relative;left:0;display:inline-block}.RadMenu .rmRootScrollGroup{z-index:1}.RadMenu:after,.RadMenu .rmRootGroup:after{content:"";display:block;height:0;overflow:hidden;line-height:0;font-size:0;clear:both;visibility:hidden}.RadMenu ul.rmVertical,.RadMenu ul.rmHorizontal,.RadMenu ul.rmRootScrollGroup,.RadMenu_Context ul.rmHorizontal{margin:0;padding:0;display:none;position:relative;left:0;float:left}.rmHorizontal{white-space:nowrap}.rmSized ul.rmVertical{width:100%}.rmSized ul.rmRootGroup{float:none}.rmSized .rmRootGroup .rmVertical{width:auto}.RadMenu .rmItem{float:left;position:relative;list-style-image:none;list-style-position:outside;list-style:none;line-height:inherit}.RadMenu .rmHorizontal .rmItem{clear:none}.RadMenu .rmVertical .rmItem{float:none}.rmSized .rmVertical .rmItem{width:100%}.rmSized .rmHorizontal .rmItem,.rmSized .rmRootGroup .rmVertical .rmItem{width:auto}.RadMenu .rmSlide .rmHorizontal .rmItem{margin-bottom:-2px}.RadMenu ul.rmActive,.RadMenu ul.rmRootGroup{display:block}.RadMenu .rmSlide,.RadMenu_Context{position:absolute;overflow:hidden;display:none;float:left}.RadMenu_Context{z-index:1000;overflow:visible;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmText{display:block;padding-bottom:1px;float:left}.RadMenu div.rmText{white-space:normal;background:transparent}.RadMenu a.rmLink{cursor:pointer;display:block;box-sizing:content-box;*zoom:1}.RadMenu a.rmLink:after{content:"";display:block;clear:both}.rmScrollWrap{position:absolute;float:left;overflow:hidden;left:0}.RadMenu .rmLeftArrow,.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow,.RadMenu .rmRightArrow{position:absolute;z-index:2000;text-indent:-9999px;font-size:0;line-height:0;outline:0;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmLeftArrowDisabled,.RadMenu .rmTopArrowDisabled,.RadMenu .rmBottomArrowDisabled,.RadMenu .rmRightArrowDisabled{display:none;text-indent:-1000em;font-size:0;line-height:0}.RadMenu .rmBottomArrow,.RadMenu .rmBottomArrowDisabled{margin-bottom:-1px}.RadMenu .rmLeftImage{min-width:16px;border:0;float:left}.RadMenu_rtl{float:right;text-align:right}.RadMenu_rtl ul.rmVertical{float:right}.RadMenu_rtl .rmItem{float:right}.RadMenu_rtl .rmLeftImage,.RadMenu_Context_rtl .rmLeftImage{border:0;float:right}.RadMenu_rtl .rmLeftArrow,.RadMenu_rtl .rmTopArrow,.RadMenu_rtl .rmBottomArrow,.RadMenu_rtl .rmRightArrow,.RadMenu_rtl .rmLeftArrowDisabled,.RadMenu_rtl .rmTopArrowDisabled,.RadMenu_rtl .rmBottomArrowDisabled,.RadMenu_rtl .rmRightArrowDisabled{text-indent:1000em!important}.RadMenu div.rmRootGroup{position:relative}.RadMenu .rmItem{padding:0}.RadMenu .rmLink{width:auto;padding:0 0 0 12px;outline:0;float:left}.RadMenu_rtl .rmLink{padding:0 12px 0 0}.RadMenu .rmSlide .rmHorizontal .rmLink{padding-left:4px;line-height:0;position:relative}.RadMenu .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmLeftImage{margin:3px -6px 0 3px}.RadMenu .rmSlide .rmHorizontal .rmLeftImage{margin-top:0}.RadMenu .rmSlide .rmVertical .rmLeftImage{position:absolute;top:50%;margin-top:-8px}.RadMenu span.rmLeftImage{display:inline-block;width:16px;height:16px;zoom:1}.RadMenu .rmVertical .rmText{padding:0 24px 1px 0}.RadMenu .rmVertical .rmRootLink .rmText{padding-right:40px}.RadMenu .rmHorizontal .rmText{padding:0 12px 1px 0}.RadMenu_rtl .rmHorizontal .rmText{padding:0 0 1px 12px}.RadMenu_rtl .rmVertical .rmText{padding:0 0 1px 24px}.RadMenu .rmSlide .rmHorizontal .rmText{padding:0 11px 0 3px;line-height:24px}.RadMenu .rmVertical .rmItem .rmText{display:block;float:none}.RadMenu .rmSlide .rmHorizontal .rmText,.RadMenu .rmSlide .rmHorizontal .rmLeftImage{float:none;display:inline-block;vertical-align:middle}.RadMenu .rmVertical .rmLink,.RadMenu .rmHorizontal .rmVertical .rmLink{float:none}.RadMenu .rmTopRight,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight,.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup ul.rmGroup,.RadMenu .rmRoundedCorners .rmMultiColumn,.RadMenu .rmRoundedCorners .rmPopup,.rmRoundedCorners .rmScrollWrapContainer .rmGroup{border:0;background-position:0 0}.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmMultiGroup{background:0;margin:0}.RadMenu .rmRoundedCorners .rmGroupColumn{height:100%}.RadMenu .rmRoundedCorners li.rmFirstGroupColumn{background-color:transparent}.RadMenu .rmTopFix,.RadMenu .rmTopRight,.RadMenu .rmBottomFix,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight{position:absolute;width:4px;height:4px;list-style-type:none;list-style-position:outside;font-size:0}.RadMenu_rtl .rmTopRight,.RadMenu_rtl .rmBottomRight{width:32px}.RadMenu_rtl .rmTopShadowRight,.RadMenu_rtl .rmBottomShadowRight{width:4px}.RadMenu .rmTopShadowRight,.RadMenu .rmBottomShadowLeft,.RadMenu .rmBottomShadowRight{background-repeat:no-repeat;background-color:transparent}.rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmBottomShadowRight{width:5px;height:5px}.RadMenu .rmTopRight{background-position:100% 0;top:0;right:-3px;height:100%}.RadMenu .rmBottomLeft{background-position:0 100%;bottom:-3px;left:0;width:100%}.RadMenu .rmBottomFix{background-position:-1px 0;width:auto;bottom:-3px;left:5px;right:0;border-bottom-width:1px;border-bottom-style:solid}.RadMenu .rmTopFix{background-position:-1px 0;width:auto;top:0;left:5px;right:0;border-top-width:1px;border-top-style:solid}.RadMenu .rmBottomRight{background-position:100% 100%;bottom:-3px;right:-3px;width:8px}.RadMenu .rmShadows li.rmBottomShadowLeft,.RadMenu .rmShadows .rmBottomShadowRight,.rmShadows .rmGroup li.rmBottomShadowLeft,.rmShadows .rmGroup .rmBottomShadowRight,.RadMenu .rmShadows span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners li.rmBottomShadowLeft,.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup li.rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowRight,.rmRoundedCorners .rmGroup span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmShadows .rmTopShadowRight,.rmShadows .rmGroup .rmTopShadowRight{right:-5px;background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000');background-position:100% 0}.RadMenu .rmShadows .rmContentTemplate .rmTopShadowRight{background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000')}.RadMenu .rmShadows .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmBottomShadowLeft{bottom:-5px;left:1px;background-position:0 100%}.RadMenu .rmBottomShadowRight{bottom:-5px;right:-5px;width:4px;height:5px}.RadMenu .rmScrollWrapContainer .rmTopShadowRight{right:-4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowRight{bottom:-4px;right:-4px;width:3px;height:4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowLeft{bottom:-4px}.RadMenu .rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmGroup .rmTopShadowRight{right:-8px;background-image:url('/WebResource.axd?d=JmsJ8HjCL41OgCUXZlEjGKNgIRsGg_uISuyxE0KlQ-Zwf1D6E37TzanJ9_iqHHeL5IAhv6SwL4OZmSoNabblGnEko5hDrZzKqPmHtKjQTGoxG6EkhnvkCCbch7k4ZhghWG3DZzFVOJ1nE0LFZ1H_sN3oNrs1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowLeft{bottom:-8px}.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup .rmBottomShadowRight{bottom:-8px;right:-8px;width:7px;height:8px}.RadMenu .rmAccessKey{font-size:10px;font-weight:normal;float:right;padding-right:8px}.RadMenu .rmRoundedCorners .rmGroup .rmItem,.rmRoundedCorners .rmGroup .rmItem{z-index:1}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmScrollWrapContainer .rmScrollWrap{background-image:none}.RadMenu .rmRoundedCorners .rmMultiGroup>.rmItem{background-image:none}.RadMenu .rmRoundedCorners .rmSlide,.RadMenu .rmShadows .rmSlide,.rmRoundedCorners .rmSlide,.rmShadows .rmSlide,div.rmRoundedCorners,div.rmShadows{padding:0 8px 10px 0}.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmGroup ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmPopup{margin-top:1px;padding:1px}.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide,.RadMenu_rtl.rmRoundedCorners ul.rmGroup .rmSlide{margin-right:-5px}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmSlide .rmScrollWrap{border:0}.RadMenu .rmRoundedCorners .rmScrollWrap,.RadMenu .rmShadows .rmScrollWrap,.rmRoundedCorners .rmScrollWrap,.rmShadows .rmScrollWrap{position:relative}.RadMenu .rmScrollWrapContainer{position:absolute}.RadMenu .rmScrollWrapContainer .rmTopFix{height:100%}.RadMenu .rmRoundedCorners .rmScrollWrapContainer,.rmRoundedCorners .rmScrollWrapContainer,.RadMenu .rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners .rmGroup ul.rmGroup{padding:2px 0 0 2px}.RadMenu .rmScrollWrapContainer .rmGroup,.rmScrollWrapContainer .rmGroup .rmGroup,.rmScrollWrapContainer .rmGroup{padding:0}.RadMenu .rmRootGroup .rmItem .rmGroup{padding-bottom:1px}.RadMenu .rmRoundedCorners .rmItem .rmGroup{padding-bottom:0}.RadMenu ul.rmGroup{padding:2px 1px}.RadMenu .rmGroup .rmItem{padding:0}.RadMenu .rmGroup .rmLink,.RadMenu .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu_rtl .rmGroup .rmLink,.RadMenu_rtl .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu .rmGroup .rmText{padding:0 54px 0 28px;margin:0 0 0 4px}.RadMenu_rtl .rmGroup .rmText{padding:0 28px 0 54px;margin:0 4px 0 0}.RadMenu .rmMultiColumn{list-style:none;display:block;position:relative;margin:0;padding:0;zoom:1;box-sizing:content-box}.RadMenu .rmMultiColumn .rmMultiGroup{background:0;border:0;float:left;display:block;position:static}.RadMenu .rmMultiColumn .rmGroupColumn{float:left}.RadMenu_rtl .rmMultiColumn .rmGroupColumn{float:right}*+html .RadMenu_rtl .rmMultiColumn .rmItem{float:left}.RadMenu_rtl .rmSlide .rmHorizontal .rmText{padding:0 11px 0 14px}.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-right:25px}.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-left:25px;padding-right:4px}.RadMenu .rmGroup .rmLeftImage{margin:3px 0 0 6px}*+html .RadMenu .rmGroup .rmLeftImage{margin-left:4px}*+html ul.rmRoundedCorners .rmGroup .rmLeftImage{margin-left:2px}.RadMenu_rtl .rmGroup .rmLeftImage{margin:4px 6px 0 -4px}.RadMenu a.rmImageOnly .rmLeftImage,.RadMenu .rmRootGroup a.rmImageOnly{padding:0;margin:0}.RadMenu .rmRootGroup a.rmImageOnly span.rmText{display:none}*+html .RadMenu .rmImageOnly .rmLeftImage{position:static}*+html .RadMenu_rtl .rmGroup .rmLeftImage{right:0}.RadMenu .rmSeparator,.RadMenu .rmSeparator:after{line-height:0;font-size:0;overflow:hidden}.RadMenu .rmSeparator .rmText{border-style:solid;color:transparent;background-color:transparent}.RadMenu .rmHorizontal>.rmSeparator .rmText,.RadMenu .rmHorizontal>.rmRootScrollGroup>.rmSeparator .rmText{margin:2px;padding:0;width:0;height:20px;border-width:0 1px}.RadMenu .rmVertical>.rmSeparator .rmText,.RadMenu .rmVertical>.rmRootScrollGroup>.rmSeparator .rmText{margin:1px 2px;padding:0;border-width:1px 0;display:block}.RadMenu .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu .rmScrollWrap>.rmVertical>.rmSeparator .rmText{margin-left:31px}.RadMenu.RadMenu_Context .rmGroup .rmSeparator{*overflow:visible}.RadMenu.RadMenu_Context .rmGroup .rmSeparator .rmText{*display:block}.RadMenu_rtl .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu_rtl .rmScrollWrap>.rmVertical>.rmSeparator .rmText,.RadMenu_Context_rtl .rmVertical>.rmSeparator .rmText{margin-left:2px;margin-right:31px}.RadMenu .rmLeftArrow,.RadMenu .rmRightArrow{width:10px;height:24px}.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow{height:10px;width:100%}.RadMenu .rmLink{position:relative}.RadMenu .rmIcon{margin:-8px 0 0 -8px;width:16px;height:16px;background-repeat:no-repeat;text-indent:-999em;display:none;overflow:hidden;position:absolute;left:50%;top:50%}.RadMenu .rmToggle{width:23px;height:23px;overflow:hidden;position:absolute;top:0;left:auto;right:0;margin-right:2px}.RadMenu .rmHorizontal .rmRootLink .rmToggle{margin-left:-12px;float:left;position:relative}.RadMenu .rmHorizontal .rmRootLink .rmIcon{display:block}.RadMenu .rmGroup .rmLink.rmDisabled{box-shadow:none!important}.RadMenu .rmDisabled>.rmToggle{filter:alpha(opacity=40);opacity:.4}.RadMenu .rmPopup{position:relative;padding:4px;padding-right:0;padding-bottom:0}.RadMenu .rmGroup .rmToggle{height:100%;border-left:1px solid transparent}.RadMenu .rmPopup .rmTopFix,.RadMenu .rmPopup .rmBottomFix{background-position:-4px 0}.RadMenu .rmSlide .rmHorizontal .rmTopFix,.RadMenu .rmSlide .rmHorizontal .rmBottomFix{background-image:none}.RadMenu .rmPopup.rmContentTemplate{padding-top:1px}.RadMenu .rmArrow{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.RadMenu_rtl .rmRootLink .rmItem{float:none}.RadMenu_rtl .rmHorizontal .rmRootLink{direction:ltr}.RadMenu_rtl .rmVertical .rmRootLink{zoom:1}.RadMenu_rtl .rmLink{direction:rtl}.RadMenu_rtl .rmtext{zoom:1}.RadMenu_rtl .rmVertical .rmRootLink .rmText{padding:0 0 1px 40px;zoom:1}.RadMenu_rtl .rmToggleHandles .rmText{float:right}.RadMenu_rtl .rmToggle{left:0;right:auto;text-align:left}.RadMenu_rtl .rmHorizontal .rmRootLink .rmToggle{margin-right:-12px;margin-left:2px}.RadMenu_rtl .rmHorizontal .rmRootLink .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmIcon{text-indent:999em;direction:ltr}.RadMenu_rtl .rmSlide .rmLeftImage{right:0}.RadMenu_rtl .rmPopup.rmContentTemplate{padding-left:0;padding-right:4px}.RadMenu_rtl .rmRoundedCorners .rmSlide,.RadMenu_rtl .rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners .rmSlide,.RadMenu_rtl.rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners,.RadMenu_rtl.rmShadows{padding-right:3px}
/* END Telerik.Web.UI.Skins.Menu.css */

#footerMap .H_ib_body {
  bottom: -25px !important;
}
.H_icon_ex {
  display: inline-block;
  margin:auto;
  width: 24px;
  height: 24px;
  padding-top:10px;
  fill: rgba(15, 22, 33, 0.6);
}
.here_marker .pin-icon {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
}
.here_marker.home > div, .contact-map__embed .here_marker.here_marker-1 > div {
  background-image: url(https://www.millwarddental.com/resourcefiles/other/map-pin.svg);
  background-size: contain;
  width: 33px;
  height: 42px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.here_marker.here_marker-1 {
  font-size: 0 !important;
}
.H_ib_body {
  min-width: 280px;
  right: -110px !important;
  padding: 0 0 10px;
  bottom: 55px !important;
}
.H_ib_tail {
  position: absolute;
  width: 20px;
  height: 10px;
  margin: -61px -8px !important;
}
.H_ib_content {
  margin: 6px 28px 6px 16px !important;
}
.mapboxes {
  margin-bottom: 10px;
}
.PO-wrapper.PO-tabAccordion {
  border: none;
  margin-bottom: 20px;
}
.PO-tabAccordion .scrtabs-tabs-fixed-container, .PO-tabAccordion .scrtabs-tab-container {
  height: auto;
}
.TA-tabs {
  margin: 1em 0 3em;
}
.PO-tabAccordion .scrtabs-tab-container {
  /* border-bottom: 2px solid #eeeeee; */
}
.TA-nav {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.TA-nav:after, .PO-tabAccordion .scrtabs-tab-container:after {
  content: '';
  display: block;
  clear: both;
}
.TA-nav-tabs > li {
  position: relative;
  float: left;
  z-index: 1;
}
.TA-nav > li {
  position: relative;
  display: block;
}
.TA-nav-tabs > li > a {
  float: left;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  top: 2px;
  border: 2px solid transparent;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  margin: 0 5px 0 0;
  color: #333333 !important;
  white-space: nowrap !important;
}
.TA-nav-tabs > li.active > a {
  color: #333;
  border-color: #999;
  border: 2px solid #eeeeee;
}
.TA-nav-tabs > li > a:hover {
  background-color: #EAEFF0; /*default blue*/
  color: #333333;
  text-decoration: none;
}
.TA-nav-tabs > li.active > a:after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 3px;
  background: #1d2228;
  position: absolute;
  top: -3px;
  left: -2px;
}
.TA-nav-tabs > li > a:before {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 2px;
  background: #eeeeee;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
.TA-nav-tabs > li.active > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0px;
}
.TA-tab-content {
  position: relative; /*for z-index*/
  display: block;
  visibility: visible;
  clear: left;
  z-index: 5;
  color: #333;
  border: 1px solid #eeeeee;
  border-top: 0;
}
.TA-tab-content > .active {
  display: block;
}
.TA-tab-content > .tab-pane {
  display: block;
  padding: 20px;
  font-size: 16px;
}
.TA-tab-content .accordionTabHead.active em:before {
  content: "\f068";
}
.TA-tab-content .accordionTabHead {
  margin-top: 5px;
  position: relative;
}
.TA-tab-content .accordionTabHead > a {
  display: block;
  box-sizing: border-box;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  width: 100%;
  border: 2px solid #eeeeee;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  color: #333333 !important;
  font-size: 16px;
}
.TA-tab-content .accordionTabHead > a {
  text-decoration: none;
}
.TA-tab-content .accordionTabHead > a:hover {
  background-color: #EAEFF0;
}
.TA-tab-content .accordionTabHead.active a {
  border-bottom: 0;
}
.tab-pane {
  position: relative;
}
.TA-tab-content.TA-accordionMode {
  border: none;
}
.TA-tab-content.TA-accordionMode .tab-pane {
  border: 2px solid #EEEEEE;
  border-top: none;
  background: #ffffff;
}
.TA-tab-content > .tab-pane {
  background: #ffffff;
}
.TA-tab-content .active.accordionTabHead:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  left: 0;
  top: 0;
  background: #1d2228;
}
.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  left: -2px;
  top: 0;
  background: #1d2228;
}
.TA-accordionMode .TA-tab-content {
  border: none !important;
}
.TA-tab-content .accordionTabHead em {
  float: right;
}
.PO-wrapper.PO-tabAccordion {
  background: transparent;
}
h3.map-name {
  font-size: 16px;
}
.locationmap {
  margin: 20px 0;
}

#footerMap .locationmap { margin: 0px; }
#footerMap .TA-tab-content > .tab-pane { padding: 0px; }
#footerMap .PO-wrapper.PO-tabAccordion { margin-bottom: 0px; }
#footerMap #gmap_canvas, #footerMap #map .ms-map { height: 300px !important; }
#footerMap .map-btm-section { display:none; }
.email a { color: #860000; }
.email a:hover { text-decoration: underline; }
.map-btm-section {
    font-family: arial;
}

#gmap_canvas a {
    color: #860000;
    font-weight: 600;
}
/*#template {transition: filter 500ms ease;}*/
/*toggle button*/
.loggedIn #accessibilityTool a.toggle {top: 65px;}
#accessibilityTool a.toggle {display: flex;align-items: center;justify-content: center;width:2.5em;height:2.5em;margin: 0;padding:0;background-color: #1B4581;box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);border:none;border-radius:4px;outline:0;color:#fff;font-size:16px;line-height:0;cursor:pointer;-webkit-transition:all .25s ease-in-out,box-shadow .15s ease-in-out;transition:all .25s ease-in-out,box-shadow .15s ease-in-out;text-decoration: none;position: fixed;top: 50px;right: 5px;z-index: 9999;max-width: 50px;max-height: 50px;animation: tool 500ms infinite alternate ease-in-out;}
#accessibilityTool a.toggle:hover, #accessibilityTool a.toggle:focus {-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}
#accessibilityTool a.toggle::before{display:inline-block;font-family:FontAwesome;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1em}
#accessibilityTool a.toggle::before{content:'\f193'}
/*overlay*/
#accessibilityTool > div.menu > div.overlay {display: none;position: absolute; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: 9999; justify-content: center; align-items: center;}
#accessibilityTool > div.menu > div.overlay.show {display: flex;}
#accessibilityTool > div.menu > div.overlay > div.message {background-color: #f3f3f3; max-width: 80%; padding: 10px; border: 2px solid #3a3a3a; text-align: center;}
#accessibilityTool > div.menu > div.overlay > div.message p {color: #252525;}
#accessibilityTool > div.menu > div.overlay > div.message a {display: block; max-width: 125px; background-color:#252525; color: #f3f3f3; border: 1px solid #dddddd;margin: 0 auto;text-decoration: none;padding: 5px;}
/*menu*/
/*first row*/
#accessibilityTool > div.menu > div.row.help {padding: 0 !important;}
#accessibilityTool > div.menu > div.row.help p {padding: 5px 0 !important;color: #252525 !important;font-size: 12px !important;line-height: normal !important;margin: 0 !important;}
#accessibilityTool > div.menu {visibility: hidden; /*border-radius: 20px;*/ overflow: hidden; border: 1px solid #ABABAB; position: fixed; top: 40px; right: 15px; width: 275px; z-index: 9998; opacity: 0; transition: 200ms ease opacity;}
.loggedIn #accessibilityTool > div.menu {top: 120px;}
#accessibilityTool > div.menu.show {visibility: visible; opacity: 1;}
#accessibilityTool > div.menu > div.row {text-align: center;}
#accessibilityTool > div.menu > div.row:nth-of-type(odd) {background-color: #F0F0F0;}
#accessibilityTool > div.menu > div.row:nth-of-type(even) {background-color: #DEDEDE;}
#accessibilityTool > div.menu > div.row:not(:first-child):not(:last-child) {box-shadow: inset 0 0 0 1px #fff;padding: 15px;}
/*#accessibilityTool > div.menu > div.row:first-child {height: 30px; border-bottom: 1px solid #000;}
#accessibilityTool > div.menu > div.row:last-child {height: 30px; border-top: 1px solid #000;}*/
#accessibilityTool > div.menu > div.row span {text-transform: uppercase; font-family: Arial; font-weight: 400; display: inline-block; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.025), 1px -1px 0 rgba(0, 0, 0, 0.025), -1px 1px 0 rgba(0, 0, 0, 0.025), 1px 1px 0 rgba(0, 0, 0, 0.025);}
/*slider for grayscale */
#accessibilityTool input[type="range"] {-webkit-appearance: none; background: linear-gradient(to right, #000000 5%,#ffffff 85%); border: 1px solid #ABABAB; height: 35px; width: 100%; margin: 0; padding: 0;}
#accessibilityTool input[type=range]::-webkit-slider-thumb {-webkit-appearance: none; border: 7px solid #fff; height: 45px; width: 45px; border-radius: 0px; background: transparent; cursor: pointer; margin-top: -1px; box-shadow: 0;}
#accessibilityTool input[type=range]::-moz-range-thumb {box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer;}
#accessibilityTool input[type=range]::-ms-thumb {box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 36px; width: 16px; border-radius: 3px; background: #ffffff; cursor: pointer;}
/*contrast and fontsize*/
#accessibilityTool > div.menu > div.row > div.top ul {list-style-type: none; margin: 0; padding: 0; display: flex; justify-content: space-around;}
#accessibilityTool > div.menu > div.row > div.top ul li {}
#accessibilityTool > div.menu > div.row > div.top ul li a {display: inline-block; text-decoration: none; color: #000;}
/*contrast circles*/
#accessibilityTool ul.contrast li a {display: inline-block;height: 45px;width: 45px;border-radius: 50%;overflow: hidden;border: 1px solid #C0C0C0;transition: box-shadow 300ms ease;}
#accessibilityTool ul.contrast li:first-child a {background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #c3c3c3 51%, #c3c3c3 100%); background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#c3c3c3 51%,#c3c3c3 100%); background: linear-gradient(to right, #000000 0%,#000000 50%,#c3c3c3 51%,#c3c3c3 100%);}
#accessibilityTool ul.contrast li:nth-child(2) a {background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #f2f2f2 51%, #f2f2f2 100%); background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#f2f2f2 51%,#f2f2f2 100%); background: linear-gradient(to right, #000000 0%,#000000 50%,#f2f2f2 51%,#f2f2f2 100%);}
#accessibilityTool ul.contrast li:last-child a {background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #ffffff 51%, #ffffff 100%); background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#ffffff 51%,#ffffff 100%); background: linear-gradient(to right, #000000 0%,#000000 50%,#ffffff 51%,#ffffff 100%);}
#accessibilityTool ul.contrast a.active, #accessibilityTool ul.contrast a:hover, #accessibilityTool ul.contrast a:focus {box-shadow: 0 0 0 5px #fff;}
/*invert*/
#accessibilityTool a.invert {margin: 0 10px; border: 1px solid #ABABAB; background-color: #000; height: 37px; position: relative; display: flex; align-items: center; justify-content: center; transition: background-color 250ms ease;}
#accessibilityTool a.invert.active {background-color: #fff;}
#accessibilityTool a.invert:after {content: ""; position: absolute; height: 15px; width: 50%; background-color: #fff; transition: background-color 250ms ease;}
#accessibilityTool a.invert.active:after {background-color: #000;}
#accessibilityTool a.invert:hover:after {position: relative; top: 1px;}
/*font*/
#accessibilityTool > div.menu > div.row > div.top ul.font {align-items: flex-end;}
#accessibilityTool > div.menu > div.row > div.top ul.font li a {padding: 2px 7px;line-height: normal; transition: background-color 250ms ease; text-transform: uppercase;}
#accessibilityTool > div.menu > div.row > div.top ul.font li:first-of-type a {font-size: 20px;}
#accessibilityTool > div.menu > div.row > div.top ul.font li:nth-of-type(2) a {font-size: 30px;}
#accessibilityTool > div.menu > div.row > div.top ul.font li:last-of-type a {font-size: 40px;}
#accessibilityTool > div.menu > div.row > div.top ul.font li a.active, #accessibilityTool > div.menu > div.row > div.top ul.font li a:hover, #accessibilityTool > div.menu > div.row > div.top ul.font li a:focus {background-color: #fff;}
/*two col*/
#accessibilityTool > div.menu > div.row.twoCol {display: flex;align-items: flex-end;}
#accessibilityTool > div.menu > div.row.twoCol > div {flex: 1 50%;float: none;}
/*large cursor */
#accessibilityTool a.cursor {display: inline-block; background-color: transparent; transition: background-color 250ms ease;}
#accessibilityTool a.cursor.active, #accessibilityTool a.cursor:hover, #accessibilityTool a.cursor:focus {background-color: #fff;}
#accessibilityTool a.cursor img {max-width: 100%; margin: 5px;}
.largeCursor #template *, .largeCursor #template *:hover, .largeCursor #accessibilityTool *, .largeCursor #accessibilityTool *:hover {cursor: url(""), auto !important;}
/*reset*/
@keyframes spin {from {transform:rotate(0deg);} to {transform:rotate(360deg);}}
#accessibilityTool > div.menu > div.row.reset {padding: 0 !important}
#accessibilityTool > div.menu > div.row.reset a {font-size: 25px; display: block; padding: 10px;}
#accessibilityTool > div.menu > div.row.reset a span:before {content: "\f021"; font-family: FontAwesome; color: #000;}
#accessibilityTool > div.menu > div.row.reset a:hover span, #accessibilityTool > div.menu > div.row.reset a:focus span {animation-name: spin; animation-duration: 3000ms; animation-iteration-count: infinite; animation-timing-function: linear;}
/*keyframe for main button*/
@keyframes tool {
  0% {
    box-shadow: inset 0 0 0 4px #fff;
  } 
  100% {
    box-shadow: inset 0 0 0 0px #6db6ff;
  }
}
/*cache version*/