html, body {
  font-family: "StJude Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}


.page-container {
  max-width: 1200px;
}

.region {
  position: relative;
  margin-bottom: 0.75rem;
}

.region:before {
  display: block;
  content: "";
  width: 100%;
}

.region .experience-component {
  position: absolute;
  top: 0;
  bottom: 0;
  /*replicating the gutters*/
  left: 0.5rem;
  right: 0.5rem;
}

/* padding-top in percentages refers to parent width
   this allows us to specify an aspect-ratio         */
.region_landscape-large:before {
  padding-top: calc(400 / 1024 * 100%);
}

.region_square:before {
  padding-top: calc(1 / 1 * 100%);
}

.region_landscape-small:before {
  padding-top: calc(1 / 2 * 100%);
}

.region_portrait-small:before {
  padding-top: calc(2 / 1 * 100%);
}

div.sf-interactions-proxyHoverContainer a {
  overflow: visible;
}

.page-designer-reference h1 {
    font-size: 1.75rem !important;
    margin: .625rem 0;
}
.page-designer-reference h2 {
	font-size: 1.3em !important;
}
.page-designer-reference h3 {
	font-size: 1.15em !important;
}
.page-designer-reference h4 {
	font-size: 1em !important;
}
.page-designer-reference p {
	font-size: 1.1em !important;
	line-height: 1.5em !important;
	margin: 1em 0 !important;
}

.float-container-right{
  position: absolute;display: block;z-index: 1;right: 30px;top: 30px;
}

.float-container-right a,
.float-container-right a:link {
  color: "#135CB0";
}

@media only screen and (max-width: 600px) {
  .float-container-right{
    text-align: center!important;
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    top: auto;
  }

  .pb-sm-1{
    padding-bottom: 5px!important;
  }
  
}