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


 .RadMenu .rmRootGroup .rmItem ul.rmGroup{top: 100%; position: absolute;}
    .telerik_main_menu .rmText {padding: 0 10px 0 10px !important;}

.RadMenu{z-index:6;}


@media all and (min-width:990px) {
  .mobilePublishLink{display:none;}
}

@media all and (max-width:989px) {
.mobilePublishLink .mm-list {
    display: block !important;
}
  .mobilePublishLink .mm-panel {
    padding-left: 5px !important;
}
  .mobilePublishLink .mm-panel li a {
    padding-left: 10px !important;
}
  
.mobilePublishLink .mm-panel li{
    padding-left:5px;
}
  .mobilePublishLink .mm-panel li:after {
    display: none !important;
}
  
  
}
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .003;
	filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


.fa-lg {
	font-size: 1.33333333em;
	line-height: .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: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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
}

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

.fa-glass:before {
	content: "ï€€"
}

.fa-music:before {
	content: "ï€"
}

.fa-search:before {
	content: "ï€‚"
}

.fa-envelope-o:before {
	content: "ï€ƒ"
}

.fa-heart:before {
	content: "ï€„"
}

.fa-star:before {
	content: "ï€…"
}

.fa-star-o:before {
	content: "ï€†"
}

.fa-user:before {
	content: "ï€‡"
}

.fa-film:before {
	content: "ï€ˆ"
}

.fa-th-large:before {
	content: "ï€‰"
}

.fa-th:before {
	content: "ï€Š"
}

.fa-th-list:before {
	content: "ï€‹"
}

.fa-check:before {
	content: "ï€Œ"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "ï€"
}

.fa-search-plus:before {
	content: "ï€Ž"
}

.fa-search-minus:before {
	content: "ï€"
}

.fa-power-off:before {
	content: "ï€‘"
}

.fa-signal:before {
	content: "ï€’"
}

.fa-gear:before,
.fa-cog:before {
	content: "ï€“"
}

.fa-trash-o:before {
	content: "ï€”"
}

.fa-home:before {
	content: "ï€•"
}

.fa-file-o:before {
	content: "ï€–"
}

.fa-clock-o:before {
	content: "ï€—"
}

.fa-road:before {
	content: "ï€˜"
}

.fa-download:before {
	content: "ï€™"
}

.fa-arrow-circle-o-down:before {
	content: "ï€š"
}

.fa-arrow-circle-o-up:before {
	content: "ï€›"
}

.fa-inbox:before {
	content: "ï€œ"
}

.fa-play-circle-o:before {
	content: "ï€"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "ï€ž"
}

.fa-refresh:before {
	content: "ï€¡"
}

.fa-list-alt:before {
	content: "ï€¢"
}

.fa-lock:before {
	content: "ï€£"
}

.fa-flag:before {
	content: "ï€¤"
}

.fa-headphones:before {
	content: "ï€¥"
}

.fa-volume-off:before {
	content: "ï€¦"
}

.fa-volume-down:before {
	content: "ï€§"
}

.fa-volume-up:before {
	content: "ï€¨"
}

.fa-qrcode:before {
	content: "ï€©"
}

.fa-barcode:before {
	content: "ï€ª"
}

.fa-tag:before {
	content: "ï€«"
}

.fa-tags:before {
	content: "ï€¬"
}

.fa-book:before {
	content: "ï€­"
}

.fa-bookmark:before {
	content: "ï€®"
}

.fa-print:before {
	content: "ï€¯"
}

.fa-camera:before {
	content: "ï€°"
}

.fa-font:before {
	content: "ï€±"
}

.fa-bold:before {
	content: "ï€²"
}

.fa-italic:before {
	content: "ï€³"
}

.fa-text-height:before {
	content: "ï€´"
}

.fa-text-width:before {
	content: "ï€µ"
}

.fa-align-left:before {
	content: "ï€¶"
}

.fa-align-center:before {
	content: "ï€·"
}

.fa-align-right:before {
	content: "ï€¸"
}

.fa-align-justify:before {
	content: "ï€¹"
}

.fa-list:before {
	content: "ï€º"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "ï€»"
}

.fa-indent:before {
	content: "ï€¼"
}

.fa-video-camera:before {
	content: "ï€½"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "ï€¾"
}

.fa-pencil:before {
	content: "ï€"
}

.fa-map-marker:before {
	content: "ï"
}

.fa-adjust:before {
	content: "ï‚"
}

.fa-tint:before {
	content: "ïƒ"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "ï„"
}

.fa-share-square-o:before {
	content: "ï…"
}

.fa-check-square-o:before {
	content: "ï†"
}

.fa-arrows:before {
	content: "ï‡"
}

.fa-step-backward:before {
	content: "ïˆ"
}

.fa-fast-backward:before {
	content: "ï‰"
}

.fa-backward:before {
	content: "ïŠ"
}

.fa-play:before {
	content: "ï‹"
}

.fa-pause:before {
	content: "ïŒ"
}

.fa-stop:before {
	content: "ï"
}

.fa-forward:before {
	content: "ïŽ"
}

.fa-fast-forward:before {
	content: "ï"
}

.fa-step-forward:before {
	content: "ï‘"
}

.fa-eject:before {
	content: "ï’"
}

.fa-chevron-left:before {
	content: "ï“"
}

.fa-chevron-right:before {
	content: "ï”"
}

.fa-plus-circle:before {
	content: "ï•"
}

.fa-minus-circle:before {
	content: "ï–"
}

.fa-times-circle:before {
	content: "ï—"
}

.fa-check-circle:before {
	content: "ï˜"
}

.fa-question-circle:before {
	content: "ï™"
}

.fa-info-circle:before {
	content: "ïš"
}

.fa-crosshairs:before {
	content: "ï›"
}

.fa-times-circle-o:before {
	content: "ïœ"
}

.fa-check-circle-o:before {
	content: "ï"
}

.fa-ban:before {
	content: "ïž"
}

.fa-arrow-left:before {
	content: "ï "
}

.fa-arrow-right:before {
	content: "ï¡"
}

.fa-arrow-up:before {
	content: "ï¢"
}

.fa-arrow-down:before {
	content: "ï£"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "ï¤"
}

.fa-expand:before {
	content: "ï¥"
}

.fa-compress:before {
	content: "ï¦"
}

.fa-plus:before {
	content: "ï§"
}

.fa-minus:before {
	content: "ï¨"
}

.fa-asterisk:before {
	content: "ï©"
}

.fa-exclamation-circle:before {
	content: "ïª"
}

.fa-gift:before {
	content: "ï«"
}

.fa-leaf:before {
	content: "ï¬"
}

.fa-fire:before {
	content: "ï­"
}

.fa-eye:before {
	content: "ï®"
}

.fa-eye-slash:before {
	content: "ï°"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "ï±"
}

.fa-plane:before {
	content: "ï²"
}

.fa-calendar:before {
	content: "ï³"
}

.fa-random:before {
	content: "ï´"
}

.fa-comment:before {
	content: "ïµ"
}

.fa-magnet:before {
	content: "ï¶"
}

.fa-chevron-up:before {
	content: "ï·"
}

.fa-chevron-down:before {
	content: "ï¸"
}

.fa-retweet:before {
	content: "ï¹"
}

.fa-shopping-cart:before {
	content: "ïº"
}

.fa-folder:before {
	content: "ï»"
}

.fa-folder-open:before {
	content: "ï¼"
}

.fa-arrows-v:before {
	content: "ï½"
}

.fa-arrows-h:before {
	content: "ï¾"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "ï‚€"
}

.fa-twitter-square:before {
	content: "ï‚"
}

.fa-facebook-square:before {
	content: "ï‚‚"
}

.fa-camera-retro:before {
	content: "ï‚ƒ"
}

.fa-key:before {
	content: "ï‚„"
}

.fa-gears:before,
.fa-cogs:before {
	content: "ï‚…"
}

.fa-comments:before {
	content: "ï‚†"
}

.fa-thumbs-o-up:before {
	content: "ï‚‡"
}

.fa-thumbs-o-down:before {
	content: "ï‚ˆ"
}

.fa-star-half:before {
	content: "ï‚‰"
}

.fa-heart-o:before {
	content: "ï‚Š"
}

.fa-sign-out:before {
	content: "ï‚‹"
}

.fa-linkedin-square:before {
	content: "ï‚Œ"
}

.fa-thumb-tack:before {
	content: "ï‚"
}

.fa-external-link:before {
	content: "ï‚Ž"
}

.fa-sign-in:before {
	content: "ï‚"
}

.fa-trophy:before {
	content: "ï‚‘"
}

.fa-github-square:before {
	content: "ï‚’"
}

.fa-upload:before {
	content: "ï‚“"
}

.fa-lemon-o:before {
	content: "ï‚”"
}

.fa-phone:before {
	content: "ï‚•"
}

.fa-square-o:before {
	content: "ï‚–"
}

.fa-bookmark-o:before {
	content: "ï‚—"
}

.fa-phone-square:before {
	content: "ï‚˜"
}

.fa-twitter:before {
	content: "ï‚™"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "ï‚š"
}

.fa-github:before {
	content: "ï‚›"
}

.fa-unlock:before {
	content: "ï‚œ"
}

.fa-credit-card:before {
	content: "ï‚"
}

.fa-feed:before,
.fa-rss:before {
	content: "ï‚ž"
}

.fa-hdd-o:before {
	content: "ï‚ "
}

.fa-bullhorn:before {
	content: "ï‚¡"
}

.fa-bell:before {
	content: "ïƒ³"
}

.fa-certificate:before {
	content: "ï‚£"
}

.fa-hand-o-right:before {
	content: "ï‚¤"
}

.fa-hand-o-left:before {
	content: "ï‚¥"
}

.fa-hand-o-up:before {
	content: "ï‚¦"
}

.fa-hand-o-down:before {
	content: "ï‚§"
}

.fa-arrow-circle-left:before {
	content: "ï‚¨"
}

.fa-arrow-circle-right:before {
	content: "ï‚©"
}

.fa-arrow-circle-up:before {
	content: "ï‚ª"
}

.fa-arrow-circle-down:before {
	content: "ï‚«"
}

.fa-globe:before {
	content: "ï‚¬"
}

.fa-wrench:before {
	content: "ï‚­"
}

.fa-tasks:before {
	content: "ï‚®"
}

.fa-filter:before {
	content: "ï‚°"
}

.fa-briefcase:before {
	content: "ï‚±"
}

.fa-arrows-alt:before {
	content: "ï‚²"
}

.fa-group:before,
.fa-users:before {
	content: "ïƒ€"
}

.fa-chain:before,
.fa-link:before {
	content: "ïƒ"
}

.fa-cloud:before {
	content: "ïƒ‚"
}

.fa-flask:before {
	content: "ïƒƒ"
}

.fa-cut:before,
.fa-scissors:before {
	content: "ïƒ„"
}

.fa-copy:before,
.fa-files-o:before {
	content: "ïƒ…"
}

.fa-paperclip:before {
	content: "ïƒ†"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "ïƒ‡"
}

.fa-square:before {
	content: "ïƒˆ"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "ïƒ‰"
}

.fa-list-ul:before {
	content: "ïƒŠ"
}

.fa-list-ol:before {
	content: "ïƒ‹"
}

.fa-strikethrough:before {
	content: "ïƒŒ"
}

.fa-underline:before {
	content: "ïƒ"
}

.fa-table:before {
	content: "ïƒŽ"
}

.fa-magic:before {
	content: "ïƒ"
}

.fa-truck:before {
	content: "ïƒ‘"
}

.fa-pinterest:before {
	content: "ïƒ’"
}

.fa-pinterest-square:before {
	content: "ïƒ“"
}

.fa-google-plus-square:before {
	content: "ïƒ”"
}

.fa-google-plus:before {
	content: "ïƒ•"
}

.fa-money:before {
	content: "ïƒ–"
}

.fa-caret-down:before {
	content: "ïƒ—"
}

.fa-caret-up:before {
	content: "ïƒ˜"
}

.fa-caret-left:before {
	content: "ïƒ™"
}

.fa-caret-right:before {
	content: "ïƒš"
}

.fa-columns:before {
	content: "ïƒ›"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "ïƒœ"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "ïƒ"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "ïƒž"
}

.fa-envelope:before {
	content: "ïƒ "
}

.fa-linkedin:before {
	content: "ïƒ¡"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "ïƒ¢"
}

.fa-legal:before,
.fa-gavel:before {
	content: "ïƒ£"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "ïƒ¤"
}

.fa-comment-o:before {
	content: "ïƒ¥"
}

.fa-comments-o:before {
	content: "ïƒ¦"
}

.fa-flash:before,
.fa-bolt:before {
	content: "ïƒ§"
}

.fa-sitemap:before {
	content: "ïƒ¨"
}

.fa-umbrella:before {
	content: "ïƒ©"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "ïƒª"
}

.fa-lightbulb-o:before {
	content: "ïƒ«"
}

.fa-exchange:before {
	content: "ïƒ¬"
}

.fa-cloud-download:before {
	content: "ïƒ­"
}

.fa-cloud-upload:before {
	content: "ïƒ®"
}

.fa-user-md:before {
	content: "ïƒ°"
}

.fa-stethoscope:before {
	content: "ïƒ±"
}

.fa-suitcase:before {
	content: "ïƒ²"
}

.fa-bell-o:before {
	content: "ï‚¢"
}

.fa-coffee:before {
	content: "ïƒ´"
}

.fa-cutlery:before {
	content: "ïƒµ"
}

.fa-file-text-o:before {
	content: "ïƒ¶"
}

.fa-building-o:before {
	content: "ïƒ·"
}

.fa-hospital-o:before {
	content: "ïƒ¸"
}

.fa-ambulance:before {
	content: "ïƒ¹"
}

.fa-medkit:before {
	content: "ïƒº"
}

.fa-fighter-jet:before {
	content: "ïƒ»"
}

.fa-beer:before {
	content: "ïƒ¼"
}

.fa-h-square:before {
	content: "ïƒ½"
}

.fa-plus-square:before {
	content: "ïƒ¾"
}

.fa-angle-double-left:before {
	content: "ï„€"
}

.fa-angle-double-right:before {
	content: "ï„"
}

.fa-angle-double-up:before {
	content: "ï„‚"
}

.fa-angle-double-down:before {
	content: "ï„ƒ"
}

.fa-angle-left:before {
	content: "ï„„"
}

.fa-angle-right:before {
	content: "ï„…"
}

.fa-angle-up:before {
	content: "ï„†"
}

.fa-angle-down:before {
	content: "ï„‡"
}

.fa-desktop:before {
	content: "ï„ˆ"
}

.fa-laptop:before {
	content: "ï„‰"
}

.fa-tablet:before {
	content: "ï„Š"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "ï„‹"
}

.fa-circle-o:before {
	content: "ï„Œ"
}

.fa-quote-left:before {
	content: "ï„"
}

.fa-quote-right:before {
	content: "ï„Ž"
}

.fa-spinner:before {
	content: "ï„"
}

.fa-circle:before {
	content: "ï„‘"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "ï„’"
}

.fa-github-alt:before {
	content: "ï„“"
}

.fa-folder-o:before {
	content: "ï„”"
}

.fa-folder-open-o:before {
	content: "ï„•"
}

.fa-smile-o:before {
	content: "ï„˜"
}

.fa-frown-o:before {
	content: "ï„™"
}

.fa-meh-o:before {
	content: "ï„š"
}

.fa-gamepad:before {
	content: "ï„›"
}

.fa-keyboard-o:before {
	content: "ï„œ"
}

.fa-flag-o:before {
	content: "ï„"
}

.fa-flag-checkered:before {
	content: "ï„ž"
}

.fa-terminal:before {
	content: "ï„ "
}

.fa-code:before {
	content: "ï„¡"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "ï„¢"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "ï„£"
}

.fa-location-arrow:before {
	content: "ï„¤"
}

.fa-crop:before {
	content: "ï„¥"
}

.fa-code-fork:before {
	content: "ï„¦"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "ï„§"
}

.fa-question:before {
	content: "ï„¨"
}

.fa-info:before {
	content: "ï„©"
}

.fa-exclamation:before {
	content: "ï„ª"
}

.fa-superscript:before {
	content: "ï„«"
}

.fa-subscript:before {
	content: "ï„¬"
}

.fa-eraser:before {
	content: "ï„­"
}

.fa-puzzle-piece:before {
	content: "ï„®"
}

.fa-microphone:before {
	content: "ï„°"
}

.fa-microphone-slash:before {
	content: "ï„±"
}

.fa-shield:before {
	content: "ï„²"
}

.fa-calendar-o:before {
	content: "ï„³"
}

.fa-fire-extinguisher:before {
	content: "ï„´"
}

.fa-rocket:before {
	content: "ï„µ"
}

.fa-maxcdn:before {
	content: "ï„¶"
}

.fa-chevron-circle-left:before {
	content: "ï„·"
}

.fa-chevron-circle-right:before {
	content: "ï„¸"
}

.fa-chevron-circle-up:before {
	content: "ï„¹"
}

.fa-chevron-circle-down:before {
	content: "ï„º"
}

.fa-html5:before {
	content: "ï„»"
}

.fa-css3:before {
	content: "ï„¼"
}

.fa-anchor:before {
	content: "ï„½"
}

.fa-unlock-alt:before {
	content: "ï„¾"
}

.fa-bullseye:before {
	content: "ï…€"
}

.fa-ellipsis-h:before {
	content: "ï…"
}

.fa-ellipsis-v:before {
	content: "ï…‚"
}

.fa-rss-square:before {
	content: "ï…ƒ"
}

.fa-play-circle:before {
	content: "ï…„"
}

.fa-ticket:before {
	content: "ï……"
}

.fa-minus-square:before {
	content: "ï…†"
}

.fa-minus-square-o:before {
	content: "ï…‡"
}

.fa-level-up:before {
	content: "ï…ˆ"
}

.fa-level-down:before {
	content: "ï…‰"
}

.fa-check-square:before {
	content: "ï…Š"
}

.fa-pencil-square:before {
	content: "ï…‹"
}

.fa-external-link-square:before {
	content: "ï…Œ"
}

.fa-share-square:before {
	content: "ï…"
}

.fa-compass:before {
	content: "ï…Ž"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "ï…"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "ï…‘"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "ï…’"
}

.fa-euro:before,
.fa-eur:before {
	content: "ï…“"
}

.fa-gbp:before {
	content: "ï…”"
}

.fa-dollar:before,
.fa-usd:before {
	content: "ï…•"
}

.fa-rupee:before,
.fa-inr:before {
	content: "ï…–"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "ï…—"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "ï…˜"
}

.fa-won:before,
.fa-krw:before {
	content: "ï…™"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "ï…š"
}

.fa-file:before {
	content: "ï…›"
}

.fa-file-text:before {
	content: "ï…œ"
}

.fa-sort-alpha-asc:before {
	content: "ï…"
}

.fa-sort-alpha-desc:before {
	content: "ï…ž"
}

.fa-sort-amount-asc:before {
	content: "ï… "
}

.fa-sort-amount-desc:before {
	content: "ï…¡"
}

.fa-sort-numeric-asc:before {
	content: "ï…¢"
}

.fa-sort-numeric-desc:before {
	content: "ï…£"
}

.fa-thumbs-up:before {
	content: "ï…¤"
}

.fa-thumbs-down:before {
	content: "ï…¥"
}

.fa-youtube-square:before {
	content: "ï…¦"
}

.fa-youtube:before {
	content: "ï…§"
}

.fa-xing:before {
	content: "ï…¨"
}

.fa-xing-square:before {
	content: "ï…©"
}

.fa-youtube-play:before {
	content: "ï…ª"
}

.fa-dropbox:before {
	content: "ï…«"
}

.fa-stack-overflow:before {
	content: "ï…¬"
}

.fa-instagram:before {
	content: "ï…­"
}

.fa-flickr:before {
	content: "ï…®"
}

.fa-adn:before {
	content: "ï…°"
}

.fa-bitbucket:before {
	content: "ï…±"
}

.fa-bitbucket-square:before {
	content: "ï…²"
}

.fa-tumblr:before {
	content: "ï…³"
}

.fa-tumblr-square:before {
	content: "ï…´"
}

.fa-long-arrow-down:before {
	content: "ï…µ"
}

.fa-long-arrow-up:before {
	content: "ï…¶"
}

.fa-long-arrow-left:before {
	content: "ï…·"
}

.fa-long-arrow-right:before {
	content: "ï…¸"
}

.fa-apple:before {
	content: "ï…¹"
}

.fa-windows:before {
	content: "ï…º"
}

.fa-android:before {
	content: "ï…»"
}

.fa-linux:before {
	content: "ï…¼"
}

.fa-dribbble:before {
	content: "ï…½"
}

.fa-skype:before {
	content: "ï…¾"
}

.fa-foursquare:before {
	content: "ï†€"
}

.fa-trello:before {
	content: "ï†"
}

.fa-female:before {
	content: "ï†‚"
}

.fa-male:before {
	content: "ï†ƒ"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "ï†„"
}

.fa-sun-o:before {
	content: "ï†…"
}

.fa-moon-o:before {
	content: "ï††"
}

.fa-archive:before {
	content: "ï†‡"
}

.fa-bug:before {
	content: "ï†ˆ"
}

.fa-vk:before {
	content: "ï†‰"
}

.fa-weibo:before {
	content: "ï†Š"
}

.fa-renren:before {
	content: "ï†‹"
}

.fa-pagelines:before {
	content: "ï†Œ"
}

.fa-stack-exchange:before {
	content: "ï†"
}

.fa-arrow-circle-o-right:before {
	content: "ï†Ž"
}

.fa-arrow-circle-o-left:before {
	content: "ï†"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "ï†‘"
}

.fa-dot-circle-o:before {
	content: "ï†’"
}

.fa-wheelchair:before {
	content: "ï†“"
}

.fa-vimeo-square:before {
	content: "ï†”"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "ï†•"
}

.fa-plus-square-o:before {
	content: "ï†–"
}

.fa-space-shuttle:before {
	content: "ï†—"
}

.fa-slack:before {
	content: "ï†˜"
}

.fa-envelope-square:before {
	content: "ï†™"
}

.fa-wordpress:before {
	content: "ï†š"
}

.fa-openid:before {
	content: "ï†›"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "ï†œ"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "ï†"
}

.fa-yahoo:before {
	content: "ï†ž"
}

.fa-google:before {
	content: "ï† "
}

.fa-reddit:before {
	content: "ï†¡"
}

.fa-reddit-square:before {
	content: "ï†¢"
}

.fa-stumbleupon-circle:before {
	content: "ï†£"
}

.fa-stumbleupon:before {
	content: "ï†¤"
}

.fa-delicious:before {
	content: "ï†¥"
}

.fa-digg:before {
	content: "ï†¦"
}

.fa-pied-piper-pp:before {
	content: "ï†§"
}

.fa-pied-piper-alt:before {
	content: "ï†¨"
}

.fa-drupal:before {
	content: "ï†©"
}

.fa-joomla:before {
	content: "ï†ª"
}

.fa-language:before {
	content: "ï†«"
}

.fa-fax:before {
	content: "ï†¬"
}

.fa-building:before {
	content: "ï†­"
}

.fa-child:before {
	content: "ï†®"
}

.fa-paw:before {
	content: "ï†°"
}

.fa-spoon:before {
	content: "ï†±"
}

.fa-cube:before {
	content: "ï†²"
}

.fa-cubes:before {
	content: "ï†³"
}

.fa-behance:before {
	content: "ï†´"
}

.fa-behance-square:before {
	content: "ï†µ"
}

.fa-steam:before {
	content: "ï†¶"
}

.fa-steam-square:before {
	content: "ï†·"
}

.fa-recycle:before {
	content: "ï†¸"
}

.fa-automobile:before,
.fa-car:before {
	content: "ï†¹"
}

.fa-cab:before,
.fa-taxi:before {
	content: "ï†º"
}

.fa-tree:before {
	content: "ï†»"
}

.fa-spotify:before {
	content: "ï†¼"
}

.fa-deviantart:before {
	content: "ï†½"
}

.fa-soundcloud:before {
	content: "ï†¾"
}

.fa-database:before {
	content: "ï‡€"
}

.fa-file-pdf-o:before {
	content: "ï‡"
}

.fa-file-word-o:before {
	content: "ï‡‚"
}

.fa-file-excel-o:before {
	content: "ï‡ƒ"
}

.fa-file-powerpoint-o:before {
	content: "ï‡„"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "ï‡…"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "ï‡†"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "ï‡‡"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "ï‡ˆ"
}

.fa-file-code-o:before {
	content: "ï‡‰"
}

.fa-vine:before {
	content: "ï‡Š"
}

.fa-codepen:before {
	content: "ï‡‹"
}

.fa-jsfiddle:before {
	content: "ï‡Œ"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "ï‡"
}

.fa-circle-o-notch:before {
	content: "ï‡Ž"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "ï‡"
}

.fa-ge:before,
.fa-empire:before {
	content: "ï‡‘"
}

.fa-git-square:before {
	content: "ï‡’"
}

.fa-git:before {
	content: "ï‡“"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "ï‡”"
}

.fa-tencent-weibo:before {
	content: "ï‡•"
}

.fa-qq:before {
	content: "ï‡–"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "ï‡—"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "ï‡˜"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "ï‡™"
}

.fa-history:before {
	content: "ï‡š"
}

.fa-circle-thin:before {
	content: "ï‡›"
}

.fa-header:before {
	content: "ï‡œ"
}

.fa-paragraph:before {
	content: "ï‡"
}

.fa-sliders:before {
	content: "ï‡ž"
}

.fa-share-alt:before {
	content: "ï‡ "
}

.fa-share-alt-square:before {
	content: "ï‡¡"
}

.fa-bomb:before {
	content: "ï‡¢"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "ï‡£"
}

.fa-tty:before {
	content: "ï‡¤"
}

.fa-binoculars:before {
	content: "ï‡¥"
}

.fa-plug:before {
	content: "ï‡¦"
}

.fa-slideshare:before {
	content: "ï‡§"
}

.fa-twitch:before {
	content: "ï‡¨"
}

.fa-yelp:before {
	content: "ï‡©"
}

.fa-newspaper-o:before {
	content: "ï‡ª"
}

.fa-wifi:before {
	content: "ï‡«"
}

.fa-calculator:before {
	content: "ï‡¬"
}

.fa-paypal:before {
	content: "ï‡­"
}

.fa-google-wallet:before {
	content: "ï‡®"
}

.fa-cc-visa:before {
	content: "ï‡°"
}

.fa-cc-mastercard:before {
	content: "ï‡±"
}

.fa-cc-discover:before {
	content: "ï‡²"
}

.fa-cc-amex:before {
	content: "ï‡³"
}

.fa-cc-paypal:before {
	content: "ï‡´"
}

.fa-cc-stripe:before {
	content: "ï‡µ"
}

.fa-bell-slash:before {
	content: "ï‡¶"
}

.fa-bell-slash-o:before {
	content: "ï‡·"
}

.fa-trash:before {
	content: "ï‡¸"
}

.fa-copyright:before {
	content: "ï‡¹"
}

.fa-at:before {
	content: "ï‡º"
}

.fa-eyedropper:before {
	content: "ï‡»"
}

.fa-paint-brush:before {
	content: "ï‡¼"
}

.fa-birthday-cake:before {
	content: "ï‡½"
}

.fa-area-chart:before {
	content: "ï‡¾"
}

.fa-pie-chart:before {
	content: "ïˆ€"
}

.fa-line-chart:before {
	content: "ïˆ"
}

.fa-lastfm:before {
	content: "ïˆ‚"
}

.fa-lastfm-square:before {
	content: "ïˆƒ"
}

.fa-toggle-off:before {
	content: "ïˆ„"
}

.fa-toggle-on:before {
	content: "ïˆ…"
}

.fa-bicycle:before {
	content: "ïˆ†"
}

.fa-bus:before {
	content: "ïˆ‡"
}

.fa-ioxhost:before {
	content: "ïˆˆ"
}

.fa-angellist:before {
	content: "ïˆ‰"
}

.fa-cc:before {
	content: "ïˆŠ"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "ïˆ‹"
}

.fa-meanpath:before {
	content: "ïˆŒ"
}

.fa-buysellads:before {
	content: "ïˆ"
}

.fa-connectdevelop:before {
	content: "ïˆŽ"
}

.fa-dashcube:before {
	content: "ïˆ"
}

.fa-forumbee:before {
	content: "ïˆ‘"
}

.fa-leanpub:before {
	content: "ïˆ’"
}

.fa-sellsy:before {
	content: "ïˆ“"
}

.fa-shirtsinbulk:before {
	content: "ïˆ”"
}

.fa-simplybuilt:before {
	content: "ïˆ•"
}

.fa-skyatlas:before {
	content: "ïˆ–"
}

.fa-cart-plus:before {
	content: "ïˆ—"
}

.fa-cart-arrow-down:before {
	content: "ïˆ˜"
}

.fa-diamond:before {
	content: "ïˆ™"
}

.fa-ship:before {
	content: "ïˆš"
}

.fa-user-secret:before {
	content: "ïˆ›"
}

.fa-motorcycle:before {
	content: "ïˆœ"
}

.fa-street-view:before {
	content: "ïˆ"
}

.fa-heartbeat:before {
	content: "ïˆž"
}

.fa-venus:before {
	content: "ïˆ¡"
}

.fa-mars:before {
	content: "ïˆ¢"
}

.fa-mercury:before {
	content: "ïˆ£"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "ïˆ¤"
}

.fa-transgender-alt:before {
	content: "ïˆ¥"
}

.fa-venus-double:before {
	content: "ïˆ¦"
}

.fa-mars-double:before {
	content: "ïˆ§"
}

.fa-venus-mars:before {
	content: "ïˆ¨"
}

.fa-mars-stroke:before {
	content: "ïˆ©"
}

.fa-mars-stroke-v:before {
	content: "ïˆª"
}

.fa-mars-stroke-h:before {
	content: "ïˆ«"
}

.fa-neuter:before {
	content: "ïˆ¬"
}

.fa-genderless:before {
	content: "ïˆ­"
}

.fa-facebook-official:before {
	content: "ïˆ°"
}

.fa-pinterest-p:before {
	content: "ïˆ±"
}

.fa-whatsapp:before {
	content: "ïˆ²"
}

.fa-server:before {
	content: "ïˆ³"
}

.fa-user-plus:before {
	content: "ïˆ´"
}

.fa-user-times:before {
	content: "ïˆµ"
}

.fa-hotel:before,
.fa-bed:before {
	content: "ïˆ¶"
}

.fa-viacoin:before {
	content: "ïˆ·"
}

.fa-train:before {
	content: "ïˆ¸"
}

.fa-subway:before {
	content: "ïˆ¹"
}

.fa-medium:before {
	content: "ïˆº"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "ïˆ»"
}

.fa-optin-monster:before {
	content: "ïˆ¼"
}

.fa-opencart:before {
	content: "ïˆ½"
}

.fa-expeditedssl:before {
	content: "ïˆ¾"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "ï‰€"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "ï‰"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "ï‰‚"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "ï‰ƒ"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "ï‰„"
}

.fa-mouse-pointer:before {
	content: "ï‰…"
}

.fa-i-cursor:before {
	content: "ï‰†"
}

.fa-object-group:before {
	content: "ï‰‡"
}

.fa-object-ungroup:before {
	content: "ï‰ˆ"
}

.fa-sticky-note:before {
	content: "ï‰‰"
}

.fa-sticky-note-o:before {
	content: "ï‰Š"
}

.fa-cc-jcb:before {
	content: "ï‰‹"
}

.fa-cc-diners-club:before {
	content: "ï‰Œ"
}

.fa-clone:before {
	content: "ï‰"
}

.fa-balance-scale:before {
	content: "ï‰Ž"
}

.fa-hourglass-o:before {
	content: "ï‰"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "ï‰‘"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "ï‰’"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "ï‰“"
}

.fa-hourglass:before {
	content: "ï‰”"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "ï‰•"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "ï‰–"
}

.fa-hand-scissors-o:before {
	content: "ï‰—"
}

.fa-hand-lizard-o:before {
	content: "ï‰˜"
}

.fa-hand-spock-o:before {
	content: "ï‰™"
}

.fa-hand-pointer-o:before {
	content: "ï‰š"
}

.fa-hand-peace-o:before {
	content: "ï‰›"
}

.fa-trademark:before {
	content: "ï‰œ"
}

.fa-registered:before {
	content: "ï‰"
}

.fa-creative-commons:before {
	content: "ï‰ž"
}

.fa-gg:before {
	content: "ï‰ "
}

.fa-gg-circle:before {
	content: "ï‰¡"
}

.fa-tripadvisor:before {
	content: "ï‰¢"
}

.fa-odnoklassniki:before {
	content: "ï‰£"
}

.fa-odnoklassniki-square:before {
	content: "ï‰¤"
}

.fa-get-pocket:before {
	content: "ï‰¥"
}

.fa-wikipedia-w:before {
	content: "ï‰¦"
}

.fa-safari:before {
	content: "ï‰§"
}

.fa-chrome:before {
	content: "ï‰¨"
}

.fa-firefox:before {
	content: "ï‰©"
}

.fa-opera:before {
	content: "ï‰ª"
}

.fa-internet-explorer:before {
	content: "ï‰«"
}

.fa-tv:before,
.fa-television:before {
	content: "ï‰¬"
}

.fa-contao:before {
	content: "ï‰­"
}

.fa-500px:before {
	content: "ï‰®"
}

.fa-amazon:before {
	content: "ï‰°"
}

.fa-calendar-plus-o:before {
	content: "ï‰±"
}

.fa-calendar-minus-o:before {
	content: "ï‰²"
}

.fa-calendar-times-o:before {
	content: "ï‰³"
}

.fa-calendar-check-o:before {
	content: "ï‰´"
}

.fa-industry:before {
	content: "ï‰µ"
}

.fa-map-pin:before {
	content: "ï‰¶"
}

.fa-map-signs:before {
	content: "ï‰·"
}

.fa-map-o:before {
	content: "ï‰¸"
}

.fa-map:before {
	content: "ï‰¹"
}

.fa-commenting:before {
	content: "ï‰º"
}

.fa-commenting-o:before {
	content: "ï‰»"
}

.fa-houzz:before {
	content: "ï‰¼"
}

.fa-vimeo:before {
	content: "ï‰½"
}

.fa-black-tie:before {
	content: "ï‰¾"
}

.fa-fonticons:before {
	content: "ïŠ€"
}

.fa-reddit-alien:before {
	content: "ïŠ"
}

.fa-edge:before {
	content: "ïŠ‚"
}

.fa-credit-card-alt:before {
	content: "ïŠƒ"
}

.fa-codiepie:before {
	content: "ïŠ„"
}

.fa-modx:before {
	content: "ïŠ…"
}

.fa-fort-awesome:before {
	content: "ïŠ†"
}

.fa-usb:before {
	content: "ïŠ‡"
}

.fa-product-hunt:before {
	content: "ïŠˆ"
}

.fa-mixcloud:before {
	content: "ïŠ‰"
}

.fa-scribd:before {
	content: "ïŠŠ"
}

.fa-pause-circle:before {
	content: "ïŠ‹"
}

.fa-pause-circle-o:before {
	content: "ïŠŒ"
}

.fa-stop-circle:before {
	content: "ïŠ"
}

.fa-stop-circle-o:before {
	content: "ïŠŽ"
}

.fa-shopping-bag:before {
	content: "ïŠ"
}

.fa-shopping-basket:before {
	content: "ïŠ‘"
}

.fa-hashtag:before {
	content: "ïŠ’"
}

.fa-bluetooth:before {
	content: "ïŠ“"
}

.fa-bluetooth-b:before {
	content: "ïŠ”"
}

.fa-percent:before {
	content: "ïŠ•"
}

.fa-gitlab:before {
	content: "ïŠ–"
}

.fa-wpbeginner:before {
	content: "ïŠ—"
}

.fa-wpforms:before {
	content: "ïŠ˜"
}

.fa-envira:before {
	content: "ïŠ™"
}

.fa-universal-access:before {
	content: "ïŠš"
}

.fa-wheelchair-alt:before {
	content: "ïŠ›"
}

.fa-question-circle-o:before {
	content: "ïŠœ"
}

.fa-blind:before {
	content: "ïŠ"
}

.fa-audio-description:before {
	content: "ïŠž"
}

.fa-volume-control-phone:before {
	content: "ïŠ "
}

.fa-braille:before {
	content: "ïŠ¡"
}

.fa-assistive-listening-systems:before {
	content: "ïŠ¢"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "ïŠ£"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "ïŠ¤"
}

.fa-glide:before {
	content: "ïŠ¥"
}

.fa-glide-g:before {
	content: "ïŠ¦"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "ïŠ§"
}

.fa-low-vision:before {
	content: "ïŠ¨"
}

.fa-viadeo:before {
	content: "ïŠ©"
}

.fa-viadeo-square:before {
	content: "ïŠª"
}

.fa-snapchat:before {
	content: "ïŠ«"
}

.fa-snapchat-ghost:before {
	content: "ïŠ¬"
}

.fa-snapchat-square:before {
	content: "ïŠ­"
}

.fa-pied-piper:before {
	content: "ïŠ®"
}

.fa-first-order:before {
	content: "ïŠ°"
}

.fa-yoast:before {
	content: "ïŠ±"
}

.fa-themeisle:before {
	content: "ïŠ²"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "ïŠ³"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "ïŠ´"
}

.fa-handshake-o:before {
	content: "ïŠµ"
}

.fa-envelope-open:before {
	content: "ïŠ¶"
}

.fa-envelope-open-o:before {
	content: "ïŠ·"
}

.fa-linode:before {
	content: "ïŠ¸"
}

.fa-address-book:before {
	content: "ïŠ¹"
}

.fa-address-book-o:before {
	content: "ïŠº"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "ïŠ»"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "ïŠ¼"
}

.fa-user-circle:before {
	content: "ïŠ½"
}

.fa-user-circle-o:before {
	content: "ïŠ¾"
}

.fa-user-o:before {
	content: "ï‹€"
}

.fa-id-badge:before {
	content: "ï‹"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "ï‹‚"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "ï‹ƒ"
}

.fa-quora:before {
	content: "ï‹„"
}

.fa-free-code-camp:before {
	content: "ï‹…"
}

.fa-telegram:before {
	content: "ï‹†"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "ï‹‡"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "ï‹ˆ"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "ï‹‰"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "ï‹Š"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "ï‹‹"
}

.fa-shower:before {
	content: "ï‹Œ"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "ï‹"
}

.fa-podcast:before {
	content: "ï‹Ž"
}

.fa-window-maximize:before {
	content: "ï‹"
}

.fa-window-minimize:before {
	content: "ï‹‘"
}

.fa-window-restore:before {
	content: "ï‹’"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "ï‹“"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "ï‹”"
}

.fa-bandcamp:before {
	content: "ï‹•"
}

.fa-grav:before {
	content: "ï‹–"
}

.fa-etsy:before {
	content: "ï‹—"
}

.fa-imdb:before {
	content: "ï‹˜"
}

.fa-ravelry:before {
	content: "ï‹™"
}

.fa-eercast:before {
	content: "ï‹š"
}

.fa-microchip:before {
	content: "ï‹›"
}

.fa-snowflake-o:before {
	content: "ï‹œ"
}

.fa-superpowers:before {
	content: "ï‹"
}

.fa-wpexplorer:before {
	content: "ï‹ž"
}

.fa-meetup:before {
	content: "ï‹ "
}

.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.swal2-shown {
	overflow-y: hidden
}

body.swal2-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.swal2-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	background-color: transparent;
	z-index: 2001
}

.swal2-container.swal2-fade {
	-webkit-transition: background-color .1s;
	transition: background-color .1s
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .4)
}

.swal2-modal {
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: relative;
	max-width: 100%
}

.swal2-modal:focus {
	outline: none
}

.swal2-modal.swal2-loading {
	overflow-y: hidden
}

.swal2-modal .swal2-title {
	background: transparent;
	color: #595959;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 0 0 .4em;
	padding: 0;
	display: block;
	word-wrap: break-word
}

.swal2-modal .swal2-buttonswrapper {
	margin-top: 15px
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4;
	cursor: no-drop
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-color: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 7.5px;
	vertical-align: top;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	border-radius: 100%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
	margin-left: 30px;
	margin-right: 30px
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	display: inline-block;
	content: '';
	margin-left: 5px 0 15px;
	vertical-align: -1px;
	height: 15px;
	width: 15px;
	border: 3px solid #999;
	-webkit-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal
}

.swal2-modal .swal2-styled {
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	margin: 15px 5px 0;
	padding: 10px 32px
}

.swal2-modal .swal2-image {
	margin: 20px auto;
	max-width: 100%
}

.swal2-modal .swal2-close {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	font-family: serif;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	color: #ccc;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.swal2-modal .swal2-close:hover {
	color: #d55
}

.swal2-modal>.swal2-input,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-textarea,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-checkbox {
	display: none
}

.swal2-modal .swal2-content {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #545454;
	word-wrap: break-word
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
	margin: 20px auto
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	-webkit-transition: border-color box-shadow .3s;
	transition: border-color box-shadow .3s
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	-webkit-box-shadow: 0 0 2px #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
	outline: none;
	border: 1px solid #b4dbed;
	-webkit-box-shadow: 0 0 3px #c4e6f5;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-range input {
	float: left;
	width: 80%
}

.swal2-modal .swal2-range output {
	float: right;
	width: 20%;
	font-size: 20px;
	font-weight: 600;
	text-align: center
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0
}

.swal2-modal .swal2-input {
	height: 43px;
	padding: 0 12px
}

.swal2-modal .swal2-input[type='number'] {
	max-width: 150px
}

.swal2-modal .swal2-file {
	font-size: 20px
}

.swal2-modal .swal2-textarea {
	height: 108px;
	padding: 12px
}

.swal2-modal .swal2-select {
	color: #545454;
	font-size: inherit;
	padding: 5px 10px;
	min-width: 40%;
	max-width: 100%
}

.swal2-modal .swal2-radio {
	border: 0
}

.swal2-modal .swal2-radio label:not(:first-child) {
	margin-left: 20px
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
	vertical-align: middle
}

.swal2-modal .swal2-radio input {
	margin: 0 3px 0 0
}

.swal2-modal .swal2-checkbox {
	color: #545454
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
	vertical-align: middle
}

.swal2-modal .swal2-validationerror {
	background-color: #f0f0f0;
	margin: 0 -20px;
	overflow: hidden;
	padding: 10px;
	color: #808080;
	font-size: 16px;
	font-weight: 300;
	display: none
}

.swal2-modal .swal2-validationerror::before {
	content: '!';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 10px
}

@supports (-ms-accelerator:true) {
	.swal2-range input {
		width: 100% !important;
	}

	.swal2-range output {
		display: none;
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-range input {
		width: 100% !important
	}

	.swal2-range output {
		display: none
	}
}

.swal2-icon {
	width: 80px;
	height: 80px;
	border: 4px solid transparent;
	border-radius: 50%;
	margin: 20px auto 30px;
	padding: 0;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon.swal2-error {
	border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	display: block
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.swal2-icon.swal2-warning {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f8bb86;
	border-color: #facea8;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-info {
	font-family: 'Open Sans', sans-serif;
	color: #3fc3ee;
	border-color: #9de0f6;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-question {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #87adbd;
	border-color: #c9dae1;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-success {
	border-color: #a5dc86
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, .2);
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
	width: 7px;
	height: 90px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-progresssteps {
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0
}

.swal2-progresssteps li {
	display: inline-block;
	position: relative
}

.swal2-progresssteps .swal2-progresscircle {
	background: #3085d6;
	border-radius: 2em;
	color: #fff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
	z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
	background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
	background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
	background: #3085d6;
	height: .4em;
	margin: 0 -1px;
	z-index: 10
}

[class^='swal2'] {
	-webkit-tap-highlight-color: transparent
}

@-webkit-keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

@keyframes hideSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

.swal2-show {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s
}

.swal2-show.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

.swal2-hide {
	-webkit-animation: hideSweetAlert .15s forwards;
	animation: hideSweetAlert .15s forwards
}

.swal2-hide.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

@-webkit-keyframes animate-success-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animate-success-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animate-success-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animate-success-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

.swal2-animate-success-line-tip {
	-webkit-animation: animate-success-tip .75s;
	animation: animate-success-tip .75s
}

.swal2-animate-success-line-long {
	-webkit-animation: animate-success-long .75s;
	animation: animate-success-long .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

.swal2-animate-error-icon {
	-webkit-animation: animate-error-icon .5s;
	animation: animate-error-icon .5s
}

@-webkit-keyframes animate-x-mark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animate-x-mark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.swal2-animate-x-mark {
	-webkit-animation: animate-x-mark .5s;
	animation: animate-x-mark .5s
}

@-webkit-keyframes rotate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swal2-container {
	z-index: 99999 !important
}

.offScreen {
	position: fixed;
	top: -10000px;
	left: -10000px
}

.CMS_title {
	margin: .3em 0;
	font-weight: 600;
	display: block
}

.CMS_T1 {
	font-size: 2.5em
}

.CMS_T2 {
	font-size: 2.2em
}

.CMS_T3 {
	font-size: 1.9em
}

.CMS_T4 {
	font-size: 1.6em
}

.CMS_T5 {
	font-size: 1.3em
}

.CMS_T6 {
	font-size: 1em
}

.CMS_miniText {
	font-size: .8em
}

.CMS_element {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 3px
}

.CMS_element * {
	box-sizing: border-box
}

.CMS_element .CMS_e_row {
	margin-bottom: 10px
}

.CMS_element .CMS_e_row:last-child {
	margin: 0
}

.CMS_element>.CMS_title {
	margin-bottom: 20px
}

.CMS_element.CMS_eMaxWidth {
	max-width: 960px;
	margin: 0 auto
}

.CMS_break {
	border-top: 1px solid #d8d8d8;
	margin: 20px 0 15px
}

.CMS_minimumHeight {
	min-height: 100px
}

a.CMS_link {
	color: #2980b9;
	font-size: 16px
}

a.CMS_link:hover {
	text-decoration: none;
	font-size: 16px
}

ol.CMS_sortedList {
	margin: 0;
	padding: 0 0 0 25px
}

ol.CMS_sortedList li {
	padding: .5em;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
	border-bottom: 1px dashed #e4e4e4
}

ol.CMS_sortedList li:last-child {
	border: none
}

ol.CMS_sortedList li span {
	font-weight: 400;
	opacity: .6;
	font-size: .8em
}

ol.CMS_sortedList li em {
	float: right;
	opacity: .2;
	transition: opacity .2s
}

ol.CMS_sortedList li:hover {
	background: #eee
}

ol.CMS_sortedList li:hover em {
	opacity: 1
}

.CMS_subsection {
	padding: .8em;
	border: 1px solid #e4e4e4
}

.CMS_subsection.CMS_sub_mt10 {
	margin-top: 10px
}

.CMS_subsection.CMS_sub_mb10 {
	margin-bottom: 10px
}

.CMS_splitSection>div {
	float: left
}

.CMS_splitSection:after {
	content: '';
	display: block;
	clear: both
}

.CMS_splitSection.CMS_halfContent>div {
	width: 50%
}

.CMS_splitSection.CMS_halfContent>div:first-child {
	padding: 0 5px 0 0
}

.CMS_splitSection.CMS_halfContent>div:last-child {
	padding: 0 0 0 5px
}

.CMS_splitSection.CMS_halfContent>div:first-child:last-child {
	padding: 0 5px 0 0
}

.CMS_splitSection.CMS_thirdContent>div {
	width: 33.3333334%;
	padding: 0 5px
}

.CMS_splitSection.CMS_thirdContent>div:first-child {
	padding: 0 5px 0 0
}

.CMS_splitSection.CMS_thirdContent>div:last-child {
	padding: 0 0 0 5px
}

.CMS_splitSection.CMS_contentWSidebar .CMS_contentArea {
	width: 70%
}

.CMS_splitSection.CMS_contentWSidebar .CMS_sidebar {
	width: 30%
}

.CMS_splitSection.CMS_contentWSidebar>div:first-child.CMS_sidebar {
	padding-right: 20px
}

.CMS_splitSection.CMS_contentWSidebar>div:last-child.CMS_sidebar {
	padding-left: 20px
}

.CMS_splitSection strong {
	font-size: .8em;
	margin: 6px 0;
	display: block
}

.CMS_sidebarTrigger {
	display: none
}

@media screen and (max-width:730px) {

	.CMS_splitSection.CMS_contentWSidebar .CMS_sidebar,
	.CMS_splitSection.CMS_contentWSidebar .CMS_contentArea {
		width: 100%;
		padding: 0 !important
	}

	.CMS_sidebarContent {
		border: 4px solid #eee;
		border-top: none;
		padding: 10px
	}

	.CMS_sidebarTrigger {
		background: #eee;
		display: block;
		line-height: 40px;
		padding: 0 10px;
		font-weight: 700;
		color: #000;
		text-decoration: none;
		font-size: 19px;
		transition: all .2s
	}

	.CMS_sidebarTrigger:hover {
		background: #c8c8c8
	}

	.CMS_sidebarTrigger .fa {
		float: right;
		line-height: 40px;
		padding: 0 10px;
		font-size: 25px
	}

	.CMS_hideOnMobile730 {
		display: none
	}

	.CMS_sideBarContentOpen {
		display: block
	}
}

.CMS_detailList {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 10px 10px 0;
	list-style: none;
	margin: 0
}

.CMS_detailList:after {
	content: '';
	display: block;
	clear: both
}

.CMS_detailList.CMS_dl_2col li {
	float: left;
	width: 50%;
	padding: 0 0 15px
}

.CMS_detailList.CMS_dl_2col li:nth-child(odd) {
	padding-right: 5px
}

.CMS_detailList.CMS_dl_2col li:nth-child(even) {
	padding-left: 5px
}

.CMS_tableHeading,
.CMS_titleWButton {
	display: table;
	vertical-align: middle;
	width: 100%
}

.CMS_tableHeading>*,
.CMS_titleWButton>* {
	display: table-cell
}

.CMS_tableHeading .CMS_buttonGroup,
.CMS_titleWButton .CMS_buttonGroup {
	text-align: right
}

.CMS_table {
	border: 1px solid #e4e4e4;
	width: 100%;
	border-collapse: collapse
}

.CMS_table td,
.CMS_table th {
	padding: 5px;
	border: 1px solid #e4e4e4
}

.CMS_table thead {
	text-align: left;
	background: #eee
}

.CMS_table thead th {
	font-size: .8em
}

.CMS_table.CMS_tWithInconButtons td:last-child {
	white-space: nowrap;
	width: 1px
}

.CMS_table .CMS_tHighlight {
	background: #fdf1c0
}

.CMS_table .CMS_tHighlight td {
	border-color: #fdf1c0;
	border-bottom-color: #e4e4e4
}

.CMS_table .CMS_tHighlight td:first-child {
	border-left-color: #e4e4e4
}

.CMS_table .CMS_tHighlight td:last-child {
	border-right-color: #e4e4e4
}

.CMS_table .CMS_tControls.CMS_tControls-R {
	text-align: right
}

.CMS_table .CMS_tCenter {
	text-align: center
}

.CMS_table .CMS_tBold {
	font-weight: 600
}

.CMS_table .CMS_tButton.CMS_tSingle {
	width: 35px
}

.CMS_table .CMS_tButton.CMS_tDouble {
	width: 82px
}

.CMS_table .CMS_tButton .CMS_button {
	float: left
}

.CMS_table .CMS_tButton a:nth-child(n+2) {
	margin-left: 5px
}

.CMS_table.CMS_tcamo {
	border: none
}

.CMS_table.CMS_tcamo thead {
	background: transparent
}

.CMS_table.CMS_tcamo td,
.CMS_table.CMS_tcamo th {
	border: none
}

.CMS_tOverflowContainer {
	position: relative;
	max-width: 100%;
	padding: 0 !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	vertical-align: text-bottom !important
}

.CMS_tOverflowEllipsis {
	position: absolute;
	white-space: nowrap;
	overflow-y: visible;
	overflow-x: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 100%;
	min-width: 0;
	width: 100%;
	top: 0;
	left: 0
}

.CMS_tOverflowContainer:after,
.CMS_tOverflowEllipsis:after {
	content: '-';
	display: inline;
	visibility: hidden;
	width: 0
}

.CMS_buttonBar {
	margin-bottom: 10px;
	display: table;
	width: 100%
}

.CMS_buttonBar>* {
	display: table-cell;
	vertical-align: middle
}

.CMS_bbControls {
	text-align: right
}

.CMS_loadingSpinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

.CMS_loadingSpinner .CMS_ls_spin {
	color: #fff;
	font-size: 20px;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	top: 50%;
	left: 50%
}

@keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -1.5em 0 .1em, 1em -1em 0 0, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 0
	}

	12.5% {
		box-shadow: 0 -1.5em 0 0, 1em -1em 0 .1em, 1.5em 0 0 0, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	25% {
		box-shadow: 0 -1.5em 0 -.25em, 1em -1em 0 0, 1.5em 0 0 .1em, 1em 1em 0 0, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	37.5% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 0, 1em 1em 0 .1em, 0 1.5em 0 0, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	50% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 0, 0 1.5em 0 .1em, -1em 1em 0 0, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	62.5% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 0, -1em 1em 0 .1em, -1.5em 0 0 0, -1em -1em 0 -.5em
	}

	75% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 0, -1.5em 0 0 .1em, -1em -1em 0 0
	}

	87.5% {
		box-shadow: 0 -1.5em 0 0, 1em -1em 0 -.5em, 1em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 0, -1.5em 0 0 0, -1em -1em 0 .1em
	}
}

@-webkit-keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -1.5em 0 .1em, 1em -1em 0 0, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 0
	}

	12.5% {
		box-shadow: 0 -1.5em 0 0, 1em -1em 0 .1em, 1.5em 0 0 0, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	25% {
		box-shadow: 0 -1.5em 0 -.25em, 1em -1em 0 0, 1.5em 0 0 .1em, 1em 1em 0 0, 0 1.5em 0 -.5em, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	37.5% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 0, 1em 1em 0 .1em, 0 1.5em 0 0, -1em 1em 0 -.5em, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	50% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 0, 0 1.5em 0 .1em, -1em 1em 0 0, -1.5em 0 0 -.5em, -1em -1em 0 -.5em
	}

	62.5% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 0, -1em 1em 0 .1em, -1.5em 0 0 0, -1em -1em 0 -.5em
	}

	75% {
		box-shadow: 0 -1.5em 0 -.5em, 1em -1em 0 -.5em, 1.5em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 0, -1.5em 0 0 .1em, -1em -1em 0 0
	}

	87.5% {
		box-shadow: 0 -1.5em 0 0, 1em -1em 0 -.5em, 1em 0 0 -.5em, 1em 1em 0 -.5em, 0 1.5em 0 -.5em, -1em 1em 0 0, -1.5em 0 0 0, -1em -1em 0 .1em
	}
}

.CMS_button,
.CMS_button.ui-button.ui-widget {
	display: inline-block;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	transition: all .2s;
	white-space: nowrap;
	padding: 0 10px;
	text-decoration: none !important;
	background: #0085c0;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer
}

.CMS_button.CMS_bSquare,
.CMS_button.ui-button.ui-widget.CMS_bSquare {
	width: 32px;
	padding: 0
}

.CMS_button.CMS_bSquare .fa,
.CMS_button.ui-button.ui-widget.CMS_bSquare .fa {
	line-height: 32px
}

.CMS_button.CMS_bSquare.CMS_bminiSquare,
.CMS_button.ui-button.ui-widget.CMS_bSquare.CMS_bminiSquare {
	width: 28px;
	line-height: 28px;
	font-size: 14px
}

.CMS_button.CMS_bSquare.CMS_bminiSquare em,
.CMS_button.ui-button.ui-widget.CMS_bSquare.CMS_bminiSquare em {
	line-height: 28px
}

.CMS_button.CMS_bFullWidth,
.CMS_button.ui-button.ui-widget.CMS_bFullWidth {
	display: block
}

.CMS_button.CMS_bDisabled,
.CMS_button.ui-button.ui-widget.CMS_bDisabled {
	opacity: .6;
	pointer-events: none;
	cursor: default
}

.CMS_button.CMS_bMarginL,
.CMS_button.ui-button.ui-widget.CMS_bMarginL {
	margin-left: 5px
}

.CMS_button.CMS_bMarginR,
.CMS_button.ui-button.ui-widget.CMS_bMarginR {
	margin-right: 5px
}

.CMS_button:hover,
.CMS_button:focus,
.CMS_button.ui-button.ui-widget:hover,
.CMS_button.ui-button.ui-widget:focus {
	text-decoration: none;
	background: #005074;
	font-size: 14px
}

.CMS_button.CMS_bAction,
.CMS_button.ui-button.ui-widget.CMS_bAction {
	background: #0085c0
}

.CMS_button.CMS_bAction:hover,
.CMS_button.CMS_bAction:focus,
.CMS_button.ui-button.ui-widget.CMS_bAction:hover,
.CMS_button.ui-button.ui-widget.CMS_bAction:focus {
	background: #005074
}

.CMS_button.CMS_bGo,
.CMS_button.ui-button.ui-widget.CMS_bGo {
	background: #79b354
}

.CMS_button.CMS_bGo:hover,
.CMS_button.CMS_bGo:focus,
.CMS_button.ui-button.ui-widget.CMS_bGo:hover,
.CMS_button.ui-button.ui-widget.CMS_bGo:focus {
	background: #558139
}

.CMS_button.CMS_bWarn,
.CMS_button.ui-button.ui-widget.CMS_bWarn {
	background: #f29b26
}

.CMS_button.CMS_bWarn:hover,
.CMS_button.CMS_bWarn:focus,
.CMS_button.ui-button.ui-widget.CMS_bWarn:hover,
.CMS_button.ui-button.ui-widget.CMS_bWarn:focus {
	background: #c0730c
}

.CMS_button.CMS_bCancel,
.CMS_button.ui-button.ui-widget.CMS_bCancel {
	background: #c7402f
}

.CMS_button.CMS_bCancel:hover,
.CMS_button.CMS_bCancel:focus,
.CMS_button.ui-button.ui-widget.CMS_bCancel:hover,
.CMS_button.ui-button.ui-widget.CMS_bCancel:focus {
	background: #892c20
}

.CMS_button.CMS_bSimple,
.CMS_button.ui-button.ui-widget.CMS_bSimple {
	background: #eee;
	color: #333 !important
}

.CMS_button.CMS_bSimple:hover,
.CMS_button.CMS_bSimple:focus,
.CMS_button.ui-button.ui-widget.CMS_bSimple:hover,
.CMS_button.ui-button.ui-widget.CMS_bSimple:focus {
	background: #c8c8c8
}

.CMS_button.CMS_bPreview,
.CMS_button.ui-button.ui-widget.CMS_bPreview {
	background: #9b59b6
}

.CMS_button.CMS_bPreview:hover,
.CMS_button.CMS_bPreview:focus,
.CMS_button.ui-button.ui-widget.CMS_bPreview:hover,
.CMS_button.ui-button.ui-widget.CMS_bPreview:focus {
	background: #713b87
}

.CMS_button.CMS_bTwitter,
.CMS_button.ui-button.ui-widget.CMS_bTwitter {
	background: #1da1f2
}

.CMS_button.CMS_bTwitter:hover,
.CMS_button.CMS_bTwitter:focus,
.CMS_button.ui-button.ui-widget.CMS_bTwitter:hover,
.CMS_button.ui-button.ui-widget.CMS_bTwitter:focus {
	background: #0b76b8
}

.CMS_button.CMS_bFacebook,
.CMS_button.ui-button.ui-widget.CMS_bFacebook {
	background: #3b5998
}

.CMS_button.CMS_bFacebook:hover,
.CMS_button.CMS_bFacebook:focus,
.CMS_button.ui-button.ui-widget.CMS_bFacebook:hover,
.CMS_button.ui-button.ui-widget.CMS_bFacebook:focus {
	background: #263961
}

.CMS_buttonGroup.CMS_bg-Mt {
	margin-top: 5px
}

.CMS_buttonGroup.CMS_bg-R {
	text-align: right
}

.CMS_buttonGroup.CMS_bg-C {
	text-align: center
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]),
.CMS_inputLinks {
	border-radius: 5px;
	padding: 0 .8em;
	line-height: 30px;
	height: 32px;
	display: inline-block;
	border: 1px solid #dadada;
	font-size: .9em;
	margin: 0 0 .2em;
	box-sizing: border-box !important
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]):not(.CMS_noWidth),
.CMS_inputLinks:not(.CMS_noWidth) {
	width: 100%
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]):disabled,
.CMS_inputLinks:disabled {
	color: #8a8a8a;
	cursor: not-allowed !important
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_iEllipsis,
.CMS_inputLinks.CMS_iEllipsis {
	text-overflow: ellipsis
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo,
.CMS_inputLinks.CMS_i_camo {
	border-color: transparent;
	text-decoration: underline;
	font-size: 16px;
	user-select: none;
	cursor: pointer;
	color: transparent;
	text-shadow: 0 0 0 #2980b9;
	padding: 0;
	height: 34px
}

input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo:focus,
input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo:hover,
.CMS_inputLinks.CMS_i_camo:focus,
.CMS_inputLinks.CMS_i_camo:hover {
	outline: none;
	text-decoration: none
}

select.CMS_input {
	display: block;
	height: 32px;
	padding: 0 .8em;
	margin: 0 0 .2em;
	font-size: .9em;
	line-height: 30px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dadada;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

select.CMS_input:not(.CMS_noWidth) {
	width: 100%
}

select.CMS_input:disabled {
	color: #8a8a8a;
	cursor: not-allowed !important
}

.CMS_inputWButton:after {
	content: '';
	display: block;
	clear: both
}

.CMS_inputWButton input.CMS_input:not([type="radio"]):not([type="checkbox"]),
.CMS_inputWButton a.CMS_input,
.CMS_inputWButton select {
	float: left;
	width: calc(100% - 37px)
}

.CMS_inputWButton .CMS_button {
	float: left
}

.CMS_inputWButton.CMS_iwbDouble input.CMS_input:not([type="radio"]):not([type="checkbox"]),
.CMS_inputWButton.CMS_iwbDouble a.CMS_input {
	width: calc(100% - 74px)
}

.CMS_inputWButton .CMS_button {
	margin-left: 5px
}

.CMS_inputWUnit {
	position: relative
}

.CMS_inputWUnit input.CMS_input:not([type="radio"]):not([type="checkbox"]) {
	padding: 0 35px 0 .8em
}

.CMS_inputWUnit span {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: right
}

.CMS_inputWUnit.CMS_iwuDays input.CMS_input:not([type="radio"]):not([type="checkbox"]) {
	padding: 0 45px 0 .8em
}

.CMS_inputWUnit.CMS_iwuDays span {
	width: 35px
}

.CMS_inputWDimension {
	position: relative
}

.CMS_inputWDimension:after {
	content: '';
	display: block;
	clear: both
}

.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]) {
	width: calc(50% - 5px);
	float: left;
	text-align: center
}

.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]):first-child {
	border-right: 0;
	border-radius: 5px 0 0 5px;
	margin-right: 5px
}

.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]):last-child {
	border-left: 0;
	border-radius: 0 5px 5px 0;
	margin-left: 5px
}

.CMS_inputWDimension span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	height: 32px;
	line-height: 32px;
	transform: translate(-50%, 0);
	width: 10px;
	height: 32px;
	border: 1px solid #dadada;
	text-align: center;
	border-width: 1px 0
}

.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]) {
	width: calc(50% - 8px)
}

.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]):first-child {
	margin-right: 8px
}

.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]):last-child {
	margin-left: 8px
}

.CMS_inputWDimension.CMS_inputWDNumbers span {
	width: 16px
}

.CMS_inputSmall {
	width: 50%
}

textarea.CMS_input {
	border-radius: 5px;
	letter-spacing: .01em;
	font-size: .9em;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 8em;
	padding: .8em;
	margin: 0 0 .2em;
	border: 1px solid #dadada
}

textarea.CMS_input:disabled {
	color: #8a8a8a;
	cursor: not-allowed !important
}

.CMS_is_icon {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #dadada;
	padding: 1px;
	border-radius: 3px;
	margin-right: 4px;
	margin-right: 5px;
	text-align: center
}

.CMS_inputWList {
	display: table;
	width: 100%;
	position: relative
}

.CMS_inputWList>* {
	display: table-cell !important;
	vertical-align: middle
}

.CMS_inputWList .CMS_input {
	border-left: 0 !important;
	border-radius: 0 5px 5px 0 !important
}

.CMS_ilButton,
.CMS_ilButton:hover {
	color: #000;
	border: 1px solid #dadada;
	font-size: .9em;
	margin: 0 0 .2em;
	padding: 0 .8em;
	line-height: 30px;
	height: 32px;
	display: inline-block;
	border-radius: 5px 0 0 5px;
	border-right: none;
	text-decoration: none !important;
	transition: background .3s;
	white-space: nowrap;
	transform: translate(1px, 0)
}

.CMS_ilButton:hover,
.CMS_ilButton:hover:hover {
	background: #e4e4e4
}

.CMS_iconSelect .fa {
	width: 35px;
	text-align: center
}

.CMS_inputList {
	width: 1px
}

.CMS_inputList:hover .CMS_ilList {
	display: block
}

.CMS_inputList:focus-within .CMS_ilList {
	display: block
}

.CMS_ilList {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	z-index: 3
}

.CMS_ilList ul {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #dadada;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 4px 11px rgba(0, 0, 0, .1)
}

.CMS_ilList .CMS_iltriangle {
	width: 100%;
	display: block;
	height: 10px
}

.CMS_ilList .CMS_iltriangle:after {
	content: '';
	position: relative;
	display: block;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px;
	border-color: transparent transparent #dadada;
	z-index: 2
}

.CMS_ilList .CMS_iltriangle:before {
	content: '';
	position: absolute;
	display: block;
	left: 14px;
	top: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px;
	border-color: transparent transparent #fff;
	z-index: 3
}

.CMS_ilList li {
	display: block
}

.CMS_ilList li a {
	color: #333;
	border-radius: 0;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	transition: background .2s;
	position: relative;
	font-size: 13px
}

.CMS_ilList li a:hover {
	background: #e4e4e4
}

.CMS_ilList li:first-child a:after {
	content: '';
	position: absolute;
	display: block;
	left: 13px;
	top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px;
	border-color: transparent transparent #fff;
	z-index: 5;
	transition: all .2s
}

.CMS_ilList li:first-child a:hover:after {
	border-color: transparent transparent #e4e4e4
}

.CMS_ilList li:last-child a {
	border-bottom: 0
}

.CMS_iconPicker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 13002;
	overflow: auto;
	color: #fff
}

.CMS_iconPicker .CMS_element {
	margin: 40px auto;
	border: none
}

.CMS_iconPicker .CMS_title {
	color: #fff;
	margin-bottom: 20px
}

.CMS_PF_dialog .CMS_iconPicker .CMS_dialogClose {
	position: static
}

.CMS_ipSearch {
	margin: 0 auto 20px
}

ul.ipList {
	color: #fff;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 36px;
	list-style: none;
	text-align: center
}

ul.ipList li {
	display: inline-block;
	margin: 2px;
	font-size: 0
}

ul.ipList li a.CMS_button.CMS_bSquare {
	width: 50px;
	line-height: 50px;
	height: 50px;
	font-size: 0
}

ul.ipList li a.CMS_button.CMS_bSquare em {
	line-height: 50px;
	height: 50px;
	font-size: 30px
}

.CMS_iInline .CMS_iiFields {
	float: left;
	width: calc(100% - 140px)
}

.CMS_iInline select {
	display: inline-block
}

.CMS_iInline .CMS_title {
	float: left;
	margin-right: 10px;
	width: 130px;
	text-align: right
}

.CMS_iInline:after {
	content: '';
	display: block;
	clear: both
}

.CMS_iInline .CMS_e_row {
	margin-bottom: 0
}

.CMS_iInlineText>span {
	line-height: 32px;
	margin: 0 5px
}

.CMS_iInlineText>.CMS_radio {
	margin-left: 0
}

.CMS_iInlineText .CMS_radio+span {
	margin: 0 5px 0 -5px
}

label.CMS_checkbox {
	display: inline-block;
	margin: 0 0 5px;
	padding: .5em .5em .2em;
	background: #eaedef;
	font-size: .8em;
	font-weight: 700;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle
}

label.CMS_checkbox.CMS_cb_ml {
	margin-left: 5px
}

label.CMS_checkbox.CMS_cb_mr {
	margin-right: 5px
}

label.CMS_checkbox.CMS_cb_ml0 {
	margin-left: 0
}

label.CMS_checkbox.CMS_cb_noText {
	background: transparent
}

label.CMS_checkbox.CMS_cb_noText input[type=checkbox].CMS_input+span em {
	margin-right: 0
}

.CMS_checkbox input[type=checkbox].CMS_input {
	position: fixed;
	left: -999999px
}

.CMS_checkbox input[type=checkbox].CMS_input+span em {
	position: relative;
	width: 19px;
	height: 18px;
	line-height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	transform: translate(0, -1px);
	vertical-align: top
}

.CMS_checkbox input[type=checkbox].CMS_input+span em:before,
.CMS_checkbox input[type=checkbox].CMS_input+span em:after {
	font-size: 24px;
	content: "ï‚–";
	color: #c7c7c7;
	position: absolute;
	top: 0;
	left: 0
}

.CMS_checkbox input[type=checkbox].CMS_input+span em:after {
	color: #000
}

.CMS_checkbox input[type=checkbox].CMS_input+span em:before {
	color: #fff;
	content: "ïƒˆ";
	top: -1px;
	left: 1px;
	font-size: 19px
}

.CMS_checkbox input[type=checkbox].CMS_input:checked+span em:after {
	content: "ï†";
	color: #16191e
}

.CMS_checkbox.CMS_disabled span em {
	opacity: .3
}

label.CMS_radio {
	display: inline-block;
	margin: 0 0 5px;
	padding: .5em .5em .15em;
	background: #eaedef;
	margin-left: 5px;
	font-size: .8em;
	font-weight: 700;
	user-select: none;
	cursor: pointer;
	vertical-align: top
}

label.CMS_radio.CMS_radio_ml0 {
	margin-left: 0
}

label.CMS_radio.CMS_radio_noText {
	background: transparent
}

label.CMS_radio.CMS_radio_noText input[type=radio].CMS_input+span em {
	margin-right: 0
}

.CMS_radio input[type=radio].CMS_input {
	position: fixed;
	left: -999999px
}

.CMS_radio input[type=radio].CMS_input+span em {
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	transform: translate(0, 1px)
}

.CMS_radio input[type=radio].CMS_input+span em:before,
.CMS_radio input[type=radio].CMS_input+span em:after {
	font-size: 24px;
	content: "ï„Œ";
	color: #c7c7c7;
	position: absolute;
	top: 0;
	left: 0
}

.CMS_radio input[type=radio].CMS_input+span em:after {
	color: #000
}

.CMS_radio input[type=radio].CMS_input+span em:before {
	color: #fff;
	content: "ï„‘"
}

.CMS_radio input[type=radio].CMS_input:checked+span em:after {
	content: "ï"
}

.CMS_radio:hover input[type=radio].CMS_input+span em:after {
	content: "ï";
	color: #16191e
}

.CMS_radio:hover input[type=radio].CMS_input:checked+span em:after {
	content: "ï"
}

.CMS_radio.CMS_disabled span em {
	opacity: .3
}

.CMS_checkbox input[type=checkbox].CMS_input:focus+span,
.CMS_radio input[type=radio].CMS_input:focus+span {
	text-decoration: underline
}

.CMS_radio input[type=radio].CMS_input:focus+span em:before {
	color: #c7c7c7
}

.CMS_table label.CMS_checkbox,
.CMS_table label.CMS_radio {
	margin-bottom: 6px;
	transform: translateY(3px)
}

.CMS_disabled {
	cursor: not-allowed !important
}

.CMS_inlineAlerts {
	padding: .5em .5em .4em;
	font-size: .9em;
	margin: .6em 0;
	border-radius: 5px;
	font-weight: 600
}

.CMS_inlineAlerts.CMS_good {
	color: #084422;
	background: #9de6bc
}

.CMS_inlineAlerts.CMS_warning {
	color: #6a4406;
	background: #ffe1b1
}

.CMS_inlineAlerts.CMS_error {
	color: #a94442;
	background: #f2dede
}

.CMS_dialog,
.CMS_dialog.ui-dialog.ui-widget {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff
}

.CMS_dialog .ui-dialog-titlebar,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar {
	background: #252629;
	color: #fff
}

.CMS_dialog.CMS_m_good .ui-dialog-titlebar,
.CMS_dialog.ui-dialog.ui-widget.CMS_m_good .ui-dialog-titlebar {
	background: #79b354;
	color: #fff
}

.CMS_dialog.CMS_m_warn .ui-dialog-titlebar,
.CMS_dialog.ui-dialog.ui-widget.CMS_m_warn .ui-dialog-titlebar {
	background: #f29b26;
	color: #fff
}

.CMS_dialog.CMS_m_error .ui-dialog-titlebar,
.CMS_dialog.ui-dialog.ui-widget.CMS_m_error .ui-dialog-titlebar {
	background: #c7402f;
	color: #fff
}

.CMS_dialog .ui-dialog-titlebar,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar {
	padding: 15px 60px 15px 15px;
	font-size: 15px;
	border-radius: 0;
	letter-spacing: .02em;
	line-height: 1.6em;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	border: none
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-indent: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	color: #fff;
	opacity: .7;
	background: transparent;
	border: none;
	transition: opacity .2s;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
	content: "ï€"
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close>*,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close>* {
	position: fixed;
	top: -10000px;
	left: -10000px
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
	opacity: 1
}

.CMS_dialog .CMS_dialog-content.CMS_element,
.CMS_dialog.ui-dialog.ui-widget .CMS_dialog-content.CMS_element {
	border: none;
	padding-bottom: 0
}

.CMS_dialog .ui-widget-content,
.CMS_dialog.ui-dialog.ui-widget .ui-widget-content {
	border: none;
	padding: 0;
	margin: 0 10px 10px;
	background: transparent
}

.CMS_dialog .ui-widget-content a,
.CMS_dialog.ui-dialog.ui-widget .ui-widget-content a {
	color: #2980b9
}

.CMS_dialog.ui-widget input,
.CMS_dialog.ui-widget select,
.CMS_dialog.ui-widget textarea,
.CMS_dialog.ui-widget button,
.CMS_dialog.ui-dialog.ui-widget.ui-widget input,
.CMS_dialog.ui-dialog.ui-widget.ui-widget select,
.CMS_dialog.ui-dialog.ui-widget.ui-widget textarea,
.CMS_dialog.ui-dialog.ui-widget.ui-widget button {
	font-family: Arial
}

.CMS_dialog .ui-button-text-only .ui-button-text,
.CMS_dialog.ui-dialog.ui-widget .ui-button-text-only .ui-button-text {
	padding: 0;
	display: inline
}

.CMS_dialog.ui-dialog.ui-widget {
	border: none;
	border-radius: 0;
	padding: 0
}

.CMS_dialog.ui-dialog.ui-widget .ui-dialog-content {
	padding: 0;
	height: auto !important
}

.ui-widget-overlay {
	background: rgba(0, 0, 0, .8) !important;
	opacity: 1 !important
}

.CMS_PF_dialog {
	border: none
}

.CMS_PF_dialog .ui-dialog-titlebar {
	display: none
}

.CMS_PF_dialog .ui-dialog-content {
	background: #fff !important;
	padding: 0 !important;
	overflow: visible !important
}

.CMS_PF_dialog .CMS_element {
	border: none
}

.CMS_PF_dialog .CMS_dialogClose {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 13002
}

.CMS_dialog_iframe_html,
.CMS_dialog_iframe_html body {
	margin: 0;
	padding: 0
}

html.CMS_PF_dialog_open {
	overflow: hidden !important
}

html.CMS_PF_dialog_open body {
	overflow: hidden !important
}

.CMS_scrollingDialog {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	overflow-y: auto;
	overflow-x: hidden;
	background: transparent !important;
	border: none !important;
	padding: 0 20px !important;
	box-sizing: border-box
}

.CMS_scrollingDialog .ui-dialog-content.ui-widget-content {
	max-width: 900px;
	margin: 40px auto;
	background: #fff !important;
	padding: 0 !important;
	overflow: visible !important
}

.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react {
	background: rgba(0, 0, 0, .8) !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 13000;
	padding: 0 20px
}

.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react .ReactModal__Content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	backface-visibility: hidden
}

.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react.CMS_react_ScrollingDialog {
	overflow: auto
}

.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react.CMS_react_ScrollingDialog .ReactModal__Content {
	position: static;
	top: 0;
	left: 0;
	transform: none;
	max-width: 900px;
	margin: 40px auto;
	background: #fff;
	position: relative
}

.ReactModal__Content {
	opacity: 0
}

.ReactModal__Content--after-open {
	opacity: 1;
	transition: opacity 150ms
}

.ReactModal__Content--before-close {
	opacity: 0
}

.A_alert {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.A_alert:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.A_alert .A_title {
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px
}

.A_alert .A_title span {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	transform: translateY(-3px);
	text-transform: none
}

.A_alert.A_new .A_title {
	padding: 5px
}

.A_alert.A_new .A_title span {
	color: #084422;
	background: #9de6bc
}

.A_alert.A_expired .A_title {
	padding: 5px
}

.A_alert.A_expired .A_title span {
	color: #6a4406;
	background: #ffe1b1
}

.A_content {
	padding: 5px 10px 10px;
	font-size: .9em;
	line-height: 1.5em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.A_content:after {
	content: '';
	display: block;
	clear: both
}

.A_date {
	padding: 0 10px 10px;
	font-size: .8em;
	font-weight: 600;
	font-style: italic
}

.A_maximizeButton {
	z-index: 12999;
	position: fixed;
	bottom: 10px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	background: #0085c0;
	border: none;
	line-height: 30px;
	border-radius: 3px;
	font-size: 18px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	font-weight: 600;
	padding: 6px 15px 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a.A_maximizeButton:hover {
	color: #fff;
	text-decoration: none
}

.A_maximizeButton .fa-arrows-alt {
	font-size: .7em;
	transform: translateY(-3px)
}

.A_maximizeButton span {
	font-size: 12px;
	color: #0085c0;
	background: #fff;
	display: inline-block;
	height: 22px;
	border-radius: 5px;
	line-height: 22px;
	transform: translate(0, -2px);
	margin-left: 2px;
	padding: 0 6px;
	transition: all .2s;
	vertical-align: middle
}

.A_maximizeButton:hover:hover,
.A_maximizeButton:hover:focus,
.A_maximizeButton:focus:hover,
.A_maximizeButton:focus:focus {
	background: #005074
}

.A_maximizeButton.A_mbVisible {
	visibility: visible;
	opacity: 1;
	bottom: 20px;
	right: 20px
}

.CMS_loadingSpinner {
	background: #fff
}

.CMS_loadingSpinner .CMS_ls_spin {
	color: rgba(0, 0, 0, .5)
}

.page_schedule_list td:first-child {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.CMS_tabs {
	font-family: Arial
}

.CMS_tabs .CMS_tabLinks {
	margin-bottom: 10px
}

.CMS_tabs.CMS_tabWBody .CMS_tabLinks {
	margin-bottom: 0;
	border-bottom: none
}

.CMS_tabLinks {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4e4e4
}

.CMS_tabLinks:after {
	content: '';
	display: block;
	clear: both
}

.CMS_tabLinks>li {
	float: left
}

.CMS_tabLinks a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	padding: 10px 15px 12px;
	cursor: pointer;
	position: relative;
	border: 1px solid transparent;
	border-bottom: none;
	transition: background-color .2s ease-in-out;
	margin: 0 5px 0 0;
	color: #333 !important;
	font-size: 14px
}

.CMS_tabLinks a:hover {
	background: #eaeff0
}

.CMS_tabLinks a.CMS_tabActive {
	border-color: #999;
	border: 1px solid #e4e4e4;
	border-bottom: none
}

.CMS_tabLinks a.CMS_tabActive:after {
	content: '';
	display: block;
	width: calc(100% + 2px);
	height: 3px;
	background: #1d2228;
	position: absolute;
	top: -3px;
	left: -1px
}

.CMS_tabLinks a.CMS_tabActive:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0
}

.CMS_enterCode {
	max-width: 600px;
	margin: 0 auto;
	background: #eaedef;
	padding: 10px 15px 15px
}

.CMS_enterCode:after {
	content: '';
	display: block;
	clear: both
}

.CMS_enterCode input.CMS_input:not([type="radio"]):not([type="checkbox"]) {
	width: calc(80% - 22px);
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	height: 42px
}

.CMS_ec_title {
	font-weight: 700;
	display: block;
	color: #333;
	margin: 10px 0 5px;
	text-align: left
}

.CMS_ec_codeBox {
	font-weight: 700;
	margin: 0 5px 5px 0;
	background: #fff;
	padding: 0 10px;
	line-height: 40px;
	width: calc(20% - 5px);
	text-align: center;
	float: left;
	user-select: none;
	color: #000
}

.CMS_siteSelect {
	border: 1px solid #e4e4e4;
	margin: 10px 0 0;
	padding: 15px;
	max-height: 400px;
	overflow: auto
}

.CMS_siteSelect ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.CMS_siteSelect ul label {
	margin: 0
}

.CMS_siteSelect ul ul {
	padding-left: 15px;
	margin-left: 15px
}

.CMS_siteSelect ul ul li {
	border-bottom: 1px solid #eee;
	padding: 5px 0
}

.CMS_siteSelect ul ul li:last-child {
	border: none
}

.CMS_siteSelect ul ul li label.CMS_checkbox {
	background: transparent;
	font-weight: 400;
	display: block;
	transition: background .2s
}

.CMS_siteSelect ul ul li label.CMS_checkbox:hover {
	background: #eee
}

.CMS_siteSelect ul ul ul {
	padding: 0 0 0 30px;
	margin: 0;
	list-style: none
}

body .Silk.RadEditor,
body .Silk.RadEditor .reModule,
body .Silk.RadEditor .reEditorModes,
body .Silk.RadEditor .reWrapper {
	background: #fff
}

body .Silk.reToolbar {
	background: transparent;
	border: none;
	height: auto
}

body .Silk .reTool:hover,
body .Silk .reToolbarWrapper .reToolbar li .reTool:hover,
body .Silk .reRibbonBarWrapper .reToolbar li .reTool:hover,
body .Silk.RadEditor .reDialog .reTool:hover,
body .Silk.RadEditor .reToolbar .reTool:hover,
body .Silk.RadEditor .reModule .reTool:hover,
body .Silk .reToolbarWindow .reToolbar .reTool:hover {
	background: #e7e7e7;
	border-color: transparent;
	box-shadow: none
}

body .Silk .reToolbarWrapper .reToolbar li .reTool:active,
body .Silk .reToolbarWrapper .reToolbar li .reTool:focus,
body .Silk .reToolbarWrapper .reToolbar li .reTool_selected,
body .Silk .reRibbonBarWrapper .reToolbar li .reTool:active,
body .Silk .reRibbonBarWrapper .reToolbar li .reTool:focus,
body .Silk .reRibbonBarWrapper .reToolbar li .reTool_selected,
body .Silk.RadEditor .reDialog .reTool:active,
body .Silk.RadEditor .reToolbar .reTool:active,
body .Silk.RadEditor .reModule .reTool:active,
body .Silk .reToolbarWindow .reToolbar .reTool:active {
	background: #e7e7e7;
	border-color: transparent;
	box-shadow: none
}

body .Silk.RadEditor .reEditorModes a:focus,
body .Silk.RadEditor .reEditorModes a:active,
body .Silk.RadEditor a.reMode_selected,
body .Silk.RadEditor a.reMode_selected:hover,
body .Silk.reToolWrapper .reSplitButton.reTool:hover,
body .Silk.reToolbarWrapper .reTool.reSplitButton:hover,
body .Silk .reToolWrapper .reTool.reSplitButton:hover,
body .Silk .reToolbarWrapper .reTool.reSplitButton:hover,
body .Silk .reModule .reSplitButton.reTool:hover,
body .Silk.reToolbarWrapper .reTool_selected,
body .Silk.reToolbarWrapper .reTool_selected:hover {
	background: #e7e7e7;
	border-color: transparent;
	box-shadow: none;
	color: #000
}

body .Silk.RadEditor .reEditorModes a:hover {
	background: #e7e7e7;
	border-color: transparent;
	box-shadow: none;
	color: #000
}

body .Silk .reDropdown:hover,
body .Silk .reDropdown:active,
body .Silk .reDropdown:focus {
	background: #e7e7e7;
	border-color: #d7d7d7;
	box-shadow: none
}

body .Silk .reDropdown:hover span {
	color: #000
}

body .Silk .reDropdown:hover:before,
body .Silk .reDropdown:active:before,
body .Silk .reDropdown:focus:before {
	background-position: -12px -64px
}

body .Silk .reToolbarWrapper .reSplitButton.reTool:hover .split_arrow,
body .Silk .reToolWrapper .reSplitButton.reTool:hover .split_arrow {
	background-position: -17px -62px
}

body .RadWindow_Silk .rwTitleRow .rwTopLeft,
body .RadWindow_Silk .rwTitleRow .rwTitlebar,
body .RadWindow_Silk .rwTitleRow .rwTopRight {
	background: #fff
}

body .RadWindow_Silk {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .3)
}

body .reToolbar.Silk.ptlreActions input {
	display: inline-block;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	transition: all .2s;
	white-space: nowrap;
	padding: 0 10px;
	text-decoration: none;
	background: #0085c0;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
	margin: 5px 5px 0
}

body .reToolbar.Silk.ptlreActions input[value="Save As"] {
	background: #0085c0
}

body .reToolbar.Silk.ptlreActions input[value="Save As"]:hover {
	background: #005074
}

body .reToolbar.Silk.ptlreActions input[value="Cancel"] {
	background: #c7402f
}

body .reToolbar.Silk.ptlreActions input[value="Cancel"]:hover {
	background: #892c20
}

body .RadWindow_Silk {
	background: #fff
}

body .RadTabStrip_Silk .rtsLevel1 {
	background: transparent
}

body .RadTabStrip_Silk .rtsLevel1 .rtsLink {
	text-shadow: none;
	box-shadow: none;
	border: none
}

body .RadTabStrip_Silk .rtsLevel1 .rtsSelected,
body .RadTabStrip_Silk .rtsLevel1 .rtsSelected:hover,
body .RadTabStrip_Silk .rtsLevel1 .rtsLink:hover {
	background: #e4e4e4;
	color: #000;
	text-shadow: none;
	box-shadow: none;
	border: none
}

body .Silk .reDropdown,
body .Silk .reTool_disabled.reDropdown:hover {
	min-width: auto
}

body .Silk.reColorPicker {
	height: auto !important
}

.adminNav {
	width: 20%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto
}

.adminContent {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0
}

.CMS_paging {
	background: #eee;
	padding: 10px 10px 5px
}

.CMS_paging:after {
	content: '';
	display: block;
	clear: both
}

.CMS_paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}

.CMS_paging ul li {
	float: left
}

.CMS_paging ul li a,
.CMS_paging ul li span {
	font-weight: 700;
	font-size: .9em;
	transition: background .2s ease-in-out;
	text-decoration: none;
	color: #595a5a;
	display: block;
	padding: 10px;
	border-radius: 3px
}

.CMS_paging ul li a.active:not(span),
.CMS_paging ul li a:hover:not(span),
.CMS_paging ul li span.active:not(span),
.CMS_paging ul li span:hover:not(span) {
	background: #d6d6d6
}

.CMS_paging ul:after {
	content: '';
	display: block;
	clear: both
}

.CMS_paging .CMS_pageCount {
	font-size: .8em;
	color: #595a5a;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	float: right
}

.CMS_search {
	display: table;
	width: 100%
}

.CMS_search>* {
	display: table-cell
}

.CMS_search>:first-child {
	width: 100%
}

.CMS_search>:last-child {
	white-space: nowrap
}

.CMS_tag {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 700;
	font-size: .8em;
	background: #0085c0;
	color: #fff;
	text-decoration: none;
	margin-bottom: 6px
}

.CMS_tag.CMS_tagValid {
	background: #79b354;
	color: #fff
}

.CMS_tag.CMS_tagInvalid {
	background: #c7402f;
	color: #fff
}

.CMS_tag.CMS_tagInactive {
	background: #eee;
	color: #333
}

a.CMS_tag:hover,
a.CMS_tag:focus {
	background: #005074;
	color: #fff;
	text-decoration: none
}

a.CMS_tag.CMS_tagInactive:hover,
a.CMS_tag.CMS_tagInactive:focus {
	background: #c8c8c8;
	color: #000
}

.UP_pBar {
	display: table;
	width: 100%
}

.UP_pBar>* {
	display: table-cell;
	vertical-align: middle
}

.UP_pBar>:first-child {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
	width: 100%
}

.UP_pBar>:last-child {
	width: 1px;
	white-space: nowrap;
	padding-right: 0
}

.UP_pBar span.UP_pBarBorder {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	width: 100%;
	height: 25px;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.UP_pBar span.UP_pBarBorder.UP_pMini {
	width: 150px;
	height: 15px;
	margin-top: 5px
}

.UP_pBar span.UP_pBarBorder em {
	position: absolute;
	top: 0;
	left: 0;
	background: #79b354;
	height: 100%;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	animation: UP_pStripe 2s linear infinite
}

.UP_preview {
	background-size: cover;
	background-position: center center;
	width: 100px;
	height: 100px;
	display: block
}

@-webkit-keyframes UP_pStripe {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes UP_pStripe {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.ui_tpicker_unit_hide {
	display: none
}

.ui-widget-header {
	background: transparent;
	border: none
}

#ui-datepicker-div {
	font-family: arial;
	width: 250px;
	border: 1px solid #ccc;
	background: #fff
}

#ui-datepicker-div a {
	cursor: pointer
}

.ui-timepicker-div dl {
	margin: 6px 0 0
}

.ui-datepicker table {
	margin: 0
}

select.ui-timepicker-select.ui-state-default.ui-corner-all {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

dd {
	margin: 0
}

dt {
	font-size: .9em;
	color: #a29c9c;
	margin: 4px 0
}

.ui_tpicker_time_label,
dd.ui_tpicker_time {
	display: none
}

.ui-datepicker .ui-datepicker-buttonpane button {
	font-size: 14px;
	opacity: 1;
	border: 0;
	background: #256497;
	color: #fff;
	font-weight: 400
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary {
	background-color: #27ae60
}

.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px
}

.ui-timepicker-div dl {
	text-align: left
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%
}

.ui-timepicker-div td {
	font-size: 90%
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0
}

.ui-timepicker-div .ui_tpicker_unit_hide {
	display: none
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: none;
	color: inherit;
	border: none;
	outline: none;
	border-bottom: solid 1px #555;
	width: 95%
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
	border-bottom-color: #aaa
}

.ui-timepicker-rtl {
	direction: rtl
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right
}

.ui-timepicker-rtl dl dd {
	margin: 0 40% 10px 10px
}

.ui-timepicker-div.ui-timepicker-oneLine {
	padding-right: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
	display: none
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
	display: block;
	padding-top: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
	text-align: right
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
	display: inline-block;
	margin: 0
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
	content: ':';
	display: inline-block;
	padding: 0 8px
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
	content: '.';
	display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
	display: none
}

@-webkit-keyframes jconfirm-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes jconfirm-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

body[class*=jconfirm-no-scroll-] {
	overflow: hidden !important
}

.jconfirm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	font-family: Arial;
	overflow: hidden
}

.jconfirm .jconfirm-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
	opacity: 0 !important
}

.jconfirm .jconfirm-scrollpane {
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-perspective-origin: center;
	perspective-origin: center;
	display: table;
	width: 100%;
	height: 100%
}

.jconfirm .jconfirm-row {
	display: table-row;
	width: 100%
}

.jconfirm .jconfirm-cell {
	display: table-cell;
	vertical-align: middle
}

.jconfirm .jconfirm-holder {
	max-height: 100%;
	padding: 50px 0
}

.jconfirm .jconfirm-box-container {
	-webkit-transition: -webkit-transform;
	transition: -webkit-transform;
	transition: transform;
	transition: transform, -webkit-transform
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
	-webkit-transition: none !important;
	transition: none !important
}

.jconfirm .jconfirm-box {
	background: #fff;
	border-radius: 4px;
	position: relative;
	outline: none;
	padding: 15px 15px 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto
}

@-webkit-keyframes type-blue {

	1%,
	100% {
		border-color: #3498db
	}

	50% {
		border-color: #5faee3
	}
}

@keyframes type-blue {

	1%,
	100% {
		border-color: #3498db
	}

	50% {
		border-color: #5faee3
	}
}

@-webkit-keyframes type-green {

	1%,
	100% {
		border-color: #2ecc71
	}

	50% {
		border-color: #54d98c
	}
}

@keyframes type-green {

	1%,
	100% {
		border-color: #2ecc71
	}

	50% {
		border-color: #54d98c
	}
}

@-webkit-keyframes type-red {

	1%,
	100% {
		border-color: #e74c3c
	}

	50% {
		border-color: #ed7669
	}
}

@keyframes type-red {

	1%,
	100% {
		border-color: #e74c3c
	}

	50% {
		border-color: #ed7669
	}
}

@-webkit-keyframes type-orange {

	1%,
	100% {
		border-color: #f1c40f
	}

	50% {
		border-color: #f4d03f
	}
}

@keyframes type-orange {

	1%,
	100% {
		border-color: #f1c40f
	}

	50% {
		border-color: #f4d03f
	}
}

@-webkit-keyframes type-purple {

	1%,
	100% {
		border-color: #9b59b6
	}

	50% {
		border-color: #b07cc6
	}
}

@keyframes type-purple {

	1%,
	100% {
		border-color: #9b59b6
	}

	50% {
		border-color: #b07cc6
	}
}

@-webkit-keyframes type-dark {

	1%,
	100% {
		border-color: #34495e
	}

	50% {
		border-color: #46627f
	}
}

@keyframes type-dark {

	1%,
	100% {
		border-color: #34495e
	}

	50% {
		border-color: #46627f
	}
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
	border-top: solid 7px #3498db;
	-webkit-animation-name: type-blue;
	animation-name: type-blue
}

.jconfirm .jconfirm-box.jconfirm-type-green {
	border-top: solid 7px #2ecc71;
	-webkit-animation-name: type-green;
	animation-name: type-green
}

.jconfirm .jconfirm-box.jconfirm-type-red {
	border-top: solid 7px #e74c3c;
	-webkit-animation-name: type-red;
	animation-name: type-red
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
	border-top: solid 7px #f1c40f;
	-webkit-animation-name: type-orange;
	animation-name: type-orange
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
	border-top: solid 7px #9b59b6;
	-webkit-animation-name: type-purple;
	animation-name: type-purple
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
	border-top: solid 7px #34495e;
	-webkit-animation-name: type-dark;
	animation-name: type-dark
}

.jconfirm .jconfirm-box.loading {
	height: 120px
}

.jconfirm .jconfirm-box.loading:before {
	content: '';
	position: absolute;
	left: 0;
	background: #fff;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: 1
}

.jconfirm .jconfirm-box.loading:after {
	opacity: .6;
	content: '';
	height: 30px;
	width: 30px;
	border: solid 3px transparent;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	border-radius: 50%;
	-webkit-animation: jconfirm-spin 1s infinite linear;
	animation: jconfirm-spin 1s infinite linear;
	border-bottom-color: #1e90ff;
	top: 50%;
	margin-top: -15px;
	z-index: 2
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	opacity: .6;
	text-align: center;
	font-size: 27px !important;
	line-height: 14px !important;
	display: none;
	z-index: 1
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
	display: none
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
	font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
	font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
	font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
	opacity: 1
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	display: block;
	font-size: 22px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	padding-bottom: 15px
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
	cursor: move
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	font-size: inherit;
	display: inline-block;
	vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
	vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
	display: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: inherit;
	font-family: inherit;
	display: inline-block;
	vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
	display: none
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 15px;
	height: auto;
	-webkit-transition: height .4s ease-in;
	transition: height .4s ease-in;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
	overflow-y: hidden
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
	width: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .1)
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	overflow: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
	max-width: 100%;
	height: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
	display: none
}

.jconfirm .jconfirm-box .jconfirm-buttons {
	padding-bottom: 11px
}

.jconfirm .jconfirm-box .jconfirm-buttons>button {
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
	color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
	color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
	color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
	color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
	color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
	color: #34495e !important
}

.jconfirm .jconfirm-clear {
	clear: both
}

.jconfirm.jconfirm-rtl {
	direction: rtl
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
	left: 5px;
	right: auto
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
	background-color: #444;
	opacity: .2
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	border-radius: 5px
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px;
	margin-left: 0
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
	float: right
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #ddd
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
	background-color: #2f4f4f;
	opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	background: #444;
	border-radius: 5px;
	color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px;
	margin-left: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
	float: right
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
	border: none;
	background-image: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: background .1s;
	transition: background .1s;
	color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background: none
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #666
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
	-webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
	-webkit-animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
	animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@-webkit-keyframes shake {

	10%,
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0)
	}

	20%,
	80% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0)
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0)
	}

	40%,
	60% {
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0)
	}
}

@keyframes shake {

	10%,
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0)
	}

	20%,
	80% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0)
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0)
	}

	40%,
	60% {
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0)
	}
}

@-webkit-keyframes glow {

	0%,
	100% {
		-webkit-box-shadow: 0 0 0 red;
		box-shadow: 0 0 0 red
	}

	50% {
		-webkit-box-shadow: 0 0 30px red;
		box-shadow: 0 0 30px red
	}
}

@keyframes glow {

	0%,
	100% {
		-webkit-box-shadow: 0 0 0 red;
		box-shadow: 0 0 0 red
	}

	50% {
		-webkit-box-shadow: 0 0 30px red;
		box-shadow: 0 0 30px red
	}
}

.jconfirm {
	-webkit-perspective: 400px;
	perspective: 400px
}

.jconfirm .jconfirm-box {
	opacity: 1;
	-webkit-transition-property: all;
	transition-property: all
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
	opacity: 0
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
	-webkit-transform: rotatey(90deg);
	transform: rotatey(90deg);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
	-webkit-transform: rotatey(-90deg);
	transform: rotatey(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
	-webkit-transform: scaley(1.5);
	transform: scaley(1.5);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
	-webkit-transform: scalex(1.5);
	transform: scalex(1.5);
	-webkit-transform-origin: center;
	transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
	visibility: hidden
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
	background-color: rgba(0, 0, 0, .9)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
	background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
	border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
	color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 400
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
	padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px;
	margin-left: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
	text-align: center;
	color: #fff;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
	text-align: center
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}

.jconfirm.jconfirm-material .jconfirm-bg {
	background-color: rgba(0, 0, 0, .67)
}

.jconfirm.jconfirm-material .jconfirm-box {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
	padding: 30px 25px 10px
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px;
	margin-left: 0
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
	color: rgba(0, 0, 0, .87);
	font-size: 22px;
	font-weight: 700
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
	color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
	text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase;
	font-weight: 500
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
	background-color: rgba(0, 0, 0, .21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
	border: solid 1px rgba(0, 0, 0, .4);
	padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	margin-right: 8px;
	margin-left: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
	color: rgba(0, 0, 0, .87);
	font-size: 22px;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
	color: rgba(0, 0, 0, .87);
	padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
	text-align: right;
	padding: 10px;
	margin: -5px 0 0;
	border-top: solid 1px #ddd;
	overflow: hidden;
	border-radius: 0 0 4px 4px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
	font-weight: 500
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}

.jconfirm.jconfirm-modern .jconfirm-bg {
	background-color: #708090;
	opacity: .6
}

.jconfirm.jconfirm-modern .jconfirm-box {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
	padding: 30px 30px 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0, 0, 0, .87);
	top: 15px;
	right: 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
	color: rgba(0, 0, 0, .87);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 69px;
	color: #aaa
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
	text-align: center;
	font-size: 15px;
	color: #777;
	margin-bottom: 25px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
	text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: background .1s;
	transition: background .1s;
	padding: 10px 20px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {
	margin-left: 4px
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.jconfirm-content p {
	color: #fff !important
}


#msCookieBanner{    display: none !important;}
.bloggerIcon:before { content: '\e801';}
.angiesListIcon:before { content: '\e802' }

#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;  
}
#back-to-top.fade {
    opacity: 1;
}

@media screen and (min-width:990px) and  (max-width:1100px) {
#primary-navigation .rmRootGroup > li > a span.rmText {
  font: 400 21px / 26px 'Roboto Condensed', sans-serif !important;}
}


@media screen and (max-width: 767px) {
  #back-to-top{opacity: 0 !important;}
}

.onload #banner{opacity:0;}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.meyersortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
  src: url('https://www.meyersortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
    url('https://www.meyersortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), 
    url('https://www.meyersortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), 
    url('https://www.meyersortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), 
    url('https://www.meyersortho.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;
}
.fa-blogger-b:before {
  content: '\e801';
  font-family: "fontello";
  font-size: 0.76em;
    font-weight: normal;
}
.fa-google:before {
  content: "\f1a0";
}


@font-face {
      font-family: 'fontello';
      src: url('https://www.meyersortho.com/resourcefiles/fonts/fontello.eot');
      src: url('https://www.meyersortho.com/resourcefiles/fonts/fontello.eot?87285092#iefix') format('embedded-opentype'),
           url('https://www.meyersortho.com/resourcefiles/fonts/fontello.woff?87285092') format('woff'),
           url('https://www.meyersortho.com/resourcefiles/fonts/fontello.ttf?87285092') format('truetype'),
           url('https://www.meyersortho.com/resourcefiles/fonts/fontello.svg?87285092#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .fontelloIcon:before
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-size: 0.8em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.bloggerIcon:before { content: '\e801';}
.angiesListIcon:before { content: '\e802' }
@import url('/common/resources/Designportfolio/televox/CommonLib/stylesheets/form-styling.css');

.subpage ul {
    list-style: disc;
}

.subpage li {
    margin: 0;
    padding: 0;
}

#utility-navigation ul.PublishedLinkMenu a {
    font-size: 12px;
}

#utility-navigation a.menu:hover { text-decoration: none; }

body #utility-navigation a.menu:after { display: none; }

.PO-televoxList em {
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 16px !important;
}


#fancybox-wrap {
	padding: 0px !important;
}
#fancybox-content {
	box-sizing: content-box;
}

.photoGallery em {
    margin: 0;
}

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

	#content {
		font-size: 16px !important;
	}
	
}



.ptl_page, .ptl_portlet_vertical, .ptl_col_1, .ptl_col_1_2, .ptl_col_1_4, .ptl_col_3_4, .ptl_col_2_3, .ptl_col_1_3 { overflow: visible; z-index: 1;
    position: relative; }

#fancybox-overlay{ z-index: 5000 !important; }
.fancybox-wrap, #fancybox-wrap{ z-index: 9000 !important; }
div.slider section {
    float: left;
    width: 100%;
}

div.slider {
    position: relative;
    z-index: 1;
}

div.slider div.slider-container {
    overflow: hidden;
}

div.slider {
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0
}
div.slider div.slider-container {
	overflow: hidden
}
div.slider div.sections {
	position: relative
}
div.slider section {
	float: left;
	width: 100%
}
div.slider section img.background {
	display: block;
	margin: 0;
	width: 100%; height: 440px;
}
div.slider section div.info {
	padding: 10px;
	background: #e7aa44;
	font-family: "Cabin";
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff
}
div.slider section div.info h2 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase
}
div.slider section div.info a {
	color: #fff
}
div.slider section div.info a:hover {
	color: #000000;
}
div.slider a.previous, div.slider a.next {
	position: absolute;
	top: 50%;
	z-index: 101;
	margin: -22px 0 0 0;
	line-height: 1;
	color: #000000;
	opacity: 0.3
}
div.slider a.previous, div.slider a.next {
	font-size: 44px;
	font-size: 4.4rem
}
div.slider a.previous:after, div.slider a.next:after {
	display: none;
	content: ""
}
div.slider a.previous:hover, div.slider a.next:hover {
	opacity: 1;
 text-decoration: none;
}
div.slider a.previous span, div.slider a.next span {
	display: none
}
div.slider a.previous {
	left: 10px
}
div.slider a.next {
	right: 10px
}
div.slider ol.selector {
	display: none;
	list-style: none;
	position: absolute;
	left: 50%;
	z-index: 101;
	margin: 0 0 0 -25%;
	width: 50%;
	padding: 0;
	text-align: center
}
div.slider ol.selector li {
	display: inline-block;
	margin: 0 8px 0 0
}
div.slider ol.selector li:last-child {
	margin-right: 0
}
div.slider ol.selector li.selected a {
	background: #000000;
}
div.slider ol.selector a {
	width: 15px;
        height: 15px;
border-radius: 50%;
border: 3px solid #000000;
 display: inline-block;
}

div.slider ol.selector a span { display: none; }

.previous.fa-angle-left:before {
    content: "\f104";
}

@media screen and (max-width: 990px) {
    div.slider section img.background {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
    div.slider section img.background {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
    div.slider section img.background {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  div.slider section img.background {
    height: 200px;
  }
}
.RadMenu .rmRootGroup{margin:0;padding:0;position:relative;left:0;display:inline-block}.RadMenu .rmRootScrollGroup{z-index:1}.RadMenu:after,.RadMenu .rmRootGroup:after{content:"";display:block;height:0;overflow:hidden;line-height:0;font-size:0;clear:both;visibility:hidden}.RadMenu ul.rmVertical,.RadMenu ul.rmHorizontal,.RadMenu ul.rmRootScrollGroup,.RadMenu_Context ul.rmHorizontal{margin:0;padding:0;display:none;position:relative;left:0;float:left}.rmSized ul.rmVertical{width:100%}.rmSized ul.rmRootGroup{float:none}.rmSized .rmRootGroup .rmVertical{width:auto}.RadMenu .rmItem{float:left;position:relative;list-style-image:none;list-style-position:outside;list-style:none;line-height:inherit}.RadMenu .rmHorizontal .rmItem{clear:none}.RadMenu .rmVertical .rmItem{float:none}.rmSized .rmVertical .rmItem{width:100%}.rmSized .rmHorizontal .rmItem,.rmSized .rmRootGroup .rmVertical .rmItem{width:auto}.RadMenu .rmSlide .rmHorizontal .rmItem{margin-bottom:-2px}.RadMenu ul.rmActive,.RadMenu ul.rmRootGroup{display:block}.RadMenu .rmSlide,.RadMenu_Context{position:absolute;overflow:hidden;display:none;float:left}.RadMenu_Context{z-index:1000;overflow:visible;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmText{display:block;padding-bottom:1px;float:left}.RadMenu div.rmText{white-space:normal;background:transparent}.RadMenu a.rmLink{cursor:pointer;display:block;box-sizing:content-box;*zoom:1}.RadMenu a.rmLink:after{content:"";display:block;clear:both}.rmScrollWrap{position:absolute;float:left;overflow:hidden;left:0}.RadMenu .rmLeftArrow,.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow,.RadMenu .rmRightArrow{position:absolute;z-index:2000;text-indent:-9999px;font-size:0;line-height:0;outline:0;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmLeftArrowDisabled,.RadMenu .rmTopArrowDisabled,.RadMenu .rmBottomArrowDisabled,.RadMenu .rmRightArrowDisabled{display:none;text-indent:-1000em;font-size:0;line-height:0}.RadMenu .rmBottomArrow,.RadMenu .rmBottomArrowDisabled{margin-bottom:-1px}.RadMenu .rmLeftImage{min-width:16px;border:0;float:left}.RadMenu_rtl{float:right;text-align:right}.RadMenu_rtl ul.rmVertical{float:right}.RadMenu_rtl .rmItem{float:right}.RadMenu_rtl .rmLeftImage,.RadMenu_Context_rtl .rmLeftImage{border:0;float:right}.RadMenu_rtl .rmLeftArrow,.RadMenu_rtl .rmTopArrow,.RadMenu_rtl .rmBottomArrow,.RadMenu_rtl .rmRightArrow,.RadMenu_rtl .rmLeftArrowDisabled,.RadMenu_rtl .rmTopArrowDisabled,.RadMenu_rtl .rmBottomArrowDisabled,.RadMenu_rtl .rmRightArrowDisabled{text-indent:1000em!important}.RadMenu div.rmRootGroup{position:relative}.RadMenu .rmItem{padding:0}.RadMenu .rmLink{width:auto;padding:0 0 0 12px;outline:0;float:left}.RadMenu_rtl .rmLink{padding:0 12px 0 0}.RadMenu .rmSlide .rmHorizontal .rmLink{padding-left:4px;line-height:0;position:relative}.RadMenu .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmLeftImage{margin:3px -6px 0 3px}.RadMenu .rmSlide .rmHorizontal .rmLeftImage{margin-top:0}.RadMenu .rmSlide .rmVertical .rmLeftImage{position:absolute;top:50%;margin-top:-8px}.RadMenu span.rmLeftImage{display:inline-block;width:16px;height:16px;zoom:1}.RadMenu .rmVertical .rmText{padding:0 24px 1px 0}.RadMenu .rmVertical .rmRootLink .rmText{padding-right:40px}.RadMenu .rmHorizontal .rmText{padding:0 12px 1px 0}.RadMenu_rtl .rmHorizontal .rmText{padding:0 0 1px 12px}.RadMenu_rtl .rmVertical .rmText{padding:0 0 1px 24px}.RadMenu .rmSlide .rmHorizontal .rmText{padding:0 11px 0 3px;line-height:24px}.RadMenu .rmVertical .rmItem .rmText{display:block;float:none}.RadMenu .rmSlide .rmHorizontal .rmText,.RadMenu .rmSlide .rmHorizontal .rmLeftImage{float:none;display:inline-block;vertical-align:middle}.RadMenu .rmVertical .rmLink,.RadMenu .rmHorizontal .rmVertical .rmLink{float:none}.RadMenu .rmTopRight,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight,.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup ul.rmGroup,.RadMenu .rmRoundedCorners .rmMultiColumn,.RadMenu .rmRoundedCorners .rmPopup,.rmRoundedCorners .rmScrollWrapContainer .rmGroup{border:0;background-position:0 0}.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmMultiGroup{background:0;margin:0}.RadMenu .rmRoundedCorners .rmGroupColumn{height:100%}.RadMenu .rmRoundedCorners li.rmFirstGroupColumn{background-color:transparent}.RadMenu .rmTopFix,.RadMenu .rmTopRight,.RadMenu .rmBottomFix,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight{position:absolute;width:4px;height:4px;list-style-type:none;list-style-position:outside;font-size:0}.RadMenu_rtl .rmTopRight,.RadMenu_rtl .rmBottomRight{width:32px}.RadMenu_rtl .rmTopShadowRight,.RadMenu_rtl .rmBottomShadowRight{width:4px}.RadMenu .rmTopShadowRight,.RadMenu .rmBottomShadowLeft,.RadMenu .rmBottomShadowRight{background-repeat:no-repeat;background-color:transparent}.rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmBottomShadowRight{width:5px;height:5px}.RadMenu .rmTopRight{background-position:100% 0;top:0;right:-3px;height:100%}.RadMenu .rmBottomLeft{background-position:0 100%;bottom:-3px;left:0;width:100%}.RadMenu .rmBottomFix{background-position:-1px 0;width:auto;bottom:-3px;left:5px;right:0;border-bottom-width:1px;border-bottom-style:solid}.RadMenu .rmTopFix{background-position:-1px 0;width:auto;top:0;left:5px;right:0;border-top-width:1px;border-top-style:solid}.RadMenu .rmBottomRight{background-position:100% 100%;bottom:-3px;right:-3px;width:8px}.RadMenu .rmShadows li.rmBottomShadowLeft,.RadMenu .rmShadows .rmBottomShadowRight,.rmShadows .rmGroup li.rmBottomShadowLeft,.rmShadows .rmGroup .rmBottomShadowRight,.RadMenu .rmShadows span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners li.rmBottomShadowLeft,.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup li.rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowRight,.rmRoundedCorners .rmGroup span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmShadows .rmTopShadowRight,.rmShadows .rmGroup .rmTopShadowRight{right:-5px;background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000');background-position:100% 0}.RadMenu .rmShadows .rmContentTemplate .rmTopShadowRight{background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000')}.RadMenu .rmShadows .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmBottomShadowLeft{bottom:-5px;left:1px;background-position:0 100%}.RadMenu .rmBottomShadowRight{bottom:-5px;right:-5px;width:4px;height:5px}.RadMenu .rmScrollWrapContainer .rmTopShadowRight{right:-4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowRight{bottom:-4px;right:-4px;width:3px;height:4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowLeft{bottom:-4px}.RadMenu .rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmGroup .rmTopShadowRight{right:-8px;background-image:url('/WebResource.axd?d=JmsJ8HjCL41OgCUXZlEjGKNgIRsGg_uISuyxE0KlQ-Zwf1D6E37TzanJ9_iqHHeL5IAhv6SwL4OZmSoNabblGnEko5hDrZzKqPmHtKjQTGoxG6EkhnvkCCbch7k4ZhghWG3DZzFVOJ1nE0LFZ1H_sN3oNrs1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowLeft{bottom:-8px}.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup .rmBottomShadowRight{bottom:-8px;right:-8px;width:7px;height:8px}.RadMenu .rmAccessKey{font-size:10px;font-weight:normal;float:right;padding-right:8px}.RadMenu .rmRoundedCorners .rmGroup .rmItem,.rmRoundedCorners .rmGroup .rmItem{z-index:1}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmScrollWrapContainer .rmScrollWrap{background-image:none}.RadMenu .rmRoundedCorners .rmMultiGroup>.rmItem{background-image:none}.RadMenu .rmRoundedCorners .rmSlide,.RadMenu .rmShadows .rmSlide,.rmRoundedCorners .rmSlide,.rmShadows .rmSlide,div.rmRoundedCorners,div.rmShadows{padding:0 8px 10px 0}.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmGroup ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmPopup{margin-top:1px;padding:1px}.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide,.RadMenu_rtl.rmRoundedCorners ul.rmGroup .rmSlide{margin-right:-5px}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmSlide .rmScrollWrap{border:0}.RadMenu .rmRoundedCorners .rmScrollWrap,.RadMenu .rmShadows .rmScrollWrap,.rmRoundedCorners .rmScrollWrap,.rmShadows .rmScrollWrap{position:relative}.RadMenu .rmScrollWrapContainer{position:absolute}.RadMenu .rmScrollWrapContainer .rmTopFix{height:100%}.RadMenu .rmRoundedCorners .rmScrollWrapContainer,.rmRoundedCorners .rmScrollWrapContainer,.RadMenu .rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners .rmGroup ul.rmGroup{padding:2px 0 0 2px}.RadMenu .rmScrollWrapContainer .rmGroup,.rmScrollWrapContainer .rmGroup .rmGroup,.rmScrollWrapContainer .rmGroup{padding:0}.RadMenu .rmRootGroup .rmItem .rmGroup{padding-bottom:1px}.RadMenu .rmRoundedCorners .rmItem .rmGroup{padding-bottom:0}.RadMenu ul.rmGroup{padding:2px 1px}.RadMenu .rmGroup .rmItem{padding:0}.RadMenu .rmGroup .rmLink,.RadMenu .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu_rtl .rmGroup .rmLink,.RadMenu_rtl .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu .rmGroup .rmText{padding:0 54px 0 28px;margin:0 0 0 4px}.RadMenu_rtl .rmGroup .rmText{padding:0 28px 0 54px;margin:0 4px 0 0}.RadMenu .rmMultiColumn{list-style:none;display:block;position:relative;margin:0;padding:0;zoom:1;box-sizing:content-box}.RadMenu .rmMultiColumn .rmMultiGroup{background:0;border:0;float:left;display:block;position:static}.RadMenu .rmMultiColumn .rmGroupColumn{float:left}.RadMenu_rtl .rmMultiColumn .rmGroupColumn{float:right}*+html .RadMenu_rtl .rmMultiColumn .rmItem{float:left}.RadMenu_rtl .rmSlide .rmHorizontal .rmText{padding:0 11px 0 14px}.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-right:25px}.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-left:25px;padding-right:4px}.RadMenu .rmGroup .rmLeftImage{margin:3px 0 0 6px}*+html .RadMenu .rmGroup .rmLeftImage{margin-left:4px}*+html ul.rmRoundedCorners .rmGroup .rmLeftImage{margin-left:2px}.RadMenu_rtl .rmGroup .rmLeftImage{margin:4px 6px 0 -4px}.RadMenu a.rmImageOnly .rmLeftImage,.RadMenu .rmRootGroup a.rmImageOnly{padding:0;margin:0}.RadMenu .rmRootGroup a.rmImageOnly span.rmText{display:none}*+html .RadMenu .rmImageOnly .rmLeftImage{position:static}*+html .RadMenu_rtl .rmGroup .rmLeftImage{right:0}.RadMenu .rmSeparator,.RadMenu .rmSeparator:after{line-height:0;font-size:0;overflow:hidden}.RadMenu .rmSeparator .rmText{border-style:solid;color:transparent;background-color:transparent}.RadMenu .rmHorizontal>.rmSeparator .rmText,.RadMenu .rmHorizontal>.rmRootScrollGroup>.rmSeparator .rmText{margin:2px;padding:0;width:0;height:20px;border-width:0 1px}.RadMenu .rmVertical>.rmSeparator .rmText,.RadMenu .rmVertical>.rmRootScrollGroup>.rmSeparator .rmText{margin:1px 2px;padding:0;border-width:1px 0;display:block}.RadMenu .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu .rmScrollWrap>.rmVertical>.rmSeparator .rmText{margin-left:31px}.RadMenu.RadMenu_Context .rmGroup .rmSeparator{*overflow:visible}.RadMenu.RadMenu_Context .rmGroup .rmSeparator .rmText{*display:block}.RadMenu_rtl .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu_rtl .rmScrollWrap>.rmVertical>.rmSeparator .rmText,.RadMenu_Context_rtl .rmVertical>.rmSeparator .rmText{margin-left:2px;margin-right:31px}.RadMenu .rmLeftArrow,.RadMenu .rmRightArrow{width:10px;height:24px}.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow{height:10px;width:100%}.RadMenu .rmLink{position:relative}.RadMenu .rmIcon{margin:-8px 0 0 -8px;width:16px;height:16px;background-repeat:no-repeat;text-indent:-999em;display:none;overflow:hidden;position:absolute;left:50%;top:50%}.RadMenu .rmToggle{width:23px;height:23px;overflow:hidden;position:absolute;top:0;left:auto;right:0;margin-right:2px}.RadMenu .rmHorizontal .rmRootLink .rmToggle{margin-left:-12px;float:left;position:relative}.RadMenu .rmHorizontal .rmRootLink .rmIcon{display:block}.RadMenu .rmGroup .rmLink.rmDisabled{box-shadow:none!important}.RadMenu .rmDisabled>.rmToggle{filter:alpha(opacity=40);opacity:.4}.RadMenu .rmPopup{position:relative;padding:4px;padding-right:0;padding-bottom:0}.RadMenu .rmGroup .rmToggle{height:100%;border-left:1px solid transparent}.RadMenu .rmPopup .rmTopFix,.RadMenu .rmPopup .rmBottomFix{background-position:-4px 0}.RadMenu .rmSlide .rmHorizontal .rmTopFix,.RadMenu .rmSlide .rmHorizontal .rmBottomFix{background-image:none}.RadMenu .rmPopup.rmContentTemplate{padding-top:1px}.RadMenu .rmArrow{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.RadMenu_rtl .rmRootLink .rmItem{float:none}.RadMenu_rtl .rmHorizontal .rmRootLink{direction:ltr}.RadMenu_rtl .rmVertical .rmRootLink{zoom:1}.RadMenu_rtl .rmLink{direction:rtl}.RadMenu_rtl .rmtext{zoom:1}.RadMenu_rtl .rmVertical .rmRootLink .rmText{padding:0 0 1px 40px;zoom:1}.RadMenu_rtl .rmToggleHandles .rmText{float:right}.RadMenu_rtl .rmToggle{left:0;right:auto;text-align:left}.RadMenu_rtl .rmHorizontal .rmRootLink .rmToggle{margin-right:-12px;margin-left:2px}.RadMenu_rtl .rmHorizontal .rmRootLink .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmIcon{text-indent:999em;direction:ltr}.RadMenu_rtl .rmSlide .rmLeftImage{right:0}.RadMenu_rtl .rmPopup.rmContentTemplate{padding-left:0;padding-right:4px}.RadMenu_rtl .rmRoundedCorners .rmSlide,.RadMenu_rtl .rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners .rmSlide,.RadMenu_rtl.rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners,.RadMenu_rtl.rmShadows{padding-right:3px}

.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: 100%;
  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%; }

html {
  font-size: 62.5%; }

body {
  background: #fff; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

sup {
  vertical-align: super;
  font-size: 75%; }

sub {
  vertical-align: sub;
  font-size: 75%; }

body {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-size: 1.4rem;
  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: "Raleway";
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #e6852f; }

h2 {
  margin: 0 0 10px 0;
  font-family: "Raleway";
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #e6852f; }

h3 {
  margin: 0 0 10px 0;
  font-family: "Raleway";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #e6852f; }

h4 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #e6852f; }

h5 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #e6852f; }

h6 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #e6852f; }

a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: #ce363c;
  text-decoration: none; }

a:hover {
  color: #e6852f; }

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: "Source Sans Pro";
  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; }

.subpage ul.content-list {
  margin-bottom: 20px !important;
}
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;
  font-size: 1.4rem; }

li {
  margin: 0;
  padding: 0; }

article {
  margin: 0 0 20px 0; }

article > header {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

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;
  font-size: 1.4rem;
  text-align: center; }

a.specialButton {
  display: inline-block;
  outline: 0;
  margin: 0;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  height: 39px;
  background: #e6852f;
  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: #f2d25d; }

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;
  font-size: 1.8rem;
  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 #e6852f;
  padding: 0; }

ul.tabs li {
  display: table;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

ul.tabs li.selected a {
  background: #e6852f;
  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: #1e9781;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle; }

ul.tabs a:hover {
  background: #e6852f; }

div.tabbed-content {
  margin: 0 0 20px 0; }

div.tabbed-content ul.tabs {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

div.tabbed-content > section {
  margin: 0 0 20px 0; }

div.tabbed-content > section > header h2 {
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase; }

div.tabbed-content > section > header a {
  display: block;
  padding: 10px 40px 10px 10px;
  background: #1e9781;
  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;
  font-size: 2.1rem; }

div.tabbed-content > section > header a:hover {
  background: #e6852f;
  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: #e6852f; }

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;
  font-size: 1.4rem; }

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 #1e9781; }

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: "Source Sans Pro";
  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: #e6852f; }

#header {
  padding: 10px 55px 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

#header div.container {
  position: relative; }

#header nav.social-navigation {
  display: none;
  font-size: 25px;
  font-size: 2.5rem; }

#header ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#header ul li {
  margin: 0;
  padding: 0; }

#header a {
  /*font-family: "Source Sans Pro";*/
  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;
  font-size: 4.5rem;
  color: #1e9781;
  line-height: 1; }


#header a.menu.expanded {
  background: #6e6d8a;
  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 #1e9781;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-size: 1.6rem; }

#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 #37b09a;
  background: #1e9781;
  font-size: 16px;
  font-size: 1.6rem; }

#mobile-navigation ul.primary-navigation > li {
  position: relative;
  padding-right: 50px; }

#mobile-navigation ul.primary-navigation > li.expanded > a {
  background: #6e6d8a; }

#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: #6e6d8a; }

#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;
  font-size: 2rem; }

#mobile-navigation ul.primary-navigation a.toggle span {
  display: none; }

#mobile-navigation ul.primary-navigation ul {
  display: none;
  background: #37b09a; }

#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: #6e6d8a; }

#mobile-navigation ul.primary-navigation ul ul {
  margin-left: 25px; }

#mobile-navigation ul.PublishedLinkMenu {
  padding: 10px 0;
  background: #37b09a;
  font-weight: bold;
  color: #fff;
  text-align: center; }

ul.PublishedLinkMenu:after {
  content: '';
  display: block;
  clear: both; }

#mobile-navigation ul.PublishedLinkMenu a:hover {
  background: #6e6d8a; }

.admin_menu, a.admin_menu, a.admin_menu:link, a.admin_menu:visited, a.admin_menu:active {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-decoration: none; }

#utility-navigation a span, #utility-navigation span, #utility-navigation span.phone span {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle; }

#mobile-navigation nav.social-navigation {
  background: #37b09a;
  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: #f2d25d !important; }

#footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase; }

#footer h6 {
  margin: 0 0 20px 0;
  font-family: "Raleway";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #f2d25d;
  text-transform: none; }

#footer a {
  font-weight: normal;
  color: #fff; }

#footer a:hover {
  text-decoration: none;
  color: #e6c446; }

#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: #1e9781; }

#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: #6e6d8a;
  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: #1e9781; }

#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: "Source Sans Pro";
  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: #6e6d8a;
  opacity: 1; }

#banner ol.selector a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1e9781;
  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: "Source Sans Pro";
  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 #1e9781;
    padding: 15px 0;
    min-height: 103px;
    background: #6e6d8a;
    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: #1e9781; }

  #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: #1e9781; }

  #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 #1e9781; }

  #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: #1e9781; }

  #banner div.info a {
    color: #6e6d8a; }

  #banner div.info a:hover {
    color: #e6852f; }


  #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: "Source Sans Pro";
    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: #e6852f; }

  a.navLink {
    display: block;
    padding: 10px;
    font-family: "Raleway";
    font-size: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ce363c;
    font-weight: bold; }

  a.navLink:hover {
    color: #e6852f;
    text-decoration: none; }

  #section-navigation ul.section-navigation li.selected a {
    color: #e6852f; }

  #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: #37b09a;
    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: #f2d25d;
    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 {
    margin: 0 -10px;
    }

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

  #primary-navigation {
    position: relative;
    z-index: 5;
    display: block;
    border-bottom: solid 3px #1e9781;
    background: #1e9781;
    line-height: 1;
    text-align: center; }

  #primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  #primary-navigation ul li {
    margin: 0;
    padding: 0; }

  #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: #6e6d8a; }

  #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: #6e6d8a;
    text-align: left;
    line-height: 1.25; }

  #primary-navigation ul.primary-navigation ul a {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }

  #primary-navigation ul.primary-navigation ul a:hover {
    background: #5b5a74; }

  #primary-navigation ul.primary-navigation a {
    display: block;
    padding: 10px 15px;
    font-family: "Raleway";
    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: #1e9781; }

  #banner div.info a {
    color: #6e6d8a; }

  #banner div.info a:hover {
    color: #e6852f; }

  #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: 200px; }

  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: #6e6d8a; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #6e6d8a; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #6e6d8a; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #5b5a74;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #5b5a74;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #6e6d8a;
  color: #ffffff; }

.telerik_main_menu .rmRootGroup > li:hover > a span {
  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #5b5a74; }

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

.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 .rmText {
  padding: 0px 10px 0px 10px !important; }

.RadMenu .rmGroup .rmText {
  margin-left: 0px !important;
  padding: 8px 10px 8px 10px !important;
  margin-bottom: 4px; }

.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: 200px;
  padding: 0px; }

/*** END OF DROPDOWN MENU STYLES ***/
a#ctl00_lnkGateway {
  text-transform: none;
  text-decoration: none; }

.centerMenu {
  vertical-align: top;
  display: inline-block; }

/*meyersortho*/

 div#template { background: #d9ecfb url("https://www.meyersortho.com/resourcefiles/other/home-bg.jpg") no-repeat center top; overflow-x: hidden}
 div.container {max-width:1180px; padding: 0 20px;}

/* logo */
div#logo { background: none; box-shadow:none; width:auto; height:auto; margin: 0; padding:0; top:0; }
div#logo img {max-height:inherit;}

/* general stylings */
 #content p ,  #content ul,  #content ol,  table td,  #content figcaption { color: #000000; font: 400 16px/30px "Open Sans",Arial; }
 #content h1 {font: 400 48px/48px "Roboto Condensed",sans-serif; color: #1744b3; border: none;}
.homepage #content h1 {padding-bottom: 0}
 #content h2 {font: 400 32px/32px "Roboto Condensed",sans-serif; color:#1744b3; }
 #content h3 {font: 400 28px/28px "Roboto Condensed",sans-serif; color:#1744b3; text-transform: none; }
 #content h4 {font: 400 26px/26px "Roboto Condensed",sans-serif; color: #9D7C4D; text-transform: none; border: none}
 #content h5 {font: 400 24px/24px "Roboto Condensed",sans-serif; color: #1744b3;}
 #content h6 {font: 400 20px/20px "Roboto Condensed",sans-serif;  color: #AA8653;}
 #content a { color: #3468bb; text-decoration: underline; font: 400 16px/30px "Open Sans",Arial;}
 #content a:hover { color: #3468bb; text-decoration: none;}
 #content img.left { max-width: 100%;  border-radius:0px; margin-right:16px; border:3px solid #D8AB72}
 #content img.right { max-width: 100%; border-radius:0px; margin-left: 16px; border:3px solid #D8AB72}
 #content img.border { border-radius: 0px; border-radius:0px; max-width: 100%; border:3px solid #D8AB72}
.homepage #content img.border {border: 3px solid #fff}
 hr { clear:both; border:2px solid #fff; margin:25px 0;}
 aside.callout {border-bottom: none}

/* dd images */
 #content .dd-left img,  #content img.dd-left,  #content .dd-right img,  #content img.dd-right {border:3px solid #D8AB72}

/* sharing */
 #sharing {display:none}

/* content */
 #content {background: #d8ecfa url("https://www.meyersortho.com/resourcefiles/other/interior-content-bg.jpg") no-repeat center top; padding:0; margin: 0; border: 0}
 #content::after {content:""; height:44px; display:block; background:  url("https://www.meyersortho.com/resourcefiles/other/above-footer.jpg") no-repeat center top;}
.homepage #content {background: #d8ecfa url("https://www.meyersortho.com/resourcefiles/other/home-content.jpg") no-repeat center top;}
.homepage #content::after {display:none}
 #content div.container {padding: 50px 20px 80px}
.homepage #content div.container  {max-width: 100%; padding: 50px 0 0}

.homepage div.two-columns > div.left {max-width:1180px; margin: 0 auto; padding: 0 20px 0; float:none;}

/* map */
.homepage div.two-columns > div.right div.locations {max-width:1140px; margin: 0 auto; padding: 0 ; border: 3px solid #979797; background:#1843B3;}
.homepage div.locations div.map {margin-top:20px; margin-bottom:0; height: 270px}
.homepage ul.content-list {display:table;width:100%}
.homepage ul.content-list > li {display:table-cell; border-bottom: none; width:50%; padding:20px 30px}
.homepage ul.content-list > li h3 {font: 400 30px/30px "Roboto Condensed",sans-serif !important; text-transform: uppercase !important; color:#b3d4ff !important;}
.homepage ul.content-list > li h4 {display:none}
.homepage ul.content-list > li p {font: 400 20px/26px "Roboto Condensed",sans-serif !important; color:#fff !important}

/* organization logos */
.homepage aside.callout {background:#98CBFF url("https://www.meyersortho.com/resourcefiles/other/org-stripe.jpg") repeat-x top center; border-bottom:none; padding: 15px 0 5px; margin-top:30px}
.homepage aside.callout .org-logos {display:block; max-width: 1140px; margin: 0 auto}
.homepage aside.callout .indiv-logo {display:inline-block; width:24.5%;text-align:center;}

/* home - 100 % */
.homepage div.two-columns > div.right {padding-left: 0px;}
.homepage div.two-columns > div {width: 100%}
.homepage div.two-columns > div.right > div {margin-bottom: 0;}

/* banner */
.homepage #banner ol.selector {display:none;}
.homepage #banner {border: none; background: none; padding:0}
.homepage #banner div.banner {max-width:1150px; margin: 0 auto }
.homepage #banner div.background {height: 440px }

/* banner text */
.homepage #banner div.info {background:rgba(208,156,87,0.81);filter:none; right:0; left:auto;top:0;bottom:0;max-width:35%; padding:35px;}
	.homepage #banner div.info p {font: 400 35px/40px "Roboto Condensed",sans-serif; color:#fff; text-transform: uppercase}
/* header */
 #header { background: rgba(255,255,255,0.66) url("https://www.meyersortho.com/resourcefiles/other/header-repeat.jpg") repeat-x bottom left;padding:5px 0 18px; border:none; margin: 0}

/* utility nav */
 #utility-navigation {background: none;text-align: right;width: auto;top: 25px;right:40px;left: auto;}
 #utility-navigation a.phone::before,  #utility-navigation span.phone.phone::before {display: none;}
 #utility-navigation a.phone {display: none}
 #utility-navigation ul.PublishedLinkMenu {border-left: none; display:block;}
 #utility-navigation ul.PublishedLinkMenu li {display:block; float:none; border-right: none; margin: 0 0 13px; padding: 0; width: auto;}
 #utility-navigation ul.PublishedLinkMenu li a {font: 700 30px/30px "Roboto Condensed",sans-serif; color: #1744b3; text-transform: none; text-align:right; display:block; padding: 0; }
 #utility-navigation ul.PublishedLinkMenu li a:hover {color: #D5AB61}

 #utility-navigation ul.PublishedLinkMenu li:nth-child(1) a::before {content:"Santa Fe: "; display:inline; font: 400 30px/30px "Roboto Condensed",sans-serif !important; color: #1744b3;  }
 #utility-navigation ul.PublishedLinkMenu li:nth-child(2) a::before {content:"Los Alamos: "; display:inline; font: 400 30px/30px "Roboto Condensed",sans-serif !important; color: #1744b3;  }

 #utility-navigation ul.PublishedLinkMenu  em.fa-phone {display:none;}

/* social header nav */
 #header nav.social-navigation {right:30px; left: auto; top:169px; position:absolute; width: auto;}
 #header nav.social-navigation ul {display:block; float: none; margin: 0 auto; text-align: right;}
 #header nav.social-navigation li a span{ display: none }
 #header nav.social-navigation ul li {width: auto; padding: 0; margin:  0; display:inline-block; float: none}
 #header nav.social-navigation ul li:empty {display:none;}
 #header nav.social-navigation ul li:last-child {margin: 0}

/*social icons*/
header#header nav.social-navigation ul a.fa-facebook{background:#466AA8 none;}
header#header nav.social-navigation ul a.fa-google-plus{background:#DE4B39 none;}
header#header nav.social-navigation ul a.fa-instagram{background:#517fa4 none;}
header#header nav.social-navigation ul a.fa-linkedIn{background:#0C81B9 none;}
header#header nav.social-navigation ul a.fa-pinterest{background:#C52225 none;}
header#header nav.social-navigation ul a.fa-twitter{background:#00aced none;}
header#header nav.social-navigation ul a.fa-youtube-play{background:#bb0000 none;}
header#header nav.social-navigation ul a.fa-blogger{background:#ff6600 none;}
header#header nav.social-navigation ul a.fa-yelp{background:#C41200 none;}
header#header nav.social-navigation ul a.fa-vimeo{background:#56BEFF none;}
header#header nav.social-navigation ul a.fa-vine{background:#0CA87E none;}
header#header nav.social-navigation ul a.fa-angies-list {background:#29A036 none;}

header#header nav.social-navigation ul a.fa-facebook, header#header nav.social-navigation ul a.fa-youtube-play, header#header nav.social-navigation ul a.fa-pinterest, header#header nav.social-navigation ul a.fa-twitter, header#header nav.social-navigation ul a.fa-rss, header#header nav.social-navigation ul a.fa-google-plus, header#header nav.social-navigation ul a.fa-instagram, header#header nav.social-navigation ul a.fa-vimeo, header#header nav.social-navigation ul a.fa-linkedIn, header#header nav.social-navigation ul a.fa-blogger, header#header nav.social-navigation ul a.fa-yelp, header#header nav.social-navigation ul a.fa-vine, header#header nav.social-navigation ul a.fa-angies-list { color: #ffffff !important; text-shadow: none !important; width: 45px; height:45px; font-size: 2.8rem; border-radius: 50%; line-height: 45px; margin:0;}

header#header nav.social-navigation ul a.fa-facebook:hover, header#header nav.social-navigation ul a.fa-youtube-play:hover, header#header nav.social-navigation ul a.fa-pinterest:hover, header#header nav.social-navigation ul a.fa-twitter:hover, header#header nav.social-navigation ul a.fa-rss:hover, header#header nav.social-navigation ul a.fa-google-plus:hover, header#header nav.social-navigation ul a.fa-instagram:hover, header#header nav.social-navigation ul a.fa-vimeo:hover, header#header nav.social-navigation ul a.fa-linkedIn:hover, header#header nav.social-navigation ul a.fa-blogger:hover, header#header nav.social-navigation ul a.fa-yelp:hover, header#header nav.social-navigation ul a.fa-vine:hover, header#header nav.social-navigation ul a.fa-angies-list:hover {background-color:#000 !important; color: #fff !important;  }


/* primary nav */
.homepage #primary-navigation {margin: 0}
 #primary-navigation  { margin: 15px 0 0 0; background: #1843B3; padding:0; text-align: center; height: 80px; border-top: 3px solid #979795; border-bottom: 3px solid #979795;}
 #primary-navigation div.container { }
 #primary-navigation .rmRootGroup {  height: 80px; margin: 0 auto; display: inline-block }
 #primary-navigation .rmRootGroup > li {margin: 0;  padding: 25px 0}
 #primary-navigation .rmRootGroup > li:hover {background: none; }
 #primary-navigation .rmRootGroup > li:hover > a span.rmText {font: 400 26px/26px 'Roboto Condensed', sans-serif; text-transform: uppercase; color: #8cbfff;  text-shadow: none;}
 #primary-navigation .rmRootGroup > li > a { padding:0px 15px !important;}
 #primary-navigation .rmRootGroup > li > a span.rmText {font: 400 26px/26px 'Roboto Condensed', sans-serif; color:#fff; background:none;text-transform: uppercase; padding:0px !important;}
 #primary-navigation .rmRootGroup > li > a:hover span.rmText {  color: #8cbfff; text-shadow: none; transition:all 0.6s ease 0s}
 #primary-navigation .rmRootGroup > li:first-child > a  {padding-left:0px}
 #primary-navigation .rmRootGroup > li:last-child > a {padding-right:0px;border-right:none}

 #primary-navigation .rmRootGroup > li.selected > a {background:none}
 #primary-navigation .rmRootGroup > li.selected > a:hover,
 #primary-navigation .rmRootGroup > li.selected:hover > a span.rmText {font: 400 26px/26px 'Roboto Condensed', sans-serif; color:#fff; text-shadow:none;text-transform: uppercase; }

/* primary nav drop down */
 #primary-navigation .rmGroup {top: 100%; width:300px; background:#68AAFE; box-shadow: none; padding: 15px 0px 25px; }
#primary-navigation .rmGroup li a { text-align: left !important; padding:6px 20px !important;width: 300px !important;box-sizing: border-box; }
 #primary-navigation .rmGroup li a span.rmText {text-align: left !important;font: 400 24px/24px 'Roboto Condensed', sans-serif;color: #fff !important;text-transform:uppercase;padding:0 !important;line-height: 24px!important;}
 #primary-navigation .rmGroup li a:hover {background-color:transparent; color: #1744b3 !important; }
 #primary-navigation .rmGroup li a:hover span.rmText {background-color:transparent; color: #1744b3 !important; }

.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused, .telerik_main_menu .rmGroup a, .telerik_main_menu .rmGroup a span, .rmItem:hover, .telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused, .telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {background: none;}


/* section links */
 #section-navigation {}
 #section-navigation ul.section-navigation {}
 #section-navigation .navWrp {margin: 0 0 10px 0;    padding-left: 0;}
 #section-navigation a {font: 400 24px/24px 'Roboto Condensed', sans-serif;color:#0761a2;text-transform:uppercase;text-decoration: none;padding: 0!important;line-height: 30px!important;}
 #section-navigation .currentpage a  { color:#0A74FF; background: none;}
 #section-navigation a:hover { color:#0A74FF;}
.sitenavl0 {padding:0;}

 div.left-column-container {padding-left:0}
 div.left-column-container > div.left {margin-left:0}

 div.left-column-container > div.left {width: 15%}
 div.left-column-container > div.right {width: 81%}


/* features */
.homepage #features {background: #7CC1FA url("https://www.meyersortho.com/resourcefiles/other/feature-bg.jpg") repeat center top; }
.homepage #features div.container {padding: 30px 0 10px }
.homepage #features div.feature h3 {font: 400 30px/30px 'Roboto Condensed', sans-serif; color: #1744b3; padding: 0; }
.homepage #features div.feature img.border { max-width: 100%; border-radius:0px; border:2px solid #14b7e3; }

.homepage #features div.feature:hover img.border {border:2px solid #ffffff}
.homepage #features div.feature:hover h3 {color:#fff}

.homepage #features div.feature p {clear:both; padding-top:10px; font: 400 16px/27px 'Open Sans', sans-serif; color: #000000; margin-bottom: 0;}
.homepage #features div.feature a.more {font: 400 16px/27px 'Open Sans', sans-serif !important; color: #163FA7; }
.homepage #features div.feature a.more:hover {color: #ffffff; text-decoration: none; }
.homepage #features div.feature a.more::after {display:none;}

.homepage #features div.features > div.feature, .homepage #features div.features > div.iapps-container {padding: 0 20px;}


/* forms*/
 div.form-container {background-color: transparent; padding: 0}
 label {color:#46494a; font: 600 16px/27px 'Open Sans', sans-serif !important;}
 input[type="button"],  input[type="checkbox"],  input[type="radio"] {background-color:#1843B3}
 span.radio-button,  span.checkbox {color:#1843B3}
 span.radio-button.selected,  span.checkbox.selected {color:#1843B3}
 input[type="submit"],  input[type="button"],  input[type="reset"],  button,  a.button {background: #1843B3; font: 600 16px/16px 'Open Sans', sans-serif !important;}
 input[type="submit"]:hover,  input[type="button"]:hover,  input[type="reset"]:hover,  button:hover,  a.button:hover {background: #D2A35B}

/* interior slideshows */
 div.slide-show div.thumbnails section.selected img {border-color: #D2A35B}
 div.slide-show a {text-decoration: none !important}


/* footer top */
 footer#footer { background: #1843B3 url("https://www.meyersortho.com/resourcefiles/other/footer-stripe.jpg") repeat-x top center; padding-bottom:30px;}
#footer ul li {text-align:center; margin: 0}
 footer#footer div.container {padding-bottom:0px;}
 #footer-top { background: none; padding: 0}
 #footer-top h6 {display: none;}
 div#footer-top div.container { max-width:none; }
 #footer-top div.container {padding: 0 }
#footer ul li {text-align:center;}

/*social media icons - footer */
footer#footer nav.social-navigation { width:100%; max-width: 100%; margin-top:0;  text-align:center; padding:0 20px 5px}
footer#footer nav.social-navigation ul {  display:inline-block; max-width: 1200px; margin: 0 auto; padding: 20px 20px 0}
footer#footer nav.social-navigation ul li {margin: 0}
footer#footer nav.social-navigation ul li a { color: #1843B3 !important; text-align: center; font-size:2.8rem !important; line-height:45px; display:block; height:45px !important; width: 45px !important; background:#97D5FE!important; border-radius: 50%;}
footer#footer nav.social-navigation ul li a:hover {background: #fff !important; color: #1843B3 !important; transition: all 200ms ease-out 50ms;}

/* footer sitemap */
 #footer-navigation { background:none; max-width: 100%; width:100%; margin: 0; padding: 2px 0; }
footer#footer nav#footer-navigation ul.footer-navigation { margin:30px auto 0px; width: auto !important; float: none !important;  text-align:center}
footer#footer nav#footer-navigation ul.footer-navigation li {display: inline-block !important; float: none !important; width: auto !important;   padding: 0 15px; }
footer#footer nav#footer-navigation ul.footer-navigation li a {font: 400 24px/24px 'Roboto Condensed', sans-serif; color: #fff;  text-transform: uppercase !important;  }
footer#footer nav#footer-navigation ul.footer-navigation li a:hover {color: #98D6FF;}

/* footer bottom */
 #footer-bottom  {background: none; padding: 0; font: 400 18px/27px "Open Sans",sans-serif !important; text-transform: none;}
 #footer-bottom div.container {padding: 5px 0 10px}
 #footer-bottom p { text-align:center !important; text-transform: none !important; color:#fff!important}
 #footer-bottom p a {font:400 14px/27px "Open Sans",sans-serif !important; color: #c8e4f7; }
 #footer-bottom li span {color: #c8e4f7 !important; font:400 18px/27px "Open Sans",sans-serif; }
 #footer-bottom p a:hover { color:#8bacff; }
 #footer-bottom .locationName { font-weight: bold !important;}
 #footer-bottom p.companyname strong { text-transform: uppercase; color: #98d5ff; font: 700 30px/34px 'Roboto Condensed', sans-serif;}
 #footer-bottom .policy.floatRight { float: none; color: #c8e4f7 !important; margin-top:20px; font: 400 14px/27px "Open Sans",sans-serif !important;}
 #footer-bottom .logo.floatLeft {max-width:230px; background: #fff;margin: 25px auto 0 auto; float:none; text-align:center; }
 #footer-bottom .logo.floatLeft span { font: 400 13px/30px "Roboto Condensed",sans-serif !important; color: #000000}
 .label_skin_corporation {font-size: 14px;}
 #ctl00_lnkGateway {vertical-align: baseline;margin-left: 3px;}

/* responsive menu */
 div#mobile-navigation ul.primary-navigation ul a {background-color: #5BA0A8}

 #mobile-navigation a {font: 600 16px/24px 'Open Sans', sans-serif !important; text-transform: none !important }

div#mobile-navigation {background-color: #FFE54F !important; border: 2px solid #000000}
div#mobile-navigation ul.primary-navigation  {background-color: #2529A6; border-bottom: 2px solid #000000}

div#mobile-navigation ul.utility-navigation  { background-color: #1558A2}
div#mobile-navigation nav.social-navigation  { background-color: #1558A2}
div#mobile-navigation nav.social-navigation ul li a:hover {color: #5A2374 !important}

div#mobile-navigation ul.primary-navigation > li > a:hover { background-color: #2529A6; }
div#mobile-navigation ul.utility-navigation > li > a:hover { background-color: #2529A6; }
div#mobile-navigation ul.utility-navigation > li {color: #ffffff}

/* background of subnav items once collapsed*/
div#mobile-navigation ul.primary-navigation ul a {background-color: #333333 !important;}

/* background color of main menu item, ie: "office" "patient" "treatment"*/
div#mobile-navigation ul.primary-navigation > li.expanded > a {background-color: #2529A6; }
div#mobile-navigation ul.primary-navigation > li.expanded {background-color:#333333}
/*background color of collapsed menu items ON HOVER*/
div#mobile-navigation ul.primary-navigation ul a:hover {background-color: #333333}

div#mobile-navigation ul.utility-navigation > li:first-child {display:none;}

@media screen and (max-width: 1160px) {
.homepage #ctl11_blWidgetLocationAndHours {margin: 0 20px !important}
.homepage aside.callout {padding:15px 20px 5px}
}

@media screen and (max-width: 1060px) {
	.homepage #banner div.info p {font:400 30px/35px "Roboto Condensed",sans-serif}
}

@media screen and (max-width: 990px) {
	/* footer */
	 footer#footer {padding:0 20px 30px}

	/* resize banner*/
.homepage #banner div.background {height: 350px;}

/* menu shows up */
 #header a.menu {display:inline-block !important; background: #2529A6; border-radius: 5px; border-bottom: 2px solid #000; text-shadow: 1px 1px 1px #000; color:#fff; position: absolute; top: 85px !important; right: 0px !important;  left: 0px !important; max-width:230px; width: 100%; float: none; margin: 0 auto; font-size: 18px; font-weight: 600; line-height: 22px; height: auto; padding: 6px 70px}
 #header a.menu span {display: inline-block; float: left; font: 600 22px/24px 'Roboto Condensed', sans-serif ; padding-right:7px;}
 #header a.menu.expanded { background:#2529A6; color: #ffffff;}
 #mobile-navigation {position: absolute; top: 135px; margin: 0 auto; left: 5%; right: 5%; max-width: 90%; z-index:999}

/* bring phone # back - horiz center */
 #utility-navigation {display: inline-block; text-align:center; position:absolute; top:0; right:0; left:0; width: 100%;}
 #utility-navigation ul.PublishedLinkMenu {margin: 0; padding: 0;}
 #utility-navigation ul.PublishedLinkMenu li {display: block; width: 100%; text-align:center !important;}
 #utility-navigation ul.PublishedLinkMenu li a {padding:0}
 #utility-navigation ul.PublishedLinkMenu li a {text-align:center;font:700 20px/20px "Roboto Condensed",sans-serif}
 #utility-navigation ul.PublishedLinkMenu li:nth-child(2) a::before{font:400 20px/20px "Roboto Condensed",sans-serif !important}
 #utility-navigation ul.PublishedLinkMenu li:nth-child(1) a::before {font:400 20px/20px "Roboto Condensed",sans-serif !important}

div#mobile-navigation ul.PublishedLinkMenu li:nth-child(1) a::before {content:"Santa Fe: "; display:inline;}
div#mobile-navigation ul.PublishedLinkMenu li:nth-child(2) a::before {content:"Los Alamos: "; display:inline;}

/* mobile social */
 #mobile-navigation nav.social-navigation a.facebook::after,  #mobile-navigation nav.social-navigation a.youTube::after,  #mobile-navigation nav.social-navigation a.pinterest::after,  #mobile-navigation nav.social-navigation a.twitter::after,  #mobile-navigation nav.social-navigation a.rss::after,  #mobile-navigation nav.social-navigation a.googlePlus::after,  #mobile-navigation nav.social-navigation a.instagram::after,  #mobile-navigation nav.social-navigation a.vimeo::after,  #mobile-navigation nav.social-navigation a.linkedIn::after,  #mobile-navigation nav.social-navigation a.blogger::after,  #mobile-navigation nav.social-navigation a.yelp::after,  #mobile-navigation nav.social-navigation a.vine::after,  #mobile-navigation nav.social-navigation a.angies-list::after {color: #1558A2}

 #mobile-navigation nav.social-navigation a.facebook:hover::after,  #mobile-navigation nav.social-navigation a.youTube:hover::after,  #mobile-navigation nav.social-navigation a.pinterest:hover::after,  #mobile-navigation nav.social-navigation a.twitter:hover::after,  #mobile-navigation nav.social-navigation a.rss:hover::after,  #mobile-navigation nav.social-navigation a.googlePlus:hover::after,  #mobile-navigation nav.social-navigation a.instagram:hover::after,  #mobile-navigation nav.social-navigation a.vimeo:hover::after,  #mobile-navigation nav.social-navigation a.linkedIn:hover::after,  #mobile-navigation nav.social-navigation a.blogger:hover::after,  #mobile-navigation nav.social-navigation a.yelp:hover::after,  #mobile-navigation nav.social-navigation a.vine:hover::after,  #mobile-navigation nav.social-navigation a.angies-list:hover::after {background: #000 !important}

/*interior 100% */
 div.left-column-container > div.right {width: 100%;}
 div.left-column-container > div.left {display:none}
 div.left-column-container {padding-left: 0px}

/* top center */
 #header {padding:10px 0px 40px}
 #header #logo  {width: 100%}
div#logo img  {max-width:500px; max-height:inherit;  margin: 0 auto; position:relative; top: 0; margin-top:150px; }

/* remove util and social nav */
header#header nav.social-navigation {display: none}

/* banner text */
.homepage #banner div.info {position:relative; left:0; background:none; max-width: 100%;}
.homepage #banner div.container {background:rgba(208,156,87,0.81)}

}

@media screen and (max-width: 768px) {

/* resize banner*/
.homepage #banner div.background {height: 300px; }

/* top center */
 #header #logo  {width: 100%}

/* org logos*/
.homepage aside.callout .indiv-logo {width:49.5%}
}

@media screen and (max-width: 600px) {
/* resize banner*/
.homepage #banner div.background {height: 250px; }
/* resize logo*/
div#logo img {max-width: 100%}

/* map */
.homepage ul.content-list > li {display:block; width: 100%}

.homepage #banner div.info p {font:400 24px/29px "Roboto Condensed",sans-serif}
}

@media screen and (max-width: 500px) {
/* resize banner*/
.homepage #banner div.background {height: 200px; }

/* resize photos */
 #content img.right,  #content img.left ,  #content img.border{ max-width: 50%; }


/* resize text */
 #content h1 {font: 400 38px/38px "Roboto Condensed",sans-serif; color: #1744b3; border: none;}
}

@media screen and (max-width: 360px) {
/* resize banner*/
.homepage #banner div.background {height: 150px; }

/* org logos*/
.homepage aside.callout .indiv-logo {width:100%}
}


div.slider section:nth-child(2) {display:none !important;}
.homepage #content .embedded-reviews-slider {margin-bottom:0 !Important;}

.homepage .locations.top-map {    height: 20px; border-bottom: 0 !important;}
.homepage .locations.bottom-map { border-top:0 !important;}
.homepage #ctl00_ContentPlaceHolder1_ctl19_divView {  width:1140px !important; margin:auto; border: 3px solid #979797; border-top:0 !important; border-bottom: 0 !important; box-sizing:border-box;}

@media screen and (max-width:1140px) {
.homepage #ctl00_ContentPlaceHolder1_ctl19_divView, .homepage div.two-columns > div.right div.locations {width:96% !important; margin:0 10px; box-sizing:border-box;}

}

div.subpage #content .ptl_page, div.subpage #content .ptl_col_1, div.subpage #content .ptl_portlet_vertical {
overflow: visible!important;
}

.subpage #content .iapps-container-container {margin-bottom:20px !important;}

/* Map Styling */
.mapMarkClass h1 {
    font-size: 28px!important;
    margin-bottom: 5px;
    line-height: 1!important;
}
.mapMarkClass {
    font-size: 16px!important;
}

.mapMarkClass a {
    text-decoration: none!important;
    font-weight: bold!important;
}
div#ctl00_ContentPlaceHolder1_ctl13_map {
    border: solid 1px #e2e4e8;
    margin-bottom: 20px!important;
}

/* Dear doctor styling */
#template .dd-article .dd-title {
    font-weight: normal;
}
#template .dd-left { margin: 5px 20px 10px 0; }
#template .dd-right { margin: 5px 0 10px 20px; }

/*** Mobile Menu Fix ***/

/* Font */
.mm-list > li > a, .mm-list > li > span {
  font: 600 16px/24px 'Open Sans', sans-serif !important;
  color: #fff;
  text-transform:  none !important; 
  white-space: normal !important; 
}

/* Background colour */
.mm-ismenu {
    background-color: #2529A6;
    border: 2px solid #000000;
}

/* Level 2 background */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: #333333; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Publish links and social icons background colour */
.footer-mobile {
    background: #1558A2;
    text-align: center;
    padding-top: 10px; 
   border-top: 2px solid #000000 !important;
}

/* height fix when extended */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 36px;
}

/* Icon when extended */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    transform: none;
    top: auto;
    right: auto;
    content: '\f146';
}

/* Icon normal state */
.mm-list a.mm-subopen:after {
    border: none;
    right: auto;
    content: '\f0fe';
    font-size: 20px !important;
    font-family: fontawesome;
    transform: none !important;
    margin: auto !important;
    left: 25%;
}

/* Publish Links and Social Icon Styling */

.footer-mobile a {
  padding: 10px 10px 10px 0;
  font: 600 16px/24px 'Open Sans', sans-serif !important;
  color: #fff;
  text-transform:  none !important; 
}

.footer-mobile li[id*="pl_"] a {
    text-decoration: none !important;
    display: block;
    font: 600 16px/24px 'Open Sans', sans-serif !important;
    color: #fff;
    text-transform:  none !important; 
}

.footer-mobile li[id*="pl_"] a:hover {
   color: #FFFFFF ;
}

.footer-mobile li[id*="pl_"] em.fa.fa-phone {
    display: none;
}

.footer-mobile ul.clearfix {
    padding: 0;
    text-align: center;
    margin-left: 0 !important;
}

.footer-mobile ul.clearfix li {
    display: inline-block;
    margin: 20px 3px;
   margin-top: 10px !important;
}

.footer-mobile ul.clearfix li:empty {
    display: none;
}

.footer-mobile ul.clearfix li a {
    color: #1558A2 !important;
    background: #ffffff none;
    border-radius: 50%;
    /*font-size: 28px;*/
    font-size: 1.8rem !important;
    font-weight: normal;
    vertical-align: 0.1em;
    height: 30px;
    width: 30px;
    line-height: 1.7 !important;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-family: "Fontawesome" !important;
}

.footer-mobile li[id*="pl_"] a {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
}


.footer-mobile ul.clearfix li {display: inline-block;
    margin: 20px 15px;}

a.mm-subopen {background: none !important;}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {background: none !important;}

div.footer-mobile li#pl_599840 a:before {content: "Santa Fe:"; font: 600 16px/24px 'Open Sans', sans-serif !important;
    color: #fff;
    text-transform:  none !important; }

div.footer-mobile li#pl_599844 a:before {content: "Los Alamos:"; font: 600 16px/24px 'Open Sans', sans-serif !important;
    color: #fff;
    text-transform:  none !important; }

/*ul.mm-list li:nth-child(6) {border-bottom: 2px solid #000000 !important;}*/

/* End of Mobile Menu Fix */ 


.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; }
}
.review__body .review__open__full__review {
	color: #5F7772 !important;
}
.ptl_portlet_vertical .embedded-reviews-slider__prev_next {
	color: #526661 !important;
}
.review__header .review__meta {
  color: #5F7772 !important;
}
.error-message {
    color: #f00 !important;
}
.review__header .review__expand {
	opacity: 1 !important;
	filter: opacity(0.5);
}
#back-to-top {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 125px;
    width: 60px;
    height: 60px;
	z-index:9999;
    background: #eee;
    border: 1px solid #ccc;
    cursor:pointer;
    box-shadow:1px 1px 1px rgba(0,0,0,.25);
    -webkit-transition:opacity .3s ease-in;
    -moz-transition:opacity .3s ease-in;
    -o-transition:opacity .3s ease-in;
    transition:opacity .3s ease-in;
}
#back-to-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #333;
    margin: -10px 0 0 -10px; 
}

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

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

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

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

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

@media screen and (min-width: 768px) {
    #back-to-top.fade { opacity:1; }
}
@media screen and (min-width: 990px) {
    
 .jump-link {
    display: block;
    margin-top: -170px;
    padding-bottom: 170px;
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

/*Dear Doctor Mobile Fixes*/
@media screen and (max-width:445px) { 
#template .dd-article .dd-left, #template #ddcontent .dd-article .dd-left a img, #ddcontent p img.dd-right, #ddcontent p img.dd-left, #template .dd-left img, #template .dd-right img, #ddcontent img.dd-right, #ddcontent img.dd-left, #template a.dd-lightbox { width:100%; max-width:none;margin:10px 0;  }
}
.PO-wrapper.PO-tabAccordion {
  border: none;
  margin-bottom: 20px;
  position:relative;
  z-index:1;
}

.PO-tabAccordion .scrtabs-tabs-fixed-container, .PO-tabAccordion .scrtabs-tab-container {
  height: auto;
}

.TA-tabs {
  margin: 1em 0 3em;
}

.PO-tabAccordion .scrtabs-tab-container {
  /* border-bottom: 2px solid #eeeeee; */
}

.TA-nav {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.TA-nav:after, .PO-tabAccordion .scrtabs-tab-container:after {
  content: '';
  display: block;
  clear: both;
}

.TA-nav-tabs > li {
  position: relative;
  float: left;
  z-index: 1;
}

.TA-nav > li {
  position: relative;
  display: block;    z-index: 6;
}

.TA-nav-tabs > li > a {
  float: left;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  top: 2px;
  border: 2px solid transparent;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  margin: 0 5px 0 0;
  color: #333333 !important;
  white-space: nowrap!important;
}



.TA-nav-tabs > li.active > a {
  color: #333;
  border-color: #999;
  border: 2px solid #eeeeee;
}

.TA-nav-tabs > li > a:hover {
  background-color: #EAEFF0; /*default blue*/
  color: #333333;
  text-decoration: none;
}

.TA-nav-tabs > li.active > a:after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 3px;
  background: #1d2228;
  position: absolute;
  top: -3px;
  left: -2px;
}

.TA-nav-tabs > li > a:before {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 2px;
  background: #eeeeee;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.TA-nav-tabs > li.active > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.TA-tab-content {
  position: relative; /*for z-index*/
  display: block;
  visibility: visible;
  clear: left;
  z-index: 5;
  color: #333;
  border-top: 0;
}

.TA-tab-content > .active {
  display: block;
}
.TA-tab-content .map-address {
    max-width: 180px;
}
.TA-tab-content > .tab-pane {
  display: none;
  padding: 20px;
}

.TA-tab-content .accordionTabHead.active em:before {
  content: "\f068";
}

.TA-tab-content .accordionTabHead {
  margin-top: 5px;
  position: relative;
}

.TA-tab-content .accordionTabHead > a {
  display: block;
  box-sizing: border-box;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  width: 100%;
  border: 2px solid #eeeeee;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  color: #333333 !important;
  font-size: 16px;
}

.TA-tab-content .accordionTabHead > a {
  text-decoration: none;
}

.TA-tab-content .accordionTabHead > a:hover {
  background-color: #EAEFF0;
}

.TA-tab-content .accordionTabHead.active a {
  border-bottom: 0;
}

.tab-pane {
  position: relative;
}

.TA-tab-content.TA-accordionMode {
  border: none;
}


.TA-tab-content.TA-accordionMode .tab-pane {
  border: 2px solid #EEEEEE;
  border-top: none;
  background: #ffffff;
}

.TA-tab-content > .tab-pane {
  background: #ffffff;    
}

.TA-tab-content .active.accordionTabHead:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  left: 0;
  top: 0;
  background: #1d2228;
}

.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  left: -2px;
  top: 0;
  background: #1d2228;
}

.TA-accordionMode .TA-tab-content {
  border: none!important;
}

.TA-tab-content .accordionTabHead em {
  float: right;
}

.PO-wrapper.PO-tabAccordion {
  background: transparent;
}
.PO-wrapper {
  font-family: Arial !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin: 0 auto;
  border: 3px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.here_marker .pin-icon {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
}

.here_marker.home > div, .ms-map .here_marker.here_marker-1 > div {
  /*background-image: url(https://www.meyersortho.com/resourcefiles/other/google-maps-pin.svg);*/
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.here_marker.here_marker-1 {
  font-size: 0 !important;
}
.H_ib_body {
  min-width: 280px;
  right: -110px !important;
  padding: 0 0 10px;
  bottom: 5.5em !important;
}
.H_ib_tail {
    right: -1px;
    top: -51px;
}
.H_ib_content{ margin: 6px 28px 6px 16px !important;}


.TA-tab-content{
  position: relative;
  display: block;
  visibility: visible;
  clear: left;
  z-index: 5;
  color: #333;
  /*border: 2px solid #eeeeee;*/
}
.mapboxes{margin-bottom: 20px;}

/*
.homepage .H_ib_body{display:none !Important}
.homepage .H_ib_tail{display:none !Important}*/
.homepage .H_l_horizontal .H_ctl{display:none !Important}
.homepage .H_l_bottom.H_l_right{display:none !Important}


 svg.H_icon_ex {
    width: 23px;
    height: 16px;
    fill: #21426b;
    display: inline-block;
    margin: auto;    
    padding-top: 0;    
}
/*.TA-tab-content .tab-pane div > div:nth-child(3) {
    width: 28%;
}*/
.ptl_portlet_vertical.map-end p {
    width: 28%;
}
.PO-tabAccordion .scrtabs-tabs-fixed-container {
	margin-top: 20px;
}
.PO-wrapper.PO-tabAccordion {
  border: none;
  margin-bottom: 20px;
}
.PO-wrapper {
    font-family: Arial !important;
  font-size: 16px;
    margin: 0px auto;
    border: 3px solid #1d2228;
    box-sizing: border-box;

}
.PO-tabAccordion .scrtabs-tabs-fixed-container, .PO-tabAccordion .scrtabs-tab-container {
  height: auto;
}


.TA-tabs {
  margin: 1em 0 3em;
}

.PO-tabAccordion .scrtabs-tab-container {
  /* border-bottom: 2px solid #eeeeee; */
}

.TA-nav {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.TA-nav:after, .PO-tabAccordion .scrtabs-tab-container:after {
  content: '';
  display: block;
  clear: both;
}

.TA-nav-tabs > li {
  position: relative;
  float: left;
  z-index: 1;
}

.TA-nav > li {
  position: relative;
  display: block;
}

.TA-nav-tabs > li > a {
  float: left;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  top: 2px;
  border: 2px solid transparent;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  margin: 0 5px 0 0;
  color: #333333 !important;
  white-space: nowrap!important;
}



.TA-nav-tabs > li.active > a {
  color: #333;
  border-color: #999;
  border: 2px solid #eeeeee;
}

.TA-nav-tabs > li > a:hover {
  background-color: #EAEFF0; /*default blue*/
  color: #333333;
  text-decoration: none;
}

.TA-nav-tabs > li.active > a:after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 3px;
  background: #1d2228;
  position: absolute;
  top: -3px;
  left: -2px;
}

.TA-nav-tabs > li > a:before {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 2px;
  background: #eeeeee;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.TA-nav-tabs > li.active > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.TA-tab-content {
  position: relative; /*for z-index*/
  display: block;
  visibility: visible;
  clear: left;
  z-index: 5;
  color: #333;
  border: 2px solid #eeeeee;
  border-top: 0;
}

.TA-tab-content > .active {
  display: block;
}

.TA-tab-content .tab-pane {
  display: none;
  padding: 20px;
}

.TA-tab-content .accordionTabHead.active em:before {
  content: "\f068";
}

.TA-tab-content .accordionTabHead {
  margin-top: 5px;
  position: relative;
}

.TA-tab-content .accordionTabHead  a {
  display: block;
  box-sizing: border-box;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  width: 100%;
  border: 2px solid #eeeeee;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
  color: #333333 !important;
  font-size: 16px;
  font-family: Arial !important;
}

.TA-tab-content .accordionTabHead  a {
  text-decoration: none;
}

.TA-tab-content .accordionTabHead  a:hover {
  background-color: #EAEFF0;
}

.TA-tab-content .accordionTabHead.active a {
  border-bottom: 0;
}

.tab-pane {
  position: relative;
}

.TA-tab-content.TA-accordionMode {
  border: none;
}


.TA-tab-content.TA-accordionMode .tab-pane {
  border: 2px solid #EEEEEE;
  border-top: none;
  background: #ffffff;
}

.TA-tab-content > .tab-pane {
  background: #ffffff;    
}

.TA-tab-content .active.accordionTabHead:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 0px);
  position: absolute;
  left: 0;
  top: 0;
  background: #1d2228;
}

.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  position: absolute;
  left: -2px;
  top: 0;
  background: #1d2228;
}

.TA-accordionMode .TA-tab-content {
  border: none!important;
}

.TA-tab-content .accordionTabHead em {
  float: right;
}

.PO-wrapper.PO-tabAccordion {
  background: transparent;
}


.tab-pane{display:none;}
.js-acc-item.active .tab-pane{display:block;}
#cke_editor1 {width:auto}

.cke_skin_kama .cke_wrapper 
{background-color:transparent;
background-image:none;
padding:0px;
margin:0px;
}

.cke_show_borders #fact-box {
  margin-top: 0px;
}

body.cke_show_borders{background:none !important}
body.cke_show_borders a {text-decoration:none  !important; list-style:none;}


.cke_skin_kama .cke_wrapper {}

#cke_editor1 {border:1px dashed !important; padding-left:2px;padding-right:2px;}


#cke_top_editor1,
#cke_bottom_editor1 {background-color:#FCFCFC}
.cke_skin_kama .cke_wrapper {}
.slider-imgpart.slider-imgpart-right .ms_cms_editbar {
	right: 0;
}
#ms_cms_btneditcarouselcontent,
#ms_cms_btneditcarouselsnippet {
    display: none;
}

/*cache version*/