/******************************************************************

Stylesheet: Block Style
Block: Form

******************************************************************/
/******************************************************************

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
WRAPS
*********************/
/*********************
COLORS
*********************/
/*********************
FONT SIZES
*********************/
/*********************
PADDINGS
*********************/
/******************************************************************

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid.

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
.text-small {
  font-size: 1.4rem; }

.text-big {
  font-size: 2.4rem; }

.sp-references .glide__track {
  transition: all 0.2s ease-in-out; }

.sp-references .glide__slide {
  margin: 0;
  text-align: center;
  list-style: none; }
  .sp-references .glide__slide:before {
    content: none !important; }

.sp-references .glide-image {
  line-height: 0;
  margin-bottom: 16px; }
  .sp-references .glide-image img {
    max-width: 420px;
    max-height: 100px;
    height: auto;
    width: auto; }

.sp-references .glide-content {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
  font-style: italic;
  font-size: 1.1em; }
  .sp-references .glide-content .glide-content-byline {
    font-weight: bold;
    font-size: 0.85em; }
  .sp-references .glide-content > * {
    margin-bottom: 8px; }
    .sp-references .glide-content > *:last-child {
      margin-bottom: 0; }

.sp-references .glide__arrow {
  appearance: none;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  .sp-references .glide__arrow.glide__arrow--left {
    left: -2em; }
  .sp-references .glide__arrow.glide__arrow--right {
    right: -2em; }
