.photoblock-right .photo,
.photoblock-left .photo {
  background-color: #6E4A9E;
  border: none; }

.gs-adjacent:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }

.syshrule {
  border: none; }

div.bodycopy {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  font-weight: 400; }
  div.bodycopy b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4d4d4d; }

.gs-adjacent-img {
  border: 1px solid black; }

.bodycopy a, .copy a, .listitem a {
  color: #6E4A9E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: inherit; }
  .bodycopy a:hover, .copy a:hover, .listitem a:hover {
    color: #3e2959;
    border-bottom: 1px solid #3e2959; }

.top.hero {
  height: 450px;
  width: 100%;
  position: relative; }

.top.hero-600 {
  height: 600px; }

.slide-inner a {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%; }

.slider-arrow {
  position: absolute;
  height: 100%;
  padding: 0px 5px;
  top: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  opacity: .25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
  z-index: 100; }
  .slider-arrow i {
    color: inherit;
    font-size: 2.2em;
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%; }
    .slider-arrow i:hover {
      background: rgba(0, 0, 0, 0.7); }
  .slider-arrow:hover {
    opacity: 1; }
  .slider-arrow.left {
    left: 0; }
  .slider-arrow.right {
    right: 0; }

.cycle-pager {
  height: initial;
  bottom: 25px; }
  .cycle-pager span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    cursor: pointer;
    border: 3px solid #dedede;
    background-clip: padding-box;
    -webkit-backdrop-filter: blur(8.2px);
    backdrop-filter: blur(8.2px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .cycle-pager span:hover {
      border-color: #b3b3b3; }
    .cycle-pager span.cycle-pager-active {
      background: #6E4A9E; }

@media (max-width: 979px) {
  .top.hero {
    height: 450px;
    padding-top: 0px; } }

@media (max-width: 767px) {
  .top.hero {
    height: 400px; } }

@media only screen and (max-width: 479px) {
  .top.hero {
    height: 225px; }
  .cycle-pager span {
    margin: 0px 2px; }
  .slider-arrow {
    width: 10%; }
    .slider-arrow i {
      font-size: 2em; } }

.span7 {
  padding-bottom: 30px; }
