:root {
  --thistle: #d1c6d8;
  --mc-purple: #51405b;
  --mc-red: #eb0004;
  --white: white;
  --black: black;
}

body {
  color: #51405b;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
  display: inline-block;
}

h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Catamaran, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
  display: inline-block;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 1.7em;
  font-size: 1.2em;
  line-height: 1.7em;
}

a {
  color: #eb0004;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.2em;
  line-height: 1.7em;
}

li {
  margin-bottom: .85em;
  padding-left: 15px;
  list-style-type: square;
}

blockquote {
  border-left: 0 #e2e2e2;
  margin-bottom: 10px;
  padding: 0;
  font-family: Catamaran, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 48px;
}

.header {
  border-bottom: 1px solid var(--thistle);
  margin-top: 51px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
}

.heading {
  letter-spacing: 1px;
  font-size: 1.1em;
}

.heading-2 {
  border-left: 2px solid #c5b7ce;
  padding-left: 22px;
}

.row {
  margin-bottom: 40px;
}

.hr {
  border-bottom: 1px solid #d1c6d8;
  margin-top: 50px;
  margin-bottom: 50px;
}

.small-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.paragraph {
  display: none;
}

.ad-div {
  margin-bottom: 50px;
}

.h4_space-before {
  margin-top: 40px;
}

.less-padding {
  padding-bottom: 40px;
}

.padding {
  margin-top: 40px;
}

.container {
  background-color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-quote {
  font-family: Work Sans, sans-serif;
  font-weight: 100;
  line-height: 70px;
}

.col-reset {
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  font-size: 1.3em;
}

.button {
  background-color: var(--mc-purple);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--mc-red);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 20px 35px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: var(--mc-red);
}

.button.button-space-before {
  margin-top: 20px;
  padding-top: 15px;
}

.button-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 70px;
  display: flex;
}

.callout {
  color: var(--white);
  text-align: left;
  background-color: #ff3650;
  margin-bottom: 30px;
  padding: 10px 10px 10px 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

@media screen and (max-width: 991px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-reset, .column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: center;
  }

  li {
    padding-left: 0;
  }

  .header {
    text-align: left;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
  }

  .logo-image {
    margin-top: -1px;
    margin-bottom: 20px;
  }

  .row {
    text-align: left;
  }

  .paragraph {
    margin-top: 30px;
    display: block;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    line-height: 1.2em;
  }

  blockquote {
    font-size: 35px;
    line-height: 44px;
  }

  .header {
    align-items: center;
    padding-bottom: 20px;
    display: block;
  }

  .heading-3 {
    opacity: .5;
    margin-left: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    font-size: 2.4em;
  }

  .button {
    margin-bottom: 20px;
  }

  .button-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .block-quote-2 {
    font-size: 35px;
    line-height: 41px;
  }
}


