#cms #center_column .rte {
  max-width: 980px;
  margin: 0 auto;
}
#cms #center_column .rte a {
  text-decoration: underline;
}
#cms #center_column .rte ol li,
#cms #center_column .rte ul li {
  padding-bottom: 0.4em;
}
#cms #center_column .rte label {
  font-size: 0.9em;
}
#cms #center_column .cms_section {
  margin-bottom: var(--page-box-margin);
}
@media (min-width: 684px) {
  #cms #center_column .cms_section {
    padding-left: 40px;
    border-left: 1px solid var(--border-color);
    margin-left: 40px;
  }
}
#cms #center_column .block-cms {
  padding-bottom: 20px;
}
#cms #center_column blockquote {
  background: var(--box-bg);
  padding: 40px;
  margin: 4px 0 13px 0;
  position: relative;
  border: none;
  border-bottom: 3px solid #96C11F;
}
#cms #center_column blockquote .inner {
  border: 1px solid #fff;
}
#cms #center_column blockquote .inner span {
  text-indent: -5000px;
  display: inline-block;
  width: 20px;
  height: 15px;
}
#cms #center_column blockquote .inner span.before {
  background: url(../img/bl-before-bg.png) no-repeat;
  margin-right: 8px;
}
#cms #center_column blockquote .inner span.after {
  background: url(../img/bl-after-bg.png) no-repeat;
  margin-left: 8px;
}
#cms #center_column blockquote:after {
  content: ".";
  display: block;
  text-indent: -5000px;
  position: absolute;
  bottom: -16px;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 16px solid #96C11F;
  border-left: 20px solid transparent;
}
#cms #center_column blockquote + p {
  padding-left: 45px;
  margin-bottom: 18px;
  color: #96C11F;
}
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #f6f6f6;
  border: 1px solid #d2d0d0;
  padding: 10px;
}
#cms #center_column #admin-action-cms p {
  margin: 0;
}
#cms #center_column #admin-action-cms p span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#cms #center_column #admin-action-cms p .button {
  font: 700 17px/21px Arial, Helvetica, sans-serif;
  padding: 0;
  border: 1px solid;
  padding: 10px 14px;
  display: inline-block;
}
#cms #center_column #admin-action-cms p .button.publish_button {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #0079b6 #006fa8 #012740 #006fa8;
  background: #009ad0;
  background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#009ad0", endColorstr="#007ab7",GradientType=0);
}
#cms #center_column #admin-action-cms p .button.publish_button:hover {
  border-color: #01314e #004b74 #0079b6 #004b74;
  filter: none;
  background: #0084bf;
}
#cms #center_column #admin-action-cms p .button.lnk_view {
  color: #333;
  text-shadow: 1px 1px white;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ededed",GradientType=0);
}
#cms #center_column #admin-action-cms p .button.lnk_view:hover {
  border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
  filter: none;
  background: #e7e7e7;
}

/*# sourceMappingURL=cms.css.map */
