
.zone-content header h1 {display: none;}
.zone-content header h1:first-child {display: block;}



.cma-more-button {
  display: block;
  clear: both;
  width: 62px;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
}

.cma-more-button:hover {
  color: #fe000c;
  text-decoration: none;
}

.cma-more-button:before {
  content: "//";
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7e7e7e!important;
}

.cma-more-button.cma-more-button-large {
  width: 130px;
}

.cma-more-button.cma-more-button-xlarge {
  width: 200px;
}

.cma-list-title {
  font-size: 21px!important;
  padding-bottom: 0!important;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.cma-list-title a {
  color: #000;
}

.cma-list-title a:hover {
  color: #fe000c;
  text-decoration: none;
}

.sidebar-menu {
  width: 100%;
}

.sidebar-menu>li {
  width: auto;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}

.sidebar-menu>li>a {
  padding: 0 0 0 20px;
  font-size: 16px;
  border: none;
  color: #000;
}

.sidebar-menu>li>a:hover {
  color: #fe000c;
  background: 0 0;
  font-weight: 400;
  padding: 0 0 0 20px;
  text-align: left;
}

.sidebar-menu>li>a.active {
  color: #fe000c;
}

.row {
  margin-right: -20px!important;
  margin-left: -20px!important;
}

.row:before,.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.column {
  float: left;
  padding: 0 20px;
}

#layout-wrapper {
  padding: 0 20px;
  width: 1020px;
}

.two-col .two-col-0,.two-col .two-col-1 {
  width: 50%;
}

.two-col .two-col-0 {
  float: left;
  padding-right: 20px;
}

.two-col .two-col-1 {
  float: right;
  padding-left: 20px;
}

.two-col:after {
  content: "";
  display: block;
  clear: both;
}

.four-col .four-col-inner {
  display: block;
  clear: both;
  width: 100%;
}

.four-col:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.content-items li p {
  font-size: 1em;
}

p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 15px;
}

p+p iframe {
  padding-top: 20px;
}

p+#aside-1left {
  margin-top: 5px;
}

a {
  color: #fe000c;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 5px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #fe000c;
}

h1 {
  font-size: 40px;
  margin-bottom: 22px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  padding-right: 95px;
}

h2,h3,h5,h6 {
  font-size: 21px;
  line-height: 28px;
  color: #000;
}

h2 .small-txt,h3 .small-txt,h5 .small-txt,h6 .small-txt {
  color: #7e7e7e;
}

h2.no-margin,h3.no-margin,h5.no-margin,h6.no-margin {
  margin-top: 0!important;
}

h2,h6 {
  font-weight: 700;
}

h3 {
  color: #7e7e7e;
}

h4 {
  font-size: 16px;
  line-height: 18px;
  color: #7e7e7e;
  font-style: normal;
}

h5 {
  font-style: italic;
  color: #7e7e7e;
}

.header-h1 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
}

.header-h2,.header-h3,.header-h5 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
}

.header-h2.no-margin,.header-h3.no-margin,.header-h5.no-margin {
  margin-top: 0!important;
}

.header-h2+iframe,.header-h3+iframe,.header-h5+iframe {
  margin-bottom: 15px;
}

.header-h2 {
  font-weight: 700;
  color: #000;
}

.header-h3 {
  font-weight: 400;
  color: #7e7e7e;
}

.header-h5 {
  font-style: italic;
  color: #7e7e7e;
}

.header-h4 {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
  color: #7e7e7e;
  font-style: normal;
}

.cma-button,.pager a {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
}

.cma-button:hover,.pager a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

ul {
  font-size: 16px;
  margin: 0 20px;
}

ul li {
  line-height: 21px;
  margin-bottom: 10px;
}

span.black-txt {
  color: #000;
  display: block;
}

span.black-txt.contact-info {
  margin-top: 12px;
}

span.black-txt.contact-info a {
  display: block;
  clear: both;
  color: #000;
}

span.black-txt.contact-info a:hover {
  color: #fe000c;
  text-decoration: underline;
}

span.small-txt {
  display: inline-block;
  font-size: 12px;
}

span.small-txt.small-txt-author {
  display: block;
  margin: 8px 0;
}

.about-us-more {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.about-us-more .read-more-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: 700;
}

.about-us-more .read-more-link:hover {
  color: #fe000c;
  text-decoration: none;
}

.content-float h2,.content-float h3,.content-float h4 {
  margin: 25px 0 5px;
}

.content-float h3 {
  margin-bottom: 15px;
}

.content-header {
  margin-top: 25px!important;
}

.content-items .content-item header h1 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.content-items .content-item header h1.no-margin {
  margin-top: 0!important;
}

.content-items .content-item header h1+iframe {
  margin-bottom: 15px;
}

.content-items .content-item header h1 a {
  color: #000;
}

.content-items .content-item header h1 a:hover {
  color: #fe000c;
}

#calendar h1 a {
 color: #000;
 font-size:24px!important;
 padding-top:20px;
 font-weight:700;
 padding-bottom:10px;
 border-top:1px solid #CCC;
 display:block;
 margin-top:30px;
 
}


#calendar h1 a:hover {
color: #fe000c;
text-decoration:none;
}

#calendar ul{    list-style-type: none;}
.content-items .content-item header .metadata {
  font-size: 12px;
  color: #7e7e7e;
  margin-bottom: 5px;
  margin-top: 8px;
}

.content-items .content-item header .metadata .taxonomy-field a {
  color: #7e7e7e;
}

.content-items .content-item header .metadata .taxonomy-field a:hover {
  color: #fe000c;
}

.content-items .content-item header .metadata .published:before {
  content: "//";
  display: inline-block;
  margin: 0 5px 0 0;
}

.content-items .content-item header .metadata .published.nodivider:before {
  display: none;
}

.content-items .content-item header .metadata .comment-count {
  background: 0 0;
  padding: 0;
  height: auto;
}

.content-items .content-item header .metadata .comment-count:before {
  content: "//";
  display: inline-block;
  margin: 0 5px 0 0;
}

ul#menu-4544 {
  margin: 0;
}

ul#menu-4544 li {
  padding: 0;
  background: 0 0;
  font-size: 16px;
}

.cma-inlineblock {
  display: inline-block;
}

.clear {
  height: 0;
}

body.pageid-85389 #content2 .page.content-item>p>a {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}

body.pageid-85389 #content2 .page.content-item>p>a.no-margin {
  margin-top: 0!important;
}

body.pageid-85389 #content2 .page.content-item>p>a+iframe {
  margin-bottom: 15px;
}

body.pageid-85389 #content2 .page.content-item>p>a:hover {
  color: #fe000c;
  text-decoration: none;
}

.homepage-content header h1,.homepage-content .header h1 {
  margin-top: -10px;
}

.homepage-content .page.content-item {
  display: none;
}

html.detail-page .widget-blogcontributors,html.detail-page .widget-blogcategories,html.detail-page .widget-blogcta {
  display: none;
}

#about .cma-about-us {
  display: block;
}

#about .page.content-item h3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

#about .page.content-item h3.no-margin {
  margin-top: 0!important;
}

#about .page.content-item h3+iframe {
  margin-bottom: 15px;
}

#about .page.content-item h3 {
  font-weight: 400;
}

#about .page.content-item h3 img {
  margin-right: 40px;
  margin-top: 5px;
}

.content-float {
  width: 100%;
}

.content-float #aside-12left,.content-float #aside-12right {
  width: auto;
  float: none;
}

.content-float #aside-1left,.content-float #aside-1right {
  width: auto;
  float: none;
}

.about-txt {
  padding: 13px 0 0;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 8px;
  margin-bottom: 30px;
}

.about-txt p {
  margin-bottom: 13px;
}

.about-txt #displayText {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-indent: -9999px;
  height: 18px;
  background: url(/Media/Default/Core/Template/img_button_close.png) no-repeat center center;
}

.about-txt #displayText.toggleOpen {
  background: url(/Media/Default/Core/Template/img_button_open.png) no-repeat center center;
}

.about-txt+h2 {
  margin-top: 35px;
}

.about-txt+#box {
  margin-top: 10px;
}

.cma-about-us {
  display: none;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
}

.cma-about-us a:hover {
  text-decoration: none;
}

.cma-about-us .two-col-1 .cma-ad {
  margin-top: 35px;
}

.cma-about-us .two-col-1 .cma-ad:first-child {
  margin-top: 0;
}

.cma-about-us .two-col-1 .cma-ad+p {
  margin: -26px 0 0;
}

.aside-second-callout {
  display: none;
}

body.pageid-24 .about-txt {
  margin-bottom: 30px;
}

.widget-after-content+.widget-sharewidget {
  margin-top: 15px;
}

html.detail-blog-post .widget-blogcontributors,html.orchard-blogs .widget-blogcontributors,html.detail-blog-post .widget-blogcategories,html.orchard-blogs .widget-blogcategories,html.detail-blog-post .widget-blogcta,html.orchard-blogs .widget-blogcta {
  display: block;
}

html.detail-blog-post #menu-4925,html.orchard-blogs #menu-4925,html.detail-blog-post .cma-about-us,html.orchard-blogs .cma-about-us {
  display: none!important;
}

#aside-first .widget-blogcontributors,#aside-first .widget-blogcategories {
  padding: 0px 0 32px 20px;
}

#aside-first .widget-blogcontributors:first-child,#aside-first .widget-blogcategories:first-child {
  border: none;
}

#aside-first .widget-blogcontributors header h1,#aside-first .widget-blogcategories header h1 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
}

#aside-first .widget-blogcontributors ul,#aside-first .widget-blogcategories ul {
  margin: 20px 0 0;
}

#aside-first .widget-blogcontributors ul li,#aside-first .widget-blogcategories ul li {
  padding: 0;
  background: 0 0;
  border: none;
  margin: 0;
}

#aside-first .widget-blogcontributors ul li a,#aside-first .widget-blogcategories ul li a {
  padding: 0;
}

#aside-first .widget-blogcontributors ul li a:hover,#aside-first .widget-blogcategories ul li a:hover {
  padding: 0;
  text-decoration: none;
}

.blog.content-item .metadata,.blog-post.content-item .metadata {
  font-size: 12px;
  color: #7e7e7e;
  margin-bottom: 5px;
  margin-top: 8px;
}

.blog.content-item .metadata .taxonomy-field a,.blog-post.content-item .metadata .taxonomy-field a {
  color: #7e7e7e;
	font-size:12px;
}

.blog.content-item .metadata .taxonomy-field a:hover,.blog-post.content-item .metadata .taxonomy-field a:hover {
  color: #fe000c;
}

.blog.content-item .metadata .published:before,.blog-post.content-item .metadata .published:before {
  content: "//";
  display: inline-block;
  margin: 0 5px 0 0;
}

.blog.content-item .metadata .comment-count,.blog-post.content-item .metadata .comment-count {
  background: 0 0;
  padding: 0;
  height: auto;
}

.blog.content-item .metadata .comment-count:before,.blog-post.content-item .metadata .comment-count:before {
  content: "//";
  display: inline-block;
  margin: 0 5px 0 0;
}


.widget-blogdisciplines ul, 
.widget-blogdisciplinesb2b ul,
.widget-blogdisciplinesbranding ul,
.widget-blogdisciplinesintegrated ul,
.widget-blogdisciplinescustomer ul,
.widget-blogdisciplinesdigital ul,
.widget-blogdisciplinesmedia ul,
.widget-blogdisciplinesnfp ul {
margin:0;
}

.widget-blogdisciplines li, 
.widget-blogdisciplinesb2b li,
.widget-blogdisciplinesbranding li,
.widget-blogdisciplinesintegrated li,
.widget-blogdisciplinescustomer li,
.widget-blogdisciplinesdigital li,
.widget-blogdisciplinesmedia li,
.widget-blogdisciplinesnfp li{
list-style-type:none!important;
	list-style:none!important;
}

.blog.content-item .blog-description,
.marketing-councils.content-item .blog-description,
.contributors.content-item .blog-description, 
.widget-blogdisciplines .content-item, 
.widget-blogdisciplinesb2b .content-item, 
.widget-blogdisciplinesbranding .content-item, 
.widget-blogdisciplinesintegrated .content-item, 
.widget-blogdisciplinescustomer .content-item, 
.widget-blogdisciplinesdigital .content-item, 
.widget-blogdisciplinesmedia .content-item, 
.widget-blogdisciplinesnfp .content-item {
  padding-bottom: 35px;
  border-bottom: 1px solid #c8c8c8;
}

.widget-blogdisciplines .content-item,
.widget-blogdisciplinesb2b .content-item,
.widget-blogdisciplinesbranding .content-item,
.widget-blogdisciplinesintegrated .content-item,
.widget-blogdisciplinescustomer .content-item,
.widget-blogdisciplinesdigital .content-item,
.widget-blogdisciplinesmedia .content-item,
.widget-blogdisciplinesnfp .content-item
{
  padding-bottom: 35px;
  border-bottom: none;
}


.blog.content-item .blog-description p,.marketing-councils.content-item .blog-description p,.contributors.content-item .blog-description p, 
.widget-blogdisciplines .content-item p,
.widget-blogdisciplinesb2b .content-item p,
.widget-blogdisciplinesbranding .content-item p,
.widget-blogdisciplinesintegrated .content-item p,
.widget-blogdisciplinescustomer .content-item p,
.widget-blogdisciplinesdigital .content-item p,
.widget-blogdisciplinesmedia .content-item p,
.widget-blogdisciplinesnfp .content-item p {
  margin: 0;
}

.blog.content-item .blog-posts.content-items,.marketing-councils.content-item .blog-posts.content-items,.contributors.content-item .blog-posts.content-items,
.widget-blogdisciplines .content-item,
.widget-blogdisciplinesb2b .content-item,
.widget-blogdisciplinesbranding .content-item,
.widget-blogdisciplinesintegrated .content-item,
.widget-blogdisciplinescustomer .content-item,
.widget-blogdisciplinesdigital .content-item,
.widget-blogdisciplinesmedia .content-item,
.widget-blogdisciplinesnfp .content-item {
  padding: 15px 0 0;
}

.blog.content-item .blog-posts.content-items li,.marketing-councils.content-item .blog-posts.content-items li,.contributors.content-item .blog-posts.content-items li,
.widget-blogdisciplines .content-item li, 
.widget-blogdisciplinesb2b .content-item li,
.widget-blogdisciplinesbranding .content-item li,
.widget-blogdisciplinesintegrated .content-item li,
.widget-blogdisciplinescustomer .content-item li,
.widget-blogdisciplinesdigital .content-item li,
.widget-blogdisciplinesmedia .content-item li,
.widget-blogdisciplinesnfp .content-item li
 {
  padding-bottom: 15px;
}

.blog.content-item .blog-posts.content-items li .content-item,.marketing-councils.content-item .blog-posts.content-items li .content-item,.contributors.content-item .blog-posts.content-items li .content-item,

.widget-blogdisciplines .content-item  li .content-item, 
.widget-blogdisciplinesb2b .content-item  li .content-item, 
.widget-blogdisciplinesbranding .content-item  li .content-item, 
.widget-blogdisciplinesintegrated .content-item  li .content-item, 
.widget-blogdisciplinescustomer .content-item  li .content-item, 
.widget-blogdisciplinesdigital .content-item  li .content-item, 
.widget-blogdisciplinesmedia .content-item  li .content-item, 
.widget-blogdisciplinesnfp .content-item  li .content-item
{
  padding: 0;
}

.blog.content-item .blog-post header h1,.marketing-councils.content-item .blog-post header h1,.contributors.content-item .blog-post header h1,.blog.content-item .publication header h1,.marketing-councils.content-item .publication header h1,.contributors.content-item .publication header h1, 

.widget-blogdisciplines .content-item header h1,
.widget-blogdisciplinesb2b .content-item header h1,
.widget-blogdisciplinesbranding .content-item header h1,
.widget-blogdisciplinesintegrated .content-item header h1,
.widget-blogdisciplinescustomer .content-item header h1,
.widget-blogdisciplinesdigital .content-item header h1,
.widget-blogdisciplinesmedia .content-item header h1,
.widget-blogdisciplinesnfp .content-item header h1
{
  font-size: 21px!important;
  padding-bottom: 0!important;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog.content-item .blog-post header h1 a,.marketing-councils.content-item .blog-post header h1 a,.contributors.content-item .blog-post header h1 a,.blog.content-item .publication header h1 a,.marketing-councils.content-item .publication header h1 a,.contributors.content-item .publication header h1 a, 
.widget-blogdisciplines .content-item header h1 a, 
.widget-blogdisciplinesb2b .content-item header h1 a, 
.widget-blogdisciplinesbranding .content-item header h1 a, 
.widget-blogdisciplinesintegrated .content-item header h1 a, 
.widget-blogdisciplinescustomer .content-item header h1 a, 
.widget-blogdisciplinesdigital .content-item header h1 a, 
.widget-blogdisciplinesmedia .content-item header h1 a, 
.widget-blogdisciplinesnfp .content-item header h1 a
{
  color: #000;
}

.blog.content-item .blog-post header h1 a:hover,.marketing-councils.content-item .blog-post header h1 a:hover,.contributors.content-item .blog-post header h1 a:hover,.blog.content-item .publication header h1 a:hover,.marketing-councils.content-item .publication header h1 a:hover,.contributors.content-item .publication header h1 a:hover, 
.widget-blogdisciplines .content-item header h1 a:hover,
.widget-blogdisciplinesb2b .content-item header h1 a:hover, 
.widget-blogdisciplinesbranding .content-item header h1 a:hover, 
.widget-blogdisciplinesintegrated .content-item header h1 a:hover, 
.widget-blogdisciplinescustomer .content-item header h1 a:hover, 
.widget-blogdisciplinesdigital .content-item header h1 a:hover, 
.widget-blogdisciplinesmedia .content-item header h1 a:hover, 
.widget-blogdisciplinesnfp .content-item header h1 a:hover
{
  color: #fe000c;
  text-decoration: none;
}

.blog.content-item .blog-post>p>a,.marketing-councils.content-item .blog-post>p>a,.contributors.content-item .blog-post>p>a,.blog.content-item .publication>p>a,.marketing-councils.content-item .publication>p>a,.contributors.content-item .publication>p>a, 
.widget-blogdisciplines .content-item>p>a,
.widget-blogdisciplinesb2b .content-item>p>a, 
.widget-blogdisciplinesbranding .content-item>p>a, 
.widget-blogdisciplinesintegrated .content-item>p>a, 
.widget-blogdisciplinescustomer .content-item>p>a, 
.widget-blogdisciplinesdigital .content-item>p>a, 
.widget-blogdisciplinesmedia .content-item>p>a, 
.widget-blogdisciplinesnfp .content-item>p>a {
  display: block;
  clear: both;
  width: 62px;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
}

.blog.content-item .blog-post>p>a:hover,.marketing-councils.content-item .blog-post>p>a:hover,.contributors.content-item .blog-post>p>a:hover,.blog.content-item .publication>p>a:hover,.marketing-councils.content-item .publication>p>a:hover,.contributors.content-item .publication>p>a:hover, 
.widget-blogdisciplines .content-item>p>a:hover,
.widget-blogdisciplinesb2b .content-item>p>a:hover, 
.widget-blogdisciplinesbranding .content-item>p>a:hover, 
.widget-blogdisciplinesintegrated .content-item>p>a:hover, 
.widget-blogdisciplinescustomer .content-item>p>a:hover, 
.widget-blogdisciplinesdigital .content-item>p>a:hover, 
.widget-blogdisciplinesmedia .content-item>p>a:hover, 
.widget-blogdisciplinesnfp .content-item>p>a:hover {
  color: #fe000c;
  text-decoration: none;
}

.blog.content-item .blog-post>p>a:before,.marketing-councils.content-item .blog-post>p>a:before,.contributors.content-item .blog-post>p>a:before,.blog.content-item .publication>p>a:before,.marketing-councils.content-item .publication>p>a:before,.contributors.content-item .publication>p>a:before,

.widget-blogdisciplines .content-item>p>a:before,  
.widget-blogdisciplinesb2b .content-item>p>a:before, 
.widget-blogdisciplinesbranding .content-item>p>a:before, 
.widget-blogdisciplinesintegrated .content-item>p>a:before, 
.widget-blogdisciplinescustomer .content-item>p>a:before, 
.widget-blogdisciplinesdigital .content-item>p>a:before, 
.widget-blogdisciplinesmedia .content-item>p>a:before, 
.widget-blogdisciplinesnfp .content-item>p>a:before
{
  content: "//";
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7e7e7e!important;
}

.blog.content-item .blog-post>p>a.cma-more-button-large,.marketing-councils.content-item .blog-post>p>a.cma-more-button-large,.contributors.content-item .blog-post>p>a.cma-more-button-large,.blog.content-item .publication>p>a.cma-more-button-large,.marketing-councils.content-item .publication>p>a.cma-more-button-large,.contributors.content-item .publication>p>a.cma-more-button-large,
.widget-blogdisciplines .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesb2b .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesbranding .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesintegrated .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinescustomer .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesdigital .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesmedia .content-item>p>a.cma-more-button-large,
.widget-blogdisciplinesnfp .content-item>p>a.cma-more-button-large {
  width: 130px;
}

.blog.content-item .blog-post>p>a.cma-more-button-xlarge,.marketing-councils.content-item .blog-post>p>a.cma-more-button-xlarge,.contributors.content-item .blog-post>p>a.cma-more-button-xlarge,.blog.content-item .publication>p>a.cma-more-button-xlarge,.marketing-councils.content-item .publication>p>a.cma-more-button-xlarge,.contributors.content-item .publication>p>a.cma-more-button-xlarge, 
.widget-blogdisciplines .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesb2b .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesbranding .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesintegrated .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinescustomer .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesdigital .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesmedia .content-item>p>a.cma-more-button-xlarge, 
.widget-blogdisciplinesnfp .content-item>p>a.cma-more-button-xlarge
{
  width: 200px;
}

.blog.content-item .blog-post>p:after,.marketing-councils.content-item .blog-post>p:after,.contributors.content-item .blog-post>p:after,.blog.content-item .publication>p:after,.marketing-councils.content-item .publication>p:after,.contributors.content-item .publication>p:after,
.widget-blogdisciplines .content-item>p:after,
.widget-blogdisciplinesb2b .content-item>p:after, 
.widget-blogdisciplinesbranding .content-item>p:after, 
.widget-blogdisciplinesintegrated .content-item>p:after, 
.widget-blogdisciplinescustomer .content-item>p:after, 
.widget-blogdisciplinesdigital .content-item>p:after, 
.widget-blogdisciplinesmedia .content-item>p:after, 
.widget-blogdisciplinesnfp .content-item>p:after {
  content: "";
  display: block;
  clear: both;
}

.blog.content-item ul.group.pager,
.marketing-councils.content-item ul.group.pager,
.contributors.content-item ul.group.pager, 
.blog.content-item ul.group.pager 
.widget-blogdisciplines.content-item ul.group.pager,
.widget-blogdisciplinesb2b.content-item ul.group.pager, 
.widget-blogdisciplinesbranding.content-item ul.group.pager, 
.widget-blogdisciplinesintegrated.content-item ul.group.pager, 
.widget-blogdisciplinescustomer.content-item ul.group.pager, 
.widget-blogdisciplinesdigital.content-item ul.group.pager, 
.widget-blogdisciplinesmedia.content-item ul.group.pager, 
.widget-blogdisciplinesnfp.content-item ul.group.pager 
{
  margin: 0;
}

.widget-blogcta {
  border-top: 1px solid #c8c8c8;
  padding-top: 60px;
  margin-bottom: -10px;
}

html.detail-blog-post .content-item.blog-post {
 /* padding-right: 40px;*/
}

html.detail-blog-post .content-item.blog-post p.tags,html.detail-blog-post .content-item.blog-post .comment-form,html.detail-blog-post .content-item.blog-post .cma-sharepage {
  margin-right: -40px;
}

.zone.zone-content>.blog-post.content-item>header h1,.zone.zone-content>.news-release.content-item>header h1 {
  margin: 0;
}

.zone.zone-content>.blog-post.content-item>header .metadata,.zone.zone-content>.news-release.content-item>header .metadata {
  margin: 0 0 45px;
}

.zone.zone-content>.content-control>.blog-post.content-item>header h1,.zone.zone-content>.content-control>.news-release.content-item>header h1 {
  margin: 0;
}

.zone.zone-content>.content-control>.blog-post.content-item>header .metadata,.zone.zone-content>.content-control>.news-release.content-item>header .metadata {
  margin: 0 0 45px;
}

#sponsors td {
  width: 25%;
}

.cma-sponsors {
  margin-top: 45px;
}

.cma-sponsors h2 {
  margin: 0;
  padding: 10px 0 16px 0;
  border-top: 1px solid #c8c8c8;
  color: #7f7f7f;
  font-weight: 400;
}

.cma-sponsors .four-col {
  padding-bottom: 20px;
}

.cma-sponsors .four-col a {
  padding-bottom: 20px;
  padding-left: 40px;
  display: block;
  float: left;
}

.cma-sponsors .four-col a:first-child {
  padding-left: 0;
}

.cma-sponsors img {
  border: 1px solid #c8c8c8;
  width: 150px;
  height: auto;
  vertical-align: bottom;
}

.cma-sponsors .two-col {
  padding-bottom: 20px;
  border-top: 1px solid #c8c8c8;
}

.cma-sponsors .two-col h2 {
  border: none;
}

.cma-sponsors .two-col img {
  margin-bottom: 20px;
}

.cma-sponsors .two-col.margin-15 {
  padding-bottom: 0!important;
}

.cma-sponsors .two-col.margin-15 img {
  margin-bottom: 0;
}

.cma-sponsors table {
  width: 100%!important;
  padding-bottom: 20px;
}

.cma-sponsors table tr td {
  padding-bottom: 20px;
}

.cma-sponsors table img {
  border: 1px solid #c8c8c8;
  width: 150px;
  height: auto;
}

.affiliate-sponsors {
  line-height: 180%;
  margin-bottom: 0;
}

body#Users #layout-content {
  width: 723px;
}

body#Users #layout-content #aside-1logon,body#Users #layout-content #aside-1register {
  float: none;
  width: 100%;
}

body#Users #box-logon,body#Users #box-register {
  width: 100%;
}

body#Users #box-logon .tr-logon,body#Users #box-logon .tr-logon2 {
  padding: 0;
  background: 0 0;
  font-size: 1em;
  color: #7e7e7e;
  padding-bottom: 20px;
}

body#Users #box-logon .tr-logon:after,body#Users #box-logon .tr-logon2:after {
  content: "";
  display: block;
  clear: both;
}

body#Users #box-logon .tr-logon2 {
  padding-bottom: 0;
  height: auto;
}

body#Users #box-logon h1 {
  font-size: 21px;
  color: #7e7e7e;
  line-height: 28px;
  margin-bottom: 5px;
}

body#Users #box-logon form {
  width: 50%;
  padding-right: 40px;
  float: left;
  padding-bottom: 20px;
}

body#Users #box-logon form fieldset {
  margin: 0;
}

body#Users #box-logon form fieldset input[type=text],body#Users #box-logon form fieldset input[type=password] {
  width: 100%;
}

body#Users #box-logon .tr-logon p {
  color: #7e7e7e;
}

body#Users #box-logon .tr-logon p strong {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  color: #7e7e7e;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: -5px;
  font-weight: 400;
}

body#Users #box-logon .tr-logon p strong.no-margin {
  margin-top: 0!important;
}

body#Users #box-logon .tr-logon p strong+iframe {
  margin-bottom: 15px;
}

body#Users #box-logon .tr-logon2 {
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
}

body#Users #box-logon .tr-logon2 h2 {
  margin-top: 0;
}

body#Users #box-logon .tr-logon2 .logon-left {
  width: 50%;
  float: left;
  padding-right: 40px;
}

body#Users #box-logon .tr-logon2 .logon-left h1,body#Users #box-logon .tr-logon2 .logon-left h2 {
  display: inline-block;
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  padding-right: 8px;
}

body#Users #box-logon .tr-logon2 .logon-left h1.no-margin,body#Users #box-logon .tr-logon2 .logon-left h2.no-margin {
  margin-top: 0!important;
}

body#Users #box-logon .tr-logon2 .logon-left h1+iframe,body#Users #box-logon .tr-logon2 .logon-left h2+iframe {
  margin-bottom: 15px;
}

body#Users #box-logon .tr-logon2 .logon-left h2 {
  position: relative;
  padding-left: 18px;
}

body#Users #box-logon .tr-logon2 .logon-left h2:before {
  position: absolute;
  left: 0;
  content: "//";
}

body#Users #box-logon .tr-logon2 .logon-right {
  width: 50%;
  float: right;
}

body#Users #box-logon .tr-logon2 .logon-right h2 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

body#Users #box-logon .tr-logon2 .logon-right h2.no-margin {
  margin-top: 0!important;
}

body#Users #box-logon .tr-logon2 .logon-right h2+iframe {
  margin-bottom: 15px;
}

body#Users #box-logon .tr-logon2 .logon-right strong {
  font-weight: 400;
}

form fieldset li {
  margin-bottom: 20px;
}

form label {
  font-size: 16px;
  line-height: 19px;
}

form input[type=text],form input[type=password] {
  font-size: 16px!important;
  line-height: 19px;
  border: 1px solid #000!important;
  color: #7e7e7e;
}

form input[type=checkbox],form input[type=radio] {
  margin-bottom: 0;
}

form input[type=submit],form button[type=submit] {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  margin: 0;
  border: none;
}

form input[type=submit]:hover,form button[type=submit]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.validation-summary-errors {
  padding: 0;
  margin: 0 0 20px;
  background: 0 0;
  border: none;
  color: #fe000c;
}

.validation-summary-errors ul {
  margin: 5px 20px;
}

.education-events #box {
  margin-top: 0;
  position: relative;
}

.education-events #box .tr-inner {
  font-size: 16px;
  line-height: 20px;
}

.education-events #box .tr-inner a {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin: 0 0 10px;
}

.education-events #box .tr-inner a.no-margin {
  margin-top: 0!important;
}

.education-events #box .tr-inner a+iframe {
  margin-bottom: 15px;
}

.education-events #box .tr-inner a:hover {
  color: #fe000c;
  text-decoration: none;
}

.education-events #box .tr-inner a:last-child {
  margin: 0;
}

.education-events #box .tr-inner a.regular-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.education-events #box .sectioncta {
  display: none;
}

.education-events #aside-1right #box:last-child {
  padding-bottom: 15px;
  border: none;
}

.education-events #aside-1right #box:last-child p {
  margin: 0;
}

.education-events #aside-1right #box:last-child p a:last-child {
  margin: 0;
}

.cma-event--date {
  min-width: 48px;
  font-size: 16px;
  width: auto;
  margin-right: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.cma-event--date:last-child {
  margin-bottom: 0;
}

.cma-event--date.no-margin {
  margin: 0;
}

.cma-event--date span {
  display: inline-block;
  margin: 0 10px;
}

p .cma-event--date:last-child {
  margin-bottom: 0;
}

ul.eventListing {
  margin: 0;
  list-style: none;
}

ul.eventListing li p,ul.eventListing li h2 {
  display: inline;
  margin: 0;
}

ul.eventListing li p a,ul.eventListing li h2 a {
  color: #000;
}

ul.eventListing li p a:hover,ul.eventListing li h2 a:hover {
  color: #fe000c;
  text-decoration: none;
}

body#resource .page .content-float h2 {
  color: #7e7e7e;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin: 15px 0 15px;
  font-weight: 400;
}

body#resource .page .content-float h2:first-child {
  margin-top: 0;
}

body#resource .page .content-float p {
  margin: 0;
}

body#resource .page .content-float p a {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}

body#resource .page .content-float p a.no-margin {
  margin-top: 0!important;
}

body#resource .page .content-float p a+iframe {
  margin-bottom: 15px;
}

body#resource .page .content-float p a strong {
  display: block;
}

body#resource .page .content-float p a strong span {
  font-weight: 400;
  font-size: 16px;
  color: #7e7e7e;
}

body#resource .page .content-float p a:hover {
  text-decoration: none;
  color: #fe000c;
}

body#resource .page .content-float p img.lefttop {
  margin: 5px 40px 40px 0;
  width: 130px;
  height: auto;
}

body#resource .page .content-float p iframe {
  margin-top: 10px;
  margin-bottom: 15px;
}

body#resource .page .metadata {
  font-size: 12px;
  line-height: 14.4px;
  margin: 0 0 30px 0;
  color: #7e7e7e;
}

body#resource .page .title-button {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

body#resource .page .title-button:before {
  content: "//";
  position: absolute;
  left: 10px;
  bottom: 0;
  color: #7e7e7e;
  line-height: 15px;
  font-weight: 400;
}

body#resource .page .resource-list-item p.cma-img-placeholder+p {
  margin-left: 170px;
}

body#resource .page .resource-list-item p.cma-img-placeholder+p a.cma-more-button {
  clear: none;
  display: block;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu,.aside-1 #layout-main #layout-content #content ul.cma-title-menu {
  float: none;
  display: block;
  margin: -15px 0 35px;
  border: none;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li {
  position: relative;
  padding: 0 0 0 20px;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li a.title {
  padding: 0;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  background: 0 0;
  position: relative;
  font-weight: 700;
  border: none;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title:hover,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title:hover,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li a.title:hover,.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title.active,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li a.title.active,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li a.title.active {
  color: #fe000c;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:last-child a.title,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:last-child a.title,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li:last-child a.title {
  margin-right: 0;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:before,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:before,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li:before {
  content: "//";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #7e7e7e;
  line-height: 17px;
  font-weight: 400;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:first-child,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:first-child,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li:first-child {
  padding: 0;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:first-child:before,.aside-1 #layout-content2 #layout-aside-group2 #content2 ul.cma-title-menu li:first-child:before,.aside-1 #layout-main #layout-content #content ul.cma-title-menu li:first-child:before {
  display: none;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 header .metadata.cma-title-metadata,.aside-1 #layout-content2 #layout-aside-group2 #content2 header .metadata.cma-title-metadata,.aside-1 #layout-main #layout-content #content header .metadata.cma-title-metadata {
  margin: -20px 0 42px;
}

.aside-12 #layout-content2 #content2-top,.aside-1 #layout-content2 #content2-top {
  border: none;
}

.aside-12 #layout-content2 #layout-aside-group2,.aside-1 #layout-content2 #layout-aside-group2 {
  width: 723px;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2,.aside-1 #layout-content2 #layout-aside-group2 #content2 {
  padding: 0 40px 0 0;
  height: auto!important;
  overflow: visible!important;
  width: 503px;
  border: none;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 header h1,.aside-1 #layout-content2 #layout-aside-group2 #content2 header h1 {
  padding-right: 50px;
}

.aside-second-regulatory,.regulatory-float {
  float: none;
  width: 100%;
}

.aside-second-regulatory #poll-regulatory {
  margin-bottom: 40px;
}

.aside-second-regulatory #poll-regulatory .pds-box {
  border: none!important;
  padding: 0!important;
  width: 100%!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-question-top {
  padding: 0!important;
  text-align: left;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer,.aside-second-regulatory #poll-regulatory .pds-box .pds-vote {
  width: 100%;
  float: left;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer {
  padding-top: 7px;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group {
  background: 0 0;
  padding: 0 0 0 40px!important;
  float: left;
  outline-color: transparent;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-answer-input {
  width: 18px;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-answer-input input {
  width: 18px;
  margin: 0!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-answer-input,.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-input-label {
  float: left;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-input-label {
  padding-left: 10px;
  font-size: 14px;
  padding-top: 0;
  width: auto;
  outline-color: transparent;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group .pds-input-label span {
  outline-color: transparent;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group:first-child {
  padding: 0!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote {
  padding: 12px 0 0!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-vote-button,.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-view-results {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  width: auto;
  height: auto;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-vote-button:hover,.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-view-results:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-vote-button {
  background: #fe000c!important;
  padding: 0 30px!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-vote-button:before {
  content: "Submit";
  display: inline-block;
  background: none!important;
  border: none!important;
  padding: 0!important;
  color: #fff!important;
  line-height: 30px;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-vote-button:hover {
  background: #000!important;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-view-results {
  background: #000;
  padding: 0 20px;
  font-weight: 700;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-view-results:hover {
  background: #fe000c;
}

.aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-votebutton-outer .pds-links {
  padding: 0 0 0 20px!important;
  float: left;
}

.aside-second-regulatory #poll-regulatory .pds-box:after {
  content: "";
  display: block;
  clear: both;
}

.aside-second-regulatory #cmaregwatch {
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
}

.aside-second-regulatory #cmaregwatch a {
  font-size: 21px;
  line-height: 30px;
  display: inline-block;
  padding-left: 40px;
  background: url(/media/default/core/Template/ico-twitter-feed.png) no-repeat left 5px;
  font-weight: 700;
  color: #000;
}

.aside-second-regulatory #cmaregwatch a:hover {
  color: #fe000c;
  text-decoration: none;
}

.aside-second-regulatory #cmaregwatch p {
  margin-top: 10px;
  margin-bottom: 22px;
  color: #7e7e7e;
  font-size: 16px;
}

#contacts-regulatory {
  clear: both;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 35px;
  border-top: 1px solid #c8c8c8;
}

#contacts-regulatory h1 {
  margin: 0;
  padding: 0;
  background: 0 0;
  font-size: 21px;
  line-height: 28px;
  color: #7e7e7e;
  height: auto;
}

#contacts-regulatory>div {
  margin-top: 30px;
}

#contacts-regulatory>div.contacts-regulatory-one {
  margin-top: 10px;
}

#contacts-regulatory>div p {
  overflow: hidden;
  margin-bottom: 0;
  color: #7e7e7e;
  font-size: 16px;
}

#contacts-regulatory>div p img {
  margin-right: 20px;
  margin-top: 4px;
  width: 60px;
  height: auto;
}

#contacts-regulatory>div p span {
  font-size: 12px;
}

#contacts-regulatory>div p a {
  display: inline-block;
  padding-top: 8px;
  color: #000;
}

#contacts-regulatory>div p a:hover {
  color: #fe000c;
  text-decoration: none;
}

#twitter-cmaregwatch {
  margin-left: -10px;
}

#twitter-cmaregwatch .tweet {
  padding-left: 100px!important;
  padding-right: 0!important;
}

#twitter-cmaregwatch .tweet .header .avatar {
  border-radius: 0;
  width: 60px;
  height: 60px;
  left: -100px;
}

#twitter-cmaregwatch .tweet .footer {
  display: none;
}

#box-regulatory-news {
  background: 0 0;
}

#box-regulatory-news .tr-news {
  font-size: 14px;
  padding: 0;
}

#box-regulatory-news:before {
  content: "Latest News";
  display: block;
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 5px;
}

#box-regulatory-news:before.no-margin {
  margin-top: 0!important;
}

#box-regulatory-news:before+iframe {
  margin-bottom: 15px;
}

#box-regulatory h1 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 5px;
}

#box-regulatory h1.no-margin {
  margin-top: 0!important;
}

#box-regulatory h1+iframe {
  margin-bottom: 15px;
}

#box-regulatory p {
  font-size: 14px;
}

#box-regulatory p a {
  font-size: 16px;
}

#box-regulatory p a.more {
  font-size: 14px;
}

#box-regulatory,#box-regulatory-news {
  padding-top: 13px;
  padding-bottom: 20px;
  margin: 0;
  border-top: 1px solid #c8c8c8;
}

#box-regulatory h2 .cma-more-button,#box-regulatory-news h2 .cma-more-button {
  margin-top: 5px;
  color: #000;
}

#box-regulatory h2 .cma-more-button:hover,#box-regulatory-news h2 .cma-more-button:hover {
  color: #fe000c;
}

#box-regulatory .conttextmore,#box-regulatory-news .conttextmore {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  background-image: none;
  margin-bottom: 20px;
}

#box-regulatory .conttextmore:hover,#box-regulatory-news .conttextmore:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#box-regulatory hr,#box-regulatory-news hr {
  display: none;
}

#box-regulatory .tl>div>div,#box-regulatory-news .tl>div>div {
  margin-top: 15px;
}

#box-regulatory .cma-inlineblock,#box-regulatory-news .cma-inlineblock {
  display: inline;
}

#box-regulatory .cma-inlineblock a,#box-regulatory-news .cma-inlineblock a {
  color: #000;
}

#box-regulatory .cma-inlineblock a:hover,#box-regulatory-news .cma-inlineblock a:hover {
  color: #fe000c;
  text-decoration: none;
}

#box-regulatory p.cma-inlineblock,#box-regulatory-news p.cma-inlineblock {
  display: block;
  float: left;
  clear: both;
  line-height: 28px;
}

#box-regulatory h2.cma-inlineblock,#box-regulatory-news h2.cma-inlineblock {
  width: 400px;
}

#box-regulatory h2.cma-inlineblock:after,#box-regulatory-news h2.cma-inlineblock:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}

#box-regulatory-news {
  padding-top: 0;
  border: none;
}

#membership-list a {
  color: #000000!important;
}

#membership-list a:hover {
  color: #fe000c!important;
  text-decoration: none!important;
}

#advocacy-list a {
  color: #000000!important;
}

#advocacy-list a:hover {
  color: #fe000c!important;
  text-decoration: none!important;
}

#advocacy-list img.lefttop {
  margin-right: 20px;
}

#advocacy-list ul {
  margin-left: 136px;
}

.regulatory-float {
  width: 503px;
  padding-right: 20px;
  float: left;
}

body.pageid-122340 .regulatory-float+.clear {
  display: none;
}

body.pageid-122340 .regulatory-float #contacts-regulatory {
  padding-bottom: 10px;
}

body.pageid-122340 .aside-second-regulatory {
  float: right;
  width: 200px;
}



body.pageid-122340 .aside-second-regulatory #poll-regulatory .pds-box .pds-answer .pds-answer-group {
  padding: 0!important;
  width: 100%;
}

body.pageid-122340 .aside-second-regulatory #poll-regulatory .pds-box .pds-vote .pds-links {
  padding: 20px 0 0!important;
}

body.pageid-85386 #retail #contacts-regulatory {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}

body.pageid-85386 #retail #contacts-regulatory span.handcursor {
  color: #000;
  font-size: 16px!important;
}

body.pageid-85386 #retail #contacts-regulatory span.handcursor:hover {
  color: #fe000c;
}

ul#perspectives li img,ul#leadership li img {
  margin-top: 5px;
}

ul#perspectives li p a,ul#leadership li p a {
  margin-top: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}



ul#perspectives li p a.no-margin,ul#leadership li p a.no-margin {
  margin-top: 0!important;
}

ul#perspectives li p a+iframe,ul#leadership li p a+iframe {
  margin-bottom: 15px;
}

ul#perspectives li p a:hover,ul#leadership li p a:hover {
  text-decoration: none;
  color: #fe000c;
}

.widget-csuite a.cma-more-button {
  color: #000;
  width: 120px;
}

.widget-b2b a.cma-more-button {
  color: #000;
  width: 120px;
}

.widget-csuite a.cma-more-button:hover {
  color: #fe000c;
  text-decoration: none;
}

.widget-b2b a.cma-more-button:hover {
  color: #fe000c;
  text-decoration: none;
}

#before-content-perspectives .header-csuite,#after-content-leadership .header-csuite {
  margin-bottom: 5px;
}

#before-content-perspectives .header-b2b,#after-content-leadership .header-b2b {
  margin-bottom: 5px;
}

#before-content-perspectives ul#leadership,#after-content-leadership ul#leadership,#before-content-perspectives ul#perspectives,#after-content-leadership ul#perspectives {
  padding-bottom: 10px;
}

ul.list-items.content-items li .council-members * {
  font-size: 16px;
  line-height: 21px;
  color: #7e7e7e;
  font-weight: 400;
}

ul.list-items.content-items li .council-members>* {
  float: left;
}

ul.list-items.content-items li .council-members p.text-field img {
  width: 80px;
}

ul.list-items.content-items li .council-members p.text-field+.cma-member-data {
  width: 360px;
}

ul.list-items.content-items li .council-members .cma-member-data * {
  padding: 0;
  margin: 0;
}

ul.list-items.content-items li .council-members .cma-member-data .cma-member-name {
  width: auto;
  display: inline;
  color: #000;
}

ul.list-items.content-items li .council-members .cma-member-data .cma-member-name:hover {
  color: #fe000c;
}

ul.list-items.content-items li .council-members .cma-member-data .cma-member-name:before {
  display: none;
}

ul.list-items.content-items li .council-members .cma-member-data a.cma-more-button {
  font-weight: 700;
  color: #000;
}

ul.list-items.content-items li .council-members .cma-member-data a.cma-more-button:hover {
  color: #fe000c;
}

ul.list-items.content-items li .council-members .cma-member-data .small-txt {
  display: inline;
  font-size: 12px;
}

ul.list-items.content-items li .council-members .cma-member-data .small-txt strong {
  font-size: 12px;
}

ul.list-items.content-items li .council-members header .metadata {
  display: none;
}

ul.list-items.content-items li .council-members p.text-field {
  float: left;
  margin: 3px 20px 0 0;
}

ul.list-items.content-items li .council-members p.text-field span {
  margin: 0;
}

ul.list-items.content-items li .council-members p.text-field span img {
  float: none;
  margin: 0;
}

ul.list-items.content-items li .council-members:after {
  content: "";
  display: block;
  clear: both;
}

body.pageid-312196 #layout-content {
  width: 720px !important;
}

body.pageid-300648 header h1,body.pageid-896 header h1,body.pageid-116 header h1,body.pageid-723 header h1,body.pageid-729 header h1,body.pageid-114334 header h1,body.pageid-312196 header h1,body.pageid-272 header h1,body.pageid-900 header h1 {
  padding-right: 0;
}

body.pageid-300648 .content-float,body.pageid-896 .content-float,body.pageid-116 .content-float,body.pageid-723 .content-float,body.pageid-729 .content-float,body.pageid-114334 .content-float,body.pageid-312196 .content-float,body.pageid-272 .content-float,body.pageid-900 .content-float,body.pageid-313099 .content-float,body.pageid-122340 .content-float {
  width: 503px!important;
}

body.pageid-300648 .aside-second-callout,body.pageid-896 .aside-second-callout,body.pageid-116 .aside-second-callout,body.pageid-723 .aside-second-callout,body.pageid-729 .aside-second-callout,body.pageid-114334 .aside-second-callout,body.pageid-312196 .aside-second-callout,body.pageid-272 .aside-second-callout,body.pageid-900 .aside-second-callout,body.pageid-300648 #aside-second,body.pageid-896 #aside-second,body.pageid-116 #aside-second,body.pageid-723 #aside-second,body.pageid-729 #aside-second,body.pageid-114334 #aside-second,body.pageid-312196 #aside-second,body.pageid-272 #aside-second,body.pageid-900 #aside-second,body.pageid-313099 #aside-second,body.pageid-313099 .aside-second-callout,body.pageid-122340 .aside-second-callout {
  width: 200px!important;
  margin-right: -20px!important;
  display: block!important;
  font-size: 16px;
  color: #7e7e7e;
}

body.pageid-300648 .aside-second-callout h1,body.pageid-896 .aside-second-callout h1,body.pageid-116 .aside-second-callout h1,body.pageid-723 .aside-second-callout h1,body.pageid-729 .aside-second-callout h1,body.pageid-114334 .aside-second-callout h1,body.pageid-312196 .aside-second-callout h1,body.pageid-272 .aside-second-callout h1,body.pageid-900 .aside-second-callout h1,body.pageid-300648 #aside-second h1,body.pageid-896 #aside-second h1,body.pageid-116 #aside-second h1,body.pageid-723 #aside-second h1,body.pageid-729 #aside-second h1,body.pageid-114334 #aside-second h1,body.pageid-312196 #aside-second h1,body.pageid-272 #aside-second h1,body.pageid-900 #aside-second h1,body.pageid-313099 .aside-second-callout h1,body.pageid-122340 .aside-second-callout h1 {
  font-size: 21px!important;
  color: #fff!important;
  padding: 10px 30px 10px 10px!important;
  line-height: 30px;
  min-height: 80px;
  background: url(../images/red-triangle.png) no-repeat right top #000;
  margin-bottom: 15px!important;
}

body.pageid-300648 .aside-second-callout h2,body.pageid-896 .aside-second-callout h2,body.pageid-116 .aside-second-callout h2,body.pageid-723 .aside-second-callout h2,body.pageid-729 .aside-second-callout h2,body.pageid-114334 .aside-second-callout h2,body.pageid-312196 .aside-second-callout h2,body.pageid-272 .aside-second-callout h2,body.pageid-900 .aside-second-callout h2,body.pageid-300648 #aside-second h2,body.pageid-896 #aside-second h2,body.pageid-116 #aside-second h2,body.pageid-723 #aside-second h2,body.pageid-729 #aside-second h2,body.pageid-114334 #aside-second h2,body.pageid-312196 #aside-second h2,body.pageid-272 #aside-second h2,body.pageid-900 #aside-second h2,body.pageid-313099 .aside-second-callout h2,body.pageid-122340 .aside-second-callout h2 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  color: #000!important;
}

body.pageid-300648 .aside-second-callout h2.no-margin,body.pageid-896 .aside-second-callout h2.no-margin,body.pageid-116 .aside-second-callout h2.no-margin,body.pageid-723 .aside-second-callout h2.no-margin,body.pageid-729 .aside-second-callout h2.no-margin,body.pageid-114334 .aside-second-callout h2.no-margin,body.pageid-312196 .aside-second-callout h2.no-margin,body.pageid-272 .aside-second-callout h2.no-margin,body.pageid-900 .aside-second-callout h2.no-margin,body.pageid-300648 #aside-second h2.no-margin,body.pageid-896 #aside-second h2.no-margin,body.pageid-116 #aside-second h2.no-margin,body.pageid-723 #aside-second h2.no-margin,body.pageid-729 #aside-second h2.no-margin,body.pageid-114334 #aside-second h2.no-margin,body.pageid-312196 #aside-second h2.no-margin,body.pageid-272 #aside-second h2.no-margin,body.pageid-900 #aside-second h2.no-margin,body.pageid-313099 .aside-second-callout h2.no-margin,body.pageid-122340 .aside-second-callout h2.no-margin {
  margin-top: 0!important;
}

body.pageid-300648 .aside-second-callout h2+iframe,body.pageid-896 .aside-second-callout h2+iframe,body.pageid-116 .aside-second-callout h2+iframe,body.pageid-723 .aside-second-callout h2+iframe,body.pageid-729 .aside-second-callout h2+iframe,body.pageid-114334 .aside-second-callout h2+iframe,body.pageid-312196 .aside-second-callout h2+iframe,body.pageid-272 .aside-second-callout h2+iframe,body.pageid-900 .aside-second-callout h2+iframe,body.pageid-300648 #aside-second h2+iframe,body.pageid-896 #aside-second h2+iframe,body.pageid-116 #aside-second h2+iframe,body.pageid-723 #aside-second h2+iframe,body.pageid-729 #aside-second h2+iframe,body.pageid-114334 #aside-second h2+iframe,body.pageid-312196 #aside-second h2+iframe,body.pageid-272 #aside-second h2+iframe,body.pageid-900 #aside-second h2+iframe,body.pageid-313099 .aside-second-callout h2+iframe,body.pageid-122340 .aside-second-callout h2+iframe {
  margin-bottom: 15px;
}

body.pageid-300648 .aside-second-callout .number,body.pageid-896 .aside-second-callout .number,body.pageid-116 .aside-second-callout .number,body.pageid-723 .aside-second-callout .number,body.pageid-729 .aside-second-callout .number,body.pageid-114334 .aside-second-callout .number,body.pageid-312196 .aside-second-callout .number,body.pageid-272 .aside-second-callout .number,body.pageid-900 .aside-second-callout .number,body.pageid-300648 #aside-second .number,body.pageid-896 #aside-second .number,body.pageid-116 #aside-second .number,body.pageid-723 #aside-second .number,body.pageid-729 #aside-second .number,body.pageid-114334 #aside-second .number,body.pageid-312196 #aside-second .number,body.pageid-272 #aside-second .number,body.pageid-900 #aside-second .number,body.pageid-313099 .aside-second-callout .number,body.pageid-122340 .aside-second-callout .number {
  color: #7e7e7e;
}

body.pageid-300648 .aside-second-callout a,body.pageid-896 .aside-second-callout a,body.pageid-116 .aside-second-callout a,body.pageid-723 .aside-second-callout a,body.pageid-729 .aside-second-callout a,body.pageid-114334 .aside-second-callout a,body.pageid-312196 .aside-second-callout a,body.pageid-272 .aside-second-callout a,body.pageid-900 .aside-second-callout a,body.pageid-300648 #aside-second a,body.pageid-896 #aside-second a,body.pageid-116 #aside-second a,body.pageid-723 #aside-second a,body.pageid-729 #aside-second a,body.pageid-114334 #aside-second a,body.pageid-312196 #aside-second a,body.pageid-272 #aside-second a,body.pageid-900 #aside-second a,body.pageid-313099 .aside-second-callout a,body.pageid-122340 .aside-second-callout a {
  color: #000!important;
}

body.pageid-300648 .aside-second-callout a:hover,body.pageid-896 .aside-second-callout a:hover,body.pageid-116 .aside-second-callout a:hover,body.pageid-723 .aside-second-callout a:hover,body.pageid-729 .aside-second-callout a:hover,body.pageid-114334 .aside-second-callout a:hover,body.pageid-312196 .aside-second-callout a:hover,body.pageid-272 .aside-second-callout a:hover,body.pageid-900 .aside-second-callout a:hover,body.pageid-300648 #aside-second a:hover,body.pageid-896 #aside-second a:hover,body.pageid-116 #aside-second a:hover,body.pageid-723 #aside-second a:hover,body.pageid-729 #aside-second a:hover,body.pageid-114334 #aside-second a:hover,body.pageid-312196 #aside-second a:hover,body.pageid-272 #aside-second a:hover,body.pageid-900 #aside-second a:hover,body.pageid-313099 .aside-second-callout a:hover,body.pageid-122340 .aside-second-callout a:hover {
  color: #fe000c!important;
}

body.pageid-300648 .aside-second-callout ul li,body.pageid-896 .aside-second-callout ul li,body.pageid-116 .aside-second-callout ul li,body.pageid-723 .aside-second-callout ul li,body.pageid-729 .aside-second-callout ul li,body.pageid-114334 .aside-second-callout ul li,body.pageid-312196 .aside-second-callout ul li,body.pageid-272 .aside-second-callout ul li,body.pageid-900 .aside-second-callout ul li,body.pageid-300648 #aside-second ul li,body.pageid-896 #aside-second ul li,body.pageid-116 #aside-second ul li,body.pageid-723 #aside-second ul li,body.pageid-729 #aside-second ul li,body.pageid-114334 #aside-second ul li,body.pageid-312196 #aside-second ul li,body.pageid-272 #aside-second ul li,body.pageid-900 #aside-second ul li,body.pageid-313099 .aside-second-callout ul li,body.pageid-122340 .aside-second-callout ul li {
  padding-left: 0;
  background: 0 0;
}

body.pageid-300648 .aside-second-callout #subscribe,body.pageid-896 .aside-second-callout #subscribe,body.pageid-116 .aside-second-callout #subscribe,body.pageid-723 .aside-second-callout #subscribe,body.pageid-729 .aside-second-callout #subscribe,body.pageid-114334 .aside-second-callout #subscribe,body.pageid-312196 .aside-second-callout #subscribe,body.pageid-272 .aside-second-callout #subscribe,body.pageid-900 .aside-second-callout #subscribe,body.pageid-300648 #aside-second #subscribe,body.pageid-896 #aside-second #subscribe,body.pageid-116 #aside-second #subscribe,body.pageid-723 #aside-second #subscribe,body.pageid-729 #aside-second #subscribe,body.pageid-114334 #aside-second #subscribe,body.pageid-312196 #aside-second #subscribe,body.pageid-272 #aside-second #subscribe,body.pageid-900 #aside-second #subscribe,body.pageid-313099 .aside-second-callout #subscribe,body.pageid-122340 .aside-second-callout #subscribe {
  width: 100%;
  margin-top: 0;
}

body.pageid-300648 .aside-second-callout #subscribe .t,body.pageid-896 .aside-second-callout #subscribe .t,body.pageid-116 .aside-second-callout #subscribe .t,body.pageid-723 .aside-second-callout #subscribe .t,body.pageid-729 .aside-second-callout #subscribe .t,body.pageid-114334 .aside-second-callout #subscribe .t,body.pageid-312196 .aside-second-callout #subscribe .t,body.pageid-272 .aside-second-callout #subscribe .t,body.pageid-900 .aside-second-callout #subscribe .t,body.pageid-300648 #aside-second #subscribe .t,body.pageid-896 #aside-second #subscribe .t,body.pageid-116 #aside-second #subscribe .t,body.pageid-723 #aside-second #subscribe .t,body.pageid-729 #aside-second #subscribe .t,body.pageid-114334 #aside-second #subscribe .t,body.pageid-312196 #aside-second #subscribe .t,body.pageid-272 #aside-second #subscribe .t,body.pageid-900 #aside-second #subscribe .t,body.pageid-313099 .aside-second-callout #subscribe .t,body.pageid-122340 .aside-second-callout #subscribe .t {
  width: 100%;
}

body.pageid-300648 .aside-second-callout #callout1,body.pageid-896 .aside-second-callout #callout1,body.pageid-116 .aside-second-callout #callout1,body.pageid-723 .aside-second-callout #callout1,body.pageid-729 .aside-second-callout #callout1,body.pageid-114334 .aside-second-callout #callout1,body.pageid-312196 .aside-second-callout #callout1,body.pageid-272 .aside-second-callout #callout1,body.pageid-900 .aside-second-callout #callout1,body.pageid-300648 .aside-second-callout #callout2,body.pageid-896 .aside-second-callout #callout2,body.pageid-116 .aside-second-callout #callout2,body.pageid-723 .aside-second-callout #callout2,body.pageid-729 .aside-second-callout #callout2,body.pageid-114334 .aside-second-callout #callout2,body.pageid-312196 .aside-second-callout #callout2,body.pageid-272 .aside-second-callout #callout2,body.pageid-900 .aside-second-callout #callout2,body.pageid-300648 .aside-second-callout #callout3,body.pageid-896 .aside-second-callout #callout3,body.pageid-116 .aside-second-callout #callout3,body.pageid-723 .aside-second-callout #callout3,body.pageid-729 .aside-second-callout #callout3,body.pageid-114334 .aside-second-callout #callout3,body.pageid-312196 .aside-second-callout #callout3,body.pageid-272 .aside-second-callout #callout3,body.pageid-900 .aside-second-callout #callout3,body.pageid-313099 .aside-second-callout #callout1,body.pageid-313099 .aside-second-callout #callout2,body.pageid-313099 .aside-second-callout #callout3,body.pageid-122340 .aside-second-callout #callout1,body.pageid-122340 .aside-second-callout #callout2,body.pageid-122340 .aside-second-callout #callout3 {
  margin-bottom: 35px;
}

body.pageid-313099 ul ul {
  margin-left: 30px!important;
}

body.pageid-114334 #layout-content, {
  width: 722px!important;
  float: left;
  margin-left: 20px;
}

body.pageid-114334 #aside-second,body.pageid-312196 #aside-second,body.pageid-272 #aside-second,body.pageid-729 #aside-second,body.pageid-900 #aside-second {
  margin-top: 140px;
  float: right;
  margin-right: 0!important;
}

body.pageid-114334 #aside-second .aside-second-callout,body.pageid-312196 #aside-second .aside-second-callout,body.pageid-272 #aside-second .aside-second-callout,body.pageid-729 #aside-second .aside-second-callout,body.pageid-900 #aside-second .aside-second-callout {
  margin-right: 0!important;
}

body.pageid-723 .feedburnerFeedBlock {
  margin-bottom: 35px;
}

body.pageid-723 .sidebar-form input {
  margin-bottom: 5px;
}

ul#menu-4607 {
  margin-top: -140px;
  width: 100%;
}

ul#menu-4607>li {
  width: auto;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}

ul#menu-4607>li>a {
  padding: 0 0 0 20px;
  font-size: 16px;
  border: none;
  color: #000;
}

ul#menu-4607>li>a:hover {
  color: #fe000c;
  background: 0 0;
  font-weight: 400;
  padding: 0 0 0 20px;
  text-align: left;
}

ul#menu-4607>li>a.active {
  color: #fe000c;
}

ul#menu-4544 {
  margin-bottom: 35px;
}

body.pageid-900 header h1 {
  padding-right: 0;
}

.cma-jobbank #aside-12left {
  margin-top: 35px;
}

.cma-jobbank #box12 {
  margin-top: 0;
  border-bottom: none;
  border-top: 1px solid #c8c8c8;
}

.cma-jobbank #box12 h3 {
  margin-top: 10px;
}

body.pageid-153462 .MvcWizardForm>*,body.pageid-155809 .MvcWizardForm>* {
  padding: 0!important;
}

body.pageid-153462 .MvcWizardForm *,body.pageid-155809 .MvcWizardForm * {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #7e7e7e;
}

body.pageid-153462 .MvcWizardForm a,body.pageid-155809 .MvcWizardForm a {
  color: #000!important;
}

body.pageid-153462 .MvcWizardForm a:hover,body.pageid-155809 .MvcWizardForm a:hover {
  color: #fe000c!important;
  text-decoration: none!important;
}

body.pageid-153462 .MvcWizardForm label .MvcDynamicFieldPromt,body.pageid-155809 .MvcWizardForm label .MvcDynamicFieldPromt {
  width: 200px!important;
}

body.pageid-153462 .MvcWizardForm label.input-required,body.pageid-155809 .MvcWizardForm label.input-required {
  background-position: left 5px;
  padding-left: 15px!important;
}

body.pageid-153462 .MvcWizardForm .ui-wrapper,body.pageid-155809 .MvcWizardForm .ui-wrapper {
  width: 98%!important;
  height: 340px!important;
  padding: 20px!important;
  border: 1px solid #c8c8c8;
  margin: 0 0 20px!important;
}

body.pageid-153462 .MvcWizardForm .ui-wrapper textarea,body.pageid-155809 .MvcWizardForm .ui-wrapper textarea {
  width: 98%!important;
  padding: 0;
  border: none;
  height: 300px!important;
}

body.pageid-153462 .MvcWizardForm .ui-wrapper .ui-resizable-handle,body.pageid-155809 .MvcWizardForm .ui-wrapper .ui-resizable-handle {
  display: none!important;
}

body.pageid-153462 fieldset,body.pageid-155809 fieldset {
  padding: 0!important;
  border: none!important;
}

body.pageid-153462 fieldset.input-required,body.pageid-155809 fieldset.input-required {
  padding: 0;
  border: none!important;
}

body.pageid-153462 fieldset legend,body.pageid-155809 fieldset legend {
  padding-left: 15px!important;
  background: url(/modules/oasis.AS3Widgets/content/images/smoothness/icon_RequiredField.png) no-repeat left 5px;
}

body.pageid-153462 fieldset legend img,body.pageid-155809 fieldset legend img {
  display: none!important;
}

body.pageid-153462 fieldset.radio.multipleWide label,body.pageid-155809 fieldset.radio.multipleWide label {
  padding-bottom: 0!important;
  margin: 0 5px 10px 0!important;
  width: 30%;
}

body.pageid-153462 .MvcDynamicFormLiteral,body.pageid-155809 .MvcDynamicFormLiteral {
  margin-bottom: 15px;
}

body.pageid-153462 .MvcFieldWrapper,body.pageid-155809 .MvcFieldWrapper {
  padding-bottom: 20px!important;
  background: none!important;
}

body.pageid-153462 .MvcDynamicAjaxFieldError,body.pageid-155809 .MvcDynamicAjaxFieldError {
  padding: 0!important;
}

body.pageid-153462 .MvcCurrentStepCaption,body.pageid-155809 .MvcCurrentStepCaption,body.pageid-153462 .MvcDynamicWizardHeading,body.pageid-155809 .MvcDynamicWizardHeading {
  background: none!important;
  margin-bottom: 5px!important;
  font-size: 21px;
  line-height: 28px;
  color: #7e7e7e!important;
  border: none!important;
  font-weight: 400!important;
}

body.pageid-153462 .wizard-form-toolbar,body.pageid-155809 .wizard-form-toolbar {
  text-align: left;
  border: none!important;
}

body.pageid-153462 .wizard-form-toolbar button.submit,body.pageid-155809 .wizard-form-toolbar button.submit {
  border: none!important;
  cursor: pointer;
  background: #fe000c!important;
  padding: 0 20px!important;
}

body.pageid-153462 .wizard-form-toolbar button.submit:hover,body.pageid-155809 .wizard-form-toolbar button.submit:hover {
  background: #000!important;
}

body.pageid-153462 .wizard-form-toolbar button.submit span,body.pageid-155809 .wizard-form-toolbar button.submit span {
  padding: 0!important;
  color: #fff!important;
  line-height: 30px;
}

body.pageid-153462 .zone-after-content,body.pageid-155809 .zone-after-content,body.pageid-153462 .MvcWizardStepCaption,body.pageid-155809 .MvcWizardStepCaption {
  display: none!important;
}

body.pageid-153462 div.MvcCompletedWizardForm,body.pageid-155809 div.MvcCompletedWizardForm {
  border: none!important;
  padding: 0!important;
  margin: 5px 0!important;
}

body.pageid-153462 div.MvcCurrentStepCaptionSummary,body.pageid-155809 div.MvcCurrentStepCaptionSummary {
  background: #000!important;
  color: #fff!important;
  border: none!important;
  font-size: 14px!important;
  line-height: 19px!important;
}

body.pageid-153462 div.MvcCurrentStepCaptionSummary .editDetails,body.pageid-155809 div.MvcCurrentStepCaptionSummary .editDetails {
  font-size: 12px!important;
  color: #fe000c!important;
}

body.pageid-153462 div.MvcAccordianWizard div.ajaxCompleteMsg,body.pageid-155809 div.MvcAccordianWizard div.ajaxCompleteMsg,body.pageid-153462 div.ajaxProgressMsg,body.pageid-155809 div.ajaxProgressMsg,body.pageid-153462 div.ajaxCardErrorMsg,body.pageid-155809 div.ajaxCardErrorMsg {
  padding: 0!important;
  margin: 20px 0 0!important;
  border: none!important;
  box-shadow: none!important;
  font-size: 16px!important;
  color: #7e7e7e!important;
}

body.pageid-153462 div.MvcAccordianWizard div.ajaxCompleteMsg a,body.pageid-155809 div.MvcAccordianWizard div.ajaxCompleteMsg a,body.pageid-153462 div.ajaxProgressMsg a,body.pageid-155809 div.ajaxProgressMsg a,body.pageid-153462 div.ajaxCardErrorMsg a,body.pageid-155809 div.ajaxCardErrorMsg a {
  color: #000!important;
}

body.pageid-153462 div.MvcAccordianWizard div.ajaxCompleteMsg a:hover,body.pageid-155809 div.MvcAccordianWizard div.ajaxCompleteMsg a:hover,body.pageid-153462 div.ajaxProgressMsg a:hover,body.pageid-155809 div.ajaxProgressMsg a:hover,body.pageid-153462 div.ajaxCardErrorMsg a:hover,body.pageid-155809 div.ajaxCardErrorMsg a:hover {
  color: #fe000c!important;
  text-decoration: none!important;
}

body.pageid-153462 .ui-widget-content,body.pageid-155809 .ui-widget-content {
  background: none!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content {
  background: #fff!important;
  border: none!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
  background: none!important;
  border: none!important;
  box-shadow: none!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content *,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content * {
  color: #7e7e7e;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a {
  color: #000;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a:hover,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content a:hover {
  color: #fe000c;
  text-decoration: none!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button {
  background: #000!important;
  padding: 0 20px!important;
  border: none!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button:hover,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button:hover {
  background: #fe000c!important;
}

body.pageid-153462 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button span,body.pageid-155809 .ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonset button span {
  color: #fff!important;
  padding: 0!important;
  line-height: 30px!important;
  font-size: 16px!important;
}

#issue {
  font-size: 16px;
  line-height: 21px;
}

#issue th {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

#issue th.no-margin {
  margin-top: 0!important;
}

#issue th+iframe {
  margin-bottom: 15px;
}

.widget-homepagenews,.widget-homepageblog {
  float: left;
  padding-bottom: 20px;
  width: 50%;
  position: relative;
}

.widget-homepagenews header,.widget-homepageblog header {
  margin-bottom: 15px;
}

.widget-homepagenews header h1,.widget-homepageblog header h1 {
  margin-bottom: 0;
}

.widget-homepagenews a,.widget-homepageblog a {
  font-size: 16px;
}

.widget-homepagenews .homepagenews--content ul,.widget-homepageblog .homepagenews--content ul {
  list-style: none;
  margin: 0;
}

.widget-homepagenews .homepagenews--content ul li,.widget-homepageblog .homepagenews--content ul li {
  padding: 10px 20px 13px 0!important;
  border-top: 1px solid #c8c8c8;
  margin: 0;
}

.widget-homepagenews .homepagenews--content ul li>a,.widget-homepageblog .homepagenews--content ul li>a {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.widget-homepagenews .homepagenews--content ul li>a.no-margin,.widget-homepageblog .homepagenews--content ul li>a.no-margin {
  margin-top: 0!important;
}

.widget-homepagenews .homepagenews--content ul li>a+iframe,.widget-homepageblog .homepagenews--content ul li>a+iframe {
  margin-bottom: 15px;
}

.widget-homepagenews .homepagenews--content ul li>a:hover,.widget-homepageblog .homepagenews--content ul li>a:hover {
  color: #fe000c;
  text-decoration: none;
}

.widget-homepagenews .homepagenews--content ul li p,.widget-homepageblog .homepagenews--content ul li p {
  margin: 0;
}

.widget-homepagenews .homepagenews--content ul li p.homepagenews--author,.widget-homepageblog .homepagenews--content ul li p.homepagenews--author {
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 8px 0;
}

.widget-homepagenews .homepagenews--content ul li p.homepagenews--author a,.widget-homepageblog .homepagenews--content ul li p.homepagenews--author a {
  font-size: 12px;
  color: #7e7e7e;
}

.widget-homepagenews .homepagenews--content ul li p.homepagenews--author a:hover,.widget-homepageblog .homepagenews--content ul li p.homepagenews--author a:hover {
  color: #fe000c;
}

.widget-homepagenews .homepagenews--content ul li:first-child,.widget-homepageblog .homepagenews--content ul li:first-child {
  padding-top: 0!important;
  border: none;
}

.widget-homepagenews .homepagenews--all,.widget-homepageblog .homepagenews--all {
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
}

.widget-homepagenews .homepagenews--all span,.widget-homepageblog .homepagenews--all span {
  color: #7e7e7e;
  margin: 0 5px;
  font-weight: 400;
}

.widget-homepagenews .homepagenews--all a,.widget-homepageblog .homepagenews--all a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.widget-homepagenews .homepagenews--all a:hover,.widget-homepageblog .homepagenews--all a:hover {
  color: #fe000c;
  text-decoration: none;
}

.widget-homepagenews {
  padding-left: 20px;
}

.widget-homepageblog {
  padding-right: 20px;
}

.widget-homepageevents {
  float: left;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.widget-homepageevents h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0px;
}

.homepage--event-box {
  float: left;
  padding: 0 20px;
  width: 50%;
  margin-bottom: 35px;
}

.homepage--event-box h3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  color: #7e7e7e;
  margin: 0 0 10px;
}

.homepage--event-box h3.no-margin {
  margin-top: 0!important;
}

.homepage--event-box h3+iframe {
  margin-bottom: 15px;
}

.homepage--event-box h3 span {
  margin-left: 5px;
  font-style: normal;
  font-size: 14px;
}

.homepage--event-box h3 span a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}

.homepage--event-box h3 span a:hover {
  color: #fe000c;
  text-decoration: none;
}

.homepage--event-box .event-box--image {
  height: 165px;
  overflow: hidden;
  position: relative;
}

.homepage--event-box .event-box--image img {
  width: 100%;
}

.homepage--event-box .event-box--image .event-box-image--caption {
  display: none;
  position: absolute;
  left: 0;
  top: 24px;
}

.homepage--event-box .event-box--image .event-box-image--caption h5 {
  margin: 0 0 10px 0;
  display: block;
  line-height: 27px;
  background: 0 0;
  font-weight: 400;
}

.homepage--event-box .event-box--image .event-box-image--caption h5 span {
  display: inline;
  background: #000;
  color: #fff;
  padding: 3px 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 5px 0 0 #000, -20px 0 0 #000;
}

.homepage--event-box .event-box--image .event-box-image--caption .cma-button {
  padding: 0 20px;
}

.homepage--event-box .event-box--social {
  display: table;
  margin: 20px auto 0;
}

.homepage--event-box .event-box--social a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url(/media/default/core/template/ico-radius.png) no-repeat center center;
  display: block;
  margin: 0 5px;
  padding: 0;
  border: none;
  float: left;
}

.homepage--event-box .event-box--social a img {
  width: auto;
}

.homepage--event-box .event-box--social a:hover {
  background: url(/media/default/core/template/ico-radius-hover.png) no-repeat center center;
}

.homepage--event-box .event-box--social .mybinder .messagepop a {
  display: inline-block;
}

.homepage--event-box .event-box--social .mybinder .messagepop a:hover {
  text-decoration: none;
}

.widget-homepagebooks {
  float: left;
  margin-right: -20px!important;
  margin-left: -20px!important;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
}

.widget-homepagebooks:before,.widget-homepagebooks:after {
  display: table;
  content: " ";
}

.widget-homepagebooks:after {
  clear: both;
}

.viewall-link {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  margin-left: -2px;
}

.viewall-link a {
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
  color: #000;
}

.viewall-link a:hover {
  color: #fe000c;
  text-decoration: none;
}

.homepage-sellbox h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  margin: 14px 0 20px;
  line-height: 1;
}

.homepage-sellbox h4 {
  margin: 0 0 20px;
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.homepage-sellbox h4.no-margin {
  margin-top: 0!important;
}

.homepage-sellbox h4+iframe {
  margin-bottom: 15px;
}

.homepage-sellbox .sellbox {
  background: #d5d5d5;
  padding: 20px;
}

.homepage-sellbox .sellbox>.row>div {
  width: 270px;
}

.homepage-sellbox .sellbox>.row>div:first-child {
  width: 200px;
}

.homepage-sellbox .sellbox .col-md-6:last-child {
  padding-left: 0;
}

.homepage-sellbox .sellbox h4 {
  font-style: normal;
  font-size: 19px;
  line-height: 120%;
  color: #000;
  font-weight: 400;
  margin: 0 0 5px;
}

.homepage-sellbox .sellbox p {
  font-size: 14px;
}

.homepage-sellbox .sellbox img {
  width: 100%;
}

.homepage-sellbox .sellbox .cma-button:hover {
  color: #fff;
}

#home-ads {
  display: table;
  padding: 0;
}

#home-ads {
  width: 1020px;
  padding: 0 0 60px 0;
  margin: 0 -20px!important;
}

#home-ads .cma-ad {
  cursor: pointer;
  margin: 0;
}

#home-ads .cma-ad h5 {
  padding: 10px 20px 10px 10px;
}

#home-ads .cma-ad p {
  padding: 10px 10px 9px;
}

.cma-ad {
  background: url(../images/red-triangle.png) no-repeat right top #000;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
}

.cma-ad:hover {
  text-decoration: none;
}

.cma-ad h5 {
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0;
  line-height: 30px;
  padding: 9px 20px 9px 10px;
}

.cma-ad p {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 12px 10px 9px;
  margin: 0;
}

.cma-ad p:before {
  content: "";
  position: absolute;
  width: 120px;
  top: 0;
  left: -10px;
  border-top: 2px solid #fe000c;
}

.cma-ad a {
  color: #fff;
}

.cma-ad a:hover {
  text-decoration: none;
  color: #fff;
}

.cma-ad+p {
  margin-top: -26px;
}

.widget-mostpopular {
  float: left;
  padding-bottom: 35px;
}

.widget-mostpopular h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  border-top: 1px solid #c8c8c8;
  line-height: 1;
  padding: 14px 0 0;
  margin: 0 0 35px;
}

.widget-mostpopular .cma-popular {
  list-style: none;
  margin: 0 -20px;
}

.widget-mostpopular .cma-popular li {
  margin: 0;
}

.widget-mostpopular .cma-popular li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}

.widget-mostpopular .cma-popular li a:hover {
  color: #fe000c;
}

.widget-mostpopular .cma-popular li a .cma-popular--image {
  height: 120px;
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
}

.widget-mostpopular .cma-popular li a .cma-popular--image img {
  width: 100%;
}

.widget-mostpopular .cma-popular li a .cma-popular-no {
  text-align: center;
  width: 20px;
  line-height: 20px;
  background: #fe000c;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

#aside-1left,#aside-1right {
  width: 100%;
  float: none;
}

#box,#box12 {
  width: 100%;
  margin: 40px 0 0;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 0 25px;
}

#box #section,#box12 #section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#box #section .sectionpage,#box12 #section .sectionpage {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  margin: 0 0 15px;
  width: auto;
}

#box #section .sectionpage.no-margin,#box12 #section .sectionpage.no-margin {
  margin-top: 0!important;
}

#box #section .sectionpage+iframe,#box12 #section .sectionpage+iframe {
  margin-bottom: 15px;
}

.red-button {
  width: auto;
  float: left;
  background: 0 0;
  margin: 0;
  text-align: left;
  height: auto;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}

.red-button a {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
}

.red-button a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#box .sectioncta,#box12 .sectioncta {
  width: auto;
  float: left;
  background: 0 0;
  margin: 0;
  text-align: left;
  height: auto;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 15px;


  margin-right: 15px;

}

#box .sectioncta a,#box12 .sectioncta a {
  background: #fe000c;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
}

#box .sectioncta a:hover,#box12 .sectioncta a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#box .t,#box12 .t {
  background: 0 0;
  border: none!important;
  width: auto;
}

#box .t h1,#box12 .t h1 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  color: #000;
  margin: 0 0 15px;
  width: auto;
}

#box .t h1.no-margin,#box12 .t h1.no-margin {
  margin-top: 0!important;
}

#box .t h1+iframe,#box12 .t h1+iframe {
  margin-bottom: 15px;
}

#box .cma-giimg,#box12 .cma-giimg {
  float: left;
  margin: 0 40px 0 0;
}

#box .cma-giimg img,#box12 .cma-giimg img {
  margin-bottom: 20px;
  vertical-align: bottom;
}

#box .cma-giimg .sectioncta,#box12 .cma-giimg .sectioncta {
  display: block;
  float: none;
}

#box .cma-giimg+#section,#box12 .cma-giimg+#section {
  width: auto!important;
}

#box .cma-giimg+#section .sectionpage,#box12 .cma-giimg+#section .sectionpage {
  margin-top: -5px;
}

.cma-conference-calendar {
  clear: both;
  padding-top: 15px;
}

.cma-conference-calendar ul {
  margin: 0;
  list-style: none;
}

.cma-conference-calendar ul li {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.cma-conference-calendar ul li.no-margin {
  margin-top: 0!important;
}

.cma-conference-calendar ul li+iframe {
  margin-bottom: 15px;
}

.cma-conference-calendar ul li>p {
  display: inline-block;
  font-size: 21px;
  margin: 0;
}

.cma-conference-calendar ul li>p.regular-txt {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}

.cma-conference-calendar ul li>p.regular-txt:hover {
  color: #fe000c;
}

.cma-conference-calendar ul li a {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.cma-conference-calendar ul li a.no-margin {
  margin-top: 0!important;
}

.cma-conference-calendar ul li a+iframe {
  margin-bottom: 15px;
}

.cma-conference-calendar ul li a:hover {
  color: #fe000c;
  text-decoration: none;
}

.cma-conference-calendar ul li .small-txt {
  font-weight: 400;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}

.cma-conference-calendar ul li>.switchgroup1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #7e7e7e;
}

.cma-conference-calendar ul li>.switchgroup1 a {
  display: block;
  clear: both;
  width: 62px;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
  width: 270px;
}

.cma-conference-calendar ul li>.switchgroup1 a:hover {
  color: #fe000c;
  text-decoration: none;
}

.cma-conference-calendar ul li>.switchgroup1 a:before {
  content: "//";
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7e7e7e!important;
}

.cma-conference-calendar ul li>.switchgroup1 a.cma-more-button-large {
  width: 130px;
}

.cma-conference-calendar ul li>.switchgroup1 a.cma-more-button-xlarge {
  width: 200px;
}

p+div>#box:first-child {
  margin-top: 35px;
}

body#getinvolved #box .sectionpage, body#membership3 #box .sectionpage, body#membership #box .sectionpage, body#french #box .sectionpage, body#french2 #box .sectionpage {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}



body#getinvolved #box .sectionpage.no-margin {
  margin-top: 0!important;
}

body#getinvolved #box .sectionpage+iframe {
  margin-bottom: 15px;
}

#box-membership img.lefttop {
  margin-right: 20px;
}

#box-membership ul {
  margin-left: 136px;
}

#boxmycma,#boxdiscover,#boxmybinder {
  width: 100%;
  margin: 0;
}

#boxmycma ul,#boxdiscover ul,#boxmybinder ul {
  list-style: initial;
  margin: 0 0 -10px;
  padding: 0 0 0 20px;
}

#boxmycma ul li,#boxdiscover ul li,#boxmybinder ul li {
  padding: 0 0 10px;
  margin: 0;
  background: 0 0;
  font-size: 16px;
  line-height: 21px;
}

#boxmycma ul li *,#boxdiscover ul li *,#boxmybinder ul li * {
  margin: 0!important;
  font-size: 16px!important;
  line-height: 21px!important;
  padding: 0!important;
}

#before-content-discover,#after-content-mybinder {
  float: none;
  clear: both;
  border-top: 1px solid #c8c8c8;
  padding-top: 15px!important;
  margin-top: 35px!important;
  padding-top: 30px!important;
}

.gs-webResult.gs-result {
  padding: 0 0 8px;
}

.gs-webResult.gs-result .gsc-table-result .gs-title {
  font-size: 21px!important;
  line-height: 28px!important;
  color: #000!important;
  height: auto!important;
  margin-top: -5px!important;
  margin-bottom: 5px!important;
  text-decoration: none!important;
}

.gs-webResult.gs-result .gsc-table-result .gs-title * {
  color: #000!important;
  text-decoration: none!important;
}

.gs-webResult.gs-result .gsc-table-result .gs-title a.gs-title:hover {
  text-decoration: none!important;
  color: #fe000c!important;
}

.gs-webResult.gs-result .gsc-table-result .gs-title a.gs-title:hover * {
  color: #fe000c!important;
}

.gsc-cursor .gsc-cursor-page {
  font-size: 14px;
  color: #000!important;
  display: inline-block!important;
  font-weight: 700!important;
  text-decoration: none!important;
}

.gsc-cursor .gsc-cursor-page:hover {
  color: #fe000c!important;
}

.gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #fe000c!important;
  text-decoration: none!important;
}

.gsc-above-wrapper-area {
  padding: 0;
}

.gsc-above-wrapper-area table.gsc-above-wrapper-area-container td.gsc-result-info-container .gsc-result-info {
  margin: 0;
}

.gs-bidi-start-align.gs-snippet {
  font-size: 16px!important;
  line-height: 21px!important;
  color: #7e7e7e!important;
}

body#search .widget-sharewidget {
  display: none;
}

ul.list-items {
  padding-top: 5px;
  border-top: 1px solid #c8c8c8;
  margin-top: 35px;
}

ul.list-items li .content-item>p a {
  display: block;
  clear: both;
  width: 62px;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
}

ul.list-items li .content-item>p a:hover {
  color: #fe000c;
  text-decoration: none;
}

ul.list-items li .content-item>p a:before {
  content: "//";
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7e7e7e!important;
}

ul.list-items li .content-item>p a.cma-more-button-large {
  width: 130px;
}

ul.list-items li .content-item>p a.cma-more-button-xlarge {
  width: 200px;
}

ul.list-items li .content-item .metadata {
  font-size: 12px;
  line-height: 14.4px;
  color: #7e7e7e;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.list-items li .content-item header h1 {
  font-size: 21px!important;
  padding-bottom: 0!important;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  padding-right: 0;
}

ul.list-items li .content-item header h1 a {
  color: #000;
}

ul.list-items li .content-item header h1 a:hover {
  color: #fe000c;
  text-decoration: none;
}

.content-item .rfp-container {
  padding: 0 0 35px;
  margin: 0 0 35px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c8c8c8;
}

.content-item .rfp-container:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.content-item .rfp-container .left-content {
  width: 50%;
  padding-right: 20px;
}

.content-item .rfp-container .left-content>div {
  line-height: 21px;
}

.content-item .rfp-container .left-content>p>a {
  display: block;
  clear: both;
  width: 62px;
  font-size: 14px!important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
  width: 80px;
}

.content-item .rfp-container .left-content>p>a:hover {
  color: #fe000c;
  text-decoration: none;
}

.content-item .rfp-container .left-content>p>a:before {
  content: "//";
  display: inline-block;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7e7e7e!important;
}

.content-item .rfp-container .left-content>p>a.cma-more-button-large {
  width: 130px;
}

.content-item .rfp-container .left-content>p>a.cma-more-button-xlarge {
  width: 200px;
}

.content-item .rfp-container .left-content>p:first-child {
  font-size: 21px!important;
  padding-bottom: 0!important;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 10px;
}

.content-item .rfp-container .left-content>p:first-child a {
  color: #000;
}

.content-item .rfp-container .left-content>p:first-child a:hover {
  color: #fe000c;
  text-decoration: none;
}

.content-item .rfp-container .left-content>p:last-child {
  margin-bottom: 0;
}

.content-item .rfp-container .right-content {
  border: none;
  padding-left: 20px;
}

h2.handcursor {
  margin: 0;
  border-top: 1px solid #c8c8c8;
  position: relative;
  padding: 15px 20px 15px 0;
}

h2.handcursor:hover {
  color: #fe000c;
}

h2.handcursor span.status {
  position: absolute;
  top: 0;
  right: 0;
}

h2.handcursor span.status img {
  vertical-align: top;
}

.cma-accordion h2 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  padding-right: 40px;
}

.cma-accordion h2:hover {
  color: #fe000c;
}

.switchgroup1 {
  padding: 0;
  background: 0 0;
  margin: 10px 0 20px;
}

.switchgroup1 ul {
  margin-top: 0;
}

#cta {
  margin-top: -5px;
  margin-bottom: 20px;
}

#cta li {
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 17px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  background: 0 0;
  position: relative;
  font-weight: 700;
}

#cta li:before {
  content: "//";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #7e7e7e;
  line-height: 17px;
  font-weight: 400;
}

#cta li p,#cta li a {
  margin: 0;
  color: #000;
  line-height: 17px;
  cursor: pointer;
}

#cta li p:hover,#cta li a:hover {
  color: #fe000c;
}

#cta+.handcursor {
  margin-top: 35px;
}

.cma-video {
  padding-bottom: 60px;
}

.video {
  margin: 0;
}

.newsletters {
  padding: 0;
  border: none;
}

.news-release p.tags {
  border: none;
  margin: 0;
  padding: 0;
}

p.tags {
  margin: -10px 0 0;
  padding-top: 0px;
  visibility: hidden;
}

p.tags a {
  color: #000;
}

p.tags a:hover {
  color: #fe000c;
  text-decoration: none;
}

.top-divider {
  border-top: 1px solid #c8c8c8;
  padding-top: 15px!important;
  margin-top: 35px!important;
}

.bottom-divider {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px!important;
  margin-bottom: 15px!important;
}

.no-border-top {
  padding-top: 0!important;
  margin-top: 0!important;
  border-top: none!important;
}

.no-border-bottom {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
  border-bottom: none!important;
}

.accordion-section {
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
}

.comment-form {
  padding-top: 35px;
  margin-top: 15px;
  border-top: 1px solid #c8c8c8;
}

.comment-form .what legend#what-comment,.comment-form .who legend#what-comment,.comment-form .what legend#add-comment,.comment-form .who legend#add-comment {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

.comment-form .what legend#what-comment.no-margin,.comment-form .who legend#what-comment.no-margin,.comment-form .what legend#add-comment.no-margin,.comment-form .who legend#add-comment.no-margin {
  margin-top: 0!important;
}

.comment-form .what legend#what-comment+iframe,.comment-form .who legend#what-comment+iframe,.comment-form .what legend#add-comment+iframe,.comment-form .who legend#add-comment+iframe {
  margin-bottom: 15px;
}

.comment-form .who+.what legend#what-comment {
  padding: 0;
  margin: 0;
}

.comment-form legend {
  font-size: 21px;
  line-height: 28px;
  color: #000;
}

.comment-form legend span {
  color: #7e7e7e;
}

.comment-form fieldset li {
  margin-bottom: 35px;
}

.comment-form fieldset li input[type=text],.comment-form fieldset li textarea {
  width: 500px!important;
  border: 1px solid #000;
}

.comment-form fieldset li p.comment-policy {
  width: 500px!important;
}

.comment-form+p.tags {
  padding-top: 15px;
  margin-bottom: 15px;
}

.comment-form+p.tags a {
  color: #000;
}

.widget-regulatory-list {
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px solid #c8c8c8;
}

.widget-regulatory-list ul {
  list-style: none;
  margin-left: 0;
}

.widget-regulatory-list ul li {
  margin: 0 0 30px;
  clear: both;
}

.widget-regulatory-list ul li p {
  margin: 0;
}

.widget-regulatory-list ul li p.cma-image-holder {
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}

.widget-regulatory-list ul li p.cma-image-holder+p {
  float: left;
}

.widget-regulatory-list ul li p.cma-image-holder+p a {
  margin-top: 8px;
  display: block;
}

.widget-regulatory-list ul li:after {
  content: "";
  display: block;
  clear: both;
}

.cma-regulatory-list {
  padding-top: 25px!important;
}

.cma-regulatory-list.top-divider {
  padding-top: 15px!important;
}

.cma-regulatory-list .lefttop,.cma-regulatory-list .overflow {
  float: left;
}

.cma-regulatory-list .lefttop {
  clear: both;
  margin-right: 20px;
  margin-top: 3px;
}

.cma-regulatory-list .overflow {
  margin-bottom: 30px;
}

.cma-regulatory-list .overflow a {
  margin-top: 8px;
  display: block;
  color: #000;
}

.cma-regulatory-list .overflow a:hover {
  color: #fe000c;
  text-decoration: none;
}

.cma-regulatory-list .overflow:last-child {
  margin: 0 0 15px;
}

.widget-sharewidget {
  clear: both;
}

.widget-sharewidget.top-p30 {
  padding-top: 30px;
}

.cma-sharepage {
  line-height: 30px;
  margin: 40px 0 5px;
  padding: 20px 0 0;
  border-top: 1px solid #c8c8c8;
}

.cma-sharepage>a:first-child {
  margin-left: 10px;
}

.cma-sharepage a {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url(/media/default/core/template/ico-radius.png) no-repeat center center;
}

.cma-sharepage a:hover {
  background: url(/media/default/core/template/ico-radius-hover.png) no-repeat center center;
}

.cma-sharepage a img {
  vertical-align: top;
}

.cma-sharepage .addbinderwidget.mybinder {
  display: inline-block!important;
}

.cma-sharepage.btn-m20 {
  margin-bottom: -20px;
}

.cma-sharepage.btn-60 {
  margin-bottom: 60px;
}

.cma-sharepage.btn-20 {
  margin-bottom: 20px;
}

.cma-sharepage.btn-10 {
  margin-bottom: 10px;
}

.cma-sharepage.top-60 {
  margin-top: 60px;
}

#at20mc {
  display: none;
}

body#search .cma-sharepage,body#pagenot-found .cma-sharepage {
  display: none;
}

body.pageid-514 .widget-sharewidget,body.pageid-772 .widget-sharewidget,body#Users .widget-sharewidget {
  display: none;
}

.addthisevent-drop {
  position: relative;
  padding: 0;
}

.addthisevent-drop .addthisevent_dropdown {
  position: absolute;
  top: 42px!important;
  left: -7px!important;
  margin: 0;
  border: 3px solid #000;
  padding: 15px 15px 10px;
}

.addthisevent-drop .addthisevent_dropdown:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  left: 0;
  top: -35px;
  padding: 20px 50px 0;
  background: url(/media/default/core/template/popup-arrow.png) no-repeat 9px 20px;
}

.addthisevent-drop .addthisevent_dropdown * {
  font-size: 16px!important;
  line-height: 21px!important;
}

.addthisevent-drop .addthisevent_dropdown .popupTitle {
  color: #7e7e7e;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  cursor: default;
}

.addthisevent-drop .addthisevent_dropdown .copyx {
  display: none;
}

.addthisevent-drop .addthisevent_dropdown span {
  color: #000;
  padding: 0 0 5px;
  font-weight: 400;
}

.addthisevent-drop .addthisevent_dropdown span:first-child {
  padding: 0;
}

.addthisevent-drop .addthisevent_dropdown span:hover {
  background: 0 0;
  color: #fe000c;
}

.contributors.content-item>h2 {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
  border-top: 1px solid #c8c8c8;
  padding-top: 15px!important;
  margin-top: 35px!important;
}

.contributors.content-item>h2.no-margin {
  margin-top: 0!important;
}

.contributors.content-item>h2+iframe {
  margin-bottom: 15px;
}

* {
  box-sizing: border-box;
}

.t,.b,.l,.r,.bl,.br,.tl,.tr,.tr-news {
  background: none!important;
  padding: 0!important;
  line-height: 1;
  color: #7e7e7e;
}

.more {
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}

.cma-sh1>h2 {
  padding-top: 10px;
}

.cma-sh2 {
  padding-bottom: 30px;
}

.cma-sh2+h3+.cma-conference-calendar {
  padding: 0;
}

.header-csuite {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

.header-b2b {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #7e7e7e;
}

.header-csuite.no-margin {
  margin-top: 0!important;
}

.header-b2b.no-margin {
  margin-top: 0!important;
}

.header-csuite+iframe {
  margin-bottom: 15px;
}

.header-b2b+iframe {
  margin-bottom: 15px;
}

#before-content-perspectives {
  width: 330px;
  padding-right: 0;
  margin-right: 20px;
  border-right: none;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}


#after-content-leadership {
  width: 330px;
  padding-right: 0;
  margin-right: 20px;
  border-right: none;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}


/* This is a single-line comment#after-content-leadership {width: 330px;margin-left: 20px;padding-top: 15px;margin-top: 20px;border-top: 1px solid #c8c8c8}*/#after-content-leadership .widget-sharewidget {
  display: none;
}

#aside-1leftpad,#aside-1rightpad {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #c8c8c8;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px!important;
}

.mbtn-30 {
  margin-bottom: 30px!important;
}

.mbtn-40 {
  margin-bottom: 40px!important;
}

.marketplace-offers li.button {
  width: 25%;
}

.top-right {
  float: right;
  margin-left: 10px!important;
}

#layout-content2 {
  margin-right: 0;
  width: 723px;
}

#aside-second2 ul {
  width: 100%;
}

#aside-second2 ul>li {
  width: auto;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}

#aside-second2 ul>li>a {
  padding: 0 0 0 20px;
  font-size: 16px;
  border: none;
  color: #000;
}

#aside-second2 ul>li>a:hover {
  color: #fe000c;
  background: 0 0;
  font-weight: 400;
  padding: 0 0 0 20px;
  text-align: left;
}

#aside-second2 ul>li>a.active {
  color: #fe000c;
}

#aside-second2 {
  width: 200px;
  background: 0 0;
  border: none;
  padding: 0;
  margin-top: -47px;
  overflow: visible!important;
}

#after-content {
  clear: both;
}

.aside-12 #aside-first ul li ul {
  display: none;
  width: 100%;
  margin: 10px 0 0 10px;
  list-style: none;
}

.aside-12 #aside-first ul li ul li {
  width: 100%;
  border: none;
}

.aside-12 #aside-first ul li ul li a {
  padding: 0 20px;
  font-size: 14px;
  border: none;
  color: #7e7e7e;
}

.aside-12 #aside-first ul li ul li a.active {
  color: #fe000c;
}

.aside-12 #aside-first ul li ul li a:hover {
  background: 0 0;
  color: #fe000c;
  font-weight: 400;
  text-align: left;
}

.aside-12 #aside-first ul li.active ul {
  display: block;
}

.aside-12 #layout-content2 #layout-aside-group2 #content2 {
  width: 723px;
}

.aside-12 #layout-content2 #layout-aside-group2 #aside-second2 {
  display: none;
}/*.aside-1 #aside-first ul li ul {display: none}*/.aside-1 #aside-first ul li ul {
  display: none;
  width: 100%;
  margin: 10px 0 0 10px;
  list-style: none;
}

.aside-1 #aside-first ul li ul li {
  width: 100%;
  border: none;
}

.aside-1 #aside-first ul li ul li a {
  padding: 0 20px;
  font-size: 14px;
  border: none;
  color: #7e7e7e;
}

.aside-1 #aside-first ul li ul li a.active {
  color: #fe000c;
}

.aside-1 #aside-first ul li ul li a:hover {
  background: 0 0;
  color: #fe000c;
  font-weight: 400;
  text-align: left;
}

.aside-1 #aside-first ul li.active ul {
  display: block;
}

.aside-1 #layout-content2 #layout-aside-group2 #content2 {
  width: 723px;
}

.aside-1 #layout-content2 #layout-aside-group2 #aside-second2 {
  display: none;
}

.comment-form {
  display: none!important;
}/*! KIMRON CHANGES */body#membership #box .sectionpage {
  margin-top: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 300px) {
#box h2 {
    color:#FFF
  }
  
.box-indent {
	margin-left:0px;
}

ul.more-news-advocacy {
	margin-left:0px;
}

}

.page-banner-mobile {
	display: none;
}

body.pageid-319636 h1, body.pageid-319865 h1, body.pageid-124331 h1, body.pageid-319935 h1, body.pageid-319937 h1, body.pageid-320466 h1,  body.pageid-320444 h1, body.pageid-320448 h1, body.pageid-320446 h1, body.pageid-320451 h1, body.pageid-320455 h1, body.pageid-320490 h1, 
body.pageid-320428 h1, body.pageid-320462 h1, body.pageid-320566 h1, body.pageid-320572 h1, body.pageid-320574 h1, body.pageid-320622 h1,
body.pageid-320631 h1, body.pageid-320812 h1, body.pageid-320814 h1, body.pageid-320821 h1, body.pageid-321090 h1, body.pageid-321148 h1, 
body.pageid-321154 h1, body.pageid-321152 h1, body.pageid-321588 h1   {
	display:none!important;
}



.img-border {border:1px solid #CCCCCC}



body.pageid-124331 .page .content-float h3 {
  color: #7e7e7e;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin: 15px 0 15px;
  font-weight: 400;
}

.section-titles {
	  color: #000;
  font-size: 1.2em!important;
    margin: 0!important;
  border-top: 1px solid #c8c8c8!important;
  position: relative!important;
  padding: 25px 20px 15px 0!important;
  font-weight:normal!important;
  line-height:120%!important;
}

#cta+.section-titles {
  margin-top: 35px;
}

.box-indent {
	margin-left:300px;
}



#box .more-news-advocacy ul {
    padding-left:5px !important;
}

#box .more-news-advocacy ul li {
    list-style: none !important;
    padding-left:30px !important;
}
