
 /* 
-------cacheFileName----------
 key1D8A8F02216F4B3E8D4BCAE8D73AF6D4439C201A2D7487DA52CE822F01AE0473#2025-07-03T13--30--27 */ 

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: rgba(255, 255, 255, 0);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
  background: #333333;
}
.mm-menu {
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/*.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}*/
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}
/*
jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mm-header .mm-prev, .mm-header .mm-next {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.mm-header .mm-prev:before, .mm-header .mm-next:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -15px;
}
.mm-header .mm-prev {
  left: 0;
}
.mm-header .mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 22px;
}
.mm-header .mm-next {
  right: 0;
}
.mm-header .mm-next:before {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-prev:before, .mm-menu.mm-hassearch .mm-header .mm-mext:before {
  margin-bottom: -10px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px;
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
  background: inherit !important;
  opacity: 0.97;
  height: 25px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
  background: inherit;
  width: 100%;
  position: absolute;
  left: 0;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
  padding-top: 25px;
}
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
.mm-list > li.mm-collapsed {
  display: none;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
/*
jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2;
}
.mm-search input {
  border: none;
  border-radius: 15px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px;
}
.mm-menu li.mm-noresults:after {
  border: none;
}
.mm-menu.mm-noresults li.mm-noresults {
  display: block;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px;
}
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
/*
jQuery.mmenu fullscreen extension CSS
*/
html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%;
}
.mm-menu.mm-fullscreen {
  width: 100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px;
  }
  html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px;
  }
  html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px;
  }
}
.mm-menu.mm-top.mm-fullscreen {
  height: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px;
  }
}
.mm-menu.mm-right.mm-fullscreen {
  width: 100%;
}
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px;
  }
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px;
  }
}
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px;
  }
}
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px;
  }
}
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px;
  }
}
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px;
  }
}
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px;
  }
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%;
}
html.mm-top.mm-opened .mm-page, html.mm-top.mm-opened #mm-blocker {
  top: 0%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top, html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker, html.mm-right.mm-opened .mm-fixed-top, html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto;
}
.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0;
}
html.mm-bottom.mm-opened .mm-page, html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-top, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0;
}
.mm-menu.mm-top {
  height: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px;
  }
}
.mm-menu.mm-right {
  width: 80%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px;
  }
}
.mm-menu.mm-bottom {
  height: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px;
  }
}
/*
jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform;
}
html.mm-front .mm-page, html.mm-front #mm-blocker {
  z-index: 0;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%;
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0;
}
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%;
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto;
}
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%;
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0;
}
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px;
  }
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px;
  }
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px;
  }
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px;
  }
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}
/*
jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-light {
  background: #f3f3f3;
}
.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-white {
  background: white;
}
.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.08);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-ismenu.mm-black {
  background: black;
}
.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 900px) {
  #menubar {
    margin-bottom: 33px;
    position: relative;
    height: 40px;
    background: #1f1f1f
  }
}
#menubar .inner-bar, #menubar .inside-padding {
  height: 100%;
  box-sizing: border-box
}
#menubar #mobile-bar {
  display: none !important
}
#menubar #mobileNav {
  display: none;
  justify-content: center;
  align-items: center;
  display: none;
  color: #fff;
  width: 120px;
  height: 100%;
  float: right;
  background: #1f1f1f;
  width: 100%;
  padding: 5px;
  box-sizing: border-box
}
@media screen and (max-width: 900px) {
  #menubar #mobileNav {
    display: flex
  }
}
#menubar #mobileNav span {
  display: block;
  padding-left: 10px
}
@media screen and (max-width: 600px) {
  #menubar #mobileNav span {
    display: none
  }
}
#menubar #mobileNav:focus {
  box-shadow: none;
  outline: none;
  background: #060606;
  box-shadow: inset 0 0 0 2px #fff;
}
#menubar #mobileNav:hover span, #menubar #mobileNav:focus span {
  background: transparent !important;
  color: #fff !important
}
#menubar #mobileNav .hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  pointer-events: none;
  background-color: #fff
}
#menubar #mobileNav .hamburger .bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  transition: top .2s .2s, left .1s, background-color .2s .1s, -webkit-transform .2s;
  transition: top .2s .2s, left .1s, transform .2s, background-color .2s .1s;
  transition: top .2s .2s, left .1s, transform .2s, background-color .2s .1s, -webkit-transform .2s
}
#menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
#menubar #mobileNav .hamburger .bar:before {
  top: .5rem
}
#menubar #mobileNav .hamburger .bar:after {
  top: -0.5rem
}
#menubar #mobileNav.expanded .hamburger .bar {
  background-color: transparent !important
}
#menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
  top: 0;
  transition: background-color .2s, top .2s, left .2s, -webkit-transform .2s .15s;
  transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
  transition: background-color .2s, top .2s, left .2s, transform .2s .15s, -webkit-transform .2s .15s;
  background-color: red !important
}
#menubar #mobileNav.expanded .hamburger .bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#menubar #mobileNav.expanded .hamburger .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#menubar .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #313131;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding: 10px 0;
  z-index: 999999
}
@media screen and (min-width: 901px) {
  #menubar .mobile-nav-items {
    display: none !important
  }
}
#menubar .mobile-nav-items * {
  box-sizing: border-box
}
#menubar .mobile-nav-items ul {
  margin: 0;
  padding: 0
}
#menubar .mobile-nav-items ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative
}
#menubar .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #313131;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%
}
#menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus, #menubar .mobile-nav-items ul li a.expanded {
  text-decoration: none
}
#menubar .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none
}
#menubar .mobile-nav-items ul li .subnav-items li {
  position: relative
}
#menubar .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid rgba(255, 255, 255, .5);
  font-weight: 400
}
#menubar .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5)
}
#menubar .mobile-nav-items ul li .subnav-items.level1 {
  background: #242424
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #242424
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
  padding-left: 30px
}
#menubar .mobile-nav-items ul li .subnav-items.level2 {
  background: #181818
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #181818
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
  padding-left: 50px
}
#menubar .mobile-nav-items ul li.has-child a {
  width: calc(100% - 40px);
  border-right: 1px solid rgba(0, 0, 0, .3)
}
#menubar .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none
}
#menubar .mobile-nav-items ul li.has-child .subnav:before {
  font-family: "Fontawesome" !important
}
#menubar .mobile-nav-items ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3)
}
/*
* jQuery FlexSlider v2.7.2
* https://www.woocommerce.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('/fonts/flexslider-icon.eot');
    src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover {
    outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0 0 0;
    background: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    /*font-size: 40px;*/
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
.flexslider .slides img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.topSliderWrapper {
    background: rgba(0, 0, 0, 0);
}
.photoGallery {
    text-align: left;
    margin: 10px 0px 0px 0px;
}
.imagesSection {
    width: 100%;
}
.galleryContainer {
    font-family: Arial;
    max-width: 750px;
    border: 3px solid #1d2228;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.galleryBreadcrumb {
    background: #1d2228;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    font-weight: 600;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
body .photoGallery .galleryBreadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
body .photoGallery .galleryBreadcrumb a:hover, body .photoGallery .galleryBreadcrumb a:focus {
    text-decoration: underline;
}
body .photoGallery .galleryBreadcrumb > div {
    display: table-cell;
    vertical-align: middle;
}
.link {
    padding: 5px;
}
.link:hover {
    cursor: pointer;
    background: #49545F;
    border-radius: 3px;
    display: inline-block;
}
.gallerySettings {
    background: #2E353E;
    color: #ffffff;
    padding: 6px;
    font-size: 12px;
}
.gallerySettings span {
    display: inline-block;
    margin: 0px;
    font-size: 12px;
}
.gallerySettings a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    transition: background 0.2s ease-in-out;
}
.gallerySettings a:hover {
    background: #49545F;
    border-radius: 3px;
}
.galleryName {
    font-weight: bold;
}
.galleryTop {
    background: #EAEFF0;
    text-align: left;
}
.galleryBorderBottom {
    border-bottom: 4px solid #a8a9ab;
}
.galleryTitle {
    font-weight: 600;
    font-size: 30px;
    padding: 15px 15px 10px 15px;
}
.galleryDesc {
    font-size: 15px;
    text-align: left;
    padding: 0px 15px 15px;
    color: #606060;
}
.galleryTitle input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #cccccc;
}
.galleryDesc textarea {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    font-size: 15px;
    color: #606060;
    min-width: 100%;
    min-height: 80px;
    border: 1px solid #cccccc;
}
.textAreaEntry {
    width: 100%;
    height: 75px;
    resize: none;
    margin: 10px 0px 5px 0px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.textEntry {
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.captionCharactersCount {
    text-align: right;
    position: relative;
    top: -30px;
    right: 7px;
    color: rgb(170, 170, 170);
}
.errorSection {
    padding: 5px;
    border-color: Red;
    background-color: lightyellow;
}
.errorBg {
    background-color: lightyellow;
}
.galleryActions {
    padding: 0px 15px 15px 15px;
}
.galleryAlbumNav {
    background: #1d2228;
    color: #ffffff;
    text-align: center;
    float: right;
    width: 250px;
}
.galleryAlbumNavLink {
    color: #ffffff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.galleryAlbumNavLink:hover {
    text-decoration: underline;
}
.gap {
    margin: 0px 0px 0px 15px;
}
.galleryDetails {
    color: #606060;
    padding: 0px 15px 15px 15px;
    font-size: 14px;
}
.galleryDetails span {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    font-size: 18px;
}
.galleryItems {
    height: 580px;
    overflow: auto;
    padding: 15px 15px 15px 15px;
}
.galleryItems ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px !important;
}
.galleryItems ul li {
    margin: 1%;
    float: left;
    vertical-align: top;
    width: 31.333334%;
}
.infiniteScroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.noAlbums {
    display: none;
}
.albumsList li {
    cursor: pointer;
}
.imagesList li {
    cursor: pointer;
}
.galleryImage {
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: transform 0.2s ease-in-out;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #cccccc;
    font-size: 16px;
}
.galleryImage:hover, .galleryImage:focus {
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
    font-size: 16px;
}
.galleryImage:hover .fa.fa-arrows-alt, .galleryImage:focus .fa.fa-arrows-alt {
    opacity: 1;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.galleryImage:hover:active .fa.fa-arrows-alt {
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
.galleryImage > .fa.fa-arrows-alt {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(29, 34, 40, 0.5);
    font-size: 25px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.galleryImage > .fa-arrows-alt:before {
    content: "\f0b2";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
}
.albumTitle {
    background: rgba(29, 34, 40, 0.74);
    position: absolute;
    top: 0;
    left: calc(-100% - 1px);
    height: 100%;
    width: 100%;
    display: table;
    transition: all 0.2s ease-in-out;
}
.albumTitle > span {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 35px;
}
.galleryImage:hover .albumTitle, .galleryImage:focus .albumTitle {
    left: 0px;
}
.addAlbum {
    cursor: pointer;
}
.addAlbum .albumTitle {
    background: #1d2228;
    left: 0px;
}
ul.galleryToolbar li {
    text-align: center;
    width: auto;
    display: inline;
    float: right;
}
ul.galleryToolbar li.albumReorder {
    float: left;
    cursor: move;
}
ul.galleryToolbar {
    display: block;
    margin-top: 0px;
    position: absolute;
    top: -45px;
    left: 0px;
    width: 100%;
    background: #1d2228;
    color: #ffffff;
    transition: top 0.2s ease-in-out;
    z-index: 2;
}
.galleryImage:hover ul.galleryToolbar {
    top: 0px;
}
ul.galleryToolbar li span {
    font-size: 20px;
    width: 25px;
    line-height: 25px;
    margin: 5px 0px 5px 0px;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}
ul.galleryToolbar li span:hover {
    background: #49545F;
}
ul.galleryToolbar li:first-child span {
    margin: 5px 0px 5px 5px;
}
ul.galleryToolbar li:nth-child(2) span {
    margin: 5px 5px 5px 0px;
}
.galleryActions {
    padding: 0px 15px 15px 15px;
}
.noImage {
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
    color: #cccccc;
}
.item {
    position: relative;
}
.coverImageLabel {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    display: table-cell;
    vertical-align: bottom;
    padding: 15px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 35px;
    text-shadow: 0px 0px 5px #606060;
}
.modeHeading {
    font-weight: bold;
}
.indent1 {
    padding-left: 25px;
}
.indent2 {
    padding-left: 30px;
}
.indent3 {
    padding: 3px;
    padding-left: 45px;
}
.smallNumSelect {
    width: 40px;
}
.padRight {
    padding-right: 25px;
}
.popoverContent {
    position: relative;
    left: 10px;
    top: 10px;
    display: inline-block;
    width: 1px;
}
.webui-popover {
    z-index: 1000000 !important;
}
.right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}
.left {
    text-align: left !important;
}
.ui-widget-overlay.ui-front {
    z-index: 12000 !important;
}
.spinnerImage {
    display: block;
    margin: 0px auto !important;
    padding-top: 80px;
}
.plupload-modal-dialog .ui-dialog-titlebar {
    font-size: 1em;
}
.ui-button {
    padding: 4px !important;
}
.imgEditImage {
    max-height: 400px;
    max-width: 700px;
}
#Uploader_filelist {
    height: 140px;
}
.plupload_header_content {
    height: 30px;
    padding-left: 10px;
}
.plupload_logo {
    display: none;
    width: 0;
    height: 0;
    position: static;
}
.plupload_header_content {}
ul.photoCount {
    display: inline-block;
    list-style-type: none;
    height: 8px;
    padding: 0px;
    margin: 0px;
}
ul.photoCount li {
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1px solid #dddddd;
    margin: 0px 2px 0px 0px;
    padding: 0;
    background-color: #eeeeee;
}
.photoLoaded {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.intro {
    padding: 5px;
}
.imagePreview {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    width: 800px;
    padding: 5px;
    text-align: center;
}
.photosInAlbum {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0px 10px;
}
.photoGalleryOffScreen {
    position: absolute;
    top: -10000px;
    left: -10000px;
}
.valMsg {
    color: Red;
    display: none;
    font-size: 12px;
    text-align: right;
    position: relative;
    top: -33px;
    padding-right: 20px;
    display: inline-block;
    float: right;
}
.redOutline {
    outline-color: Red !important;
    border-color: Red ! important;
}
.fancybox-nav span {
    visibility: visible !important;
}
.nextprev {
    display: block;
    width: 36px;
    height: 34px;
}
@media screen and (max-width: 600px) {
    body .photoGallery .galleryBreadcrumb {
        width: 100%;
    }
    body .photoGallery .galleryBreadcrumb > div {
        display: block;
    }
    .galleryAlbumNav {
        width: 100%;
        margin-top: 10px;
    }
}
.photoGallery .flexslider:hover .flex-direction-nav .flex-prev:hover, .photoGallery .flexslider:hover .flex-direction-nav .flex-next:hover {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.8);
}
.fancybox-skin { padding-bottom: 25px !important; }

/*- SLIDER CONTROLS -*/
.slideShowButton {
  position: absolute;
  z-index: 99;
}
.slideShowButton em {
  width: 50px;
  height: 50px;
  background: rgba(29, 34, 40, 0.8);
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.slideShowButton em:hover {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 22px !important;
}
.expand {
  top: 0px;
  right: 0px;
}
.quote {
  bottom: 0px;
  left: 0px;
}
.slideShowCaption {
  display: none;
  background: rgba(29, 34, 40, 0.8);
  color: #ffffff;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
}
.sliderImage {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.topSliderWrapper {
  position: relative;
  background: #EAEFF0;
  padding: 10px;
}
.sliderThumb {
  background-size: cover;
  background-position: center center;
  width: 120px;
  height: 120px;
  margin: 5px 10px 5px 0px;
}
.sliderThumb:last-child {
  margin: 5px 0px 5px 0px;
}
.sliderThumbs.flexslider {
  margin: 0px 15px 15px 15px;
}
.sliderThumbs .sliderThumb {
  opacity: 0.5;
  cursor: pointer;
}
.sliderThumbs .flex-active-slide .sliderThumb, .sliderThumbs .sliderThumb:hover {
  opacity: 1;
}
.bump {
  /*display: inline-block;*/
  vertical-align: middle;
  height: 100%;
}
.flexslider .slides img {
  vertical-align: middle;
  min-height: 375px;
	object-fit: contain;
}
.flexslider.fade .slides img {
  left: -4px;
  position: relative;
}
.caption {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 100px;
  min-height: 40px;
  border: 0px;
  margin: 0px;
  padding: 10px 10px 10px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  overflow-y: auto;
}
.captionText {
  color: white;
}
.viewCaptionIcon {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 0px;
  margin: 0px;
  padding: 5px;
  background-color: red;
  z-index: 5100;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: black;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: 1px 1px 2px;
  cursor: pointer;
}
/*Mike's tweaks:*/
.quote {
  width: 100%;
  overflow-y: auto;
}
body .photoGallery .flex-direction-nav a {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.8);
}
.sliderTop ul li a {
  cursor: default;
}
.sliderThumbs ul li {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .flexslider.sliderThumbs {
    display: none;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 12030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.wilbornortho.com/resourcefiles/other/fancybox-sprite.png');
   
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 12060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url('fancybox_loading.gif') center center no-repeat;*/
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 12040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('blank.gif'); /* helps IE */*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 12040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 12040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 12010;
	background: url('https://www.wilbornortho.com/resourcefiles/other/fancybox-overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	
	position: relative;
	text-shadow: none;
	z-index: 12050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 12050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top:0px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.wilbornortho.com/resourcefiles/other/fancybox-sprite.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		/*background-image: url('fancybox_loading@2x.gif');*/
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#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;  }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.wilbornortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('https://www.wilbornortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('https://www.wilbornortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), 
        url('https://www.wilbornortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), 
        url('https://www.wilbornortho.com/resourcefiles/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), 
        url('https://www.wilbornortho.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;
}
.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: .7
}

.modalPopup {
    background-color: #ffe;
    border-width: 3px;
    border-style: solid;
    border-color: #808080;
    padding: 3px;
    width: 900px;
    height: 450px;
    overflow: auto
}

A.header_menu,A.header_menu:link,A.header_menu:visited {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 3px
}

A.header_menu:hover {
    color: #e7d825;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    text-decoration: none;
    padding-left: 3px
}

.main_menu_bar {
    position: absolute;
    left: 0;
    top: 73px;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/footer_background.gif');
    height: 24px
}

.main_menu_bar_shadow {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif');
    height: 5px;
    background-repeat: repeat-x
}

.admin_menu_bar_ie {
    position: relative;
    top: -21px;
    left: 0;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/footer_background.gif');
    height: 24px;
    z-index: 0
}

.admin_menu_bar_shadow_ie {
    position: relative;
    top: -21px;
    left: 0;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif');
    height: 5px;
    background-repeat: repeat-x;
    z-index: 0;
    margin-bottom: -28px
}

.admin_menu_bar_o {
    position: relative;
    top: -16px;
    left: 0;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/footer_background.gif');
    height: 24px;
    z-index: 0
}

.admin_menu_bar_shadow_o {
    position: relative;
    top: -16px;
    left: 0;
    width: 100%;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_us/default/images/templates/default/header_search_bar_shadow.gif');
    height: 5px;
    background-repeat: repeat-x;
    z-index: 0;
    margin-bottom: -16px
}

.admin_menu,a.admin_menu,a.admin_menu:link,a.admin_menu:visited,a.admin_menu:active {
    text-shadow: 0 0 0 #fff; color: transparent; 
    font-family: Arial;
    font-size: 10pt;
    text-decoration: underline
}

a.admin_menu:hover {
    color: #f00;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none
}

A.sidemenu_nav:link {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.sidemenu_nav:visited {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.sidemenu_nav:active {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.sidemenu_nav:hover {
    color: #f90;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline
}

A.sidemenu_nav_sel:link,A.sidemenu_nav_sel:visited,A.sidemenu_nav_sel:active {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_sel:hover {
    color: #860000;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline
}

.sidemenu_nav_header {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header:link {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header:visited {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header:active {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header:hover {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline
}

A.sidemenu_nav_header_sel:link {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header_sel:visited {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header_sel:active {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.sidemenu_nav_header_sel:hover {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

.sidemenu_nav_header_sel {
    color: #860000;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

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

* html .ui-autocomplete {
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom:1;float: left;
    clear: left;
    width: 100%
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom:1}

.ui-widget {
    font-family: Verdana,Arial,sans-serif
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff 50% 50% repeat-x;
    color: #222
}

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

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.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 {
    border: 1px solid #999;
    background: #dadada 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.page_header {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 20px;
    font-weight: bold;
    background-repeat: repeat-x
}

.page_header_logo_bottom {
    background-repeat: no-repeat;
    z-index: -5;
    position: relative;
    left: 0;
    top: -3px
}

.page_header_search {
    z-index: 5;
    position: relative;
    left: 0;
    top: 0
}

.page_header_message_count {
    z-index: 5;
    position: relative;
    left: 0;
    top: -15px
}

A.new_message_count:link,A.new_message_count:visited {
    color: #f00;
    font-size: 11px;
    text-decoration: none
}

A.new_message_count:hover {
    color: #f00;
    font-size: 11px;
    text-decoration: underline
}

.page_review_notice_bar {
    float: left;
    border-style: solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #99f;
    border-right-color: #cc0;
    border-left-color: #cc0;
    border-bottom-color: #cc0;
    border-top-width: 0;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    margin-left: 5px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    z-index: 11000
}

.search_bar,table.search_bar td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #eaeaea url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.command_bar {
    width: 100%;
    margin: 0;
    padding-left: 7px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #f3f3f3;
    border: #ccc 1px solid
}

.command_bar_cell {
    font-size: 10pt;
    display: inline;
    width: auto;
    margin: 0;
    margin-right: 4px;
    padding: 0 2px;
    background: #6363de;
    border: #000 1px solid
}

A.command_bar_link:hover,A.command_bar_link:link,A.command_bar_link:visited {
    color: #fff;
    font-size: 10pt;
    text-decoration: none
}

.command_bar_text,.command_bar_text:link,.command_bar_text:visited {
    vertical-align: middle;
    font-size: 10pt;
    border-collapse: collapse;
    background: transparent;
    padding-right: 2px;
    text-align: left;
    text-decoration: none;
    line-height: 16px
}

.command_bar_text:hover {
    color: #0000cd;
    text-decoration: none
}

.command_bar_calendar {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #f3f3f3;
    border: #ccc 1px solid
}

.block_outer {
    DISPLAY: inline
}

.block {
    display: inline;
    empty-cells: show;
    padding: 0;
    border: 0;
    border-spacing: 0;
    margin: 0 5px 0 0
}

.block_left {
    padding: 0;
    margin: 0;
    border: 0;
    width: 11px;
    background-repeat: no-repeat;
   /* background-image: url(../../images/block/lms_course_box_left_bdr_nok.JPG);*/
    height: 47px;
    vertical-align: top
}

.block_right {
    padding: 0;
    margin: 0;
    border: 0;
    width: 11px;
    background-repeat: no-repeat;
  /*  background-image: url(../../images/block/lms_course_box_right_bdr_nok.JPG);*/
    height: 47px;
    vertical-align: top
}

.block_body {
    padding: 0;
    margin: 0;
    border: 1px;
    height: 47px;
 /*   background-image: url(../../images/block/lms_course_box_mid_bdr_nok.JPG);*/
    vertical-align: middle;
    text-align: center
}

UL.BlogPostList {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.BlogPostArea {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #eee
}

.BlogPostHeader {
    color: #666;
    font-size: 150%;
    font-weight: normal;
    font-family: Tahoma,Arial,Helvetica;
    padding: 4px;
    padding-top: 0;
    padding-left: 0;
    margin: 0
}

A.BlogPostHeader:link,A.BlogPostHeader:visited,A.BlogPostHeader:active {
    color: #666;
    font-size: 150%;
    font-weight: normal;
    font-family: Tahoma,Arial,Helvetica;
    padding: 4px;
    padding-top: 0;
    padding-left: 0;
    margin: 0
}

A.BlogPostHeader:hover {
    color: #666;
    font-size: 150%;
    font-weight: normal;
    font-family: Tahoma,Arial,Helvetica;
    padding: 4px;
    padding-top: 0;
    padding-left: 0;
    margin: 0;
    text-decoration: none
}

.BlogRating {
    width: 80px;
    height: 80px;
    margin: 5px 10px 0 0;
    background-color: #ccc;
    vertical-align: top;
    text-align: center;
    padding: 8px 2px 2px 2px;
    font-family: Tahoma,Arial,Helvetica;
    /*background-image: url(../images/Common/blog_comment_background.gif);*/
    line-height: 20px;
    color: #666;
    text-decoration: underline
}

.BlogRating a:link,.BlogRating a:visited,.BlogRating a:active,.BlogRating a:hover {
    color: #666;
    text-decoration: none
}

.BlogCommentCount {
    font-size: 22px;
    font-weight: bold;
    font-family: Tahoma,Arial,Helvetica
}

.BlogPostContent {
    color: #000;
    font-family: Tahoma,Arial,Helvetica;
    margin-left: 1px;
    font-size: 100%;
    line-height: 20px;
    text-align: justify
}

.BlogPostFooter {
    margin: 10px 0 10px 1px;
    color: #666;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 8pt
}

.BlogBlogNameColumn {
    width: 25%
}

.BlogAuthorColumn {
    width: 14%
}

.BlogLastPostColumn {
    width: 25%
}

.BlogPostsColumn {
    text-align: center;
    width: 9%
}

.BlogArticlesColumn {
    text-align: center;
    width: 9%
}

.BlogCommentsColumn {
    text-align: center;
    width: 9%
}

.BlogTrackbacksColumn {
    text-align: center;
    width: 9%
}

.BlogCalendar {
    font-size: 90%;
    width: 100%
}

.BlogCalendarTitle {
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto
}

.BlogCalendarNextPrev A:LINK,.BlogCalendarNextPrev A:ACTIVE,.BlogCalendarNextPrev A:VISITED {
    text-decoration: none
}

.BlogCalendarNextPrev A:HOVER {
    text-decoration: underline
}

.BlogCalendarDays {
    font-weight: bold;
    padding: 2px
}

.BlogCalendarDay A:LINK,.BlogCalendarDay A:ACTIVE,.BlogCalendarDay A:VISITED,.BlogCalendarDay A:HOVER {
    font-weight: bold
}

#commentform {
    padding: 0;
    font-size: .95em
}

#commentform h2 {
    margin-bottom: 0
}

#commentform h3 {
    font-size: 1.3em;
    margin: 0 10px 0 0;
    padding: 10px 0 5px;
    font-family: helvetica,arial,sans-serif;
    font-weight: 600;
    letter-spacing: 0
}

#commentform p {
    padding: 0;
    font-size: .95em
}

#commentform dl {
    margin: 0;
    padding: 0
}

#commentform dt {
    padding: 5px 0 5px 0;
    font-size: 1em;
    margin: 0
}

#commentform dd {
    color: #777;
    margin-left: 0
}

#commentform dt em {
    font-size: .95em
}

#commentform .smallbox {
    width: 350px;
    padding: 2px;
    border-top: 1px solid #7f8d3e;
    border-right: 1px solid #e2e3d1;
    border-bottom: 1px solid #e2e3d1;
    border-left: 1px solid #e2e3d1
}

#commentform textarea {
    width: 500px;
    height: 150px;
    padding: 2px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    border-top: 1px solid #7f8d3e;
    border-right: 1px solid #e2e3d1;
    border-bottom: 1px solid #e2e3d1;
    border-left: 1px solid #e2e3d1;
    font-size: 1em
}

#comments h3 {
    color: #666;
    font-size: 110%
}

.CommentOwner {
    padding: 8px;
    background-color: #f4f4f4;
    border-bottom: solid 12px #fff
}

.Comment {
    padding: 8px
}

.CommentAvatar {
    white-space: nowrap;
    border-right-width: 0;
    padding-right: 0
}

.CommentAvatar img {
    margin-right: 8px
}

.CommentContent {
    border-left-width: 0
}

.CommentTitle {
    font-size: 110%;
    margin: 0;
    padding: 0
}

.CommentTitle A:LINK,.CommentTitle A:ACTIVE,.CommentTitle A:VISITED,.CommentTitle A:HOVER {
    color: #91723f
}

.CommentText {
    padding-top: 2px;
    padding-bottom: 2px
}

.CommentFooter {
    font-size: 80%;
    color: #999
}

#postToolbar {
    width: 400px;
    border: solid 1px #ccc;
    padding: 6px;
    background-color: #eee
}

#postToolbar .CommonSubTitle {
    margin-bottom: 0;
    padding-bottom: 0
}

UL.BlogLinkCategoryLinkList {
    padding: 0;
    margin: 0;
    list-style-type: square;
    margin-left: 24px;
    padding-left: 0
}

UL.BlogLinkCategoryLinkList li {
    padding-top: 4px
}

UL.BlogLinkCategoryLinkList li a {
    font-weight: bold
}

.BlogLinkCategoryArea {
    padding: 4px
}

.button,.button-disabled {
    border: 1px solid #ccc;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    background: #f5f5f5;
    padding: 5px 5px 4px 5px;
    color: #333;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    margin: 2px
}

.button-disabled {
    background: #e6ebf9;
    color: #999;
    cursor: default
}

.button:hover {
    border-color: #b1cfff #99b7d7 #3677cb #d3e3fb
}

a.button {
    padding: 2px !important
}

.button2 {
    COLOR: black;
    BACKGROUND-COLOR: white;
    BORDER: #8cacbb 1px solid;
    PADDING: .1em;
    VISIBILITY: visible;
    MARGIN-BOTTOM: .1em;
    VERTICAL-ALIGN: middle
}

.buttonPurple {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11px;
    background: #66c;
    border: 1px solid #000;
    padding: 1px 10px 1px 10px;
    text-decoration: none
}

.buttonPurple:hover {
    text-decoration: none
}

.eventRequestActionBar {
    margin-bottom: 5px;
    padding: 5px;
    background: #dfe6e8
}

.eventRequestActionBar .button.eventRequestAccept {
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/calendar/event/eventaccept.png')
}

.eventRequestActionBar .button.eventRequestDecline {
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/calendar/event/eventreject.png')
}

.eventRequestActionBar .button.eventRequestPropose {
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/calendar/event/eventpropose.png')
}

.eventRequestActionBar .button {
    padding: 8px 12px 8px 33px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #363d43;
    border: 1px solid #363d43;
    border-top: 0;
    border-bottom-color: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal
}

.eventRequestActionBar .button:hover,.eventRequestActionBar .button:active {
    background-color: #14171d;
    border: 1px solid #14171d;
    border-top: 0;
    border-radius: 5px
}

.offscreen {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.tbl_chkbox_list {
    margin: 0;
    padding: 0
}

.tbl_chkbox_list li {
    list-style: none;
    float: left;
    width: 200px
}

[class^="icon-"],[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/glyphicons-halflings.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin: 0 4px 0 2px
}

.icon-camera {
    background-position: -120px -48px
}

.icon-film {
    background-position: -192px 0
}

[class^="sbicon-"],[class*=" sbicon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/filepicker-icons.png');
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin: 0 4px 0 2px
}

.sbicon-dropbox {
    background-position: 0 -48px
}

.sbicon-facebook {
    background-position: -48px -48px
}

.sbicon-home {
    background-position: -96px -48px
}

.sbicon-flickr {
    background-position: -122px -48px
}

.sbicon-download {
    background-position: -144px -48px
}

.sbicon-instagram {
    background-position: -168px -48px
}

.sbicon-cog {
    background-position: -192px -48px
}

.sbicon-skydrive {
    background-position: -216px -48px
}

.sbicon-flag {
    background-position: -240px -48px
}

.sbicon-readability {
    background-position: -264px -48px
}

.sbicon-envelope {
    background-position: -288px -48px
}

.sbicon-evernote {
    background-position: -312px -48px
}

.sbicon-box {
    background-position: -336px -48px
}

.sbicon-youtube {
    background-position: -360px -48px
}

.sbicon-github {
    background-position: -384px -48px
}

.sbicon-vimeo {
    background-position: -408px -48px
}

.sbicon-gdrive {
    background-position: -432px -48px
}

.sbicon-picasa {
    background-position: -456px -48px
}

.sbicon-alfresco {
    background-position: -482px -48px
}

.sbicon-harddrive {
    background-position: -503px -48px
}

.icon-googlesearch {
   /* background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/magnifier.png');*/
    width: 14px;
    height: 14px;
    background-position-x: 0;
    background-position-y: 2px;
    background-repeat: no-repeat;
    margin: 0 4px 0 2px;
    display: inline-block
}

.clear {
    clear: both
}

.CMS_dropPanel {
    z-index: 12000
}

.CMS_adminBar,.CMS_DragDropWrapper {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 14px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12000 !important;
    text-align: left;
    line-height: normal
}

.CMS_adminBar *,.CMS_DragDropWrapper * {
    font-family: Arial,Helvetica,sans-serif;
    box-sizing: content-box
}

.CMS_adminBar a:hover,.CMS_DragDropWrapper a:hover {
    font-family: Arial,Helvetica,sans-serif
}

.CMS_AB_top {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_shadow-bottom.png') bottom repeat-x #1d2228
}

.CMS_adminBar span.CMS_title {
    font-weight: normal;
    margin: 0;
    letter-spacing: .4px;
    display: block;
    color: #d9dadb;
    cursor: pointer;
    padding: 7px 29px 7px 9px;
    height: 16px
}

.adminItem {
    float: left
}

.adminBarLogin.adminItem {
    float: right
}

.CMS_adminBar ul,.CMS_DragDropWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.CMS_adminBar ul:after,.CMS_DragDropWrapper ul:after {
    content: '';
    display: block;
    clear: both
}

.myApps,.designToggle {
    border-right: 2px solid #363d43
}

.myApps {
    position: relative
}

.myApps .hotspot>span {
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer
}

.myApps span img {
    position: absolute;
    top: 13px;
    left: 13px;
    -webkit-transition: all .2s ease-in-out
}

.myApps:hover span img {
    -webkit-transform: scale(1.2);
    opacity: .6
}

.designToggle {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_shadow-bottom.png') repeat-x bottom #272f36;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 15px
}

.designToggle .toggle {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_toggle.png');
    width: 69px;
    height: 32px;
    float: left;
    margin-top: 8px;
    position: relative;
    cursor: pointer
}

.designToggle .toggle:after {
    content: '';
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_toggle.png');
    background-position: 0 -32px;
    width: 69px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.designToggle .toggle:hover:after {
    opacity: 1
}

.designMode .designToggle .toggle {
    background-position: 0 -64px
}

.designMode .designToggle .toggle:after {
    background-position: 0 -96px
}

.designMode .designToggle .toggle:hover:after {
    opacity: 1
}

.designToggle span.CMS_title {
    float: left;
    margin-right: 10px;
    padding: 0
}

.hideDragDrop {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_hideDragDrop-arrow.png');
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    display: none
}

.hideDragDrop.hide {
    background: none;
    width: 15px
}

.hideDragDrop:hover {
    background-position: 0 -100%
}

.hideDragDrop.DDUp {
    background-position: -100% 0
}

.hideDragDrop.DDUp:hover {
    background-position: -100% -100%
}

.optionRows>ul {
    margin-left: 5px
}

.designMode .designToggle {
    padding: 0 0 0 15px;
    background-image: none
}

.designMode .designToggle .hideDragDrop {
    display: block
}

.optionRows>ul>li {
    float: left;
    display: block;
    border-bottom: 2px solid #363d43;
    border-radius: 7px;
    background-color: #272f36;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_arrow.png');
    background-repeat: no-repeat;
    background-position: top right;
    margin: 8px 5px 0 5px;
    position: relative;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear
}

.optionRows>ul>li:hover {
    background-color: #000;
    background-position: right -32px
}

.optionRows>ul>li.optionHelp {
    background-image: none
}

.CMS_adminBar .optionRows>ul>li.optionHelp span.CMS_title {
    color: #74787d;
    font-weight: 900 !important;
    font-size: 22px;
    position: relative;
    top: -7px;
    padding: 7px 9px 7px 9px
}

.CMS_adminBar .optionRows>ul>li.optionHelp:hover span.CMS_title {
    color: #fff
}

.newPageIcon {
    width: 14px;
    height: 13px;
    display: inline-block;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_newPageIcon.png');
    margin-right: 8px;
    position: relative;
    top: 1px
}

.myApps ul,.optionRows ul li div {
    display: none
}

.myApps:hover ul {
    display: block
}

.myApps ul {
    position: absolute;
    top: 50px;
    background: #1d2228;
    width: 423px
}

.myApps ul li {
    float: left;
    margin: 7px
}

.myApps ul li a {
    width: 123px;
    height: 90px;
    border: 2px solid #292e34;
    border-radius: 5px;
    padding: 12px 0 7px;
    text-align: center;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 14px
}

.myApps ul li a span span {
    display: block
}

.myApps ul li a em {
    margin-bottom: 5px;
    font-size: 3.5em;
    transition: all .2s
}

.myApps ul li a em.fa-cogs {
    color: #9b9b9b
}

.myApps ul li a em.fa-star {
    color: #f0c330
}

.myApps ul li a em.fa-exclamation-triangle {
    color: #e74c3c
}

.myApps ul li a em.fa-address-card {
    color: #b5ac88
}

.myApps ul li a em.fa-users {
    color: #a2ca55
}

.myApps ul li a em.fa-check-square-o {
    color: #a69ac2
}

.myApps ul li a em.fa-info {
    color: #2f8bc1
}

.myApps ul li a em.fa-pencil {
    color: #f39c38
}

.myApps ul li a em.fa-comments {
    color: #9ac1c2
}

.myApps ul li a:hover {
    text-decoration: none
}

.myApps ul li a:hover em {
    transform: scale(.8,.8)
}

.myApps ul li a div.CMS_title:before {
    content: '';
    height: 2.6em;
    display: inline-block;
    vertical-align: middle
}

.myApps ul li a div.CMS_title {
    text-align: center;
    font-weight: bold
}

.myApps ul li a div.CMS_title span {
    color: #d2d3d4;
    padding: 0;
    max-height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.myApps ul li a img {
    margin-bottom: 7px;
    border: 0
}

.myApps ul li a:hover div.CMS_title span {
    color: #fff
}

.optionRows ul li:hover>div {
    display: block
}

.optionRows ul li div {
    position: absolute;
    top: 32px;
    left: 0
}

.optionRows ul li div>span {
    width: 250px;
    height: 14px;
    display: block;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_dropDownTopArrow.png');
    background-position: 15px 0;
    background-repeat: no-repeat
}

.optionRows>ul>li>div>ul {
    background: #eaeff0;
    border-radius: 4px;
    overflow: hidden;
    border-right: 1px solid #1d2329;
    border-bottom: 1px solid #1d2329
}

.optionRows ul li div li {
    -webkit-transition: background-color 125ms linear;
    -moz-transition: background-color 125ms linear;
    -o-transition: background-color 125ms linear;
    -ms-transition: background-color 125ms linear;
    transition: background-color 125ms linear;
    white-space: nowrap
}

.optionRows ul li div li:hover {
    background: #fff
}

.optionRows div a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px 8px 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: color 125ms linear;
    -moz-transition: color 125ms linear;
    -o-transition: color 125ms linear;
    -ms-transition: color 125ms linear;
    transition: color 125ms linear
}

.optionRows ul li div li:hover a {
    color: #000
}

.AB_icn {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/icons/CMS_AB_dropDown-sprite.png');
    height: 20px;
    width: 22px;
    display: inline-block;
    opacity: .7;
    margin-right: 16px;
    position: relative;
    top: 5px;
    -webkit-transition: opacity 125ms linear;
    -moz-transition: opacity 125ms linear;
    -o-transition: opacity 125ms linear;
    -ms-transition: opacity 125ms linear;
    transition: opacity 125ms linear
}

.AB_icn-checkoutEditPage {
    background-position: 0 0
}

.AB_icn-pageProperties {
    background-position: -22px 0
}

.AB_icn-pagePermissions {
    background-position: -44px 0
}

.AB_icn-pageLayout {
    background-position: -66px 0
}

.AB_icn-metadata {
    background-position: -88px 0
}

.AB_icn-releaseSchedule {
    background-position: -110px 0
}

.AB_icn-pageOrder {
    background-position: 0 -20px
}

.AB_icn-pageStatus {
    background-position: -22px -20px
}

.AB_icn-archiveSubpages {
    background-position: -44px -20px
}

.AB_icn-editExternalLinkPages {
    background-position: -66px -20px
}

.AB_icn-viewSubpages {
    background-position: -88px -20px
}

.AB_icn-pageTheme {
    background-position: -110px -20px
}

.AB_icn-movePage {
    background-position: 0 -40px
}

.AB_icn-copyPage {
    background-position: -22px -40px
}

.AB_icn-saveAsPageType {
    background-position: -44px -40px
}

.AB_icn-socialMediaAlerts {
    background-position: -66px -40px
}

.AB_icn-editJavascript {
    background-position: -88px -40px
}

.AB_icn-viewLocalPortlets {
    background-position: -110px -40px
}

.AB_icn-checkAccessibility {
    background-position: 0 -60px
}

.AB_icn-checkLink {
    background-position: -22px -60px
}

.AB_icn-requestPageMove {
    background-position: -44px -60px
}

.AB_icn-report {
    background-position: -66px -60px
}

.AB_icn-siteProperties {
    background-position: -88px -60px
}

.AB_icn-sitePermissions {
    background-position: -110px -60px
}

.AB_icn-pageMoveRequests {
    background-position: 0 -80px
}

.AB_icn-mobileAdministration {
    background-position: -22px -80px
}

.AB_icn-fileAdministration {
    background-position: -44px -80px
}

.AB_icn-databaseAdministration {
    background-position: -66px -80px
}

.AB_icn-generateXMLSitemap {
    background-position: -88px -80px
}

.AB_icn-templateWizard {
    background-position: -110px -80px
}

.optionRows ul li div li:hover .AB_icn {
    opacity: 1
}

.dropDownCat span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px 15px 8px 15px
}

li.dropDownCat {
    border-top: 1px solid #a8a9ab
}

li.dropDownCat:before {
    content: '';
    border-top: 1px solid #fff;
    display: block
}

.optionRows ul li div li.dropDownCat:hover {
    background: transparent
}

.adminBarLogin.adminItem {
    float: right;
    height: 50px;
    position: relative;
    margin-right: 10px
}

.adminBarLogin.adminItem span.CMS_title {
    line-height: 50px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_arrow.png');
    background-repeat: no-repeat;
    background-position: right 8px;
    height: 50px;
    padding: 0 40px 0 0;
    cursor: pointer
}

.adminBarLogin.adminItem:hover span.CMS_title {
    background-position: right -23px
}

.adminBarLogin.adminItem span.user_icon {
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/icons/CMS_AB_user-icn.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 0
}

.adminBarLogin.adminItem:hover span.user_icon {
    background-position: 0 -24px
}

.adminBarLogin.adminItem>ul {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 250px;
    display: none
}

.adminBarLogin.adminItem>ul li span {
    width: 250px;
    height: 14px;
    display: block;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_dropDownTopArrow.png');
    background-position: 220px -14px;
    background-repeat: no-repeat
}

.adminBarLogin.adminItem>ul li ul {
    background: #eaeff0;
    border-radius: 4px;
    overflow: hidden;
    border-right: 1px solid #1d2329;
    border-bottom: 1px solid #1d2329
}

.adminBarLogin.adminItem>ul li ul li {
    border-bottom: 1px solid #abafb2;
    -webkit-transition: background-color 125ms linear;
    -moz-transition: background-color 125ms linear;
    -o-transition: background-color 125ms linear;
    -ms-transition: background-color 125ms linear;
    transition: background-color 125ms linear
}

.adminBarLogin.adminItem>ul li ul li:hover {
    background: #fff
}

.adminBarLogin.adminItem>ul li ul a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px 15px 15px;
    display: block;
    -webkit-transition: color 125ms linear;
    -moz-transition: color 125ms linear;
    -o-transition: color 125ms linear;
    -ms-transition: color 125ms linear;
    transition: color 125ms linear
}

.adminBarLogin.adminItem:hover>ul {
    display: block
}

.adminBarLogin li.CMS_username {
    pointer-events: none;
    cursor: default;
    color: #333;
    padding: 14px 15px 13px 15px;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    background-color: #d3dde0;
    text-align: center;
    font-weight: bold
}

.adminBarLogin.adminItem>ul li.CMS_username span {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
    border: 4px solid #fff;
    border-radius: 50%;
    line-height: 70px;
    overflow: hidden
}

.adminBarLogin.adminItem>ul li.CMS_username span img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.CMS_DragDropWrapper {
    position: fixed;
    z-index: 10000 !important;
    width: 100%
}

.designMode .CMS_DragDropWrapper {
    display: block
}

.DDW_categories {
    background: #272f36
}

.DDW_categories-slider {
    float: left;
    padding-top: 10px;
    overflow: hidden
}

.DDW_searchWrapper {
    float: right
}

.DDW_categories ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 10px 20px 10px 20px;
    display: block;
    cursor: pointer;
    color: #a6a8a9;
    text-align: center
}

.DDW_categories ul li.active,.DDW_categories ul li:hover {
    background: #e4eaea;
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.resp-tabs-container {
    position: relative;
    height: 115px
}

.resp-tabs-container:after {
    content: '';
    display: block;
    clear: both
}

.DDW_portletSelection {
    width: 100%
}

.DDW_portletSelection li {
    display: inline
}

.DDW_portletSelection a,.DDW_portletSelection a:active,.DDW_portletSelection a:hover {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px
}

.DDW_portletSelection a {
    margin: 0 0 0 5px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    cursor: pointer;
    color: #a6a8a9;
    text-align: center;
    text-decoration: none !important;
    background: #272f36;
    color: #a6a8a9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.DDW_portletSelection a.active,.DDW_portletSelection a:hover {
    background: #e4eaea;
    color: #000
}

.DDW_portletSelection li.posRight {
    float: right;
    margin-right: 5px
}

.DDW_portletSelection .DDW_toggle a {
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_DDW_hideDragDrop-arrow.png');
    width: 15px;
    height: 1em;
    padding-left: 12px;
    padding-right: 12px
}

.DDW_portletSelection .DDW_toggle a:hover {
    background-position: 0 -24px
}

.DDW_portletSelection .DDW_toggle a span {
    display: none
}

.DDW_portletSelection .DDW_toggle .DDUp {
    background-position: -27px 0
}

.DDW_portletSelection .DDW_toggle .DDUp:hover {
    background-position: -27px -24px
}

.DDW_portletWrapper {
    background: #e4eaea;
    padding: 15px 30px 15px 30px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    box-sizing: border-box
}

.DDW_portletWrapper li {
    float: left;
    margin: 0 15px 0 0 !important
}

.DDW_portletWrapper ul.slides li {
    width: 80px;
    height: 72px;
    display: block;
    background: #34414c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #1d2329;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    cursor: move;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear
}

.portlet_instance.portlet_icon.ui-draggable-dragging {
    width: 80px;
    height: 72px;
    display: block;
    background: #34414c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #1d2329;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    cursor: move;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    z-index: 12000
}

.DDW_portletWrapper ul.slides li div.ptl_title:before,.portlet_instance.portlet_icon.ui-draggable-dragging div.ptl_title:before {
    content: '';
    height: 2.6em;
    display: inline-block;
    vertical-align: middle
}

.DDW_portletWrapper ul.slides li div.ptl_title,.portlet_instance.portlet_icon.ui-draggable-dragging div.ptl_title {
    text-align: center
}

.DDW_portletWrapper ul.slides li span,.portlet_instance.portlet_icon.ui-draggable-dragging span {
    max-height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.DDW_portletWrapper ul.slides li img,.portlet_instance.portlet_icon.ui-draggable-dragging img {
    display: block;
    margin: 0 auto;
    opacity: .7;
    border: 0;
    max-height: 40px;
    max-width: 40px
}

.DDW_portletWrapper ul.slides li:hover,.portlet_instance.portlet_icon.ui-draggable-dragging {
    background: #16191e
}

.DDW_portletWrapper ul.slides li:hover img,.portlet_instance.portlet_icon.ui-draggable-dragging img {
    opacity: 1
}

.DDW_searchWrapper {
    position: relative;
    margin: 8px 20px 0 0
}

.DDW_searchWrapper input[type="text"] {
    background: #000;
    border: none;
    margin: 0;
    padding: 6px 30px 6px 23px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    font-size: 13px;
    outline: none;
    width: 118px
}

.DDW_searchWrapper input[type=text].watermark {
    color: #6b6d6f
}

.DDW_searchWrapper button {
    width: 36px;
    height: 36px;
    display: block;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/icons/CMS_DDW_search-icn.png');
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -4px;
    right: -8px;
    cursor: pointer;
    outline: none
}

.DDW_searchWrapper button:hover {
    background-position: 0 -100%
}

.DDW_portletWrapper .flex-direction-nav .flex-prev,.DDW_portletWrapper .flex-direction-nav .flex-next {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-slide-arrows.png');
    width: 22px;
    height: 30px;
    display: block;
    text-indent: -99999px;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    text-align: left
}

.DDW_portletWrapper .flex-prev {
    left: 4px
}

.DDW_portletWrapper .flex-direction-nav .flex-next {
    background-position: -100% 0;
    right: 4px
}

.DDW_portletWrapper .flex-direction-nav .flex-prev:hover,.DDW_portletWrapper .flex-direction-nav .flex-next:hover {
    opacity: .7
}

.DDW_portletWrapper .flex-direction-nav .flex-disabled,.DDW_portletWrapper .flex-direction-nav .flex-disabled:hover {
    opacity: 0;
    cursor: default
}

.DDW_portletWrapper .flex-direction-nav .flex-prev:hover,.DDW_portletWrapper .flex-direction-nav .flex-next:hover {
    opacity: .7
}

.DDW_portletWrapper .flex-direction-nav .flex-disabled,.DDW_portletWrapper .flex-direction-nav .flex-disabled:hover {
    opacity: 0;
    cursor: default
}

.DDW_categories-slider ul {
    position: relative
}

.tab-controls {
    float: right
}

.SB_tab-left,.SB_tab-right {
    width: 30px;
    height: 45px;
    display: inline-block;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-tab-arrows.png');
    text-indent: -99999px;
    opacity: .7;
    cursor: pointer
}

.SB_tab-left:hover,.SB_tab-right:hover {
    opacity: 1
}

.SB_tab-left {
    background-position: -100% 0
}

.Portlet_scroll {
    width: 22px;
    height: 30px;
    display: block;
    text-indent: -99999px;
    cursor: pointer;
    background-color: initial
}

.Portlet_scroll_right {
    position: absolute;
    left: 0;
    top: 44px
}

.Portlet_scroll_left {
    position: absolute;
    right: 0;
    top: 44px
}

.portlet_scroll_left_a {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-slide-arrows.png');
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-slide-arrows.png');
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    width: 22px;
    height: 30px;
    display: block;
    text-indent: -99999px;
    outline: none;
    position: absolute
}

.portlet_scroll_right_a {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-slide-arrows.png');
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/images/CMS_AB_DD-slide-arrows.png');
    background-position-x: -100%;
    background-position-y: 0;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-position: -100% 0;
    width: 22px;
    height: 30px;
    display: block;
    text-indent: -99999px;
    outline: none;
    position: absolute
}

.Portlets_slider_div {
    overflow: hidden;
    display: block;
    position: relative;
    right: 10px
}

.ui-dialog {
    z-index: 40000 !important
}

.ui-datepicker {
    z-index: 45000 !important
}

.ui-dialog.tb-modal-dialog {
    background-color: #161a1f;
    border: none;
    box-shadow: 0 0 5px #333;
    background-image: none
}

.tb-modal-dialog * {
    border: none;
    padding: 5px !important;
    margin: 0 !important;
    height: auto !important;
    background: transparent;
    color: #fff
}

.tb-modal-dialog span.ui-dialog-title {
    font-size: 14px !important;
    width: 100%
}

.tb-modal-dialog .ui-dialog-titlebar-close {
    display: none !important
}

.tb-modal-dialog input[type="text"] {
    background-color: #fff;
    color: #333
}

.tb-modal-dialog p,.tb-modal-dialog span {
    text-align: left;
    display: block
}

.spinner {
    text-align: center !important
}

body .ui-dialog.tb-modal-dialog button {
    color: #fff;
    font-weight: normal;
    background: #323b42;
    display: inline-block;
    line-height: 20px;
    padding: 4px;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #454c51;
    position: relative;
    padding-left: 23px;
    margin-right: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

body .ui-dialog.tb-modal-dialog button:hover {
    background-color: #000
}

.tb-modal-dialog .ui-dialog-title {
    text-align: center
}

.tb-modal-dialog .ui-dialog-buttonset button {
    margin-left: 10px !important
}

.tb-modal-dialog .ui-widget-header,.tb-modal-dialog .ui-widget-content {
    background: transparent;
    border: 0
}

img#imgSpinner {
    display: block;
    margin: 0 auto !important
}

.portlet_zone {
    border: 1px solid #f00;
    min-height: 30px
}

.zones-portlet-header {
    background-color: #808080;
    cursor: move
}

.portlet_instance_icon_holder {
    height: 80px;
    width: 100%;
    list-style-type: none;
    border: 1px dotted #f00
}

.portlet_instance_icon {
    width: 95px !important;
    float: left !important;
    display: block !important
}

.portlet_zone.ui-sortable .new_portlet_instance {
    margin: 5px;
    display: block;
    background: #34414c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #1d2329;
    padding: 15px 5px 5px 5px;
    text-align: center;
    font-size: 13px;
    cursor: move;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear
}

.portlet_zone.ui-sortable .new_portlet_instance div.ptl_title:before {
    content: '';
    height: 2.6em;
    display: inline-block;
    vertical-align: middle
}

.portlet_zone.ui-sortable .new_portlet_instance div.ptl_title {
    text-align: center
}

.portlet_zone.ui-sortable .new_portlet_instance span {
    max-height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.portlet_zone.ui-sortable .new_portlet_instance img {
    display: block;
    margin: 0 auto;
    border: 0;
    max-height: 40px;
    max-width: 40px
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    body {
        position: relative;
        overflow: auto
    }
}

@-moz-document url-prefix() {
    body {
        position: relative;
        overflow: auto;
    }
}

.ui-dialog.exlink-modal-dialog {
    background-color: #eaedef;
    border: none;
    box-shadow: 0 0 5px #333;
    background-image: none;
    overflow: hidden;
    display: none;
    text-align: left
}

.exlink-modal-dialog {
    border: none;
    padding: 5px !important;
    margin: 0 !important;
    background: transparent;
    color: #fff
}

.exlink-modal-dialog div.dialog-form {
    overflow-y: auto
}

.exlink-modal-dialog .ui-close-x {
    float: right;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    font-weight: normal
}

.exlink-modal-dialog .ui-close-x:hover {
    color: #606060
}

.exlink-modal-dialog input[type="text"] {
    background-color: #fff;
    color: #333
}

.exlink-modal-dialog p {
    text-align: left
}

body .ui-dialog.exlink-modal-dialog button {
    color: #fff;
    font-weight: normal;
    background: #323b42;
    display: inline-block;
    line-height: 20px;
    padding: 4px;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #454c51;
    position: relative;
    padding-left: 23px;
    margin-right: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

body .ui-dialog.exlink-modal-dialog button:hover {
    background-color: #000
}

.exlink-modal-dialog .ui-dialog-titlebar {
    text-align: left;
    background: none !important;
    background-color: #16191e !important;
    padding: 15px;
    color: #fff;
    font-size: 25px;
    letter-spacing: .02em
}

.exlink-modal-dialog .ui-dialog-buttonset button {
    margin-left: 10px !important
}

.exlink-modal-dialog,.exlink-modal-dialog .ui-widget-content {
    background: transparent;
    border: 0
}

.exlink-modal-dialog.ui-corner-all {
    border-radius: 0 !important
}

.exlink-modal-dialog.ui-widget-content {
    padding: 0 !important
}

.exlink-modal-dialog a,.exlink-modal-dialog a:hover {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    -webkit-transition: color 125ms linear;
    -moz-transition: color 125ms linear;
    -o-transition: color 125ms linear;
    -ms-transition: color 125ms linear;
    transition: color 125ms linear;
    padding: .5em 8px .5em 8px;
    height: 2em
}

.exlink-modal-dialog button {
    margin-bottom: 20px !important
}

.CMS_modal-content {
    padding-bottom: 20px;
    text-align: left
}

.CMS_modal-content ul {
    list-style: none !important;
    margin: 20px 20px 0 20px;
    padding: 0
}

.CMS_modal-content li {
    -webkit-transition: background-color 125ms linear;
    -moz-transition: background-color 125ms linear;
    -o-transition: background-color 125ms linear;
    -ms-transition: background-color 125ms linear;
    transition: background-color 125ms linear;
    height: 40px;
    vertical-align: middle
}

.CMS_modal-content li a {
    display: inline-block;
    width: 100%
}

.CMS_modal-content a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    -webkit-transition: color 125ms linear;
    -moz-transition: color 125ms linear;
    -o-transition: color 125ms linear;
    -ms-transition: color 125ms linear;
    transition: color 125ms linear;
    padding: .5em 8px .5em 8px
}

.CMS_modal-content.dialog-form li:hover {
    background: #fff
}

.CMS_modal-content li:hover a {
    color: #000
}

.CMS_modal-content li:hover a .AB_icn {
    opacity: 1
}

span.AB_icn.AB_icn-page {
    background-position: 0 -100px
}

.CMS_modal-content.AB_icn {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/CMSToolbar/icons/CMS_AB_dropDown-sprite_2.png')
}

.zones-portlet-header.portletBox-title+div {
    border: 2px solid #333 !important;
    border-top: none !important;
    outline: none !important;
    padding: 2px !important;
    display: block !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    background: #fff !important;
    min-height: 30px
}

.portlet_instance {
    margin-bottom: 10px !important
}

.portlet_instance:last-child {
    margin-bottom: 0 !important
}

div.portlet-title {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px
}

div.portletBox-title {
    display: table !important;
    width: 100% !important;
    outline: none !important;
    padding: 0 0 0 2px !important;
    box-sizing: border-box !important;
    font-family: arial !important;
    background-color: #292f35 !important
}

span.portlet-title {
    margin: 0 !important;
    font-size: 13px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #fff !important
}

.portlet_zone {
    border: 2px dashed #878787 !important;
    min-height: 30px !important;
    padding: 4px !important;
    margin: 5px !important;
    min-height: 100px !important
}

.ui-sortable-placeholder,.portlet_instance_icon_holder {
    display: block !important;
    background: #ffe683 !important;
    position: relative !important;
    visibility: visible !important;
    height: 150px !important;
    margin-bottom: 10px !important;
    border: none !important
}

.ui-sortable-placeholder:after,.portlet_instance_icon_holder:after {
    content: 'Drop Here' !important;
    display: block !important;
    text-align: center !important;
    font-size: 25px !important;
    line-height: 66px !important;
    color: #333 !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    margin-top: -33px !important;
    height: 66px !important;
    width: 100% !important;
    font-weight: bold !important;
    text-shadow: none !important;
    font-family: arial !important
}

.portlet_zone .portlet_instance_icon {
    display: none !important
}

.Office2010Black.reWrapper,.Office2010Black.RadEditor .reContentCell,.Office2010Black.reColorPicker,.Office2010Black.reInsertTable,.Office2010Black.reCustomLinks a:hover {
    border: none !important;
    background: transparent !important
}

.portlet_instance .RadEditor .reContentArea {
    padding: 0 !important
}

.reContentArea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none
}

.TelerikModalOverlay {
    background-color: #212121 !important;
    opacity: .9 !important
}

.TelerikModalOverlayFullScreen {
    background-color: transparent;
    opacity: .1 !important
}

.pb-controls a,.portletBox-icon a {
    color: #fff !important;
    text-align: center
}

.pb-controls a,.portletBox-icon a {
    width: 25px !important;
    line-height: 25px !important;
    display: inline-block !important;
    border-radius: 3px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    margin: 3px 3px 3px 0;
    height: 25px !important;
    color: #fff !important;
    text-align: center;
    cursor: pointer
}

a.pbi_delete:hover {
    background: #e74c3c !important
}

a.pbi_minimize:hover {
    background: #f39c12 !important
}

a.pbi_edit:hover {
    background: #3498db !important
}

a.pbi_restore:hover {
    background: #27ae60 !important
}

a.pbi_history:hover {
    background: #9b59b6 !important
}

.portletBox-icon img,.pb-controls img {
    margin-top: 3px;
    width: 18px;
    height: 18px
}

.portletBox-icon a:hover {
    background: transparent !important;
    cursor: move !important
}

.portlet_zone.ui-sortable .new_portlet_instance {
    border: none !important;
    background: transparent !important;
    padding: 1px !important;
    margin: 0 0 10px 0 !important
}

.portlet_zone.ui-sortable .new_portlet_instance>img {
    display: none !important
}

.portlet_zone.ui-sortable .new_portlet_instance>div,.load {
    color: #202325;
    font-size: 20px;
    margin: 55px auto;
    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)
}

@-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
    }
}

@-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
    }
}

.optionRows>ul>li.optionPreview {
    background-image: none
}

.CMS_adminBar .optionRows>ul>li.optionPreview span {
    color: #d9dadb;
    font-weight: 900 !important;
    font-size: 16px;
    position: relative;
    top: 2px;
    padding: 7px 9px 7px 9px;
    font-family: FontAwesome
}

.CMS_adminBar .optionRows>ul>li.optionPreview:hover span {
    color: #fff
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
    font-size: 0 !important
}

.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
    font-size: 14px !important
}

.TelerikModalOverlay.inlineedit_overlay {
    z-index: 10000 !important
}

.inlineeditwindow {
    z-index: 19000 !important
}

div[id$="dialogOpenerImageManager"],div[id$="dialogOpenerImageProperties"],div[id$="dialogOpenerPasteHtml"],div[id$="dialogOpenerCleanPasteHtmlContent"],div[id$="dialogOpenerCleanPasteTextContent"],div[id$="dialogOpenerFlashManager"],div[id$="dialogOpenerTemplateManager"],div[id$="dialogOpenerStyleBuilder"],div[id$="dialogOpenerMediaManager"],div[id$="dialogOpenerDocumentManager"],div[id$="dialogOpenerInsertExternalVideo"],div[id$="dialogOpenerLinkManager"],div[id$="dialogOpenerEXTERNAL_URLdefault"],div[id$="dialogOpenerHelp"],div[id$="dialogOpenerTableWizard"],div[id$="dialogOpenerImageMapDialog"] {
    z-index: 25000 !important
}

div[id$="dialogOpenerImageEditor"] {
    z-index: 28000 !important
}

div[id$="ImageEditor"] {
    z-index: 28100 !important
}

.RadWindow .rwTitlebarControls {
    text-align: left
}

.editbtn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f5f5f5;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1em;
    padding: 3px;
    margin: 2px 0;
    text-decoration: none
}

.ViewRatingDiv {
    border: 1px solid #808080;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.ViewRatingDiv .ViewRatingHeaderDiv,.ViewRatingDiv {
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.ViewRatingDiv .ViewRatingTitleDiv {
    padding: 5px 5px 5px 5px
}

.ViewRatingDiv .ViewRatingControlDiv {
    padding: 0 5px 0 5px
}

.ViewRatingDiv .ViewRatingCountDiv {
    padding: 5px 5px 5px 5px
}

.ViewRatingDivNoBorder {
    border: 0 none;
    width: 250px !important
}

.ViewRatingDivNoBorder .ViewRatingHeaderDiv {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x scroll 0 0 #eaeaea;
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-top: 8px
}

.ViewRatingDivNoBorder .ViewRatingTitleDiv {
    padding: 5px 5px 5px 5px
}

.ViewRatingDivNoBorder .ViewRatingControlDiv {
    padding: 0 5px 0 5px
}

.ViewRatingDivNoBorder .ViewRatingCountDiv {
    padding: 5px 5px 5px 5px
}

.ViewRatingDivNoBorder,.actionview {
    margin-bottom: 20px
}

.ViewRatingTitleDiv,.ViewRatingControlDiv,.ViewRatingCountDiv {
    width: 228px !important
}

.ViewRatingTitleDiv,.ViewRatingControlDiv {
    width: 248px;
    padding: 10px !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #3d3d3d;
    font-family: arial
}

.ViewRatingControlDiv {
    padding: 5px 10px !important
}

.ViewRatingCountDiv {
    width: 248px;
    padding: 10px !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #3d3d3d;
    font-family: arial
}

.dvViewAttachment {
    border: 1px solid #ccc
}

.dvViewAttachmentNoBorder {
    border: 0 none
}

.PostForm .crm_comment_content {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ccc;
    background-color: #fff
}

.PostFormNoBorder .crm_comment_content {
    border: 0 none;
    background-color: #fff
}

.ListForm .CommentList tbody {
    border-bottom: 1px solid #ccc !important;
    background-color: #fff
}

.ListForm .CommentList .grid_header {
    border: 1px solid #ccc;
    background-color: #fff;
    height: 25px
}

.ListForm .CommentList .grid_header .headerLeft {
    border-top-left-radius: 8px;
    padding-left: 5px
}

.ListForm .CommentList .grid_header .headerRight {
    border-top-right-radius: 8px
}

.ListForm .CommentList .itemLeft {
    border-left: 1px solid #ccc
}

.ListForm .CommentList .itemRight {
    border-right: 1px solid #ccc
}

.ListForm .CommentList .grid_pager {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.ListFormNoBorder .CommentList tbody {
    background-color: #fff
}

.ListFormNoBorder .CommentList .grid_header {
    background-color: #fff;
    height: 25px
}

.ListFormNoBorder .CommentList .grid_header .headerLeft {
    padding-left: 5px
}

.ListFormNoBorder .CommentList .grid_pager {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.PostForm,.ListForm,.CommentList,.CommentList th,.CommentList td,.CommentList tr {
    border-style: none !important;
    border: 0 !important
}

.ListForm .CommentList .itemLeft {
    list-style: none;
    width: 500px
}

.PostForm,.ListForm,.CommentList,.CommentList th,.CommentList td,.CommentList tr {
    border-style: none !important;
    border: 0 !important
}

.CommentList th {
    background: #ccc
}

.comment_delete_button itemRight,.itemLeft,.comment_rate_buttons {
    border-bottom: 1px solid #ccc !important
}

.comment_box {
    padding: 10px;
    overflow: auto
}

.comment_info {
    float: left;
    margin-right: 10px
}

.comment_data {
    float: left;
    display: block;
    width: 360px;
    font-family: helvetica,arial;
    font-size: 10pt;
    color: #3d3d3d
}

.comment_head {
    float: left
}

.publish_date {
    padding-top: 5px;
    font-size: 10px;
    color: #969696
}

.author {
    font-size: 11px;
    padding-bottom: 3px;
    text-align: left;
    text-decoration: underline
}

.title {
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: bold
}

.crmSearch .viewcontentClass {
    padding-left: 10px
}

.crmSearch .input {
    border: 1px solid #c0c0c0;
    height: 25px
}

.sidebarImageClass {
    height: 50px;
    width: 200px;
    border: 0 0 0 0
}

.sidebarClass {
    width: 200px;
    vertical-align: top;
    border: 1px solid #ccc;
    padding-left: 5px
}

.divFilter {
    text-align: left
}

.searchHeaderLeft {
    height: 30px;
    background-color: #ebf4ff;
    width: 50%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 5px
}

.searchHeaderRight {
    height: 30px;
    background-color: #ebf4ff;
    width: 50%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: 5px
}

.searchSort {
    height: 30px;
    background-color: #ebf4ff;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: 5px
}

.filter_sub_header {
    display: block;
    font-weight: bold;
    padding-top: 10px;
    text-align: left
}

.moreBtn {
    color: #00f;
    margin-right: 5px;
    float: right
}

.linebreak {
    clear: both;
    margin-left: 0;
    margin-right: 5px;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none
}

.customRange {
    font-weight: bold
}

.highlightBtn {
    color: #f00;
    font-weight: bold;
    font-size: 10pt
}

.highlightBtn:hover {
    color: #f00;
    font-size: 10pt;
    font-weight: bold
}

.normalBtn {
    color: #000;
    font-weight: normal;
    font-size: 10pt
}

.normalBtn:hover {
    font-size: 10pt
}

.boldLinkButton {
    font-weight: bold;
    color: #00f
}

.divEdit .divKeywords {
    border: 1px solid #a0a0a0;
    border-bottom: 0 none
}

.divEdit .divKeywords .rlbGroup {
    margin: 5px 0 5px 0
}

.divEdit .divFilter {
    border: 1px solid #a0a0a0;
    border-bottom: 0 none
}

.divEdit .divFilter .rlbGroup {
    margin: 5px 0 5px 0
}

.divEdit .RadComboBox_Default {
    width: 35px !important
}

.DisplaySearch .header {
    background-color: #c6e2ff;
    height: 28px
}

.DisplaySearch .headerLeft {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px
}

.DisplaySearch .headerRight {
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px
}

.DisplaySearch .footerLeft {
    float: left
}

.DisplaySearch .footerRight {
    float: right
}

.viewPortlet {
    width: 700px
}

.viewTemplatePortlet {
    margin-top: 5px;
    margin-bottom: 1px;
    spacing: 15px;
    padding: 10px;
    width: 700px
}

.related_enumeration_title {
    padding: 4px;
    text-transform: uppercase;
    font-family: arial
}

.related_enumeration_title span {
    color: #000;
    font-weight: bold;
    font-size: 9pt
}

.tbl_header titlediv {
    border: 0 !important;
    border-style: none !important;
    border-bottom: 1px solid #ccc !important
}

.youmightlike_editbutton {
    float: right
}

.firstviewdiv {
    border: 0 !important;
    border-style: none
}

.btn_div {
    background-color: #f1eded;
    border-top: 1px solid #ccc
}

.pnlinteresteditemscontent {
    border: 1px solid #ccc;
    border-top: none
}

.pnlinteresteditems .tbl_header {
    width: 340px !important
}

.itemtr td {
    padding-top: 10px
}

.action_btn_div {
    border: 1px solid #ccc;
    border-top: 0 none
}

.css_crm_thumbnail span {
    display: inline
}

.crm_create_header {
    border-bottom: 0 none
}

.crm_create_div .tbl_header {
    border-bottom: 0 none
}

.CRM_create_header {
    border-bottom: 0 none
}

.crm_object_view .tbl_row_alt td {
    background: #f2f2f2 !important
}

.CRMMenu a.rmLink {
    cursor: default;
    display: block;
    white-space: pre-wrap !important;
    width: 175px !important
}

.CRMMenu .rmLink {
    float: left;
    outline: 0 none;
    padding: 0 0 0 12px;
    white-space: normal !important;
    width: 175px !important
}

.CRMMenu .rmItem {
    width: 175px !important
}

.CRMMenu .rmExpanded {
    white-space: normal !important;
    width: 175px !important
}

.RadTabStrip .rtsLI img {
    height: 16px;
    width: 16px
}

.CrmDiv {
    display: block;
    padding-left: 5px;
    margin-left: 5px;
    height: 100%;
    margin-right: 5px;
    overflow: auto;
    padding-top: 5px
}

.CrmApplicationDiv {
    position: relative;
    display: inline;
    float: right;
    top: -28px;
    margin-bottom: -41px
}

.CrmApplicationTitle {
    border-bottom: solid 1px #808080;
    padding-bottom: 5px
}

.portlet_header {
    margin-left: 5px
}

.crm_gridview_table_no_border {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 2px;
    text-align: left;
    height: 23px;
    background-color: #eee9e9;
    border: solid 1px #808080
}

.crm_gridview_table_no_border .header {
    height: 35px
}

.crm_gridview_table_no_border .header .header_left {
    width: 45%;
    white-space: nowrap
}

.crm_gridview_table_no_border .header .header_right {
    width: 55%;
    white-space: nowrap
}

.crm_gridview_table_no_border .header a {
    font-weight: normal
}

.crm_gridview_table_no_border .footer {
    height: 5px
}

.crm_gridview_table_no_border .gridview_div {
    width: 99%
}

.crm_gridview_table {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    padding-left: 2px;
    text-align: left;
    border-collapse: collapse;
    height: 23px;
    font-weight: bold;
    background-color: #eee9e9;
    border: solid 1px #808080
}

.crm_gridview_table .tbl_row_data {
    text-align: left
}

.crm_gridview_table .tbl_row_data_alter {
    text-align: left
}

.crm_gridview_table .header {
    height: 35px
}

.crm_gridview_table .header .header_left {
    width: 45%;
    white-space: nowrap
}

.crm_gridview_table .header .header_right {
    width: 55%;
    white-space: nowrap
}

.crm_gridview_table .header a {
    font-weight: normal
}

.crm_gridview_table .footer {
    height: 5px
}

.crm_gridview_table .gridview_div {
    width: 99%
}

.validation_serverside_message {
    color: #000;
    background-color: #ff0;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    border: 1px;
    border-style: solid;
    border-color: #f00;
    border-collapse: collapse;
    padding: 3px
}

.validation_table_row_text {
    color: #f00;
    font-weight: bold
}

.validation_clientside_message {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    border: 0;
    border-collapse: collapse;
    padding: 3px
}

.alert_display_serverside_message {
    color: #000;
    background-color: #ff0;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    border: 1px;
    border-style: solid;
    border-color: #f00;
    border-collapse: collapse;
    padding: 3px
}

.notice_message {
    color: #000;
    background: #ffffe1 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/information.png') no-repeat 8px 8px;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    font-weight: bold;
    padding: 8px 8px 8px 32px
}

.warning_message {
    color: #000;
    background: #ffffe1 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/objects/cs_log/warn.gif') no-repeat 8px 8px;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    font-weight: bold;
    padding: 8px 8px 8px 32px
}

.error_message {
    color: #000;
    background: #ffffe1 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/objects/cs_log/error.gif') no-repeat 8px 8px;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    font-weight: bold;
    padding: 8px 8px 8px 32px
}

.error_message_border {
    border: 1px solid #ce1919
}

.forum_tbl {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #fff
}

.forum_header,table.forum_header td,tr.forum_header td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #eaeaea url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

table.forum_tbl tr.forum_header td,table.forum_header td,tr.forum_header td {
    border: none
}

.forum_header_link,.forum_header_link:hover {
    color: #860000;
    text-decoration: underline
}

A.btn_bar,A.forum_btn_bar,A.action_btn_bar {
    display: inline-block;
    padding: 4px 4px 4px 24px;
    margin: 1px;
    border: 1px solid #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    background-color: #eee;
    color: #39c;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 4px center;
    white-space: nowrap;
    text-decoration: none
}

A.btn_bar:hover,A.forum_btn_bar:hover,A.action_btn_bar:hover {
    color: #333;
    text-decoration: underline
}

A.btn_bar:hover {
    background-color: #fc0
}

A.forum_btn_bar:hover {
    background-color: #eaf4ff
}

A.action_btn_bar:hover {
    background-color: #fff
}

A.forum_link,A.forum_link:hover,A.forum_main_link,A.forum_main_link:hover {
    color: #860000;
    text-decoration: underline
}

.grid_row_alt_forum {
    background: #eaf4ff
}

.grid_header_forum {
    font-weight: bold;
    background: #99badd;
    text-align: left
}

.comment_header {
    font-weight: bold
}

A.forum_menu_header_btn_bar {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    color: #808080;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 1px -1px;
    padding-left: 22px;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
    background-position: left
}

A.forum_menu_header_btn_bar:hover {
    background-color: #eaf4ff;
    color: #000;
    text-decoration: none
}

.forum_menu_tbl {
    font-family: Arial,Verdana;
    font-size: 10pt;
    border: 1px solid #ccc;
    border-top-color: #eaf4ff;
    border-bottom-color: #808080;
    border-collapse: collapse;
    background-color: #eaf4ff
}

.forum_tr_attachment {
    background-color: #e2e6ec
}

A.temp,A.temp:hover {
    color: #39c;
    font-size: 8
}

A.temp:hover {
    color: #808080
}

.sp_siteAgreement .sp_introMessage,.sp_siteAgreement .sp_safetyCourse {
    margin-bottom: 1.5em
}

.sp_siteAgreement .sp_form .sp_submit {
    margin-top: 1em
}

.datagrid_header_table,table.datagrid_header_table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #eaeaea url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

td.datagrid_header_table,table.datagrid_header_table td {
    border-left: none;
    border-right: none
}

.datagrid_header_table_text,A.datagrid_header_table_text:link,A.datagrid_header_table_text:visited,A.datagrid_header_table_text:hover {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

.grid_row {
    text-align: left;
    background: #fff
}

.grid_row_alt {
    text-align: left;
    background: #f2f2f2
}

.grid_row td,.grid_row_alt td {
    border: none;
    padding: 5px;
    color: #000
}

.grid_header,tr.grid_header td,tr.grid_header th {
    border: none;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    background: #f2f2f2;
    padding: 5px;
    color: #333;
    font-weight: bold
}

.grid_pager {
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 5px 1px;
    color: #333
}

tr.grid_pager td {
    border: 1px solid #ccc
}

tr.grid_pager td td {
    border: none
}

.grid_pager span {
    border: 1px solid #ccc;
    padding: 5px;
    color: #333;
    cursor: default;
    display: inline-block;
    line-height: 16px
}

.grid_pager a,.grid_pager a:hover {
    padding: 6px;
    color: #333;
    display: inline-block;
    line-height: 16px
}

.grid_pager a:hover {
    border: 1px solid #b1cfff;
    padding: 5px
}

.grid_pager a.aspNetDisabled:hover {
    border: none;
    padding: 6px
}

.grid_footer {
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 5px 1px;
    color: #333
}

.grid_Border {
    border-style: solid;
    width: 100%
}

.crm_grid_row,.crm_grid_row td {
    background: #fff
}

.crm_grid_row td,.crm_grid_header th {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 15px
}

.crm_grid_header {
    background: #f3f3f3;
    font-weight: bold;
    text-align: left
}

.datagrid_header_table_nocrm {
    font-weight: bold;
    padding-left: 2px;
    text-align: left;
    border-collapse: collapse;
    height: 23px;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_US/default/images/templates/default/footer_background.gif');
    background-repeat: repeat-x
}

div.PageSize {
    padding-top: 3px;
    margin-top: -33px;
    padding-left: 5px
}

.label_skin_corporation {
    font-size: 8pt
}

.label_skin_bold {
    font-weight: bold;
    font-size: 10pt
}

.label_skin_italic {
    font-style: italic;
    font-size: 10pt
}

.label_skin_description {
    font-size: 8pt;
    color: #a3a3a3
}

.tbl_miniCalendarHeader {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    padding: 2px
}

.tbl_miniCalendarHeader_small {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    padding: 2px
}

.tbl_mini_calendar {
    background-color: #9c9cce
}

.bluetbl_mini_calendar {
    background-color: #b6c8ea
}

.mini_calendar_day_small {
    color: #636363;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

A.mini_calendar_day_small:link,A.mini_calendar_day_small:visited {
    font-weight: bold;
    color: #f00;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

A.mini_calendar_day_small:hover {
    font-weight: bold;
    color: #000;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

.mini_calendar_header_small {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt
}

td.mini_calendar_header_small {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #9c9cce
}

A.mini_calendar_header_small:link,A.mini_calendar_header_small:visited {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

A.mini_calendar_header_small:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

A.mini_calendar_event_small:link,A.mini_calendar_event_small:visited {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-decoration: underline
}

A.mini_calendar_event_small:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-decoration: underline
}

A.mini_calendar_event_bold_small:link,A.mini_calendar_event_bold_small:visited {
    font-weight: bold;
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

A.mini_calendar_event_bold_small:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

.mini_calendar_day {
    color: #636363;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

A.mini_calendar_day:link,A.mini_calendar_day:visited {
    font-weight: bold;
    color: #f00;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

A.mini_calendar_day:hover {
    font-weight: bold;
    color: #000;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

.mini_calendar_header {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt
}

td.mini_calendar_header {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    background: #9c9cce
}

.mini_calendar_tbl {
    background: #9c9cce
}

A.mini_calendar_header:link,A.mini_calendar_header:visited {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.mini_calendar_header:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.mini_calendar_event:link,A.mini_calendar_event:visited {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_calendar_event:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_calendar_event_bold:link,A.mini_calendar_event_bold:visited {
    font-weight: bold;
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.mini_calendar_event_bold:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

.bluemini_calendar_day_small {
    color: #636363;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

A.bluemini_calendar_day_small:link,A.bluemini_calendar_day_small:visited {
    font-weight: bold;
    color: #f00;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

A.bluemini_calendar_day_small:hover {
    font-weight: bold;
    color: #000;
    font-family: Arial,Helvetica,Geneva;
    font-size: 8pt
}

.bluemini_calendar_header_small {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt
}

td.bluemini_calendar_header_small {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #b6c8ea
}

A.bluemini_calendar_header_small:link,A.bluemini_calendar_header_small:visited {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

A.bluemini_calendar_header_small:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

.bluemini_calendar_event_small {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-decoration: none
}

A.bluemini_calendar_event_small:link,A.bluemini_calendar_event_small:visited {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-decoration: underline
}

A.bluemini_calendar_event_small:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-decoration: underline
}

A.bluemini_calendar_event_bold_small:link,A.bluemini_calendar_event_bold_small:visited {
    font-weight: bold;
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

A.bluemini_calendar_event_bold_small:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    text-decoration: underline
}

.bluemini_calendar_day {
    color: #636363;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

A.bluemini_calendar_day:link,A.bluemini_calendar_day:visited {
    font-weight: bold;
    color: #f00;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

A.bluemini_calendar_day:hover {
    font-weight: bold;
    color: #000;
    font-family: Arial,Helvetica,Geneva;
    font-size: 10pt
}

.bluemini_calendar_header {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt
}

.bluemini_calendar_tbl {
    border: 2px;
    border-style: solid;
    border-color: #99c8ea;
    background: #b6c8ea
}

td.bluemini_calendar_header {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    background: #b6c8ea
}

A.bluemini_calendar_header:link,A.bluemini_calendar_header:visited {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.bluemini_calendar_header:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.bluemini_calendar_event:link,A.bluemini_calendar_event:visited {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_calendar_event:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_calendar_event_bold:link,A.bluemini_calendar_event_bold:visited {
    font-weight: bold;
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

A.bluemini_calendar_event_bold:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    text-decoration: underline
}

.tbl_cell_calendar {
    background-color: #fff
}

.tbl_cell_calendar_small {
    background-color: #fff
}

.bluetbl_cell_calendar {
    background-color: #fff
}

.bluetbl_cell_calendar_small {
    background-color: #fff
}

.tbl_cell_today_calendar {
    background-color: #78dddd
}

.tbl_cell_today_calendar_small {
    background-color: #78dddd
}

.bluetbl_cell_today_calendar {
    background-color: #78dddd
}

.bluetbl_cell_today_calendar_small {
    background-color: #78dddd
}

.mini_calendar_today {
    color: #860000
}

.bluemini_calendar_today {
    color: #860000
}

.ptl_upcomingevents_carousel,.ptl_upcomingevents_list,.ptl_upcomingevents_events {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.caroufredsel_wrapper {
    width: 100% !important
}

.ptl_upcomingevents_page {
    position: relative;
    float: left
}

.ptl_upcomingevents_date {
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    background: #fff;
    background-image: -webkit-linear-gradient(top,#fff,#fff,#eaeaea);
    border: 1px solid #494949;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 2px 2px 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    width: 38px;
    text-align: center
}

.ptl_upcomingevents_date .ptl_upcomingevents_month {
    background: #494949 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/UpcomingEvents/glare.png') repeat-x 50% top;
    border-radius: 3px 3px 0 0;
    padding: 1px;
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ptl_upcomingevents_date .ptl_upcomingevents_day {
    padding: 2px 0 1px 0;
    color: #3b3f43;
    font-size: 18px;
    font-weight: bold;
    display: block
}

.ptl_upcomingevents_events {
    position: relative;
    margin-left: 50px;
    display: block
}

.ptl_upcomingevents_details {
    min-height: 45px;
    margin-bottom: 1em
}

.ptl_upcomingevents_details .event_title {
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    white-space: pre-wrap
}

.ptl_upcomingevents_details .event_title:hover {
    text-decoration: underline;
    white-space: pre-wrap
}

.ptl_upcomingevents_details .event_time {
    display: block;
    font-size: 12px;
    white-space: pre-wrap
}

.ptl_upcomingevents_custom h2.ptl_upcomingevents_header {
    color: #494949;
    font-size: 15pt
}

.ptl_upcomingevents_footer .ptl_upcomingevents_buttons {
    width: 38px;
    float: left;
    margin-right: 8px
}

.ptl_upcomingevents_footer .ptl_upcomingevents_button {
    border-radius: 7px;
    background-color: #494949;
    margin: 0 0 0 2px;
    width: 15px;
    height: 15px;
    position: relative
}

.ptl_upcomingevents_button a {
    display: block;
    height: 14px;
    cursor: pointer
}

.ptl_upcomingevents_button span {
    display: none
}

.ptl_upcomingevents_buttons .prev {
    float: left;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/UpcomingEvents/arrow-left.png');
    background-repeat: no-repeat;
    background-position: 4px 4px
}

.ptl_upcomingevents_buttons .next {
    float: right;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/UpcomingEvents/arrow-right.png');
    background-repeat: no-repeat;
    background-position: 5px 4px
}

.ptl_upcomingevents_footer .more_events:link,.ptl_upcomingevents_footer .more_events:visited,.ptl_upcomingevents_footer .more_events:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000
}

.ptl_upcomingevents_footer .more_events:hover {
    text-decoration: underline
}

.tbl_mini_upcomingevent {
    background-color: #fff
}

.mini_upcomingevent_header {
    font-weight: bold;
    color: #030;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt
}

td.mini_upcomingevent_header {
    font-weight: bold;
    color: #030;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    background: #9c9cce
}

A.mini_upcomingevent_header:link,A.mini_upcomingevent_header:visited {
    font-weight: bold;
    color: #030;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_upcomingevent_header:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

.mini_upcomingevent_event {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt
}

A.mini_upcomingevent_event:link,A.mini_upcomingevent_event:visited {
    color: #860000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_upcomingevent_event:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_upcomingevent_event_bold:link,A.mini_upcomingevent_event_bold:visited {
    font-weight: bold;
    color: #860000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.mini_upcomingevent_event_bold:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

.bluetbl_mini_upcomingevent {
    background-color: #e1ecfc
}

.bluemini_upcomingevent_header {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt
}

td.bluemini_upcomingevent_header {
    font-weight: bold;
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    background: #b6c8ea
}

A.bluemini_upcomingevent_header:link,A.bluemini_upcomingevent_header:visited {
    font-weight: bold;
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_upcomingevent_header:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

.bluemini_upcomingevent_event {
    color: #636363;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt
}

A.bluemini_upcomingevent_event:link,A.bluemini_upcomingevent_event:visited {
    color: #860000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_upcomingevent_event:hover {
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_upcomingevent_event_bold:link,A.bluemini_upcomingevent_event_bold:visited {
    font-weight: bold;
    color: #860000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

A.bluemini_upcomingevent_event_bold:hover {
    font-weight: bold;
    color: #f00;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    text-decoration: underline
}

.ptlreActions.reToolbar.Office2010Black li {
    background: #323232 0 -6999px repeat-x url('//radskincdn.sharpschool.com/ajaxz/2013.3.1324/Office2010Black/Grid/sprite.png');
    padding: 3px 0 !important
}

.ptlreActions.reToolbar.Office2010Black .ptlreButton {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px;
    background-color: #c7c7c7;
    border: 1px solid #262626;
    border-radius: 3px;
    color: #000
}

.ptlreActions.reToolbar.Office2010Black .ptlreButton:hover {
    background-color: #fff3c9;
    background-image: linear-gradient(#ffe68b 0%,#ffe176 25%,#ffe176 50%,#fff3c9 100%);
    border: 1px solid #f7c840
}

.ptlreActions.reToolbar.Office2010Black .ptlreButton.active {
    background-color: #feee77;
    background-image: linear-gradient(#f9d04c 0%,#f7ca42 25%,#f7c840 50%,#feee77 100%);
    border: 1px solid #c28b31
}

.inlineeditwindow {
    text-align: center
}

.inlineeditaction {
    vertical-align: top;
    text-align: right;
    margin-right: 20px
}

.inlineeditmessage {
    text-align: left;
    vertical-align: top
}

.inlineeditimage {
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

body .Silk .reDropdown,body .Silk .reTool_disabled.reDropdown:hover {
    background: #fff
}

body .RadWindow.RadWindow_Silk.reToolbarWindow td.rwWindowContent,.RadWindow.RadWindow_Silk.reToolbarWindow div.rwContent {
    background-color: #fff
}

.Silk.RadEditor .reNoBorder div.reContentArea {
    background: #fff;
    height: auto
}

.ptlConfirmDelIcon {
    float: left;
    text-align: left
}

.ptlConfirmDelMessage {
    text-align: left;
    overflow: hidden;
    margin-right: 10px
}

.ptlConfirmDelButton {
    margin-right: 10px;
    text-align: right
}

.ptlConfirmDelWindow {
    z-index: 99999
}

.divprogress {
    text-align: center;
    float: left;
    padding-top: 10px;
    clear: both;
    width: 100%
}

.divprogress span {
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-top: 15px
}

.divprogress .begin_current {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/begin_phase_current.gif')
}

.divprogress .begin_done {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/begin_phase_done.gif')
}

.divprogress .mid_current {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_current.gif')
}

.divprogress .mid_done {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_done.gif')
}

.divprogress .mid_undone {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_undone.gif')
}

.divprogress .end_current {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/end_phase_current.gif')
}

.divprogress .end_undone {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/end_phase_undone.gif')
}

.sessionList div {
    line-height: 1.5
}

.sessionList .session_title {
    font-weight: bold;
    padding-left: 2em
}

.sessionList .session_detail {
    padding-left: 3em
}

.session_container {
    position: relative
}

.session_container .chk {
    position: absolute
}

.session_container .sub_session {
    border-bottom: solid 1px #d4d0c8;
    padding-left: 4em
}

div#divNav {
    text-align: center;
    margin-top: 40px
}

div#divNav input {
    margin: 10px
}

.radUpload_attachment,.AttachmentRemoveAll {
    float: left
}

.radUpload_attachment {
    margin-right: 3px
}

.radUpload_attachment .ruFileWrap {
    width: auto !important;
    height: auto !important
}

.radUpload_attachment .ruFakeInput {
    display: none
}

.radUpload_attachment input.ruBrowse,.AttachmentRemoveAll {
    border: 1px solid #ccc;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    padding: 5px 5px 4px 24px;
    color: #333;
    font: bold 8pt 'Segoe UI',Arial,sans-serif;
    height: auto;
    width: auto;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    margin: 0
}

.radUpload_attachment input.ruButton {
    width: 90px
}

.radUpload_attachment input.ruButtonHover,.AttachmentRemoveAll:hover {
    border-color: #b1cfff #99b7d7 #3677cb #d3e3fb
}

.radUpload_attachment input.ruBrowse,.radUpload_attachment input.ruButtonHover {
    background: #f5f5f5 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/attachment.gif') no-repeat 4px center !important
}

.AttachmentRemoveAll {
    margin-left: 2px;
    background: #f5f5f5 url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/remove_all.gif') no-repeat 4px center
}

.imgAttachDelete {
    cursor: pointer
}

.RadGrid_CrmStandard {
    border: 1px solid #828282;
    color: #333;
    padding: 0 0 0 0;
    margin: 0 0 0 0
}

.RadGrid_CrmStandard table {
    border-spacing: 0;
    border-collapse: collapse
}

.RadGrid_CrmStandard,.RadGrid_CrmStandard .rgMasterTable,.RadGrid_CrmStandard .rgDetailTable,.RadGrid_CrmStandard .rgGroupPanel table,.RadGrid_CrmStandard .rgCommandRow table,.RadGrid_CrmStandard .rgEditForm table,.GridToolTip_CrmStandard {
    font: 10pt Tahoma,Verdana,Arial,Helvetica;
    border: 0 none;
    border-collapse: collapse
}

.RadGrid_CrmStandard .rgHeaderDiv tr a:link,.RadGrid_CrmStandard .rgHeaderDiv tr a:visited,.RadGrid_CrmStandard .rgHeaderDiv tr a:active,.RadGrid_CrmStandard .rgHeaderDiv tr a:hover {
    color: #fff
}

.RadGrid_CrmStandard .rgHeaderDiv tr .rgHeaderDiv,.RadGrid_CrmStandard .rgHeaderDiv tr .rgHeaderDiv a:link {
    text-align: left !important;
    font-weight: normal;
    padding-left: 3px
}

.RadGrid_CrmStandard .rgHeaderDiv table thead {
    background-color: #037caf;
    color: #fff;
    border: 0 none
}

.RadGrid_CrmStandard .rgHeaderDiv tr {
    background-color: #037caf;
    color: #fff;
    border: 0 none
}

.RadGrid_CrmStandard .rgHeaderDiv tr th {
    background-color: #037caf;
    color: #fff;
    border: 0 none;
    text-align: left
}

.RadGrid_CrmStandard .rgHeaderDiv tr th:first-child {
    border-top-left-radius: 8px
}

.RadGrid_CrmStandard .rgHeaderDiv tr th:last-child {
    border-top-right-radius: 8px
}

.RadGrid_CrmStandard .rgMasterTable,.RadGrid_CrmStandard .rgDetailTable {
    border-collapse: collapse !important
}

.RadGrid_CrmStandard .rgRow,.RadGrid_CrmStandard .rgAltRow,.RadGrid_CrmStandard .rgHeader,.RadGrid_CrmStandard .rgResizeCol,.RadGrid_CrmStandard .rgPager,.RadGrid_CrmStandard .rgGroupPanel {
    cursor: default
}

.RadGrid_CrmStandard .rgRow td,.RadGrid_CrmStandard .rgAltRow td,.RadGrid_CrmStandard .rgEditRow td,.RadGrid_CrmStandard .rgFooter td,.RadGrid_CrmStandard .rgFilterRow td,.RadGrid_CrmStandard .rgHeader,.RadGrid_CrmStandard .rgResizeCol,.RadGrid_CrmStandard .rgGroupHeader td {
    padding-left: 7px;
    padding-right: 7px
}

.RadGrid_CrmStandard .rgAdd,.RadGrid_CrmStandard .rgRefresh,.RadGrid_CrmStandard .rgEdit,.RadGrid_CrmStandard .rgDel,.RadGrid_CrmStandard .rgFilter,.RadGrid_CrmStandard .rgPagePrev,.RadGrid_CrmStandard .rgPageNext,.RadGrid_CrmStandard .rgPageFirst,.RadGrid_CrmStandard .rgPageLast,.RadGrid_CrmStandard .rgExpand,.RadGrid_CrmStandard .rgCollapse,.RadGrid_CrmStandard .rgSortAsc,.RadGrid_CrmStandard .rgSortDesc,.RadGrid_CrmStandard .rgUpdate,.RadGrid_CrmStandard .rgCancel {
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer
}

.RadGrid_CrmStandard .rgGroupItem input,.RadGrid_CrmStandard .rgCommandRow img,.RadGrid_CrmStandard .rgHeader input,.RadGrid_CrmStandard .rgFilterRow img,.RadGrid_CrmStandard .rgPager img {
    vertical-align: middle
}

.RadGrid_CrmStandard .rgDataDiv {
    height: auto !important
}

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -6200px
}

.rgNoScrollImage .rgHeaderDiv {
    background-image: none
}

.RadGrid_CrmStandard .rgHeader,.RadGrid_CrmStandard th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #828282;
    padding-top: 5px;
    padding-bottom: 2px;
    background: #eaeaea 0 -2300px repeat-x;
    text-align: left;
    font-weight: normal
}

.RadGrid_CrmStandard th.rgSorted {
    background-color: #c4c4c4;
    background-position: 0 -2600px
}

.RadGrid_CrmStandard .rgHeader,.RadGrid_CrmStandard .rgHeader a {
    color: #333;
    text-decoration: none
}

.RadGrid_CrmStandard .rgRow td,.RadGrid_CrmStandard .rgAltRow td,.RadGrid_CrmStandard .rgEditRow td,.RadGrid_CrmStandard .rgFooter td {
    border: 0;
    border-bottom: 0 none;
    padding-top: 4px;
    padding-bottom: 3px
}

.RadGrid_CrmStandard .rgRow td,.RadGrid_CrmStandard .rgAltRow td {
    border-color: #fff
}

.RadGrid_CrmStandard .rgRow .rgSorted {
    background-color: #e5e5cc
}

.RadGrid_CrmStandard .rgAltRow .rgSorted {
    background-color: #efdbbd
}

.RadGrid_CrmStandard .rgSelectedRow .rgSorted,.RadGrid_CrmStandard .rgActiveRow .rgSorted,.RadGrid_CrmStandard .rgHoveredRow .rgSorted,.RadGrid_CrmStandard .rgEditRow .rgSorted {
    background-color: transparent
}

.RadGrid_CrmStandard .rgRow a,.RadGrid_CrmStandard .rgAltRow a,.RadGrid_CrmStandard .rgEditRow a,.RadGrid_CrmStandard .rgFooter a,.RadGrid_CrmStandard .rgEditForm a {
    color: #000
}

.RadGrid_CrmStandard .rgSelectedRow {
    background: #828282 0 -3900px repeat-x;
    color: #fff
}

*+html .RadGrid_CrmStandard .rgSelectedRow .rgSorted {
    background-color: #828282
}

* html .RadGrid_CrmStandard .rgSelectedRow .rgSorted {
    background-color: #828282
}

.RadGrid_CrmStandard .rgActiveRow,.RadGrid_CrmStandard .rgHoveredRow {
    background: #c5c5c5 0 -2900px repeat-x;
    color: #333
}

*+html .RadGrid_CrmStandard .rgActiveRow .rgSorted,*+html .RadGrid_CrmStandard .rgHoveredRow .rgSorted {
    background-color: #c5c5c5
}

* html .RadGrid_CrmStandard .rgActiveRow .rgSorted,* html .RadGrid_CrmStandard .rgHoveredRow .rgSorted {
    background-color: #c5c5c5
}

.RadGrid_CrmStandard .rgEditRow {
    background: #fff 0 -4900px repeat-x
}

*+html .RadGrid_CrmStandard .rgEditRow .rgSorted {
    background-color: #fff
}

* html .RadGrid_CrmStandard .rgEditRow .rgSorted {
    background-color: #fff
}

.RadGrid_CrmStandard .rgActiveRow td,.RadGrid_CrmStandard .rgActiveRow td.rgSorted,.RadGrid_CrmStandard .rgHoveredRow td,.RadGrid_CrmStandard .rgHoveredRow td.rgSorted {
    border-bottom-color: #9e9e9e
}

.RadGrid_CrmStandard .rgSelectedRow td,.RadGrid_CrmStandard .rgSelectedRow td.rgSorted {
    border-bottom-color: #6c6c6c
}

.RadGrid_CrmStandard .rgFooterDiv,.RadGrid_CrmStandard .rgFooter {
    color: #fff;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    background: #e2e2e2;
    font-weight: bold;
    border: 0 none
}

.RadGrid_CrmStandard .rgFooter td {
    border: 1px solid #e2e2e2;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important
}

.RadGrid_CrmStandard .rgFooter td:first-child {
    border-bottom-left-radius: 8px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.RadGrid_CrmStandard .rgFooter td:last-child {
    border-bottom-right-radius: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.RadGrid_CrmStandard .rgFooter td {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #fff
}

.RadGrid_CrmStandard .rgStatus {
    width: 35px;
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #eee;
    border-left: 0;
    padding: 3px 0 2px
}

.RadGrid_CrmStandard .rgStatus div {
    width: 24px;
    height: 24px;
    overflow: hidden
}

.ifCalendarPicker .RadGrid_Default .rgSelectedRow {
    color: #333
}

div.CustomTreeView span.disabledNodeText {
    color: #c0c0c0
}

.rating {
    float: left;
    width: 18px;
    height: 18px;
    margin: 1px;
    background-repeat: no-repeat;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/Sprite.png')
}

.ratingitem {
    background-position-x: -18px
}

A.calendar_nav:link {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.calendar_nav:visited {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.calendar_nav:active {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.calendar_nav:hover {
    color: #f90;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline
}

A.calendar_nav_sel:link,A.calendar_nav_sel:visited,A.calendar_nav_sel:active {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_sel:hover {
    color: #f90;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline
}

.calendar_nav_header {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_header:link {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_header:visited {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_header:active {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_header:hover {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline
}

.content_section_header {
    color: #000;
    font-family: Arial,Tahoma,Verdana;
    font-size: 10pt;
    font-weight: bold
}

.preview {
    display: block
}

.imgFrame {
    float: left;
    margin: 1em;
    text-align: center
}

.imgInnerFrame {
    width: 100px;
    height: 100px;
    position: relative
}

.imgInnerFrame img {
    vertical-align: middle;
    text-align: center
}

.navsite ul {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana,sans-serif
}

.navsite ul li {
    list-style: none;
    margin: 0;
    display: inline
}

.navsite ul li a {
    padding: 3px .5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #dde;
    text-decoration: none
}

.navsite ul li a:hover {
    text-decoration: none
}

.navsite ul li a:link {
    color: #448
}

.navsite ul li a:visited {
    color: #667
}

.navsite ul li a:link:hover,#navsite ul li a:visited:hover {
    color: #000;
    background: #aae;
    border-color: #227
}

.navsite ul li a#current {
    background: #fff;
    border-bottom: 1px solid #fff;
    cursor: default
}

.sitemap {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;
    display: table
}

.sitemap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.sitemap .sitemap_column {
    display: table-cell;
    background: #f4f4f4;
    border: 10px solid #fff
}

.sitemap ul.sitemap_column_list {
    list-style: none;
    margin: 0 10px;
    background: #f4f4f4;
    padding: 10px 0
}

.sitemap .sitemap_column_list ul {
    list-style-type: disc;
    padding-left: 25px
}

.sitemap_column_list a {
    padding: 8px;
    display: block;
    text-decoration: none
}

.sitemap_column_list a:hover {
    background: #ececec;
    text-decoration: none
}

.floatLeft {
    float: left
}

.floatRight {
    float: Right
}

.cursorPointer {
    cursor: pointer
}

.hide {
    display: none
}

.displayInlineBlock {
    display: inline-block
}

.VAlignTop,.VAlignTop label {
    vertical-align: top
}

.VAlignMiddle {
    vertical-align: middle
}

.VAlignTextTop {
    vertical-align: text-top
}

.indent {
    text-indent: 25px
}

.currentPage {
    font-weight: bold;
    text-decoration: underline
}

.DIVProfileLeft {
    float: left;
    padding: 0 20px 0 0
}

.DIVProfileLeft .profileImage img {
    border: 1px solid #ccc;
    width: 130px
}

.box {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    padding: 5px;
    min-width: 120px
}

.backButton {
    float: right
}

.backButton a.button {
    font-size: 1em;
    display: block;
    padding: 5px 10px !important
}

.profileLinks ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.profileLinks ul li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    color: #000;
    text-decoration: none
}

.profileLinks ul li img {
    padding-right: 5px;
    width: 32px;
    vertical-align: middle
}

.DIVProfileLeft ul li a span {
    font-size: small
}

.profileSummary {
    margin-left: 160px
}

.profileLinks ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.profileLinks li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    color: #000;
    text-decoration: none
}

.profileLinks li img {
    padding-right: 5px;
    width: 32px
}

.ProfileTitle,a.ProfileTitle,a.ProfileTitle:hover {
    font-size: 1.25em;
    font-weight: bold;
    margin-right: 5px
}

div.ProfileTitle {
    font-size: 1.5em
}

.label {
    font-weight: bold;
    margin-right: 1em
}

.profileSummary .customFields,.profileSummary .socialMediaLinks,.profileSummary .biography,.profileSummary .personalMessage,.profileSummary .myClasses,.profileSummary .myGroups {
    margin-top: 1em
}

.profileSummary .customFields .label {
    float: left
}

.profileSummary .socialMediaLinks ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.profileSummary .socialMediaLinks li {
    padding: 5px 5px 5px 0;
    display: inline
}

.profileSummary .socialMediaLinks li img {
    width: 24px
}

.profileSummary .socialMediaLinks li span {
    display: none
}

.StaffDirectory .Tab_Portlet .Tab_Content {
    position: relative;
    top: -1px;
    border-top: 1px solid #898c95
}

.StaffDirectory .Tab_Portlet table {
    position: relative;
    z-index: 2
}

.StaffDirectory .grid_row td,.StaffDirectory .grid_row_alt td {
    vertical-align: top
}

.StaffDirectory .GridViewImage {
    width: 100px
}

.StaffDirectory .GridViewImage img {
    width: 90px
}

.StaffDirectory a.viewWebsite,.StaffDirectory a.viewWebsite:hover {
    text-decoration: none
}

.StaffDirectory tr.tbl_header span.datagrid_header_table_text {
    float: left
}

a.staffDirPager,a.staffDirPager:hover {
    font-weight: normal;
    font-size: 10pt !important
}

.pagerLinks {
    position: relative;
    top: -3px
}

a.rtsLink:focus .rtsTxt {
    color: #6495ed !important
}

#subnavHeader {
    margin: 0 0 0 0;
    height: 17px;
    border-bottom: 1px solid #fff;
    padding: 2px 0 0 0;
    font-size: 11px;
    vertical-align: bottom;
    color: #fff;
    font-weight: bold;
    font-family: Arial,Univers,Helvetica,sans-serif;
    background-color: #005ca9
}

#subnavHeaderNoLine {
    margin: 0 0 0 0;
    height: 17px;
    padding: 0;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    font-family: Arial,Univers,Helvetica,sans-serif;
    background-color: #3c9634
}

#subnavLine {
    margin: 0 0 0 0;
    height: 1px;
    padding: 0;
    background-color: #fff
}

DIV.subnavH1 {
    padding: 4px 20px 4px 8px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold
}

.subnavFirst {
    padding: 2px 2px 2px 0;
    border-top: 1px solid #000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none
}

.subnavMiddle {
    padding: 2px 2px 2px 0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none
}

.subnavDownState {
    color: #f37600
}

DIV.subnavFirst a:link,DIV.subnavFirst a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavFirst a:hover,DIV.subnavFirst a:visited:hover {
    text-decoration: underline;
    color: #f37600
}

DIV.subnavMiddle a:link,DIV.subnavMiddle a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavMiddle a:hover,DIV.subnavMiddle a:visited:hover {
    text-decoration: underline;
    color: #f37600
}

DIV.subnavH1 a:link,DIV.subnavH1 a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavH1 a:hover,DIV.subnavH1 a:visited:hover {
    text-decoration: none;
    color: #f37600
}

DIV.subnavSPH1 {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold
}

.subnavSP {
    padding: 2px 6px 2px 0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none
}

.subnavSPDownstate {
    padding: 2px 6px 2px 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none
}

DIV.subnavSP a:link,DIV.subnavSP a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavSPDownstate a:link,DIV.subnavSPDownstate a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavSPH1 a:hover,DIV.subnavSPH1 a:visited:hover {
    text-decoration: none;
    color: #f37600
}

DIV.subnavKrH1 {
    padding: 4px 20px 4px 8px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold
}

.subnavKrFirst {
    padding: 2px 2px 2px 0;
    border-top: 1px solid #000;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none
}

.subnavKrDownState {
    font-weight: bold;
    text-decoration: none
}

.subnavKrCatSub {
    padding: 2px 6px 2px 8px;
    color: #24731d;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none
}

.subnavKrMiddle {
    padding: 2px 6px 2px 0;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none
}

DIV.subnavKrFirst a:link,DIV.subnavKrFirst a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavKrFirst a:hover,DIV.subnavKrFirst a:visited:hover {
    text-decoration: none;
    color: #f37600
}

DIV.subnavKrMiddle a:link,DIV.subnavKrMiddle a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavKrMiddle a:hover,DIV.subnavKrMiddle a:visited:hover {
    text-decoration: none;
    color: #f37600
}

DIV.subnavKrCatSub a:link,DIV.subnavKrCatSub a:visited {
    text-decoration: none;
    color: #000
}

DIV.subnavKrCatSub a:hover,DIV.subnavKrCatSub a:visited:hover {
    text-decoration: none;
    color: #f37600
}

.statis_left {
    border: 1px solid #000;
    border-collapse: collapse;
    border-right: none
}

.statis_middle {
    border: 1px solid #000;
    border-collapse: collapse;
    border-top: none;
    border-bottom: none
}

.statis_right {
    border: 1px solid #000;
    border-collapse: collapse;
    border-left: none
}

.tbl,.tbl_top,.tbl_noborder {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #fff
}

.tbl_noborder {
    border: none
}

.tbl_header,.tbl_header_big,.tbl_header_edit,.header_table,A.tbl_header,A.tbl_header:link,A.tbl_header:visited,A.tbl_header:hover,A.tbl_header_edit,A.tbl_header_edit:link,A.tbl_header_edit:visited,A.tbl_header_edit:hover {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #eaeaea url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

tr.tbl_header td {
    background: #eaeaea url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/table_header.gif') repeat-x;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase
}

div.tbl div.tbl_header {
    border: none;
    border-bottom: 1px solid #ccc
}

A.tbl_header,A.tbl_header:link,A.tbl_header:visited,A.tbl_header:hover {
    border-top: none;
    background: transparent
}

.tbl_header_big {
    font-size: 14pt
}

.tbl_header_edit {
    border-bottom: 1px solid #fff;
    height: 23px
}

.header_table {
    height: 23px
}

A.tbl_header_edit,A.tbl_header_edit:link,A.tbl_header_edit:visited,A.tbl_header_edit:hover {
    background: transparent
}

.tbl_sub_header,.tbl_sub_header_light {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #f2f2f2;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: left
}

.tbl_sub_header_light {
    background: #f3f3f3
}

.tbl_row_text,.tbl_row_text_left {
    border: none;
    background: #fff;
    padding: 5px;
    color: #333;
    text-align: right;
    font-weight: bold;
    white-space: nowrap
}

.tbl_row_text_left {
    text-align: left
}

.tbl_row_data,.tbl_row_data_bold {
    border: none;
    background: #fff;
    padding: 5px;
    color: #000;
    text-align: left
}

.tbl_row_data_bold {
    font-weight: bold
}

.tbl_row_data_alter {
    background: #f3f3f3;
    color: #000;
    width: 100%
}

.tbl_row_view {
    background: #ede7f7;
    color: #000
}

.tbl_error_message {
    color: #f00;
    font-weight: bold;
    padding: 5px;
    text-align: left
}

.tbl_button,.tbl_button_left {
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: right
}

.tbl_button_left {
    text-align: left
}

.tbl_row_button {
    padding: 5px;
    text-align: left
}

.empty_table {
    border: 1px solid #ccc;
    color: #000;
    text-align: left
}

.tbl_Left_menu {
    border: 1px solid #ccc;
    background-color: #f9f9f9
}

div.tbl_row_text,div.tbl_row_data {
    vertical-align: top;
    display: inline-block
}

div.grid_row {
    padding: 5px
}

.TagCloud {
    background-color: #f7f7f7;
    padding: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #999;
    line-height: 180%;
    list-style-type: none
}

.SidebarTagCloud {
    font-size: 80%;
    line-height: 200%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.Tag1,.Tag2,.Tag3,.Tag4,.Tag5,.Tag6 {
    margin: 0;
    padding: 0;
    display: inline
}

A.Tag1:link,A.Tag1:visited,A.Tag1:active {
    margin-right: 6px;
    color: #001fa7;
    font-size: 160%;
    font-weight: 900;
    text-decoration: none
}

A.Tag1:hover {
    margin-right: 6px;
    color: #001fa7;
    font-size: 160%;
    font-weight: 900;
    text-decoration: underline
}

A.Tag2:link,A.Tag2:visited,A.Tag2:active {
    margin-right: 6px;
    color: #002fb7;
    font-size: 145%;
    font-weight: 800;
    text-decoration: none
}

A.Tag2:hover {
    margin-right: 6px;
    color: #002fb7;
    font-size: 145%;
    font-weight: 800;
    text-decoration: underline
}

A.Tag3:link,A.Tag3:visited,A.Tag3:active {
    margin-right: 6px;
    color: #003fc7;
    font-size: 130%;
    font-weight: 600;
    text-decoration: none
}

A.Tag3:hover {
    margin-right: 6px;
    color: #003fc7;
    font-size: 130%;
    font-weight: 600;
    text-decoration: underline
}

A.Tag4:link,A.Tag4:visited,A.Tag4:active {
    margin-right: 6px;
    color: #004fd7;
    font-size: 120%;
    font-weight: 500;
    text-decoration: none
}

A.Tag4:hover {
    margin-right: 6px;
    color: #004fd7;
    font-size: 120%;
    font-weight: 500;
    text-decoration: underline
}

A.Tag5:link,A.Tag5:visited,A.Tag5:active {
    margin-right: 6px;
    color: #005fe7;
    font-size: 110%;
    font-weight: 300;
    text-decoration: none
}

A.Tag5:hover {
    margin-right: 6px;
    color: #005fe7;
    font-size: 110%;
    font-weight: 300;
    text-decoration: underline
}

A.Tag6:link,Tag6:visited,A.Tag6:active {
    margin-right: 6px;
    color: #006ff7;
    font-size: 100%;
    font-weight: 200;
    text-decoration: none
}

A.Tag6:hover {
    margin-right: 6px;
    color: #006ff7;
    font-size: 100%;
    font-weight: 200;
    text-decoration: underline
}

.plain_text {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt
}

.plain_text_small {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt
}

A.plain_text,A.plain_text:link,A.plain_text:visited {
    color: #4b2c5c;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    text-decoration: none;
    font-size: 10pt
}

A.plain_text:hover {
    color: #756400;
    text-decoration: none
}

.statistics_subheader {
    font-weight: bold;
    font-size: 11
}

#pub-school-dropdown {
    width: 120px;
    float: left;
    padding: 4px 8px 0 0
}

ul.school-topnav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 130px;
    text-align: left
}

ul.school-topnav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

ul.school-topnav li a {
    color: #fff;
    display: block;
    float: left;
    height: 20px;
    text-decoration: none
}

ul.school-topnav li a#school-link {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

ul.school-topnav li a#school-link div {
    display: none
}

ul.school-topnav li span {
    width: 142px;
    height: 24px;
    float: left;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/school-dropdown.png') no-repeat center top
}

ul.school-topnav li span.subhover {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/school-dropdown.png') no-repeat center bottom;
    cursor: pointer
}

ul.school-topnav li ul.school-subnav {
    list-style: none;
    position: absolute;
    left: 0;
    top: 24px;
    background: #333;
    margin: 0 0 0 5px;
    padding: 0;
    display: none;
    float: left;
    width: 200px;
    border: 1px solid #111
}

ul.school-topnav li ul.school-subnav li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #444;
    clear: both;
    width: 200px
}

html ul.school-topnav li ul.school-subnav li a {
    float: left;
    width: 190px;
    background: #333 10px center;
    padding-left: 10px;
    padding-top: 2px;
    font-family: arial;
    font-size: 11px
}

html ul.school-topnav li ul.school-subnav li a:hover {
    background: #222 10px center;
    padding-top: 2px;
    font-family: arial;
    font-size: 11px
}

ul.school-topnav li ul.school-subnav img {
    padding-right: 5px
}

.PublishedLinkMenu,.PublishedLinkMenu li a,.PublishedLinkMenu li div,.PublishedLinkMenu li ul {
    line-height: 1em;
    vertical-align: top
}

.PublishedLinkMenu li {
    float: left
}

.PublishedLinkMenu li ul {
    position: relative
}

.PublishedLinkMenu #pl_more_dropdown {
    width: 40px
}

.PublishedLinkMenu ul.pl_more_topnav {
    display: inline-block;
    padding: 0;
    margin: 0
}

.PublishedLinkMenu ul.pl_more_topnav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

.PublishedLinkMenu ul.pl_more_topnav li #more_link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.PublishedLinkMenu ul.pl_more_topnav li:hover .admin_menu {
    text-decoration: none
}

.PublishedLinkMenu ul.pl_more_topnav li span {
    width: 40px;
    float: left;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/normal-triangle.png') no-repeat right center
}

.PublishedLinkMenu ul.pl_more_topnav li span.subhover,.PublishedLinkMenu ul.pl_more_topnav li:hover span {
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/themeElements/hover-triangle.png') no-repeat right center;
    cursor: pointer
}

.PublishedLinkMenu ul.pl_more_topnav li #more_link,.PublishedLinkMenu ul.pl_more_topnav li span {
    display: block
}

.PublishedLinkMenu ul.pl_more_topnav li ul.pl_more {
    list-style: none;
    position: absolute;
    left: 0;
    top: 1.1em;
    background: #333;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    border: 1px solid #111
}

.PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #444;
    clear: both
}

html .PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li a {
    background: #333 10px center;
    display: block;
    float: left;
    width: 150px;
    padding: 5px 10px;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none
}

html .PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li a:hover {
    background: #222 10px center;
    color: #fff
}

.divTabBar {
    display: inline-table;
    width: 100%;
    margin-bottom: 1em
}

.divTabBar td {
    padding: 0 !important
}

.tab_outer,.tab_sel_outer {
    display: inline;
    position: relative;
    float: left;
    padding: 0 3px 0 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #828282
}

.tab_outer td,.tab_sel_outer td {
    padding: 0;
    margin: 0;
    border: none
}

.tab_text,.tab_text:link,.tab_text:visited {
    color: #333;
    text-decoration: none;
    line-height: 16px
}

.tab_text:hover {
    color: #000;
    text-decoration: none
}

.tab_sel b,.tab_text_sel,.tab_text_sel:link,.tab_text_sel:visited,.tab_text_sel:hover {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: 16px
}

.tab_left {
    height: 23px;
    width: 7px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 0 0 no-repeat
}

.tab_right {
    height: 23px;
    width: 7px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 100% 0 no-repeat
}

.tab_top {
    height: 2px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 95% 0;
    vertical-align: bottom
}

.tab_bottom {
    height: 1px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 100% -25px;
    vertical-align: top
}

.tab_body {
    height: 23px;
    line-height: 23px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 95% -2px;
    vertical-align: middle !important;
    text-align: center
}

.tab_left_sel {
    height: 23px;
    width: 7px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 0 -26px no-repeat
}

.tab_right_sel {
    height: 23px;
    width: 7px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 100% -26px no-repeat
}

.tab_top_sel {
    height: 2px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 95% -26px;
    vertical-align: bottom
}

.tab_bottom_sel {
    height: 1px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 100% -51px;
    vertical-align: top
}

.tab_body_sel {
    height: 23px;
    line-height: 23px;
    background: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/TabBar/TabStripStates.png') 95% -28px;
    vertical-align: middle !important;
    text-align: center
}

.tab_underline {
    display: inline;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    line-height: 0;
    float: left;
    position: relative;
    top: -4px;
    border-collapse: separate !important;
    border-bottom: 1px solid #828282 !important
}

.controls_tab {
    display: inline-table;
    padding: 0;
    margin: 0;
    height: 1px;
    float: left;
    position: relative;
    right: auto;
    border: none;
    empty-cells: show;
    text-align: right
}

.tab_class_outer,.tab_class_sel_outer {
    display: inline;
    position: relative;
    float: left;
    padding: 0 3px 0 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #c90
}

.tab_class_outer td,.tab_class_sel_outer td {
    padding: 0;
    margin: 0;
    border: none
}

.tab_class {
    background-color: #eaf4ff;
    border: 1px solid #c90;
    border-bottom: none;
    border-spacing: 0;
    empty-cells: show
}

.tab_class_text,.tab_class_text:link,.tab_class_text:visited {
    color: #000;
    text-decoration: none;
    line-height: 16px
}

.tab_class_text:hover {
    color: #0000cd;
    text-decoration: none
}

.tab_class_sel {
    background-color: #fff;
    border: 1px solid #c90;
    border-bottom: none;
    border-spacing: 0;
    empty-cells: show
}

.tab_class_sel b,.tab_class_text_sel,.tab_class_text_sel:link,.tab_class_text_sel:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 16px
}

.tab_class_text_sel:hover {
    color: #0000cd;
    text-decoration: none
}

.tab_class_body,.tab_class_body_sel {
    height: 23px;
    line-height: 23px;
    vertical-align: middle !important;
    text-align: center
}

.tab_class_body a,.tab_class_body_sel b {
    position: inherit !important
}

.tab_class_left,.tab_class_right,.tab_class_left_sel,.tab_class_right_sel {
    width: 7px;
    height: 23px
}

.tab_class_top,.tab_class_top_sel {
    height: 2px;
    vertical-align: bottom
}

.tab_class_bottom,.tab_class_bottom_sel {
    height: 1px;
    vertical-align: top
}

.tab_class_underline {
    display: inline;
    float: left;
    position: relative;
    top: -4px;
    border-collapse: separate !important;
    border-bottom: #c90 1px solid !important;
    padding: 0;
    height: 0;
    line-height: 0;
    width: 100%
}

.RadRating A SPAN {
    filter: none !important
}

.reFullScreen {
    z-index: 100000 !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important
}

.styleBuilder .reContentCell {
    height: 0 !important
}

.imageManager .reContentArea {
    height: 0 !important;
    padding: 0 !important
}

.imageManager .RadEditor .reContentCell {
    border: none 0 !important
}

.imageManager .reWrapper {
    border: none 0 !important
}

.imageManager .RadEditor {
    background-color: Transparent !important
}

.attributeform_tbl {
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    border: none 0
}

.attributeform_tbl .tbl_tr {
    height: 30px
}

.attributeform_tbl .tbl_row_text {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #f3f3f3;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    border: none 0;
    border-right: solid 2px #fff;
    width: 15%
}

.attributeform_tbl .tbl_row_text_alter {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #fff;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    border: none 0;
    border-right: solid 2px #fff;
    width: 15%
}

.attributeform_tbl .tbl_row_data {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #f3f3f3;
    border: none 0;
    width: 85%
}

.attributeform_tbl .tbl_row_data_alter {
    color: #000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 9pt;
    background: #fff;
    border: none 0;
    width: 85%
}

.NoIcon .rmGroup .rmText {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.RadMenu .rmGroup .rmText {
    text-align: left !important
}

.wrapword {
    white-space: normal !important;
    z-index: 2000 !important
}

.wrapword .rmrootlink {
    white-space: nowrap !important
}

.wrapword .rmGroup .rmLink {
    white-space: normal !important;
    width: 200px
}

.wrapword a.rmLink {
    cursor: pointer !important
}

.RadCaptcha_Default {
    text-align: left;
    min-width: 350px;
    width: 100%
}

.RadCaptcha_Default span {
    color: #f00
}

.rencentitem img {
    height: 16px;
    width: 16px
}

.RadCaptcha_Default div {
    padding-top: 2em;
    position: relative
}

.RadCaptcha_Default div div {
    padding-top: 0
}

.RadCaptcha_Default .rcRefreshImage {
    position: absolute;
    top: .5em;
    left: 190px
}

.RadCaptcha_Default .rcCaptchaAudioLink {
    position: absolute;
    top: 1.5em;
    left: 190px
}

.RadCaptcha_Default label {
    position: absolute;
    top: 0;
    left: 0
}

div.sf-progressbar span.sf-pb-item-middle-selected {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_current.gif')
}

div.sf-progressbar span.sf-pb-item-middle-completed {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_done.gif')
}

div.sf-progressbar span.sf-pb-item-middle-incomplete {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/mid_phase_undone.gif')
}

div.sf-progressbar span.sf-pb-item-last-selected {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/end_phase_current.gif')
}

div.sf-progressbar span.sf-pb-item-last-incomplete {
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/shared/progress_bar/end_phase_undone.gif')
}

.rd_partner_name {
    font-weight: bold
}

ul.PublishedLinkMenu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.PublishedLinkMenu li {
    display: inline;
    margin: 2px
}

select {
    color: #000;
    background-color: #fff
}

.divSearchBox {
    margin: 0;
    padding: 3px;
    white-space: nowrap
}

.divSearchBox .SearchButton {
    border: 0;
    padding: 0;
    margin: 0 0 0 5px;
    vertical-align: middle
}

html,form {
    padding: 0;
    margin: 0
}

BODY {
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    background-color: #fff
}

HR {
    color: #000
}

H2 {
    font-size: large
}

H3 {
    font-size: 14pt
}

a,a:hover {
    color: #860000;
    text-decoration: underline
}

a.b,a.b:hover {
    font-weight: bold;
    color: #860000;
    text-decoration: none
}

a.black,a.black_B {
    color: #000;
    text-decoration: none
}

a.black_B {
    font-weight: bold
}

a.black:hover,a.black_B:hover {
    text-decoration: underline
}

.class_module {
    display: inline;
    padding: 2px 6px 0 6px;
    margin: 0 9px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-spacing: 0;
    empty-cells: show;
    background-image: url('http://cdnsm3-tv1.civiclive.com/common/resources/en_US/default/images/templates/default/footer_background.gif');
    color: #000
}

.class_module_text {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    padding-left: 4px;
    border: 1px solid #ccc;
    background: #fff
}

.class_title {
    font-size: large;
    font-weight: bold
}

h1.titles {
    color: #fff;
    font-family: Gill Sans Light,Verdana,Arial;
    font-size: 16pt;
    text-transform: uppercase
}

A.calendar_nav,A.calendar_nav_sel {
    color: #333;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none
}

A.calendar_nav_sel {
    font-weight: bold
}

A.calendar_nav:hover,A.calendar_nav_sel:hover {
    color: #f90;
    text-decoration: underline
}

.calendar_nav_header {
    color: #333;
    font-family: Arial,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A.calendar_nav_header:hover {
    text-decoration: underline
}

.content_section_header {
    color: #000;
    font-weight: bold
}

.httpFolder {
    behavior: url(#default#httpFolder)
}

.ptl_top_portlet {
    color: #f00;
    padding: 10px 10px 10px 40px;
    border: 1px solid #000;
    background: #cfd7eb;
    text-align: left
}

.ptl_page {
    width: 100%;
    border: 0;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_1_4 {
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_1_3 {
    float: left;
    width: 33%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_1_2 {
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_2_3 {
    float: left;
    width: 66%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_3_4 {
    float: left;
    width: 65%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_col_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_portlet_vertical {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.ptl_portlet_horizontal {
    display: inline;
    width: auto;
    height: auto;
    overflow: hidden;
    overflow-x: hidden
}

.portletBox-title {
    padding: 6px 0 6px 0;
    background-color: #333439 !important;
    line-height: 22px;
    color: #d9dadb !important
}

div.portletBox-title {
    display: table;
    width: 100%
}

tr.portletBox_minimized,tr.portletBox-fixed {
    display: block
}

.portlet-title {
    white-space: normal;
    width: 100%
}

div.portlet-title {
    display: table-cell
}

span.portlet-title {
    margin-left: 6px
}

.pb-controls,.portletBox-icon {
    vertical-align: middle;
    white-space: nowrap
}

div.pb-controls,div.portletBox-icon {
    display: table-cell
}

.pb-controls a,.portletBox-icon a {
    width: 22px;
    height: 22px;
    display: inline-block !important;
    border-radius: 3px;
    vertical-align: middle
}

.pb-controls a:hover,.portletBox-icon a:hover {
    background-color: #6d6d6d
}

div.discussion {
    width: 100%
}

div.discussion div.discussion_texteditor {
    background-color: #c0c0c0;
    border: 2px solid #808080;
    padding: .5em;
    overflow: auto;
    zoom:1;margin-bottom: 1em
}

div.discussion textarea.discussion_comment {
    width: 100%;
    height: 3em;
    background-color: #fff;
    border: 1px solid #808080
}

div.discussion button.discussion_submit {
    float: right;
    margin: .5em 0 0 0
}

div.discussion div.discussion_comment {
    clear: both;
    margin-bottom: 1em;
    min-height: 50px
}

div.discussion div.discussion_comment img.discussion_avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 1em
}

div.discussion div.discussion_comment a.discussion_author {
    color: #808080;
    font-weight: bold
}

div.discussion div.discussion_comment span.discussion_date {
    display: block;
    color: #808080;
    font-size: 80%
}

div.discussion div.discussion_comment input.discussion_delete {
    float: right;
    margin-top: 2px
}

div.discussion div.discussion_comment div.discussion_body {
    float: left;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: .5em
}

@-moz-document url-prefix() {
    div.discussion div.discussion_comment div.discussion_body {
        float: none;
    }
}

#div_monthly_events {
    overflow: visible !important;
    display: inline
}

#tbl_monthly_events {
    position: relative !important
}

.RadSplitter_Default #div_monthly_events {
    overflow: auto !important;
    display: block !important
}

img {
    border: 0
}

.aspNetDisabled {
    color: #808080
}

.RadioButtonListNoWrap {
    white-space: nowrap;
    overflow: hidden
}

#msg1 {
    bottom: 0;
    right: 0;
    position: fixed;
    width: 150px;
    height: 100px;
    border: solid 1px #000;
    margin: 0 0 0 20px;
    background-color: #fff;
    display: none;
    font-size: 13px
}

#modal .modaltop {
    width: 142px;
    background-color: Transparent;
    background-image: url('http://cdnsm4-tv1.civiclive.com/common/resources/shared/images/bg.gif');
    background-repeat: repeat-x;
    padding: 4px;
    color: #fff;
    text-align: right
}

#modal .modaltitle {
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    float: left
}

#modal .modalbody {
    padding: 10px;
    text-align: left
}

.divContainer {
    padding: 5px;
    text-align: Left
}

.divImageTextContainer {
    left: 0;
    overflow: auto;
    vertical-align: top;
    position: relative;
    min-height: 112px
}

.divTopBottomBorderOnly {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.fixed_menu_page_control_ie {
    visibility: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12000 !important
}

.fixed_menu_page_control {
    visibility: hidden;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12000 !important
}

.CrmSearchCenterUP {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px
}

.myalert_manage_link {
    text-align: right
}

.cms-responsive-menu {
    display: none
}

.CalendarSubscription h4 {
    margin-top: 5px;
    margin-bottom: 5px
}

.CalendarSubscription p {
    margin-top: 0;
    margin-bottom: 5px
}

.CalendarSubscription table {
    margin-top: 0;
    margin-bottom: 25px
}

.CalendarSubscription .mainCell {
    padding: 5px
}

.CalendarSubscription .ExternalCalendarGrid {
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    border-color: #ccc;
    table-layout: fixed;
    width: 100%
}

.CalendarSubscription .ExternalCalendarGrid .NameColumn {
    width: 25%
}

.ExternalCalendarGrid .URLColumn {
    width: 75%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.CalendarSubscription .divBack {
    padding-top: 15px;
    text-align: right
}

.CalendarSubscription .full_width_link {
    border: 1px solid #000;
    display: block;
    padding: 3px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc;
    border-color: #ccc
}

.CalendarSubscription .full_width_link .iconDiv {
    width: 20px;
    float: left
}

.offScreen {
    position: fixed;
    top: -1000000px;
    left: -1000000px
}

.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
}

.PO-wrapper b,.PO-wrapper strong {
    font-family: Arial !important;
    font-weight: bold !important
}

.PO-tabAccordion {
    border: none
}

.PO-miniCalendar {
    background: #fff
}

.PO-miniCalendar .fa {
    font-family: FontAwesome !important
}

.PO-miniCalendar {
    overflow: hidden
}

.PO-miniCalendar table {
    width: calc(100% + 1px) !important;
    border-collapse: collapse;
    text-align: center;
    color: #333
}

.PO-miniCalendar .MC-disabled em {
    font-weight: normal;
    font-style: normal;
    opacity: .4
}

.PO-miniCalendar .MC-disabled .MC-event {
    background: rgba(234,239,240,.7)
}

.PO-miniCalendar thead {
    border-bottom: 3px solid #6d7784;
    background: #2e353e;
    color: #fff
}

.PO-miniCalendar td,.PO-miniCalendar th {
    width: calc(100%/7);
    padding: 0
}

.PO-miniCalendar td span,.PO-miniCalendar th span {
    line-height: 40px
}

.PO-miniCalendar td span,.PO-miniCalendar td a {
    display: block;
    border: 1px solid #d0c9c9;
    border-left: none;
    border-top: none
}

.PO-miniCalendar td.MC-first span,.PO-miniCalendar td.MC-first a {
    border-left: none
}

.PO-miniCalendar td.MC-last span,.PO-miniCalendar td.MC-last a {
    border-right: none
}

.MC-daysOfTheWeek {
    text-transform: uppercase;
    font-weight: bold
}

.MC-calendarDays {
    font-weight: bold;
    background: #fff
}

tbody.MC-calendarDays tr {
    vertical-align: top
}

body .MC-calendarDays a.MC-event {
    text-decoration: none;
    background: #eaeff0;
    display: block;
    line-height: 40px;
    color: #333;
    transition: all .2s ease-in-out
}

.MC-calendarDays a.MC-event.MC-today {
    color: #fff;
    background: #2e353e
}

.MC-calendarDays a.MC-event:hover {
    background: #d7e0e2;
    color: #333
}

.MC-calendarDays .MC-today {
    color: #fff;
    background: #2e353e
}

.MC-top {
    background: #2e353e;
    color: #fff;
    padding-top: 5px
}

.MC-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    text-align: center
}

.MC-top ul li {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    font-size: 120%;
    width: calc(100%/7)
}

.MC-top ul li span {
    font-weight: normal
}

.MC-top ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 40px;
    border-radius: 3px;
    margin: 4px 6px 4px 8px;
    transition: all .2s ease-in-out
}

.MC-top ul li.MC-date {
    width: calc((100%/7)*5);
    text-transform: uppercase
}

.MC-mainCalendar {
    line-height: 40px;
    text-align: center;
    padding: 5px 0 5px
}

body .MC-mainCalendar a.MC-goToCalendar {
    display: inline-block;
    font-weight: bold;
    color: #2e353e;
    text-decoration: none;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    transition: all .2s ease-in-out
}

.MC-mainCalendar a:hover {
    background-color: #eaeff0
}

html:first-child .RadWindow ul:not(.rwControlButtons) {
    float: left !important
}

.ST-wrapper {
    font-family: arial,sans-serif;
    font-size: 14px
}

.ST-wrapper .ST-title-m,.ST-wrapper .ST-title-c {
    font-weight: bold;
    margin: 20px 0 5px;
    background: #eee;
    background: #2e353e;
    color: #fff;
    padding: 10px
}

.ST-wrapper .ST-title-m {
    background: transparent;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #333
}

.ST-table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%
}

.ST-table thead {
    background: #eee;
    font-weight: bold
}

.ST-table td {
    padding: 10px
}

.ST-table a.ST-tableLink {
    color: #303f9f;
    text-decoration: none
}

.ST-table a.ST-tableLink:hover {
    text-decoration: underline
}

.ST-buttonsRight {
    text-align: right;
    white-space: nowrap
}

a.ST-button {
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background: #eee !important;
    border-radius: 5px;
    font-size: 16px;
    color: #333 !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    padding: 0 10px;
    text-decoration: none
}

a.ST-button.ST-standard {
    background: #2980b9 !important;
    color: #fff !important
}

a.ST-button.ST-standard:hover,a.ST-button.ST-standard:focus {
    background: #2980b9 !important;
    color: #fff !important
}

a.ST-button.ST-warn {
    background: #f39c12 !important;
    color: #fff !important
}

a.ST-button.ST-warn:hover,a.ST-button.ST-warn:focus {
    background: #f39c12 !important;
    color: #fff !important
}

a.ST-button.ST-go {
    background: #27ae60 !important;
    color: #fff !important
}

a.ST-button.ST-go:hover,a.ST-button.ST-go:focus {
    background: #27ae60 !important;
    color: #fff !important
}

a.ST-button.ST-cancel {
    background: #c0392b !important;
    color: #fff !important
}

a.ST-button.ST-cancel:hover,a.ST-button.ST-cancel:focus {
    background: #c0392b !important;
    color: #fff !important
}

a.ST-button.ST-squareButton {
    width: 30px;
    padding: 0;
    font-size: 14px
}

a.ST-button:hover,a.ST-button:focus {
    background: #d6d6d6;
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05)
}

a.ST-button:active {
    background: #d6d6d6;
    -webkit-transform: scale(.95,.95);
    transform: scale(.95,.95)
}

.ST-buttonList {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

.ST-buttonList li {
    display: inline-block;
    vertical-align: top
}

.ST-buttonList a.ST-button {
    margin: 0 5px 0 0
}

.ST-optionsList ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ST-optionsList>ul {
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin: 0 0 20px
}

.ST-optionsList li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.ST-optionsList li:after {
    cotent: '';
    display: block;
    clear: both
}

.ST-optionsList li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.ST-optionsList p {
    margin: 10px 0 15px
}

.ST-optionsList input {
    width: 100%;
    padding: 8px;
    margin: 0;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ST-optionsList textarea {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ST-optionsList select {
    background: #fff;
    height: 28px;
    font-size: 13px;
    width: 100%
}

.ST-optionsList .ST-userPicker {
    padding: 5px 0 0;
    line-height: 30px
}

.ST-optionsList .ST-userPicker a {
    text-decoration: none;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.ST-optionsList .ST-userPicker a:not(.ST-button) {
    color: #303f9f
}

.ST-optionsList .ST-userPicker a.ST-squareButton {
    margin-left: 0
}

.ST-optionsList .ST-userPicker a:hover {
    text-decoration: underline
}

.ST-optionsList .ST-userPicker .ST-label {
    font-weight: normal
}

.ST-optionsList .ST-userPicker:after {
    content: '';
    display: block;
    clear: both
}

.ST-optionsList li.ST-OL-withButton input {
    width: calc(100% - 35px)
}

.ST-optionsList li.ST-OL-withButton .ST-dateTime .ST-dateInput {
    width: 100%
}

.ST-optionsList li.ST-OL-withButton a.ST-squareButton {
    float: right
}

.ST-optionsList .ST-dateTime:after,.ST-optionsList .ST-browse:after {
    content: '';
    display: block;
    clear: both
}

.ST-optionsList .ST-dateTime>*,.ST-optionsList .ST-browse>* {
    float: left
}

.ST-optionsList .ST-dateTime>*.ST-dateInput,.ST-optionsList .ST-dateTime>*.ST-timeInput,.ST-optionsList .ST-browse>*.ST-dateInput,.ST-optionsList .ST-browse>*.ST-timeInput {
    width: 49%
}

.ST-optionsList .ST-dateTime>*.ST-dateInput:first-child:not(:last-child),.ST-optionsList .ST-dateTime>*.ST-timeInput:first-child:not(:last-child),.ST-optionsList .ST-browse>*.ST-dateInput:first-child:not(:last-child),.ST-optionsList .ST-browse>*.ST-timeInput:first-child:not(:last-child) {
    margin-right: 2%
}

.ST-optionsList .ST-dateTime .ST-browseInput,.ST-optionsList .ST-browse .ST-browseInput {
    width: 100%
}

.ST-optionsList .ST-dateTime input,.ST-optionsList .ST-browse input {
    width: calc(100% - 35px)
}

.ST-optionsList .ST-dateTime a.ST-squareButton,.ST-optionsList .ST-browse a.ST-squareButton {
    float: right
}

.ST-optionsList .ST-dateTime .ST-timeInput select,.ST-optionsList .ST-browse .ST-timeInput select {
    width: 31.4%
}

.ST-optionsList .ST-dateTime .ST-timeInput span.ST-seperator,.ST-optionsList .ST-browse .ST-timeInput span.ST-seperator {
    width: 2%;
    display: inline-block;
    text-align: center
}

.ST-optionsList .ST-radioSection label {
    display: inline-block
}

.ST-optionsList input[type=radio],.ST-optionsList input[type=checkbox] {
    position: absolute;
    left: -999999999px
}

.ST-optionsList input[type=radio]+span,.ST-optionsList input[type=checkbox]+span {
    line-height: 20px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ST-optionsList input[type=radio]+span:before,.ST-optionsList input[type=checkbox]+span:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 0;
    line-height: 24px;
    font-size: 13px;
    text-indent: 6px
}

.ST-optionsList input[type=radio]+span:before,.ST-optionsList input[type=checkbox]+span:before {
    color: transparent;
    width: 24px;
    height: 24px;
    border: 1px solid #c7c7c7;
    border-radius: 50%
}

.ST-optionsList input[type=checkbox]+span:before {
    border-radius: 5px
}

.ST-optionsList input[type=radio]+span:before,.ST-optionsList input[type=checkbox]+span:before {
    content: "ï€Œ"
}

.ST-optionsList input[type=checkbox]+span:before {
    top: 1px;
    line-height: 26px;
    width: 25px;
    height: 25px
}

.ST-optionsList input[type=radio]:focus+span:before,.ST-optionsList input[type=checkbox]:focus+span:before {
    border: 1px solid #c7c7c7
}

.ST-optionsList input[type=radio]:checked+span:before,.ST-optionsList input[type=checkbox]:checked+span:before {
    color: #fff;
    background: #27ae60;
    border-color: #2ecc71
}

.ST-label {
    font-weight: bold;
    display: block;
    font-size: 13px;
    margin-bottom: 5px
}

.ST-hiddenPanel {
    display: none;
    padding: 10px;
    border: 1px solid #eee;
    margin-top: 10px
}

.ST-hiddenPanel .ST-label {
    font-weight: normal
}

.PO-settingsBar {
    background: #e4e4e4;
    color: #595a5a;
    padding: 10px;
    font-size: .9em;
    display: table;
    width: 100%;
    box-sizing: border-box
}

.PO-settingsBar>* {
    display: table-cell;
    vertical-align: top
}

.PO-settingsBar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.PO-settingsBar ul>li {
    display: inline;
    position: relative
}

.PO-settingsBar ul.PO-guestButtons {
    text-align: right
}

.PO-settingsBar span {
    display: inline-block;
    margin: 0;
    font-size: 18px
}

.PO-settingsBar a {
    color: #595a5a;
    text-decoration: none;
    font-weight: normal;
    padding: 4px;
    display: inline-block;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.PO-settingsBar a:hover {
    background: #d6d6d6;
    border-radius: 3px
}

.PO-settingsBar .PO-settingsDropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 200px;
    z-index: 3
}

.PO-settingsBar .PO-settingsDropdown ul {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none
}

.PO-settingsBar .PO-settingsDropdown .triangle {
    width: 100%;
    display: block;
    height: 10px
}

.PO-settingsBar .PO-settingsDropdown .triangle:after {
    content: '';
    position: relative;
    display: block;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
    z-index: 2
}

.PO-settingsBar .PO-settingsDropdown li {
    display: block
}

.PO-settingsBar .PO-settingsDropdown li a {
    color: #333;
    border-radius: 0;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.PO-settingsBar .PO-settingsDropdown li a em {
    margin: 0 10px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #2e353e
}

.PO-settingsBar .PO-settingsDropdown li a:hover {
    background: #eee
}

.PO-settingsBar .PO-settingsDropdown li a:hover em {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.PO-settingsBar .PO-settingsDropdown li:last-child a {
    border-bottom: 0
}

.administrateTable {
    width: 100%
}

.PO-wrapper>.PO-loading {
    position: absolute;
    top: 0;
    left: 0
}

.PO-loading {
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255,255,255,.4)
}

.sk-fading-circle {
    margin: 60px auto;
    width: 80px;
    height: 80px;
    position: relative
}

.sk-fading-circle:before {
    background-color: transparent;
    border-radius: 3px;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: rgba(46,53,62,.51);
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,39%,100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,39%,100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.PO-wrapper *:focus,.CMS_modal *:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(131,192,252,1);
    -moz-box-shadow: 0 0 2px 2px rgba(131,192,252,1);
    box-shadow: 0 0 2px 2px rgba(131,192,252,1)
}

.RadWindow_Bootstrap {
    z-index: 100000 !important
}

.show-chrome-class-selector span[onclick] {
    min-height: 80px
}

.show-chrome-class-selector span[onclick]:after {
    position: absolute;
    content: '';
    background: rgba(255,255,255,.8);
    top: 31px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 33px);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    z-index: 997;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.show-chrome-class-selector span[onclick]:before {
    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;
    content: "ï€";
    width: 50px;
    height: 50px;
    font-size: 30px;
    position: absolute;
    top: calc(50% + 31px);
    left: 50%;
    text-transform: uppercase;
    text-align: center;
    margin-top: -45px;
    color: #fff;
    z-index: 998;
    line-height: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    text-shadow: none;
    background: #3498db;
    border-radius: 5px;
    margin-left: -25px
}

.show-chrome-class-selector span[onclick]:hover:after,.show-chrome-class-selector span[onclick]:hover:before {
    visibility: visible;
    opacity: 1
}

#magic-line {
    list-style: none
}

table.contact-us-form {
    width: 100%;
    border: 0;
    border-spacing: 2px;
    border-collapse: separate
}

table.contact-us-form td {
    padding: 2px
}

table.contact-us-form td:first-child {
    width: 20%
}

table.contact-us-form td:first-child p {
    text-align: right
}

table.CiNavItem {
    border: 0
}

table.CiNavItem .firstTd {
    width: 6px
}

.reTool span[class^='achecker'] {
    background-image: url('http://cdnsm5-tv1.civiclive.com/common/resources/shared/controls/ckeditor/toolbar/AccessibilityChecker.gif') !important
}

.slider.controls .cycle-slideshow {
	margin: 0 auto;
	z-index: 5;
}
.slider.controls figure {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slider.controls figure > img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.slider.controls figcaption {
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1001;
	background: rgba(255,255,255,.40);
}
.slider.controls figcaption p {
	margin: 0;
}
.slider.controls figcaption a {
	display: block;
	font-weight: 700;
}
.slider.controls figcaption a:after {
    display: inline-block;
    margin-left: 5px;
    content: " \00bb";
}

/* Pause-Play */
.slider.controls div#pause-play {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    z-index: 1001;
}
.slider.controls #pause-play a {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	z-index: 5;
	background: rgba(255,255,255,.75);
	text-align: center;
	color: rgba(0,0,0,.85);
	text-decoration: none;
	transition: all 200ms ease-in;
}
.slider.controls #pause-play a:before {
	font-size: .85rem;
	line-height: 3rem;
}
.slider.controls #pause-play.play a.fa-pause {
	opacity: 0;
	z-index: 0;	
}	
.slider.controls #pause-play.pause a.fa-play {
	opacity: 0;
	font-size: 0;
	z-index: 0;
}

/* Pagers */
.slider.controls ol.selector { 
	display: none;
}

/* Arrow Controls */
.slider.controls .cycle-prev, .slider.controls .cycle-next {
	display: block !important;
	position: absolute;
	right: 0;
	width: 2.25em;
	padding: .5em 0 0;
	background: rgba(255,255,255,.75);
	font-size: 16px !important;
	line-height: 1.5em !important;
	text-align: center;
	vertical-align: middle;
	z-index: 1001;
}
.slider.controls .cycle-next {
	top: 2.5em;
}
.slider.controls .cycle-prev {
	top: 0;
}
.slider.controls .cycle-prev:hover, .slider.controls .cycle-prev:focus, .slider.controls .cycle-next:hover, .slider.controls .cycle-next:focus {
	background: rgba(255,255,255,1);
}
.slider.controls .cycle-prev span, .slider.controls .cycle-next span {
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.slider.controls figcaption {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 65%;
		max-width: 600px;
		padding: 20px 20px 30px;
		background: rgba(255,255,255,.40);
		font-size: 1.6rem;
	}
	div.slider.controls div.cycle-slideshow ol.selector {
		display: block;
		bottom: 30px !important;
		left: 40px;
		width: 40%;
		position: absolute;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		z-index: 1001; 
	}
	.slider.controls ol.selector li {
		display: inline-block;
	}
	.slider.controls ol.selector li span { 
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 4px 0 0;
		padding: 0;
		background: rgba(13,40,74,.25);
		border-radius: 50%;
		font-size: 0;
		}
	.slider.controls ol.selector li:last-child span {
		margin: 0;
	}
	.slider.controls ol.selector li.cycle-pager-active span { background: rgba(13,40,74,1);}
	.slider.controls .cycle-prev, .slider.controls .cycle-next {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 1024px) {
	/* Pause-Play */
	.slider.controls div#pause-play {
		top: 50%;
		left: 50%;
		width: 80px;
		height: 80px;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 1001;
	}
	.slider.controls #pause-play a {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		opacity: 0;
	}
	.slider.controls #pause-play a:before {
		font-size: 25px;
		line-height: 3.35em;
	}
	.slider.controls:hover #pause-play a {
		opacity: .5;
	}
	.slider.controls #pause-play a:hover, .slider.controls #pause-play a:focus {
		opacity: 1;
		box-shadow: 2px 3px 200px rgba(0,0,0,.45);
	}
}
#template .container { position:relative; }
.socialNav ul li a { display:block; }

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

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

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

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

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

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

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

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

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

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

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

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

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


}

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

}
#primaryNav.cms6 ul li .ms_cms_editbar_component {
    background: transparent !important;
    width:auto !important; 
}

#assocLogos span.dynamiccomponenteditenable.cms6 {
    display: inline-block;
}
#banner.cms6 .ms_cms_editbar_component {
    margin-top: 20px;
}

.common-problems #dentalHygieneWrapper { max-width: 700px; margin-bottom:0px; }

.sidenavnone .sidenav-slide .sitenavl1:last-child {
    padding: 0 0 0px !important;
}
.sidenavnone .sidenav-slide .sitenavl1 a {
	text-decoration: none;
	display: block;
	margin: 0;
	letter-spacing: .025em;
	padding: 8px 20px !important;
	background: #3B7B97;
	font-family: 'Poppins', sans-serif !important;
	text-shadow: 1px 1px 1px #254e5f;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 500 !important;
	color: #fff !important;
	font-size: 1.25em !important;
	border-bottom: none;
	transition: all .25s ease-in-out !important;
	box-shadow: none !Important;
}

/*#mMenuCMS ul li.currentpage.mm-opened a.nav.currentpage { background: #575757; }

#mMenuCMS ul li a.nav.currentpage { background: rgba(0, 0, 0, 0.1); }*/

.mm-menu.mm-vertical .mm-list .mm-panel li a.nav.currentpage {
    background: rgba(0, 0, 0, 0.1);
}

.error-message { color: #AD0000 !important; }
#spanBreadcrumbPageId span {
	display: none;
}

#spanBreadcrumbPageId span.separator {
	display: inline-block;
}

#ctl00_lnkGateway { font-size: 12px !important; }
#siteCrumbs .separator {
    text-shadow: 0 0 0 #fff; color: transparent; 
    margin: 0px 4px 0px 1px;
}
.footerAddresses .faxNumbers { margin-left: 12px !important; }

/*feature start*/
.divided .feature img {
	width: 100%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.divided .feature h2 {
	margin: 0;
}
.divided .feature p {
	margin: 10px 0 0;
}
.divided .feature a.more {
	display: block;
	margin: 10px 0 0;
	font-weight: 700;
}
/*feature end*/

/*callout start*/

.calloutCarousel {
	position: relative;
	overflow: hidden;
}
.calloutCarousel ul.carousel {
	width: calc(100% - 8rem);
	margin: 0 auto;
	padding: 25px 20px;
	z-index: 2;
	font-size: 0;
}
#template .calloutCarousel .carousel .calloutItem {
	display: inline-block;
	margin: 0 .5%;
	vertical-align: middle;
}
.calloutCarousel .carousel .calloutItem a {
	display: block;
}
.calloutCarousel .carousel .calloutItem span {
	display: block;
}
.calloutCarousel .carousel .calloutItem .image {
	margin: 0 0 10px;
}
.calloutCarousel .carousel .calloutItem img {
	width: 100%;
	transition: .5s ease-in;
}
.calloutCarousel .carousel .calloutItem a:hover .image img, .calloutCarousel  .carousel .calloutItem a:focus .image img {
	opacity: .65;
}
.calloutCarousel .carousel .calloutItem .text {
	font-size: 18px;
	text-align: center;
}
.calloutCarousel .slick-slider .slick-list {
	display: block;
	vertical-align: inherit;
}
.calloutCarousel .controls {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1rem;
    z-index: 1;
}
.calloutCarousel button.slick-prev.slick-arrow, .calloutCarousel button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}
.calloutCarousel button.slick-prev.slick-arrow::before, .calloutCarousel button.slick-next.slick-arrow::before {
    font-size: 2rem;
    width: 2em;
    line-height: 2em;
    display: block;
}
.calloutCarousel button.slick-prev.slick-arrow:hover::before, .calloutCarousel button.slick-next.slick-arrow:hover::before, .calloutCarousel button.slick-prev.slick-arrow:focus::before, .calloutCarousel button.slick-next.slick-arrow:focus::before {
    -webkit-box-shadow: inset 0 0 0 200px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 200px rgba(0,0,0,.2);
}
.calloutCarousel button.slick-prev.slick-arrow::before {
    content: '<'; 
}
.calloutCarousel button.slick-next.slick-arrow {
    right: 0;
}
.calloutCarousel button.slick-next.slick-arrow::before {
    content: '>';
}

/*callout end*/

/*slider start*/

.slider.ab2017.ab2017 .cycle-slideshow {
	margin: 0 auto;
	z-index: 5;
}
.slider.ab2017 figure {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slider.ab2017 figure > img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.slider.ab2017 figcaption {
	padding: 20px 20px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1001;
	background: rgba(255,255,255,1);
}
.slider.ab2017 figcaption p {
	margin: 0;
}
.slider.ab2017 figcaption a {
	display: block;
	font-weight: 700;
}
.slider.ab2017 figcaption a:after {
    display: inline-block;
    margin-left: 5px;
    content: " \00bb";
}

/* Pagers */
.slider.ab2017 ol.selector { 
	position: absolute;
	bottom: 10px;
	left: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 1001; 
}
.slider.ab2017 ol.selector li {
	display: inline-block;
}
.slider.ab2017 ol.selector li span { 
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 4px 0 0;
	padding: 0;
    background: rgba(13,40,74,.25);
	border-radius: 50%;
	font-size: 20px;
color:rgba(255, 255, 255, .1);
}
.slider.ab2017 ol.selector li a span { 
text-decoration:none;
}
.slider.ab2017 ol.selector li:last-child span {
	margin: 0;
}
.slider.ab2017 ol.selector li.selected span { background: rgba(13,40,74,1);}

/* Arrow Controls */
.slider.ab2017 .cycle-prev, .slider.ab2017 .cycle-next {
	display: block !important;
	position: absolute;
	right: 0;
	width: 2.25em;
	padding: .5em 0 0;
	background: rgba(255,255,255,.75);
	font-size: 16px !important;
	line-height: 1.5em !important;
	text-align: center;
	vertical-align: middle;
	z-index: 1001;
}
.slider.ab2017 .cycle-next {
	top: 2.5em;
}
.slider.ab2017 .cycle-prev {
	top: 0;
}
.slider.ab2017 .cycle-prev:hover, .slider.ab2017 .cycle-prev:focus, .slider.ab2017 .cycle-next:hover, .slider.ab2017 .cycle-next:focus {
	background: rgba(255,255,255,1);
}
.slider.ab2017 .cycle-prev span, .slider.ab2017 .cycle-next span {
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.slider.ab2017 figcaption {
		position: absolute;
		bottom: 20px;
		left: 0px;
		width: 65%;
		/* max-width: 600px; */
		padding: 20px 20px 30px;
		background: rgba(255,255,255,.75);
		font-size: 1rem;
	}
	div.slider.ab2017 div.cycle-slideshow ol.selector {
		bottom: 30px !important;
		left: 40px;
		width: 40%;
	}
	.slider.ab2017 .cycle-prev, .slider.ab2017 .cycle-next {
		font-size: 22px !important;
	}
}

/*slider end*/

body, #template {font-size: 1em}
#template .container {max-width: 87.5%; margin: 0 auto; padding:0 20px;}
.intRightCol .ptl_portlet_vertical, .intRightCol .ptl_col_1, .intRightCol .ptl_page {overflow:visible !important; overflow-x: visible}

.portletEditMode #header, .designMode #header, .loggedIn #header {position:relative}
.portletEditMode #overview, .designMode #overview, .loggedIn #overview,
.portletEditMode #banner, .designMode #banner, .loggedIn #banner {margin: 0 auto}

/* general styling */
#content p, #content ul, #content ol, #content figcaption { color:#323232; font-weight: 400; font-size: 1em; line-height:1.75em; font-family: 'Poppins', sans-serif; margin: 0; padding-bottom: 15px;}
#template h1 { font-weight: 600; font-size: 2.25em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  margin: 0 0 10px; padding:0 0 10px }
#template h1::after { display: block; width: 60px; padding: 10px 0 0; border-bottom: 2px solid #3b7b97; content: ""}
#template h2 {font-weight: 600; font-size: 1.875em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  padding: 0; margin: 15px 0 10px}
#template h3 {font-weight: 500; font-size: 1.5em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  margin: 15px 0 10px}
#template h4 {font-weight: 500; font-size:1.25em; line-height: 1.35em; font-family: 'Poppins', sans-serif; color: #3b7b97; text-transform:uppercase; margin: 15px 0 10px}
#template h5 {font-weight: 500; font-size: 1.125em; line-height: 1.35em; font-family: 'Poppins', sans-serif; color:#3b7b97; text-transform:uppercase; margin: 15px 0 10px}
#template h6 {font-weight: 500; font-size: 1em; line-height: 1.35em; font-family: 'Poppins', sans-serif; color:#3b7b97; text-transform:uppercase; margin:  15px 0 10px}
a {font-family: 'Poppins', sans-serif;  color: #3b7b97; }
a:hover, a:focus {color: #000;}
#content a {font-weight:600; font-size: 1em; line-height:1.75em;color: #3b7b97; text-decoration: none; padding: 2px; -webkit-box-shadow: inset 0 -2px 0 0 #e7b44f; box-shadow: inset 0 -2px 0 0 #e7b44f; transition:all .25s ease-in-out}
#content a:hover, #content a:focus {color: #323232; -webkit-box-shadow: inset 0 -100px 0 0 #e7b44f; box-shadow: inset 0 -100px 0 0 #e7b44f;}
#content img {max-width:100%}
#content img.border {border: 1px solid #ccc; box-shadow: 3px 3px 3px rgba(0,0,0,.25);}
#content img.left {margin:1% 2% 2% 0; border: 1px solid #ccc; box-shadow: 3px 3px 3px rgba(0,0,0,.25);}
#content img.right {margin:1% 0 2% 2%; border: 1px solid #ccc; box-shadow: 3px 3px 3px rgba(0,0,0,.25);}
#content hr { clear:both; border:1px solid #eee; margin:15px 0;}
#fancybox-wrap {z-index: 9999 !important}
.portletEditMode .tbl a, .RadEditor a, .pb-controls a { padding:0; box-shadow:none !important}
.removeStyle, #aftermap, a.dd-lightbox {padding: 0 !important; box-shadow: none !important}
.wistia_click_to_play a { box-shadow: none !Important; padding: 0 !Important;}

.slider.ab2017 figcaption h2 a:after { display:none }

/* overview */
#overview {z-index: 5; margin: 163px auto 0; padding: 20em 1em 1em; border-bottom: 1px solid #57b7df;text-align: center; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(https://www.wilbornortho.com/resourcefiles/other/drinterior1.jpg); /*background-attachment: scroll, fixed;*/ background-repeat: repeat-x, no-repeat; background-size: contain, cover; background-position: top center, center center;}
#overview h1 {display: inline-block; color: transparent;  
  text-shadow: 0 0 0 #fff, 1px 1px 1px rgba(0,0,0,.65);margin:0}
#overview h1::after {border-color: #57b7df;}

/* breadcrumbs */
#siteCrumbs {font-size:0.95em; line-height:1.35em; padding:0; margin-top:2px; }
#siteCrumbs a {line-height:20px; text-decoration:none;  color: transparent;  font: 500 0.99em/1.35em 'Poppins', sans-serif; transition:color 75ms ease-out 25ms; text-transform:uppercase; text-shadow: 0 0 0 #fff, 1px 1px 1px rgba(0,0,0,.65); letter-spacing: .025em;}
#siteCrumbs a:hover, #siteCrumbs a:focus {color:#e7b44f; text-shadow:1px 1px 1px rgba(0,0,0,.5)}
#siteCrumbs span {color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,.5); font: 500 0.95em/1.35em 'Poppins', sans-serif; text-transform:uppercase; }
#siteCrumbs #spanBreadcrumbPageId {color: transparent; padding: 0 0 0 4px; text-shadow: 0 0 0 #e7b44f,1px 1px 1px rgba(0,0,0,.5); font: 500 0.95em/1.35em 'Poppins', sans-serif; text-transform:uppercase; }

/* map */
.mapMarkClass div  { font-size: 16px !important;  color:#000 !important;}
.mapMarkClass h1  { font-size: 28px !important; color:#3b7b97 !important; }
.mapMarkClass a { font-size:16px!important}

/* informative animations */
.InformativeAnimation {font-family:'Poppins', sans-serif !important;}
.InformativeAnimation .featureTitle  {background: url("https://www.wilbornortho.com/resourcefiles/other/bgpattern.jpg") repeat !important}
.InformativeAnimation .featureTitle h2 {color:#1F1F1F!important; font-weight:400 !important}
.InformativeAnimation .titleRow, .InformativeAnimation div.titleRow  {background:#E7B44F !important; }
.InformativeAnimation .titleRow h3 {color:#2B2B2B !important}
.InformativeAnimation ul.buttonCol, .InformativeAnimation .iaButtonColumn {background:#3B7B97 !important;}
.InformativeAnimation div#footer > a, .InformativeAnimation .footer a { font-family: 'Poppins', sans-serif !important; text-decoration:none !important;  color:#fff !important; font-size:1em !important;}
.InformativeAnimation div#footer > a:hover, .InformativeAnimation .footer a:hover {color: #2b2b2b!important}
.InformativeAnimation div#footer, .InformativeAnimation .footer {padding: 4px 10px !important;background:#323232; font-family: 'Poppins', sans-serif !important; font-size: 0.9em !important}
.InformativeAnimation .iaMobileMenu {padding: 1% 3% !important;border: 1px solid #fff !important;color: #2b2b2b !important;position: absolute;top: 10%;bottom: 10% !important;left: auto;right: 1% !important;}
.InformativeAnimation .iaMobileMenu:hover {background:#E7B44F !important;}

/* form text */
.secureform .tbl { background-color:rgba(255, 255, 255, 0); border-radius:0; border: 1px solid #eee}
.secureform input {border-radius:0}
.secureform section {border-bottom: 2px solid #eee}
.secureform div > h1, .secureform div > h2, .secureform div > h3, .secureform p, .secureform #dvViewBody span, .secureform fieldset legend, .secureform fieldset label, .secureform .form-element > label {font-family:'Poppins', sans-serif; font-weight:400; color:#000000;}
.secureform p, .secureform #dvViewBody span {font-size:1em}
.secureform fieldset legend {color:#000000}
/* form buttons */
.secureform input[type="submit"], .secureform input[type="reset"], .secureform input[type="button"] { background:#e7b44f; border:none; font-family:'Poppins', sans-serif; color:#2b2b2b; transition:all .25s ease-in-out; font-size:1em; font-weight:600; border-radius:3px}
.secureform input[type="submit"]:hover, .secureform input[type="submit"]:focus, .secureform input[type="reset"]:hover, .secureform input[type="reset"]:focus, .secureform input[type="button"]:hover, .secureform input[type="button"]:focus {background:#57B7DF; color:#2b2b2b;}

/* office tour */
.galleryTitle { background: url("https://www.wilbornortho.com/resourcefiles/other/bgpattern.jpg") repeat !important; font-family: 'Poppins', sans-serif!important; color: #2b2b2b !important; font-size:30px; font-weight:600 !important}
.photoGallery { max-width: 90% !important; margin: 0 auto !important; }
.galleryContainer {border: none !important; background: transparent;}
.galleryBorderBottom {border-bottom: 4px solid #3B7B97}
.galleryBreadcrumb {background: none !important}
.galleryCrumb a{text-decoration:none !important;  box-shadow:none !important;}
.galleryCrumb span {color: #222222 !important; text-decoration:none !important}
.galleryCrumb .galleryName {color: #3B7B97 !important; box-shadow: none !important}
.galleryCrumb .galleryName:hover, .galleryCrumb .galleryName:focus {color:#000 !important; box-shadow: none !important}
.galleryBreadcrumb {color:#356F88!important;}
.galleryCrumb .galleryName, .galleryCrumb .albumName{font-family:'Poppins', sans-serif !important; font-size: 18px !important}
.galleryAlbumNav {width: auto; background: none!important}
.topSliderWrapper {background:transparent !important}
.flex-direction-nav a {position:absolute !important; font:normal normal normal 30px/1 FontAwesome !important; box-shadow:none !important}
.flex-direction-nav a:hover, .flex-direction-nav a:focus {color: #000 !important}
.sliderWrapper a.fancyboxImage, .sliderWrapper a.fancyboxImage:hover, .sliderWrapper a.fancyboxImage:focus {padding: 0 !important; box-shadow: none !important}

/*grid display styling*/
#content .galleryItems ul li {list-style-type:none;}
#content .galleryItems ul {list-style-type:none;}
#content .galleryDesc {display:none !important;}


/* top bar */
#topBar {background:#323232; padding:5px 0}
#topBar .container {display: flex; flex-flow: row nowrap; justify-content: space-between; align-items:center;}

/* header */
#header {z-index: 1000; background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.35); position: fixed; top: 0; left: 0; right: 0;}
#logoNav { background: #fff; }
#logoNav .container {padding:25px 20px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items:center; max-width:87.5%}

/* logo */
#logo {flex: 1 0 auto; font-size:0; transition: all .3s linear;}
#logo img {max-width: 100%; }

/* logo smaller */
.smaller #logo {transform: scale(.65); transform-origin: left top;}

/* top bar, utility nav + social */
.doctor {flex:inherit}
.doctor span {font-family: 'Poppins', sans-serif; text-shadow: 0 0 0 #fff; color: transparent; font-size: 1em; font-weight: 400;}
.topBarRight {flex: 1; display: flex; align-items: center;}

/* utility nav */
#utilityNav {flex: 1; text-align: right;}
#utilityNav ul { margin:0; padding:0; list-style-type:none}
#utilityNav li {margin: 0 25px 0 0;font-size: 1rem; display:inline-block; }
#utilityNav li:last-child {margin: 0;}
#utilityNav a {display: block;font-family: 'Poppins', sans-serif;padding: 0; text-shadow:0 0 0 #fff; color: transparent; font-size: 1em;font-weight: 400; text-decoration:none;transition:all .25s ease-in-out}
#utilityNav li.location a::before {content:"\f041";}
#utilityNav li.phone a {font-weight: 500;font-size: 1.25em;}
#utilityNav li.phone a::before {content:"\f098";}
#utilityNav a::before  { font-family: FontAwesome;display: inline-block;margin: 0 3px 0 0; font-weight: 400;-webkit-transition: all .3s linear;transition: all .3s linear;}
#utilityNav a:hover, #utilityNav a:focus {color: #9ed0e4;}
#utilityNav a:hover::before, #utilityNav a:focus::before {-webkit-transform: translateY(-3px); transform:translateY(-3px); color: #e7b44f;}

/*social navigation*/
.socialHidden:first-child {display:none}
.socialNav {padding: 0 0 0 25px }
.socialNav ul  {margin: 0; padding: 0}
.socialNav ul li {display: inline-block; list-style-type: none;margin: 0 0 0 3px }
.socialNav ul li:last-child {margin: 0}
.socialNav ul li:empty {display:none}
.socialNav ul li a {background:#57b7df; width: 32px; height:32px; border-radius:3px; color: #323232; line-height: 32px; text-align: center; text-decoration: none; text-shadow:1px 1px 1px rgba(255,255,255,.4);font-size: 1em; transition:all .25s ease-in-out}
.socialNav ul li a:hover, .socialNav ul li a:focus {background:#e7b44f!important; color: #323232 !important; -webkit-transform: translateY(-3px); transform: translateY(-3px); border-radius: 0 !important;}

/* banner */
#banner {margin: 163px auto 0;}
#banner .container {max-width:100%; padding: 0}
#banner .cycle-slideshow  section {width: 100%; }
#banner .cycle-slideshow img {width: 100%;}

.slider.ab2017 figcaption {position: absolute;bottom: 25px;left: 0;width: 60%;max-width: 700px;padding: 29px 35px;background: #fff;box-shadow:5px 5px 5px rgba(0,0,0,.25);}
.slider.ab2017 figcaption h2 {text-align: center;font-size: 1.5em !important;font-weight: 500 !important;font-family:'Poppins', sans-serif;margin: 0 !important;}

/* Pagers */
.slider.ab2017 ol.selector { 
	display: none;
}

/* Arrow Controls */
.slider.ab2017 a.cycle-prev, .slider.ab2017 a.cycle-next {
	display: block !important;
	position: absolute;
	text-decoration:none;
	right: 2em;
	width: 2.375em;
	padding: .5em 0 0;
	background: #fff;
	border: 1px solid #3b7b97;
	color: #3b7b97;
	font-size: 16px !important;
	line-height: 1.5em !important;
	text-align: center;
	vertical-align: middle;
	z-index: 1001;
	transition:all .25s ease-in-out;
}
.slider.ab2017 a.cycle-next {
	top: 4.65em;
}
.slider.ab2017 a.cycle-prev {
	top: 2em;
}
.slider.ab2017 a.cycle-prev:hover, .slider.ab2017 a.cycle-prev:focus, .slider.ab2017 a.cycle-next:hover, .slider.ab2017 a.cycle-next:focus {
	background: #3b7b97;
	color: #fff;
}
.slider.ab2017 .cycle-prev span, .slider.ab2017 .cycle-next span {
	font-size: 0;
}

/* callouts */
#callouts {
	background: url("https://www.wilbornortho.com/resourcefiles/other/bgpattern.jpg") repeat;
	padding: 20px 50px;
}
#callouts .container {max-width:100%; padding:0}
#callouts .calloutCarousel {
	overflow: hidden;
}
#callouts .calloutCarousel ul.carousel  {
	padding: 5px 0px;
	width:calc(100% - 8rem);
	font-size: 0 ;
	box-sizing: border-box 
}
#callouts .calloutCarousel .carousel .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#callouts .calloutCarousel .carousel .calloutItem {
	margin: 0 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	box-sizing: border-box;
 
}

#callouts .calloutCarousel .carousel .calloutItem a {
	display: block;
	width: 100%;
	background: rgba(37,78,95,.5);
	border-radius: 3px;
	padding: 20px 10px;
	text-decoration:none;
	transition:all .25s ease-in-out;
}
#callouts .calloutCarousel .carousel .calloutItem span {
	display: block;
}
#callouts .calloutCarousel .carousel .calloutItem .image {
	margin: 0 auto;
}
#callouts .calloutCarousel .carousel .calloutItem img {
	width: auto;
	max-width: 75%;
	margin: 0 auto;
	-webkit-transition: all .35s ease-in;
			transition: all .35s ease-in;
}
#callouts .calloutCarousel .carousel .calloutItem a:hover .image img, #callouts .calloutCarousel .carousel .calloutItem a:focus .image img {
	transform: scale(.65);
	opacity: .5;
}
#callouts .calloutCarousel .carousel .calloutItem .text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family:'Poppins', sans-serif;
	padding: 20px 0 0;
	line-height: 1.375em;
	text-shadow: 1px 1px 1px #254e5f;
	-webkit-transition: all .35s ease-in;
			transition: all .35s ease-in;
}
#callouts .calloutCarousel .carousel .calloutItem a:hover, #callouts .calloutCarousel .carousel .calloutItem a:focus {
	background: #e7b44f;
	-webkit-box-shadow: inset 5px 5px 0 #ffe5b0, inset -5px -5px 0 #ffe5b0;
			box-shadow: inset 5px 5px 0 #ffe5b0, inset -5px -5px 0 #ffe5b0;
}
#callouts .calloutCarousel .carousel .calloutItem a:hover .text, #callouts .calloutCarousel .carousel .calloutItem a:focus .text {
	color: #323232;
	text-shadow: 1px 1px 1px rgba(255,255,255,.25);
	padding: 0 0 20px;
}
#callouts .calloutCarousel .slick-slider .slick-list {
	display: block;
	vertical-align: inherit;
}
#callouts .calloutCarousel .slick-prev, #callouts .calloutCarousel .slick-next {
	display: block;
	position: absolute;
	top: calc;
	bottom: 0; 
	width: 1.5em;
	height: 100%;
	padding: 0;
	background: rgba(255,255,255,.5);
	border: none;
	outline: none;
	font-size: 20px;
	border-radius: 2px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	color: transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
#callouts .calloutCarousel .slick-prev {
	left:20px;
	padding-right: .2em;
}
#callouts .calloutCarousel .slick-next {
	right: 20px;
	padding-left: .2em;
}
#callouts .calloutCarousel .slick-prev::before, #callouts .calloutCarousel .slick-next::before {
	position: absolute; 
	box-shadow:none;
	background:none;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 1.25em;
	content: '\f053';
	font-family: FontAwesome;
	color: #254e5f;
	font-size: 20px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(255,255,255,.35);
}
#callouts .calloutCarousel .slick-next::before {
	content: '\f054';
}
#callouts .calloutCarousel .slick-prev:hover, #callouts .calloutCarousel .slick-prev:focus, #callouts .calloutCarousel .slick-next:hover, #callouts .calloutCarousel .slick-next:focus {
	background: #3b7b97;
}
#callouts .calloutCarousel .slick-prev:hover::before, #callouts .calloutCarousel .slick-next:hover::before {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.35);
}


/* content - homepage */
.homepage #content .container {padding:55px 20px; display:flex; align-items:stretch; flex-flow: row nowrap;}
.homeRightCol {flex: 0 0 50%; padding: 0; }
.homeLeftCol {flex: 0 0 50%; padding: 0 2% 0 0;}

/* content - interior, two columns */
.subpage #content .container  { min-height:300px; padding:60px 20px 75px}
.subpage .colWrap {display:flex; align-items:stretch; flex-flow: row nowrap;}
.intLeftCol {flex: 0 0 75%; padding: 0 40px 0 0}
.intRightCol {flex: 0 0 25%;}

/* home - right column */
.homeRightCol {
	margin: 0 0 0 2%;
	padding: 1% 3%;
	border-left: 1px solid #9ed0e4;
}
 
.homeRightCol .stacked .feature h2 {
	font-size: 1.625em !important;
	font-weight: 500 !important;
	text-align: center;
	margin: 0 auto 15px !important;
}
.homeRightCol .stacked .feature .image{
	margin:0 auto !important;
}
.homeRightCol .stacked .feature .image a {box-shadow:none !important; padding: 0 !important}
.homeRightCol .stacked .feature .image img {
	width: 100%;

}
 
.homeRightCol .stacked .feature .text p {
	font-size: 1.125em !important;
	color: #767676 !important;
	line-height: 1.5em !important;
}
.homeRightCol .stacked .feature .text p:empty {display:none}
.homeRightCol .stacked .feature .text a {
	position: relative;
	display: inline-block; 
	text-decoration:none;
	font-size: 1em;
	font-weight: 500 !important;
	color: #356f88;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	padding: .5em .75em !important;
	border: 1px solid #cee7f1;
	overflow: hidden;
	box-shadow:none !important;
}
.homeRightCol .stacked .feature a.more {display:none;}
.homeRightCol .stacked .feature .text a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e7b44f;
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
			transform-origin: 0 50%;
	-webkit-transition: -webkit-transform 0.3s ease-out;
			transition: -webkit-transform 0.3s ease-out;
			transition: transform 0.3s ease-out;
			transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.homeRightCol .stacked .feature .text a:hover, .homeRightCol .stacked .feature .text a:focus {
	color: #323232;
	border-color: #e7b44f;
	/* -webkit-box-shadow: inset 0 100px 0 #e7b44f;
			box-shadow: inset 0 100px 0 #e7b44f; */
}
.homeRightCol .stacked .feature .text a:hover::before, .homeRightCol .stacked .feature .text a:focus::before {
	-webkit-transform: scaleX(1.1);
			transform: scaleX(1.1);
}


/* primary nav - smaller */
.smaller #primaryNav {transform: translateY(-40%)}
.smaller #primaryNav .container {padding:0 !important}
.smaller #primaryNav ul li a  {font-size: 1em; padding: 5px 10px !important;}
.smaller #logoNav {padding:10px 0 0}
.smaller #logoNav .container {padding: 0 20px}

/* primary nav, 100% list items centered  */
.intLeftCol .ptl_portlet_vertical,.intLeftCol .ptl_page, .intLeftCol .ptl_col_1, #banner .ptl_portlet_vertical {overflow:visible !important; overflow-x:visible !important}
#primaryNav {background: none;transform: translateY(14%)}
#primaryNav .container { display:flex; flex:1 0 0; flex-flow: row wrap;  justify-content: center; max-width:100%; padding:0}
#primaryNav ul li {font-size:1rem;margin:0 5px 0 0}
#primaryNav ul li:last-child {margin:0}
#primaryNav ul li a { background:#57b7df; border-radius:3px; padding:10px 15px !important;font-family:'Poppins', sans-serif; font-weight:500;font-size: 1.125em; letter-spacing:.025em; color: #323232; text-shadow:1px 1px 1px rgba(255,255,255,.4); text-transform:uppercase; transition:all .25s ease-in-out;}
#primaryNav ul li a:hover, #primaryNav ul li a:focus, #primaryNav ul li a.rmExpanded { background:#e7b44f; border-radius:0px; color:#323232;}
#primaryNav ul ul li a.rmExpanded {background: #afafaf !important;color: #323232 !important; }

/* Drop Down Menu */
#primaryNav div.RadMenu > ul > li > div { display: block !important; opacity: 0; visibility: hidden; position: absolute;   margin: 10px 0 0; padding: 2px 0; background:#747474; width: 240px !important;  -webkit-box-shadow: inset 0 2px 0 #fff;box-shadow: inset 0 2px 0 #fff; transition: all .35s ease-in-out; height:auto !important;  z-index:5 !important;}
#primaryNav div.RadMenu > ul > li:hover > div {  opacity: 1; visibility: visible; margin: 0; z-index:10 !important; transition: all .35s ease-in-out;}
#primaryNav div.RadMenu > ul > li > div ul { -webkit-transform: translateX(0); transform: translateX(0); width:100%; }
#primaryNav div.RadMenu > ul > li > div ul > li { margin: 0; width:100%; }
#primaryNav div.RadMenu > ul > li > div ul > li:not(:last-child)::after { display:none; }
#primaryNav div.RadMenu > ul > li:hover > div ul > li { display: block !important;  }
#primaryNav div.RadMenu > ul > li > div ul > li > a { display: block; background:none; padding: 8px 15px !important; font-size: .875em; font-family: 'Poppins', sans-serif; font-weight: 400; width: 100% !important; text-transform: none; margin: 0; line-height: normal; color: #fff; text-decoration:none; text-shadow: none;} 
#primaryNav div.RadMenu > ul > li > div ul > li > a:hover, #primaryNav div.RadMenu > ul > li > div ul > li > a:focus {   background: #afafaf;color: #323232;  }
#primaryNav div.RadMenu > ul ul li a span { margin: 0; padding: 0 !important; text-align: left !important; }
#primaryNav .RadMenu ul li.rmItem ul {  padding: 0; } 

/*cra hover fix*/
#primaryNav div.RadMenu > ul > li > div { height:0 !important; padding:0 !important; }
#primaryNav div.RadMenu > ul > li:hover > div { height:auto !important; padding:2px 0 !important;} 

/* third tier */
.smaller #primaryNav div.RadMenu > ul > li > div  {top:35px !important}
#primaryNav ul ul ul {position:relative; width:240px !important;left:100%; visibility:visible; opacity:1; padding: 0 0 2px !important; background:#747474;}
#primaryNav ul ul ul li, #primaryNav ul ul ul a, #primaryNav ul ul ul a span {width:100% !important; display:block !important}

/* primary navigation resets */
.RadMenu .rmHorizontal .rmText, .RadMenu .rmRootGroup .rmItem .rmGroup {padding: 0 !important}
.RadMenu .rmGroup .rmText {margin:0 !important}

/* interior side navigation */
#section-navigation {background:none; margin: 0 0 65px}
#section-navigation #inside-nav {background:#ededed;}
.sitenavl0 {margin: 0 0 5px !important}
.sitenavl1:last-child {padding: 0 0 5px !important}
.sitenavl2:last-child  {padding: 0 0 5px 20px !important}
.sitenavl0 a { text-decoration:none; display: block; margin: 0;  letter-spacing:.025em;padding: 8px 20px !important; background:#3B7B97; font-family: 'Poppins', sans-serif !important; text-shadow:1px 1px 1px #254e5f; text-transform:uppercase;line-height:1em; font-weight:500 !important; color: #fff !important; font-size: 1.25em !important; border-bottom: none; transition:all .25s ease-in-out !important; box-shadow:none !Important}
.sitenavl0 a:hover, .sitenavl0 a:focus {background:#3B7B97!important;} 
.sitenavl1 a, .sitenavl2 a {text-decoration:none; display: block; margin: 0 !important;  padding: 9px 20px !important; background:none; font-family: 'Poppins', sans-serif !important; text-transform:none;line-height:1em; font-weight:500 !important; color: #356f88 !important; font-size: .875em !important; border-bottom: none; transition:all .25s ease-in-out !important; box-shadow:none !Important}
.sitenavl1 a:hover, .sitenavl1 a:focus, .sitenavl1.currentpage a,
.sitenavl2 a:hover, .sitenavl2 a:focus, .sitenavl2.currentpage a {color: #323232!important;  text-shadow:none !important; background: #fff; box-shadow:inset 5px 0 0 #e7b44f!important}

/* interior side nav resets */
.sitenavl0, .sitenavl1 {padding: 0}

/* association logos */
#assocLogos {padding: 10px 10px 0;background: #356f88;border-bottom: 1px solid #fff;text-align:center;}
#assocLogos img {margin: 0 20px 10px;}
#assocLogos a {transition:all .25s ease-in-out}
#assocLogos a img {opacity: .55; transition:all .25s ease-in-out}
#assocLogos a:hover img, #assocLogos a:focus img {opacity: 1;}

/* back to top */ 
#back-to-top::after {content: "\f062"; border-bottom:none; display: block; left: 54%; margin:-10px 0 0 -12px; transform: translate(-50%, 50%);font-family: FontAwesome;font-weight: 400; font-size: 22px;text-shadow:1px 1px 1px rgba(0,0,0,.5);color: #fff; opacity:0.65; transition:all 500ms ease-in-out 0s; }
#back-to-top:hover::after {opacity:1}
#back-to-top {background:rgba(87,183,223,0.65); box-shadow:none;position: fixed; border:none; right: 20px; bottom: 125px; width: 50px;height: 50px;transition:all 500ms ease-in-out 0s;}
#back-to-top:hover {background: #57b7df;}
#back-to-top.fade {opacity:1}

/*  bottom features */
#bottomFeatures {
	margin: 0 auto 1px;
	padding: 3.5% 0 0;
	background: #ededed;
}
#bottomFeatures .container { font-size: 0;
}
#bottomFeatures .divided .feature  {width: 48%; margin: 0 4% 3.5% 0; display: inline-block; vertical-align: top; font-size:0}
#bottomFeatures .divided .feature:last-child {margin-right:0}
#bottomFeatures .divided .feature .image { display:inline-block; vertical-align:top;
	width: 45%;
}
#bottomFeatures .divided .feature .image img {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 3px; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
			box-shadow: 0 0 5px rgba(0,0,0,.2);

}
#bottomFeatures .divided .feature .image a:hover img, #bottomFeatures .divided .feature .image a:focus img {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
			box-shadow: 0 0 0 rgba(0,0,0,0);
}
#bottomFeatures .divided .feature .text {
	display:inline-block; vertical-align:top;
	font-size: 1rem;
	width: 55%;
	padding: 1% 3%;
}
#bottomFeatures .divided .feature .text h2 {
	margin: 0 auto 3px;
	font-size: 1.375em !important;
	font-weight: 500 !important;
}
#bottomFeatures .divided .feature .text h4 {
	margin: 0 auto 16px;
	padding: 0 0 8px;
	text-transform: none;
	font-size: 1.125em !important;
	font-weight: 400 !important;
	border-bottom: 1px solid #acacac;
}
#bottomFeatures .divided .feature .text p:empty{display:none}
#bottomFeatures .divided .feature .text p {
	color: #636363;
	line-height: 1.35em;
	font-family: 'Poppins', sans-serif
}
#bottomFeatures .divided .feature .text a {
	display: inline-block;
	text-decoration:none;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #356f88 !important;
	transition:all .25s ease-in-out;
}
#bottomFeatures .divided .feature .text a::after {
	display:block; 
	-webkit-transition:width 0.35s ease-in-out; 
			transition:width 0.35s ease-in-out; 
	margin: 8px 0 0; 
	width: 25%; 
	height: 2px; 
	content: "";
	background: #356f88;
}
#bottomFeatures .divided .feature .text a:hover, #bottomFeatures .divided .feature .text a:focus {
	color: #323232 !important;
}
#bottomFeatures .divided .feature .text a:hover::after, #bottomFeatures .divided  .feature .text a:focus::after {
	background: #e7b44f;
	width: 100%;
}
#bottomFeatures a.more {margin:20px 0 0 !important}

/* footer */
#footer {background: #323232; text-align: center;}
#footerBot .container {padding:20px}
#footerBot span {font-family:'Poppins', sans-serif; font-size: .875em; line-height: 1.75em; color: #fff;font-weight:400}
#footerBot ul {line-height: 1em; margin: 0; padding: 0;}
.companyName {font-family:'Poppins', sans-serif;font-size: 1.375em; font-weight:400;color: #fff; line-height: 1.35em;margin:0}
.footerAddresses a.phone {font-size:.875em !important}
.footerAddresses span::before {display:none }
.footerAddresses span.locationName {display:none;}
.footerAddresses a.phone  {font-weight:600; font-size: 1em !important; color: #9ed0e4; text-decoration: none; padding: 2px; box-shadow: inset 0 -2px 0 0 #9ed0e4; transition:all .25s ease-in-out}
.footerAddresses a.phone:hover, .footerAddresses a.phone:focus {color: #323232 !important; box-shadow: inset 0 -100px 0 0 #9ed0e4}
.footerAddresses .contactNumbers, .footerAddresses .faxNumbers {margin-left: 8px}

/* footer bar */
#footerBar {background: #252525; text-align:center}
#footerBar .policy {display:block; margin:0; padding:9px 0}
#footerBar .policy span {font-family:'Poppins', sans-serif!important; font-weight: 400 !important; font-size: .75em !important; color: #fff !important; text-transform: uppercase;}

#footerBar a, #footerBar .admin_menu, .policy a{color:#9ed0e4 !important; text-decoration:none !important; font-family:'Poppins', sans-serif !important; text-transform: uppercase; /*font-size: .75em !important;*/ font-weight: 600 !important;padding: 2px; box-shadow: inset 0 -2px 0 0 #9ed0e4; transition:all .25s ease-in-out}
#footerBar a.external {transition:all .25s ease-in-out; font-size:1em !important}
#footerBar a:hover, #footerBar a:focus, #footerBar .admin_menu:hover, footer .admin_menu:focus {color: #323232 !important; box-shadow: inset 0 -100px 0 0 #9ed0e4}

/* mobile menu */
.mm-ismenu  {background:#575757 !important} 
.mm-ismenu a {color: #fff !important} 
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {background:rgba(0,0,0,.08)}
.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {border-color: #fff}
.mobileMenu {position:relative; background:#57b7df; top:0; right: 0; padding: 15px 20px 12px; font-family:'Poppins', sans-serif; font-weight:600; line-height:1em;text-shadow:none; text-decoration:none !important; text-align:center; width: 100%; color: #323232 !important; font-size:1.1em; text-transform:uppercase;}
.mm-list > li > a, .mm-list > li > span {font-family:'Poppins', sans-serif; font-size:1.15em}
.mobileMenu:hover, .mobileMenu:focus {color:#eee}
.mobileMenu em {padding: 0 5px 0 0}
.mobilePublishLink ul {list-style-type:none; margin:0; padding: 0}
.mobilePublishLink ul li {padding: 5px 20px}
.mobilePublishLink a {font-family:'Poppins', sans-serif; font-size:1.3em}

@media screen and (max-width:1100px) {
	#template .container {max-width: 100%}
}

@media screen and (max-width:990px) {
#header {position:relative}
	#overview {padding: 10em 1em 1em}
/* primary nav - remove */
#primaryNav {display:none}
/* mobile menu appear */
.mobileMenu  {display:block;}

	.smaller #logo {transform:none; transform-origin: none}
#logo {flex: 0 0 100%;text-align: center;}
	
	#banner, #overview {margin: 0 auto;}
	.slider.ab2017 figcaption {padding: 20px 25px}
	.slider.ab2017 figcaption h2 {font-size:1.2em !important}
	
		/* interior columns, 100% */
	.subpage #content .container {padding: 30px 20px 0}
.subpage .colWrap {flex-wrap:wrap}
.intRightCol {flex: 0 0 100%; order: 2; padding: 40px 0 0}
.intLeftCol {flex: 0 0 100%; order: 1; padding: 0}
}

@media screen and (max-width:900px) {
	#topBar .container {display:block; text-align:center}
	#bottomFeatures .divided .feature {width: 100%; display:block; margin: 0 0 40px}
	#utilityNav {text-align:inherit}
	
	#callouts {padding: 20px 0}
	#callouts .calloutCarousel {width: 100%}
	#callouts .calloutCarousel ul.carousel {padding: 5px 0}
}

@media screen and (max-width:768px) {
	#overview {padding: 7em 1em 1em} 
	#callouts .calloutCarousel .carousel .calloutItem .text  {font-size:16px}
	
	.slider.ab2017 figcaption {position:relative; width:100%; max-width:100%; top:0; left:0; right:0; bottom:0}
	#topBar {padding:10px 0}
	.topBarRight {display:block}
	#utilityNav {text-align: center; padding:5px 0}
	#utilityNav li {display:block; margin:0 0 3px}
	.socialNav {padding: 0}
	
	/* home columns 100% */
	.homeLeftCol {flex: 0 0 100%}
	.homeRightCol {flex: 0 0 100%; padding: 40px 0 0; border-left:none}
	.homepage #content .container {display:block}
	
	 .defaultAddress span.contactNumbers, .defaultAddress span.faxNumbers {display:block}
	
			/* content images */
#content img.border, #content img {max-width:100% !important}
#content img.left {max-width: 50% !important}
#content img.right {max-width: 50% !important}
	
	/* text resize */
	#template h1 { font-weight: 600; font-size: 2.25em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  margin: 0 0 10px; padding:0 0 10px }
#template h1::after { display: block; width: 60px; padding: 10px 0 0; border-bottom: 2px solid #3b7b97; content: ""}
#template h2 {font-weight: 600; font-size: 1.875em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  padding: 0; margin: 15px 0 10px}
#template h3 {font-weight: 500; font-size: 1.5em; line-height: 1em; font-family: 'Poppins', sans-serif; color:#3b7b97;  margin: 15px 0 10px}
}

@media screen and (max-width:500px) {
	#overview {padding: 5em 1em 1em}
	#overview .container {padding: 0}
	
.slider.ab2017 a.cycle-prev {top: 0.5em}
.slider.ab2017 a.cycle-next {top: 3.25em}
.slider.ab2017 a.cycle-prev, .slider.ab2017 a.cycle-next {right: 0.5em}
	
	#bottomFeatures {margin: 0; padding: 30px 0 0}
	#bottomFeatures .divided .feature .image {display:block; width: 100%}
	#bottomFeatures .divided .feature .text {display:block; width: 100%; padding: 20px 0 0 0}
	
#content img.border, #content img, #content img.left, #content img.right {display:table; float:none; max-width:100% !important; width: auto ; margin: 0 auto 1em}
}

@media screen and (max-width:360px) {
	.doctor span, #utilityNav a {font-size:0.9em}
	#utilityNav li.phone a {font-size:1.15em}
}

@media screen and (max-width:660px) {
	div#theme.subpage h1.PageTitle {color:#ffffff;font-size:1.45em;padding: 10px 0 0;}
	div#theme.subpage div#siteCrumbs nav.portal-breadcrumb {font-size: .75em}
	#siteCrumbs {display: none;}
}

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




.my_js_wrap {top: 48px; }


@media screen and (max-width:480px) {
  .commentwrapmodule label[for="g-recaptcha-response"] {
      display: none;
  }
}

.TA-tab-content > .tab-pane {
    background: #ffffff;
    border-left: solid 2px #000 !important;
}

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