.oCTAContainer {
  border: 1px solid #cecfcf;
  position: relative;
}
.oCTAContainer img {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #cecfcf !important;
}
.oCTAContent p {
  position: relative;
  font-family: 'Arimo', sans-serif;
}
h3.oCTAtitle {
  color: #0061aa !important;
}
/* --- when logged in and editing, title was overlapping text --- */
body#Body.has-persona-bar .oCTAtitle .Head {
  margin-bottom: 30px;
}
.oCTAContainer a, .oCTAContainer a:visited {
  background: #2C539E;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2C539E), to(#0061AA));
  background: -webkit-linear-gradient(#2C539E, #0061AA);
  background: -moz-linear-gradient(#2C539E, #0061AA);
  background: -ms-linear-gradient(#2C539E, #0061AA);
  background: -o-linear-gradient(#2C539E, #0061AA);
  background: linear-gradient(#2C539E, #0061AA);
  color: #fff;
  padding: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  display: block;
  margin: 0 20px -55px 20px;
  text-align: center;
  border-radius: .25rem;
}
.oCTAContainer a:hover, .oCTAContainer a:active {
  /*  background: #0061AA;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0061AA), to(#2C539E));
  background: -webkit-linear-gradient(#0061AA, #2C539E);
  background: -moz-linear-gradient(#0061AA, #2C539E);
  background: -ms-linear-gradient(#0061AA, #2C539E);
  background: -o-linear-gradient(#0061AA, #2C539E);
  background: linear-gradient(#0061AA, #2C539E);*/
  border-color: #0f2752 !important;
  background: #0f2752;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0f2752), to(#193f85));
  background: -webkit-linear-gradient(#0f2752, #193f85);
  background: -moz-linear-gradient(#0f2752, #193f85);
  background: -ms-linear-gradient(#0f2752, #193f85);
  background: -o-linear-gradient(#0f2752, #193f85);
  background: linear-gradient(#0f2752, #193f85);
  color: #fff !important;
}
/* --- don't want the default dnn links to look like buttons --- */
a[aria-label="Actions"], .dnnFormMessage a {
  background: transparent !important;
  color: #000 !important;
  display: inherit;
  padding: inherit;
}
/* --- pushes toolbar down and makes it legible --- */
body#Body.has-persona-bar .oCTAContainer ul.redactor-toolbar {
  line-height: 3 !important;
  margin-top: 3rem !important;
}