.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
}

.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

img.full-width {
  width: 100%;
}

img.full-screen {
  width: 100vw;
  margin-left: -8px;
}

img.square {
  border-radius: 0 !important;
}
  
a.cta-button{
}

a.cta-button.ghost{}

.highlight.orange{
  color: #EE5200;
}

p.large{}