
 /* 
-------cacheFileName----------
 key4AAB8207B5CCD3E5D12A50449FEE838CC01F511383D92CE11863EA252C168E31#2025-08-06T09--20--07 */ 

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%;
  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 {    color: #B7B7B1 !important;
    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;
      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 {
    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); }
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.bay-area-braces.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('https://www.bay-area-braces.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('https://www.bay-area-braces.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), 
        url('https://www.bay-area-braces.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), 
        url('https://www.bay-area-braces.com/resourcefiles/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), 
        url('https://www.bay-area-braces.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;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Tahoma";
  line-height: 1.5;
  color: #4d4f52;
  font-size: 16px;
  font-size: 1.6rem;
}
.offScreen {
  position: fixed;
  left: -10000px;
  top: -10000px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.clearfix {
  display: inline-block
}
html[xmlns] .clearfix {
  display: block
}
* html .clearfix {
  height: 1%
}
body {
  background: #fff
}
b, strong {
  font-weight: bold
}
i, em {
  font-style: italic
}
u {
  text-decoration: underline
}
body {
  font-family: "Tahoma";
  font-size: 14px;
  line-height: 1.5;
  color: #4d4f52
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:last-child {
  margin-bottom: 0 !important
}
div.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1160px
}
div.iapps-container {
  margin: 0 0 20px 0
}
div.left-column-container {
  margin: 0 0 20px 0
}
div.left-column-container > div.left {
  display: none
}
div.right-column-container {
  margin: 0 0 20px 0
}
div.right-column-container > div {
  margin: 0 0 20px 0
}
div.one-column-container {
  max-width: 900px
}
div.two-columns {
  margin: 0 0 20px 0
}
div.two-columns > div {
  margin: 0 0 20px 0
}
.hidden {
  display: none
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit
}
h1 {
  margin: 0 0 10px 0;
  font-family: "Crimson Text";
  font-size: 32px;
  font-weight: normal;
  color: #21416a
}
h2 {
  margin: 0 0 10px 0;
  font-family: "Crimson Text";
  font-size: 26px;
  font-weight: normal;
  color: #21416a
}
h3 {
  margin: 0 0 10px 0;
  font-family: "Crimson Text";
  font-size: 24px;
  font-weight: normal;
  color: #21416a
}
h4 {
  margin: 0 0 5px 0;
  font-family: "Tahoma";
  font-size: 20px;
  font-weight: normal;
  color: #21416a
}
h5 {
  margin: 0 0 5px 0;
  font-family: "Tahoma";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #21416a
}
h6 {
  margin: 0 0 5px 0;
  font-family: "Tahoma";
  font-size: 16px;
  font-weight: normal;
  color: #21416a
}
a {
  font-family: "Tahoma";
  font-weight: bold;
  color: rgba(0,0,0,0);
  text-shadow:0 0 0 #80ab49;
  text-decoration: none
}
a:hover {
  color: rgba(0,0,0,0);
  text-shadow:0 0 0 #21416a;
}
img {
  margin: 0 0 10px 0;
  max-width: 100%
}
img.border {
  border: solid 1px #e2e4e8;
  border-radius: 6px
}
img.left {
  float: left;
  margin-right: 10px;
  max-width: 35%
}
img.right {
  float: right;
  margin-left: 10px;
  max-width: 35%
}
p {
  margin-bottom: 20px
}
blockquote {
  margin: 0 0 20px 0;
  font-family: "Tahoma";
  font-size: 20px;
  font-size: 2rem;
  font-style: italic
}
blockquote > p:last-of-type {
  margin-bottom: 5px
}
blockquote footer {
  text-align: right
}
ul, ol {
  margin: 0 0 20px 40px;
  padding: 0
}
ul {
  list-style: disc
}
ul.content-list {
  list-style: none;
  margin: 0 0 20px 0
}
ul.content-list > li {
  margin: 0;
  border-bottom: solid 1px #e2e4e8;
  padding: 20px 0
}
ul.content-list > li:first-child {
  padding-top: 0
}
ul.content-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}
ul.content-list p.info, ul.content-list p.categories {
  margin-bottom: 5px;
  font-size: 14px;
}
li {
  margin: 0;
  padding: 0
}
article {
  margin: 0 0 20px 0
}
article > header {
  margin: 0 0 20px 0;
  font-size: 14px;
}
article > header p.info, article > header p.category {
  margin-bottom: 5px
}
iframe {
  margin: 0 0 20px 0;
  border: 0;
  width: 100%;
  height: 600px;
  background: transparent;
  overflow: scroll
}
div.add-comment p.approval-notice {
  font-size: 14px;
  text-align: center
}
a.specialButton {
  display: inline-block;
  outline: 0;
  margin: 0;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  height: 39px;
  background: #80ab49;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer
}
a.specialButton:hover {
  text-decoration: none;
  background: #21416a
}
div.form-container.poll-results p.total {
  font-style: italic;
  text-align: right;
  text-decoration: none;
}
nav.social-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1
}
nav.social-navigation ul a {
  line-height: 1;
}
nav.social-navigation li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0
}
nav.social-navigation li:last-child {
  margin-right: 0
}
a.previous, a.next, a.more {
  white-space: nowrap
}
a.previous:before {
  display: inline-block;
  margin-right: 5px;
  content: " \00ab"
}
a.next:after, a.more:after {
  display: inline-block;
  margin-left: 5px;
  content: " \00bb"
}
div.overview {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.25
}
div.photo {
  margin: 0 0 20px 0;
  border: solid 1px #e2e4e8;
  background: #fff
}
div.photo img {
  display: block;
  margin: 0;
  width: 100%
}
div.photo div.info {
  padding: 10px
}
ul.tabs {
  list-style: none;
  margin: 0;
  border-bottom: solid 3px #21416a;
  padding: 0
}
ul.tabs li {
  display: table;
  float: left;
  margin: 0 5px 0 0;
  padding: 0
}
ul.tabs li.selected a {
  background: #21416a;
  cursor: default
}
ul.tabs li:last-child {
  margin-right: 0
}
ul.tabs a {
  display: table-cell;
  padding: 10px;
  max-width: 120px;
  min-width: 70px;
  height: 50px;
  background: #7e9bbd;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle
}
ul.tabs a:hover {
  background: #21416a
}
div.tabbed-content {
  margin: 0 0 20px 0
}
div.tabbed-content ul.tabs {
  display: none;
  font-size: 14px;
  text-transform: uppercase
}
div.tabbed-content > section {
  margin: 0 0 20px 0
}
div.tabbed-content > section > header h2 {
  margin: 0;
  font-family: "Tahoma";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase
}
div.tabbed-content > section > header a {
  display: block;
  padding: 10px 40px 10px 10px;
  background: #7e9bbd;
  color: #fff
}
div.tabbed-content > section > header a:after {
  content: "\e80f";
  display: block;
  float: right;
  margin: -6px -30px 0 0;
  font-family: "fontello";
  font-size: 21px;
}
div.tabbed-content > section > header a:hover {
  background: #21416a;
  color: #fff
}
div.tabbed-content > section > div.content {
  display: none;
  border: solid 1px #e2e4e8;
  border-top: none;
  padding: 10px;
  background: #fff
}
div.tabbed-content > section.selected > header a {
  background: #21416a
}
div.tabbed-content > section.selected > header a:after {
  content: "\e811"
}
div.tabbed-content > section.selected > div.content {
  display: block
}
div.video-player {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 56.25% 0;
  height: 0
}
div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto
}
div.map {
  margin: 0 0 20px 0;
  border: solid 1px #e2e4e8;
  min-height: 150px
}
div.map img {
  max-width: none
}
div.locations div.map {
  height: 300px
}
div.data-pager {
  margin: 0 0 20px 0;
  border-top: solid 1px #e2e4e8;
  padding: 10px 0 0 0;
  font-size: 14px;
}
div.data-pager > div {
  margin: 0 0 10px 0
}
div.data-pager a {
  display: inline
}
aside {
  padding: 10px 0
}
aside a.more {
  display: block
}
aside.callout {
  border-bottom: solid 3px #7e9bbd
}
aside.promo img {
  display: block;
  margin: 0 auto
}
aside.featured-blog-posts ul {
  list-style: none;
  margin: 0;
  padding: 0
}
aside.featured-blog-posts ul li {
  margin: 0 0 20px 0;
  padding: 0
}
aside.featured-blog-posts h6 {
  margin-bottom: 0;
  font-family: "Tahoma";
  font-weight: bold
}
aside.blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0
}
aside.blog-categories ul li {
  margin: 0;
  padding: 0
}
aside.blog-categories ul li.selected a {
  color: #21416a
}
#header {
  padding: 10px 55px 10px 0;
  font-size: 14px;
}
#header div.container {
  position: relative
}
#header nav.social-navigation {
  display: none;
  font-size: 25px;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0
}
#header ul li {
  margin: 0;
  padding: 0
}
#header a {
  /*font-family: "Tahoma";*/
  font-weight: normal;
  color: #fff
}
#header a:hover {
  color: #fff;
  text-decoration: none;
}
#header a.menu {
  display: block;
  float: right;
  margin: -10px -65px 0 0;
  padding: 14px 10px;
  height: 70px;
  font-family: "fontello";
  font-size: 45px;
  color: #80ab49;
  line-height: 1
}
#header a.menu.expanded {
  background: #4f6683;
  color: #fff
}
#header a.menu span {
  display: none
}
#logo {
  float: left;
  width: 100%
}
#logo img {
  display: block;
  margin: 0;
  max-height: 200px
}
#utility-navigation, #primary-navigation {
  display: none
}
#mobile-navigation {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 5;
  border: solid 3px #4f6683;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
}
#mobile-navigation.expanded {
  display: block
}
#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0
}
#mobile-navigation ul li {
  margin: 0;
  padding: 0
}
#mobile-navigation a {
  display: block;
  padding: 5px 10px;
  color: #fff !important
}
#mobile-navigation ul.primary-navigation {
  border-bottom: solid 1px #4f6683;
  background: #4f6683;
  font-size: 16px;
}
#mobile-navigation ul.primary-navigation > li {
  position: relative;
  padding-right: 50px
}
#mobile-navigation ul.primary-navigation > li.expanded > a {
  background: #21416a
}
#mobile-navigation ul.primary-navigation > li.expanded > a.toggle:after {
  content: "\e80b"
}
#mobile-navigation ul.primary-navigation > li.expanded > ul {
  display: block
}
#mobile-navigation ul.primary-navigation > li > a:hover {
  background: #21416a
}
#mobile-navigation ul.primary-navigation a.toggle {
  display: block;
  float: right;
  margin-right: -50px;
  padding: 8px 0;
  width: 50px;
  height: 34px;
  text-align: center;
  line-height: 100%
}
#mobile-navigation ul.primary-navigation a.toggle:after {
  content: "\e80a";
  font-family: "fontello";
  font-size: 20px;
}
#mobile-navigation ul.primary-navigation a.toggle span {
  display: none
}
#mobile-navigation ul.primary-navigation ul {
  display: none;
  background: #7e9bbd
}
#mobile-navigation ul.primary-navigation ul li.hasSelected > ul, #mobile-navigation ul.primary-navigation ul li.expanded > ul {
  display: block
}
#mobile-navigation ul.primary-navigation ul a {
  padding: 5px 20px
}
#mobile-navigation ul.primary-navigation ul a:hover {
  background: #4f6683
}
#mobile-navigation ul.primary-navigation ul ul {
  margin-left: 25px
}
#mobile-navigation ul.PublishedLinkMenu {
  padding: 10px 0;
  background: #7e9bbd;
  font-weight: bold;
  color: #fff;
  text-align: center
}
ul.PublishedLinkMenu:after {
  content: '';
  display: block;
  clear: both;
}
#mobile-navigation ul.PublishedLinkMenu a:hover {
  background: #4f6683
}
.admin_menu, a.admin_menu, a.admin_menu:link, a.admin_menu:visited, a.admin_menu:active {
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
}
#utility-navigation a span, #utility-navigation span, #utility-navigation span.phone span {
  font-size: 14px;
  vertical-align: middle;
}
#mobile-navigation nav.social-navigation {
  background: #7e9bbd;
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1
}
#mobile-navigation nav.social-navigation ul {
  display: inline-block
}
#mobile-navigation nav.social-navigation a {
  padding: 0
}
#mobile-navigation nav.social-navigation a:hover {
  color: #21416a !important
}
#footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase
}
#footer h6 {
  margin: 0 0 20px 0;
  font-family: "Crimson Text";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #80ab49;
  text-transform: none
}
#footer a {
  font-weight: normal;
  color: #fff
}
#footer a:hover {
  text-decoration: none;
  color: #80ab49
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}
#footer ul li {
  margin: 0 0 10px 0;
  padding: 0
}
#footer-top {
  padding: 20px 0;
  background: #4f6683
}
#footer-top nav.social-navigation {
  margin: 0 0 20px 0
}
#footer-top nav.social-navigation a {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px
}
#footer-navigation, #newsletter-signup {
  margin: 0 0 20px 0;
  max-width: 480px
}
#footer-navigation ul.footer-navigation {
  margin: 0 -10px;
  line-height: 1.25
}
#footer-navigation ul.footer-navigation li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 20px
}
#footer-navigation ul.footer-navigation li:nth-child(odd) {
  clear: left
}
#footer-navigation ul.footer-navigation li:nth-child(even) {
  clear: right
}
#newsletter-signup div.form {
  padding: 0 95px 0 0
}
#newsletter-signup div.form input[type="text"] {
  float: left;
  width: 100%;
  border: none
}
#newsletter-signup div.form input[type="submit"] {
  float: right;
  margin: 0 -95px 0 0;
  width: 90px
}
#footer-bottom {
  padding: 20px 0;
  background: #21416a;
  font-size: 12px;
  font-size: 1.2rem
}
#footer-bottom p {
  margin: 0
}
#banner {
  display: none;
}
#sharing {
  padding: 20px 0 0 0;
  text-align: right
}
#sharing div.addthis_toolbox {
  display: inline-block;
  vertical-align: middle
}
#sharing div.addthis_toolbox * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
#content {
  margin: 20px 0;
  min-height: 400px
}
#banner {
  display: block;
  background-color: #7e9bbd
}
#banner div.slider {
  margin: 0 !important
}
#banner div.background {
  height: 185px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
#banner div.info {
  padding: 10px 0
}
#banner div.info h2 {
  margin-bottom: 5px;
  color: #fff
}
#banner div.info a {
  font-family: "Tahoma";
  font-weight: normal;
  color: #fff
}
#banner ol.selector {
  position: absolute;
  z-index: 101;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center
}
#banner ol.selector li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0
}
#banner ol.selector li:last-child {
  margin-right: 0
}
#banner ol.selector li.selected a {
  color: #21416a;
  opacity: 1
}
#banner ol.selector a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #7e9bbd;
  line-height: 1;
  opacity: 0.7
}
#banner ol.selector a:before {
  content: "\e80c";
  font-family: "fontello"
}
#banner ol.selector a span {
  display: none
}
ul.buttons {
  list-style: none;
  margin: 0;
  padding: 0
}
ul.buttons li {
  margin: 0 0 10px 0;
  padding: 0
}
ul.buttons a {
  display: block;
  height: auto;
  font-family: "Tahoma";
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  text-transform: none;
  white-space: normal
}
ul.buttons a img {
  margin: 0 5px 0 0;
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle
}
ul.buttons a span {
  vertical-align: middle
}
#features {
  padding: 0 0 20px 0
}
#features div.feature {
  margin: 0 0 20px 0
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem
  }
  div.container {
    padding: 0 10px
  }
  div.right-column-container {
    padding-right: 285px
  }
  div.right-column-container > div {
    margin: 0
  }
  div.right-column-container > div.left {
    float: left;
    width: 100%
  }
  div.right-column-container > div.right {
    float: right;
    margin-right: -285px;
    width: 265px
  }
  div.two-columns {
    margin: 0 0 20px 0
  }
  div.two-columns > div {
    margin: 0;
    width: 50%
  }
  div.two-columns > div.left {
    float: left;
    padding-right: 5px
  }
  div.two-columns > div.right {
    float: right;
    padding-left: 5px
  }
  div.two-columns > div.right > div {
    margin-bottom: 15px
  }
  div.overview {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem
  }
  div.photo div.info {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem
  }
  div.data-pager > div.left {
    float: left
  }
  div.data-pager > div.right {
    float: right
  }
  #header {
    position: relative;
    z-index: 2;
    border-bottom: solid 3px #21416a;
    padding: 15px 0;
    min-height: 103px;
    background: #7e9bbd;
    text-transform: uppercase
  }
  #header div.container {
    z-index: 1
  }
  #header a.menu {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    height: 85px;
    color: #fff
  }
  #header a.menu.expanded {
    background: #21416a
  }
  #logo {
    display: table;
    position: relative;
    top: -15px;
    float: none;
    -moz-box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    margin: 0 auto -40px auto;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    min-height: 113px;
    width: 250px;
    background: #fff
  }
  #logo a {
    display: table-cell;
    vertical-align: middle
  }
  #logo img {
    margin: 0 auto;
    max-height: 500px
  }
  #mobile-navigation {
    top: 100px;
    right: 20px;
    border-color: #21416a
  }
  #footer-top nav.social-navigation {
    clear: both
  }
  #footer-navigation {
    float: left;
    width: 50%;
    padding-right: 20px
  }
  #footer-navigation ul.footer-navigation {
    margin: 0 -20px
  }
  #newsletter-signup {
    float: right;
    width: 50%;
    padding-left: 20px
  }
  #footer-bottom {
    text-align: right
  }
  #banner {
    display: block;
    border-bottom: solid 3px #21416a
  }
  #banner img {
    display: block;
    margin: 0 auto
  }
  #content {
    border-top: solid 1px #e2e4e8;
    border-bottom: solid 1px #e2e4e8;
    padding: 20px 0;
    background: #fbfaff;
    margin-top: 0;
  }
  #banner {
    position: relative;
    background: #fbfaff;
    overflow: hidden;
    z-index: 1;
  }
  #banner div.background {
    height: 225px
  }
  #banner div.info {
    position: absolute;
    top: 10px;
    max-width: 50%;
    font-size: 20px;
    font-size: 2rem
  }
  #banner div.info h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #80ab49
  }
  #banner div.info a {
    color: #21416a
  }
  #banner div.info a:hover {
    color: #80ab49
  }
  #features div.features {
    margin: 0 -5px
  }
  #features div.features > div.feature, #features div.features > div.iapps-container {
    float: left;
    padding: 0 10px;
    width: 50%
  }
  #features div.features > div.feature:nth-child(odd), #features div.features > div.iapps-container:nth-child(odd) {
    clear: left
  }
  #features div.features > div.feature:nth-child(even), #features div.features > div.iapps-container:nth-child(even) {
    clear: right
  }
}
@media screen and (min-width: 990px) {
  div.left-column-container {
    padding-left: 180px
  }
  div.left-column-container > div {
    margin: 0
  }
  div.left-column-container > div.left {
    display: block;
    float: left;
    margin-left: -180px;
    width: 160px
  }
  div.left-column-container > div.right {
    float: right;
    width: 100%
  }
  div.two-columns > div.left {
    padding-right: 10px
  }
  div.two-columns > div.right {
    padding-left: 10px
  }
  ol, ul {
    margin-bottom: 20px
  }
  div.add-comment {
    padding: 20px
  }
  div.popup {
    padding: 20px
  }
  #section-navigation ul.section-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Tahoma";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold
  }
  #section-navigation ul.section-navigation li {
    margin: 0 0 15px 0;
    padding: 0
  }
  .currentpage a.navLink {
    color: #21416a;
  }
  a.navLink {
    display: block;
    padding: 10px;
    font-family: "Crimson Text";
    font-size: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #80ab49;
    font-weight: bold;
  }
  a.navLink:hover {
    color: #21416a;
    text-decoration: none;
  }
  #section-navigation ul.section-navigation li.selected a {
    color: #21416a
  }
  #section-navigation ul.section-navigation li ul {
    list-style: none
  }
  div.photo {
    position: relative
  }
  div.photo div.info {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    max-width: 60%;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    zoom: 1
  }
  div.tabbed-content ul.tabs {
    display: block
  }
  div.tabbed-content > section {
    display: none
  }
  div.tabbed-content > section.selected {
    display: block
  }
  div.tabbed-content > section > header {
    display: none
  }
  div.tabbed-content > section > div.content {
    padding: 20px
  }
  aside {
    padding: 20px 0
  }
  #header {
    padding: 15px 0
  }
  #header > div.container {
    z-index: 6
  }
  #header nav.social-navigation {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 330px
  }
  #header nav.social-navigation ul {
    margin: 0 -10px
  }
  #header nav.social-navigation ul li {
    float: left;
  }
  #header nav.social-navigation ul a {
    display: block;
    margin-right: 30px;
    text-align: right;
    color: #7e9bbd;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    vertical-align: 0.1em;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    margin: 0 10px 10px 10px;
  }
  #header nav.social-navigation ul a span {
    display: none;
  }
  #header nav.social-navigation ul a:after {
    float: right;
    margin: 0 -30px 0 0;
  }
  #header nav.social-navigation ul a:hover {
    background: #21416a;
    text-decoration: none;
  }
  #header a.menu {
    display: none
  }
  #utility-navigation {
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 330px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff
  }
  #utility-navigation ul.PublishedLinkMenu {
    position: relative;
    left: 18px;
    top: 3px;
  }
  #utility-navigation ul.PublishedLinkMenu li {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    width: 50%;
    padding: 0 10px
  }
  #utility-navigation ul.PublishedLinkMenu li:nth-child(odd) {
    clear: left
  }
  #utility-navigation ul.PublishedLinkMenu li:nth-child(even) {
    clear: right
  }
  #utility-navigation a, #utility-navigation span.phone {
    display: block;
    padding: 0 0 0 0px;
    line-height: 1
  }
  #utility-navigation a:hover {
    color: #21416a
  }
  #primary-navigation {
    position: relative;
    z-index: 5;
    display: block;
    border-bottom: solid 3px #21416a;
    background: #4f6683;
    line-height: 1;
    text-align: center
  }
  #primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
  }
  #primary-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #primary-navigation ul.primary-navigation {
    display: inline-block;
    margin: 0 -20px
  }
  #primary-navigation ul.primary-navigation > li {
    float: left;
    position: relative;
    z-index: 5
  }
  #primary-navigation ul.primary-navigation > li > a {
    padding: 15px;
    font-size: 20px;
    font-size: 2rem
  }
  #primary-navigation ul.primary-navigation > li ul li {
    position: relative
  }
  #primary-navigation ul.primary-navigation > li ul li:hover > ul {
    position: absolute;
    display: block;
    left: 100%;
    top: 0
  }
  #primary-navigation ul.primary-navigation > li:hover > a {
    background: #21416a
  }
  #primary-navigation ul.primary-navigation > li:hover > ul {
    display: block
  }
  #primary-navigation ul.primary-navigation > li:hover:last-child > ul {
    left: auto;
    right: 0
  }
  #primary-navigation ul.primary-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    padding: 3px;
    background: #21416a;
    text-align: left;
    line-height: 1.25
  }
  #primary-navigation ul.primary-navigation ul a {
    font-family: "Tahoma";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal
  }
  #primary-navigation ul.primary-navigation ul a:hover {
    background: #4f6683
  }
  #primary-navigation ul.primary-navigation a {
    display: block;
    padding: 10px 15px;
    font-family: "Crimson Text";
    font-weight: normal;
    color: #fff
  }
  #mobile-navigation {
    display: none !important
  }
  #footer-top div.container {
    padding: 0
  }
  #footer-top nav.social-navigation {
    float: left;
    width: 30%;
    padding: 0 20px;
    clear: none
  }
  #footer-navigation {
    float: left;
    width: 40%;
    padding: 0 20px
  }
  #newsletter-signup {
    float: left;
    width: 30%;
    padding: 0 20px
  }
  #banner div.info {
    top: 20px;
    max-width: 50%
  }
  #banner div.info h2 {
    color: #80ab49
  }
  #banner div.info a {
    color: #21416a
  }
  #banner div.info a:hover {
    color: #80ab49
  }
  #primary-navigation {
    position: relative;
    top: 0 !important;
    z-index: 4
  }
  #content {
    font-size: 18px;
    font-size: 1.8rem
  }
  ul.buttons {
    margin: 0 -5px
  }
  ul.buttons li {
    float: left;
    width: 33.3333%;
    padding: 0 5px
  }
  ul.buttons a {
    height: 61px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem
  }
  ul.buttons a img {
    max-width: 20px;
    max-height: 20px
  }
  #features div.features > div.feature, #features div.features > div.iapps-container {
    margin-bottom: 0;
    width: 33.3333%;
    clear: none !important
  }
}
@media screen and (min-width: 1160px) {
  div.left-column-container {
    padding-left: 240px
  }
  div.left-column-container > div.left {
    margin-left: -240px;
    width: 210px
  }
  div.right-column-container {
    padding-right: 305px
  }
  div.right-column-container > div.right {
    margin-right: -305px
  }
  div.two-columns > div.left {
    padding-right: 12.5px
  }
  div.two-columns > div.right {
    padding-left: 12.5px
  }
  #section-navigation ul.section-navigation {
    font-size: 20px;
    font-size: 2rem
  }
  div.add-comment {
    padding: 25px
  }
  div.popup {
    padding: 25px
  }
  div.photo div.info {
    right: 25px;
    bottom: 25px;
    padding: 25px
  }
  div.slide-show div.selected-photo {
    padding: 25px 70px
  }
  div.slide-show div.selected-photo div.caption {
    left: 70px;
    right: 70px;
    bottom: 25px;
    padding: 15px
  }
  div.slide-show a.play-slide-show {
    right: 20px;
    margin: 0
  }
  div.photo-gallery div.selected-photo div.photo a.previous {
    left: 25px
  }
  div.photo-gallery div.selected-photo div.photo a.next {
    right: 25px
  }
  div.photo-gallery div.selected-photo div.caption {
    bottom: 25px;
    left: 25px;
    right: 25px
  }
  div.photo-gallery div.thumbnails {
    padding: 12.5px;
    max-width: 710px
  }
  div.photo-gallery div.thumbnails section {
    padding: 12.5px
  }
  ul.tabs a {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 130px;
    height: 54px
  }
  div.tabbed-content > section > div.content {
    padding: 25px
  }
  aside {
    padding: 25px 0
  }
  #logo {
    width: 350px
  }
  #primary-navigation ul.primary-navigation > li > a {
    padding: 15px 30px;
    font-size: 22px;
    font-size: 2.2rem
  }
  #primary-navigation ul.primary-navigation ul a {
    font-size: 18px;
    font-size: 1.8rem
  }
  #primary-navigation ul.primary-navigation a {
    padding: 10px 20px
  }
  #banner div.background {
    height: 310px
  }
  #banner div.info {
    top: 25px;
    width: 580px;
    max-width: none;
    font-size: 24px;
    font-size: 2.4rem
  }
  #banner div.info h2 {
    font-size: 46px;
    font-size: 4.6rem
  }
  ul.buttons {
    margin: 0 -10px
  }
  ul.buttons li {
    padding: 0 10px
  }
  ul.buttons a {
    padding: 15px 20px;
    height: 77px;
    font-size: 20px;
    font-size: 2rem
  }
  ul.buttons a img {
    max-width: 25px;
    max-height: 25px
  }
}
/*-- Side Navigation --*/
.currentpage .navLink {
  padding: 5px !important;
}
.navLink {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.RadMenu a.rmLink {
  line-height: 55px;
}
/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
/*--Normal State--*/
.inner-bar a, .telerik_main_menu .rmRootGroup a {
  color: #ffffff;
}
.telerik_main_menu .rmRootGroup a span {
  color: #ffffff;
}
/*--Over and Focused State ***/
.inner-bar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  color: #ffffff;
}
.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  /* color: #ffffff; */
}
/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: #21416a;
}
/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #21416a;
  font-family: "Tahoma";
}
.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #21416a;
}
/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #4f6683;
  color: #ffffff;
  font-family: "Tahoma";
}
.telerik_main_menu .rmGroup a:hover span {
  background: #4f6683;
  color: #ffffff;
}
/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #21416a;
  color: #ffffff;
}
.telerik_main_menu .rmRootGroup > li:hover > a span {
  color: #ffffff;
}
.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #4f6683;
}
/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #ffffff;
  background: #222A2B;
}
.telerik_main_menu .rmGroup .rmGroup a span {
  color: #ffffff;
  background: #222A2B;
}
/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #009933;
  color: #ffffff;
}
.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #009933;
  color: #ffffff;
}
/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #cc5200;
}
/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*------------------------------- END COLORS -------------------------------*/
/*.RadMenu a.rmLink {
line-height: 45px;
}*/
/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Crimson Text";
}
.telerik_main_menu .rmText {
  padding: 12px 20px 12px 20px !important;
}
.telerik_main_menu .rmGroup .rmText {
  padding-bottom: 5px !important;
}
.RadMenu .rmItem {
  height: auto;
  margin-right: 0px;
}
.RadMenu .rmText {
  font-weight: normal;
  font-size: 12pt;
}
.RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding-left: 0px !important;
}
.RadMenu .rmHorizontal > .rmItem > .rmLink > .rmText {
  padding: 15px 25px !important;
  font: normal 24px/24px 'Raleway', sans-serif !important;
}
.RadMenu .rmGroup .rmText {
  margin-left: 0px !important;
  padding: 8px 10px 8px 10px !important;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
.rmrootGroup .rmHorizontal li.rmItem {
  margin-left: 10px;
}
/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
  text-decoration: none;
  font-size: 18px;
}
.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 2.2rem;
}
/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  text-decoration: none;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  text-decoration: none;
}
/*** END OF TOP LEVEL MENU STYLES ***/
/*** START OF DROPDOWN MENU STYLES ***/
/*** Normal State ***/
.telerik_main_menu .rmGroup a {
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
}
.telerik_main_menu .rmGroup a span {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: normal !important;
  text-transform: none;
}
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 26px;
}
/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  text-decoration: none;
  border-bottom: none !important;
}
.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  text-decoration: none;
}
/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  width: 206px;
  padding: 0px;
  border: 3px solid #21416a;
}
/*** END OF DROPDOWN MENU STYLES ***/
a#ctl00_lnkGateway {
  text-transform: none;
  text-decoration: none;
}
.centerMenu {
  vertical-align: top;
  display: inline-block;
}
a.navLink {
  display: block;
  padding: 10px;
  font-family: "Tahoma";
}
#utility-navigation > ul > li > a > em {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: -27px;
  margin-right: 5px;
}
div.slider ol.selector a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7e9bbd;
  display: inline-block;
  opacity: 0.7;
}
div.slider ol.selector li.selected a {
  background: #21416a;
  opacity: 1;
}
.RadMenu .rmGroup .rmText {
  margin-left: 0px !important;
  padding: 10px 20px 10px 20px !important;
  margin-bottom: 4px;
  font-family: Tahoma;
  font-size: 18px;
}
#content {
  margin-bottom: 20px !important;
}
#ctl00_ContentPlaceHolder1_ctl10_divContent, #ctl00_ContentPlaceHolder1_ctl07_divContent {
  font-size: 16px;
}
#footer-top > div > nav.social-navigation {
  display: none;
}
#footer-bottom > div > div > ul > li > span.locationName {
  font-weight: bold;
}
#ctl00_lblCompany {
  font-size: 12px;
}
#ctl00_lnkGateway {
  font-size: 12px;
  font-family: Tahoma;
  text-transform: uppercase !important;
  vertical-align: top;
}
.telerik_main_menu .rmGroup a.rmFocused span {
  background: #21416a;
  /* color: #ffffff; */
}
#utility-navigation a, #utility-navigation span.phone {
  display: block;
  padding: 0 0 0 30px;
  line-height: 1;
}
.RadMenu .rmHorizontal .rmItem a[title='Home'] {
  display: none;
}
.telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: inherit;
}
.subpage #content {
  margin: 20px;
}
/*bayarea*/
html, body#bodyTag, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
}
div#template {
  background: url("https://www.bay-area-braces.com/resourcefiles/other/content-bg.png") repeat center top;
}
div#template p a {
  color: #cc2027;
  font-weight: normal
}
div#template p a:hover {
  color: #000;
  text-decoration: none;
}
div#template ol, div#template li, div#template ol ul {
  color: #000;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
}
div#template p {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}
/* Home Slideshow */
div#template.t01 #banner {
  background: none
}
div#template.t01 #banner {
  border-bottom: 0px;
}
div#template.t01 #banner div.info {
  padding: 0;
  top: 50%;
  width: auto
}
div#template div.slider section div.info {
  display: block !important;
  visibility: visible !important;
  background: rgba(255, 255, 255, 0.6);
}
div#template.t01 #banner div.info h2 {
  font-size: 24px;
  color: #001767;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: none;
}
div#template.t01 #banner ol.selector {
  display: none
}
/* Page Header */
div#template h1, div#template h2, div#template h3, div#template h4, div#template h6 {
  font-weight: 600;
  color: #990000;
}
div#template h1 {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
}
div#template.t01 h1 {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
}
div#template h2 {
  font-size: 22px;
  font-family: "Source Sans 3", sans-serif;
}
div#template h3 {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
}
div#template #header {
  height: 127px;
  background: url("https://www.bay-area-braces.com/resourcefiles/other/header-bg.jpg") no-repeat center top #000;
  border-bottom: none;
  border-bottom: 3px solid #000
}
div#template #header a.menu {
  color: #fff
}
div#template #logo {
  box-shadow: none;
  border-radius: none;
  padding: 0;
  min-height: none;
  width: 100%;
  background: url("https://www.bay-area-braces.com/resourcefiles/other/logo-big.png") no-repeat center top;
  background-size: contain;
  height: 127px
}
div#template #logo a {
  display: block;
  width: 100%;
  height: 115px
}
div#template #logo img {
  display: none
}
/* Header Social Nav */
div#template #header nav.social-navigation ul {
  display: inline-block;
  float: right;
  margin-top: 30px
}
div#template #header nav.social-navigation ul li {
  margin: 0px 3px 0;
  padding: 0px 0;
}
div#template #header nav.social-navigation ul li:empty {
  display: none;
}
div#template #header nav.social-navigation ul a {
  color: #818689;
  background: #CCCCCC;
  height: 29px;
  width: 29px;
  line-height: 1;
  margin: 0;
}
div#template #header nav.social-navigation ul a:before {
  font-size: 20px;
  line-height: 1;
}
div#template #header nav.social-navigation ul a:hover {
  background: #fff
}
/* Header Utility Nav */
div#template #utility-navigation {
  margin-top: 10px;
  left: 0;
  width: 220px
}
div#template #utility-navigation .phone {
  display: none;
}
div#template #utility-navigation ul.PublishedLinkMenu li a {
  display: block;
  padding: 1px 0 5px 30px;
  color: #cccccc;
  font-size: 23px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}
div#template #utility-navigation ul.PublishedLinkMenu li {
  width: 100% !important;
  margin: 0px 0px 0px;
  padding: 0px 0;
}
/*  Sharing */
div#template #sharing {
  padding: 20px 0;
  background: #000;
}
/* Callouts */
div#template.t01 ul.buttons a img {}
div#template.t01 ul.buttons a {}
div#template a.button {}
div#template a.button:hover {}
div#template.t01 ul.buttons a span {}
/* Features */
div#template .feature h3 {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  color: #33251d;
  font-weight: 500
}
div#template .feature img {
  border-radius: 0;
  border: 1px solid #000;
  margin: 8px 10px 0 0
}
div#template .feature a {
  display: block;
  color: #33251d;
  font-size: 14px;
  font-weight: 700;
  font-family: "PT Sans";
}
div#template .feature a:hover {
  color: #900
}
div#template .feature p {
  padding-right: 10px;
}
/* Main Nav */
.homepage #primary-navigation {
  border-top: 3px solid #000 !important;
  background: #990000;
  border-bottom: none;
  height: 57px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
div#template.t01 #primary-navigation {
  background: #990000;
  border-bottom: none;
  height: 57px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
div#template #primary-navigation {
  background: #990000;
  border-top: 3px solid #990000;
  border-bottom: none;
  height: 57px;
}
div#template #primary-navigation ul.primary-navigation > li {
  margin: 0 30px;
}
div#template #primary-navigation ul.primary-navigation > li > a {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #fff;
  height: 55px;
}
div#template #primary-navigation ul.primary-navigation > li > a:hover {
  border-bottom: 5px solid #000;
  background: none
}
div#template #primary-navigation ul.primary-navigation ul {
  background: #283136;
}
div#template #primary-navigation ul.primary-navigation ul a {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #dadada
}
div#template #primary-navigation ul.primary-navigation ul a:hover {
  font-weight: 600;
  color: #fff;
  background: none;
}
div#template #primary-navigation ul.primary-navigation > li:hover > a {
  background: none;
  border-bottom: 5px solid #000;
}
/* Interior Nav  */
div#template #section-navigation a {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding: 0 !important;
}
div#template #section-navigation div.navWrp {
  margin-bottom: 15px;
}
div#template #section-navigation a:hover {
  color: #cc2027;
}
div#template #section-navigation #inside-nav .currentpage a, div#template #section-navigation #inside-nav .currentparent a {
  color: #cc2027;
}
/* Mobile menu */
div#template #header a.menu.expanded {
  background: #283136;
}
div#template #mobile-navigation {
  border: solid 3px #283136;
}
div#template #mobile-navigation ul.primary-navigation {
  border-bottom: solid 1px #283136;
  background: #283136
}
div#template #mobile-navigation ul.primary-navigation > li.expanded > a, div#template #mobile-navigation ul.primary-navigation > li > a:hover {
  background: #000;
}
/* Column - Content formatting */
div#template div.two-columns > div.right .photo {
  border: 3px solid #000;
}
#template #content {
  background: none;
  border-bottom: none;
  border-top: none;
}
div#template img.right, div#template img.border {
  border-radius: 0;
  border: 2px solid #000;
}
/* Footer */
div#template #footer {
  background: #000;
  border-top: 60px solid #990000
}
div#template #footer-top a {
  text-transform: none;
}
div#template #footer-top a:hover {
  color: #cc2027
}
div#template #footer-top, div#template #footer-bottom {
  background: none;
}
div#template #footer-bottom .address, div#template #footer-bottom .policy, div#template #footer-bottom .policy a, div#template #footer-bottom span, div#template #footer-bottom strong {
  color: #cccccc;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 14px
}
div#template #footer-top nav.social-navigation {
  float: right;
  width: auto;
  padding: 0
}
div#template #footer h6 {
  color: #cccccc;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600
}
div#template #footer-bottom .policy {
  text-transform: none
}
#footer #footer-bottom ul li {
  margin: 0;
}
#footer-top > div > nav.social-navigation {
  display: block;
}
div#template #footer nav.social-navigation ul a {
  border-radius: 50%;
  width: 53px !important;
  height: 51px !important;
  font-size: 30px;
  line-height: 1;
}
div#template #footer nav.social-navigation ul a.fa-facebook {
  background-color: #3b5998;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
  padding: 10px 18px;
}
div#template #footer nav.social-navigation ul a.fa-google-plus {
  background-color: #dd4b39;
  color: #000;
  padding: 10px 10px;
}
div#template #footer nav.social-navigation ul a.fa-instagram {
  background-color: #517fa4;
  color: #000;
  padding: 10px 14px;
}
div#template #footer nav.social-navigation ul a.fa-linkedIn {
  background-color: #007bb6;
  color: #000;
  padding: 10px 14px;
}
div#template #footer nav.social-navigation ul a.fa-pinterest {
  background-color: #cb2027;
  color: #000;
  padding: 10px 14px;
}
div#template #footer nav.social-navigation ul a.fa-twitter {
  background-color: #00aced;
  color: #000;
  padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.fa-youtube-play {
  background-color: #bb0000;
  color: #000;
  padding: 10px 14px;
}
div#template #footer nav.social-navigation ul a.fa-vimeo {
  background: #4ebbff;
  color: #000 padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.fa-rss {
  background: #ffad0e;
  color: #000;
  padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.blogger {
  background: #ff6600;
  color: #000;
  padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.fa-vine {
  background: #00a478;
  color: #000;
  padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.fa-yelp {
  background: #c41200;
  color: #000;
  padding: 10px 12px;
}
div#template #footer nav.social-navigation ul a.angies-list:after {
  background: #29a036;
  color: #000;
  padding: 10px 12px;
}
@media screen and (max-width: 600px) {
  div#template div.slider section div.info {
    background: #fff;
  }
  div#template div.two-columns > div.right {
    clear: both
  }
}
@media screen and (max-width: 768px) {
  div#template #logo {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  div#template.t01 #banner div.background {
    height: 450px
  }
}
#ctl00_lnkGateway {
  text-transform: none !important;
}
.subpage .iapps-container-container {
  margin-bottom: 20px !important;
}
.centerMenu {
  display: block;
}
.RadMenu .rmHorizontal .rmText {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #fff;
  height: 55px;
}
.RadMenu .rmGroup .rmText {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #dadada;
}
.rmItem:hover {
  background: none;
}
.telerik_main_menu .rmRootGroup a:hover span {
  text-decoration: none;
  border-bottom: 5px solid #000;
}
.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  text-decoration: none;
  border-bottom: 0;
}
.telerik_main_menu .rmGroup a:hover span {
  font-weight: 600;
}
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background: none;
}
.RadMenu .rmGroup .rmText {
  height: auto;
}
.telerik_main_menu .rmGroup a, .rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a, .RadMenu .rmGroup .rmText, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #283136;
}
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  background: #283136;
  border: 0;
  visibility: visible;
  height: 228px;
  width: 206px;
  overflow: hidden;
  left: 0px;
  top: 55px;
  z-index: 7;
  position: absolute;
}
#primary-navigation .rmRootGroup > li > a {
  margin: 0 15px;
}
#primary-navigation .rmGroup li {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .centerMenu {
    display: inline-block;
  }
  .RadMenu .rmHorizontal > li > a > .rmText {
    padding: 0 !important;
  }
}
div#template #header nav.social-navigation ul a:before {
  position: relative;
  top: -2px;
}
.homepage #content {
  margin-top: 20px !important;
}
div.subpage #content .ptl_page, div.subpage #content .ptl_col_1, div.subpage #content .ptl_portlet_vertical {
  overflow: visible !important;
}
#template nav.social-navigation li {
  margin: 0;
}
div#ctl00_ContentPlaceHolder1_ctl13_map {
  border: solid 1px #e2e4e8;
  margin-bottom: 20px !important;
}
.dd-article .dd-title {
  font-weight: normal !important;
  display: block;
  font-family: "PT Sans";
}
.dd-article .dd-title:hover {
  text-decoration: none;
}
#template .dd-right {
  margin: 5px 0 10px 20px;
}
#template .dd-left {
  margin: 5px 20px 10px 0;
}
div.slider a.previous, div.slider a.next {
  display: none;
}
#footer nav.social-navigation li {
  margin-right: 10px;
}
#footer nav.social-navigation li:empty {
  display: none;
}
#footer nav.social-navigation ul {
  position: relative;
  top: -10px;
}
div#template #footer-top nav.social-navigation {
  position: relative;
  right: -8px;
}
#footer-bottom ul li {
  line-height: 21px !important;
}
#footer-top #footer-navigation ul li a {
  line-height: 22px;
  font-family: "PT Sans";
}
.homepage h1 {
  font-weight: bold !important;
}
div.slider section img.background {
  height: 185px;
}
@media screen and (min-width: 768px) {
  div.slider section img.background {
    height: 225px;
  }
}
@media screen and (min-width: 1024px) {
  div.slider section img.background {
    height: 450px;
  }
}
.homepage h1 {
  border-bottom: 1px solid rgb(153, 0, 0);
}
#banner img {
  background-size: cover !important;
  width: 100% !important;
  height: auto !important;
}
.rmHorizontal > li > .rmExpanded > span {
  border-bottom: 5px solid #000;
}
.rmSlide {
  left: 30px !important;
}
.menuhide {
  display: none;
}
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  top: 100%;
  position: absolute;
}
.telerik_main_menu .rmText {
  padding: 0 10px 0 10px !important;
}
#primaryNav ul {
  text-align: center;
  padding: 0;
  list-style-type: none;
  float: none;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  top: 100%;
  position: absolute;
  width: 230px;
  left: -30px;
}
.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;
  }
}
#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;
}
.footerAddresses span.email {
  display: none
}
.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
}
.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;
  }
}
div.slider section::after {
  display: none !important;
}
#template .dd-left {
  margin: 5px 20px 10px 0;
}
#template .dd-right {
  margin: 5px 0 10px 20px;
}
#template .dd-article .dd-left {
  margin: 5px 10px 10px 0;
}
#template .dd-article .dd-right {
  margin: 5px 0 10px 10px;
}
#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;
}
.wistia_responsive_padding {
  margin: 0 0 15px !important
}
.wistia_click_to_play {
  width: 100% !important
}
#template aside.callout div.hours {
  margin-top: 10px;
}
#template div#content ol > li {
  list-style-type: decimal;
}
#template #footer div.bottom p {
  margin: 0
}
#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;
}
#template iframe[src*="//fast"] {
  overflow: visible;
  
}
#template iframe[src*="https://www.youtube"] {
  overflow: visible;
  
}
#template img.right, #template img.left {
  margin-bottom: 5px;
}
@media screen and (min-width: 200px) {
  #template div#back-to-top {
    display: none;
  }
  #template div.locations div.map {
    height: 300px;
  }
}
@media screen and (min-width: 500px) {
  #template div.locations div.map {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  #template div#back-to-top {
    display: block;
  }
}
#template div.locations div.map {
  height: 300px;
}
#template .h_left.grow #utility-navigation .phone a::before, #template .vertical.grow #utility-navigation .phone a::before {
  display: none;
}
#template iframe#averageScoreIframe {
  height: 60px;
  width: 200px;
}
#template div.dd-left, div.dd-right {
  text-align: center;
  width: 250px;
}
#template .dd-border {
  padding: 10px;
}
#template .dd-left img, #template img.dd-left, #template .dd-right img, img.dd-right, #template .dd-border {
  border-width: 3px;
  border-style: solid;
  color: #ccc;
}
#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;
}
#template .dd-left img, #template .dd-right img {
  display: block;
  margin: 0 0 5px 0;
}
#template .dd-left p, #template .dd-right p {
  margin: 2px 0 15px;
  font-size: 90%;
}
#template .dd-articles {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
}
#template .dd-article {
  overflow: hidden;
  padding: 5px 0 0;
  border-bottom: 1px dotted #ccc;
}
#template .dd-article:last-child {
  border: none;
}
#template .dd-article img {
  overflow: hidden;
  border: 1px solid #ccc;
}
#template .dd-article .dd-title {
  font-weight: bold;
  display: block;
}
#template .dd-article p {
  padding: 5px 0 0 0;
  margin-top: 0;
}
#template .dd-left {
  clear: left;
  float: left;
  margin: 5px 10px 5px 0;
}
#template .dd-right {
  clear: right;
  float: right;
  margin: 5px 5px 5px 10px;
  display: block;
  position: relative;
  z-index: 2;
}
#template img.dd-no-border {
  border: none;
}
.RadChart {
  width: 100% !important;
}
.RadChart img {
  max-width: 100% !important;
  width: 100% !important;
}
.mapMarkClass .hours {
  display: none;
}
#template .zones-portlet-header.portletBox-title + div {
  background: inherit !important
}
@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;
  }
}
ul.reverseorder {
  display: flex;
  flex-direction: column-reverse;
}
ul.reverseorder li:first-child {
  border: none;
}
ul.reverseorder li:last-child {
  border-bottom: solid 1px #e2e4e8;
  padding: 20px 0;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 990px) {
  #banner img {
    background-size: cover !important;
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }  
}
@media screen and (max-width: 1366px) {
  #primary-navigation .rmRootGroup > li > a {
    margin: 0;
  }
}


ul.content-list li:last-child .map-city-text{
	width:160px;
}

/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
* 
* Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
* 
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
*   http://www.opensource.org/licenses/mit-license.php
*   http://www.gnu.org/licenses/gpl.html
*/
.sr-only1 {
  font-size: 0;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  background: #FFF;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;    outline: solid 15px #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -33px;
  right: -51px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1103;
  display: none;
  background-image: url(https://www.bay-area-braces.com/resourcefiles/other/fancybox-sprite.png);
  background-repeat: no-repeat;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left, #fancybox-right {
  position: absolute;
  top: 50%;
  height: 36px;
  width: 36px;
  cursor: pointer;
  outline: none;
  z-index: 1102;
  display: none;
  transform: translateY(-50%);
}
#fancybox-left {
  left: 10px;
  background: url(https://www.bay-area-braces.com/resourcefiles/other/fancybox-sprite.png) no-repeat;
  background-position: 0 -36px;
}
#fancybox-right {
  right:-10px;
  background: url(https://www.bay-area-braces.com/resourcefiles/other/fancybox-sprite.png) no-repeat;
  background-position: 0 -72px;
}
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
  display: none !important;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
}
.wistia-fancybox .fancybox-opened {
  z-index: 9000 !important;
}
/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-nav-left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-nav-right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-title-over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-title-left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-title-main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-title-right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bay-area-braces.com/resourcefiles/other/fancy-shadow-nw.png', sizingMethod='scale');
}
a.dd-lightbox {
  position: relative;
}
a.dd-lightbox span {
  top: -8px;
  right: -8px;
  width: 33px;
  height: 33px;
  position: absolute;
  display: block;
  background: transparent url('https://www.bay-area-braces.com/resourcefiles/other/enlarge.png') no-repeat right top;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 12030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('https://www.bay-area-braces.com/resourcefiles/other/fancybox-sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 12060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('https://www.bay-area-braces.com/resourcefiles/other/fancybox-loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 12040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('https://www.bay-area-braces.com/resourcefiles/other/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 12040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 12040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 12010;
  background: url('https://www.bay-area-braces.com/resourcefiles/other/fancybox-overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 12050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 12050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('https://www.bay-area-braces.com/resourcefiles/other/fancybox.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('https://www.bay-area-braces.com/resourcefiles/other/fancybox-loading.gif');
    background-size: 24px 24px;
  }
}
.albumTitle span .fa {
    margin-left: 5px;
}
.clear.fix span { display: none; }

.sitenavl0 {
  padding-left: 4px;
}

.sitenavl1 .nav {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mainmenuinner .sitenavl1 .nav{    padding-left: 22px;}
.sitenavl1 .nav.currentpage {
  padding-left: 4px;    padding: 0px !important;
}
.contactpage .sitenavl1 .nav {
    padding-left:10px;
}

.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; }
.site_render_table {
    margin-top: -20px;
}
@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;
}

/*cache version*/