@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.5;
  font-size: 90%; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 103%; } }

p {
  margin: 0 0 0.75em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

.wysiwyg a, .footer address a, .qualifiers--teaser a, .quotes--teaser a, .contact--teaser .text a {
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 4px; }

a {
  color: #2F353E;
  text-decoration: none; }
  a:hover {
    color: #4f5968; }
  a:active, a:focus {
    color: #4f5968;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

strong {
  font-weight: 900; }

em {
  font-style: italic; }

address {
  font-style: normal; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

small {
  font-size: 0.9em; }

@media (min-width: 900px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex > div {
    box-sizing: border-box; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.wrap {
  padding: 2.25em; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

.banner {
  background-color: #39404B;
  color: #FFF; }

.main {
  padding-right: 0; }
  @media screen and (min-width: 900px) {
    .main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      padding-right: 1.5em; }
      .main:last-child {
        margin-right: 0; } }

.sidebar {
  margin-top: 1.5em; }
  @media screen and (min-width: 900px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-top: 0; }
      .sidebar:last-child {
        margin-right: 0; } }

@media screen and (min-width: 900px) {
  .main--col-split {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .main--col-split:last-child {
      margin-right: 0; } }

.main--section {
  border-bottom: 2px dotted #DDD;
  padding: 0.75em 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main--section a h3 {
    color: #C6284A; }

.hover:hover {
  background-color: #f6f6f6; }

.main--section-image {
  width: 80%;
  margin-top: 0.75em;
  margin-left: 0.75em;
  margin-right: 0.75em;
  border: none; }

.lead {
  font-size: 1.5em;
  padding: 0.3em 0;
  border-top: 4px dotted #DDD;
  border-bottom: 4px dotted #DDD;
  margin-bottom: 0.75em; }
  @media screen and (min-width: 900px) {
    .lead {
      font-size: 2.25em; } }

.page-banner {
  border: 8px solid #f6f6f6; }

.grid__col_1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .grid__col_1:last-child {
    margin-right: 0; }

.grid__col_2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .grid__col_2:last-child {
    margin-right: 0; }

@media screen and (min-width: 900px) {
  .grid__col_7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .grid__col_7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 900px) {
  .grid__col_5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .grid__col_5:last-child {
      margin-right: 0; } }

.grid__col_3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .grid__col_3:last-child {
    margin-right: 0; }

.grid__col_9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .grid__col_9:last-child {
    margin-right: 0; }

.grid__col_10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .grid__col_10:last-child {
    margin-right: 0; }

.grid__col_11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .grid__col_11:last-child {
    margin-right: 0; }

.button, button, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #C6284A;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button:hover, button:hover, input[type="submit"]:hover {
    background-color: #9c1f3a;
    color: white; }
  .button:disabled, button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.button, button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.sm {
  font-size: 1em; }

.md {
  font-size: 1.25em; }

.lg {
  font-size: 1.5em; }

.xl {
  font-size: 2em; }

.y {
  background-color: #EDCB74; }
  .y:hover {
    background-color: #e7ba47;
    color: white; }

.form li, .navigation ul, .quote--paginate ul, .sidebar--quote ul, .footer ul, .sidebar--wrapper ul, .slider--quote ul, .letter figcaption li, .unstyled-list, .ribbon li {
  margin-left: 0;
  list-style-type: none; }

img {
  margin: 0;
  max-width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\2022';
        width: 20px;
        height: 20px;
        font-size: 45px;
        line-height: 20px;
        text-align: center;
        color: #C6284A;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #C6284A;
      opacity: 0.75; }

.center {
  text-align: center; }

.wysiwyg h3 {
  color: #C6284A; }
.wysiwyg ul {
  padding-left: 1.5em; }
.wysiwyg li {
  padding: 0.25em 0; }
.wysiwyg strong {
  color: #333; }
.wysiwyg img {
  width: 100%; }
.wysiwyg a {
  background-color: #F5F5F0;
  color: #333;
  border-bottom: 3px dotted #DDD; }
  .wysiwyg a:hover {
    background-color: #FFF; }

#map-canvas {
  border: 4px solid #f6f6f6;
  margin-top: 1.5em;
  width: 100%;
  height: 400px; }

.form {
  background-color: #F5F5F0;
  padding: 1.5em; }

.gfield_required {
  color: #C6284A; }

.validation_message {
  background-color: #C6284A;
  border-radius: 4px;
  padding: 0.375em;
  font-weight: 700;
  color: #FFF; }

fieldset {
  background: #f7f7f7;
  border: 1px solid red;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus {
    border-color: #2F353E;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 41, 47, 0.7);
    outline: none; }

textarea {
  height: 150px;
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.header::after {
  clear: both;
  content: "";
  display: table; }

.ribbon {
  background-color: #2F353E; }
  .ribbon::after {
    clear: both;
    content: "";
    display: table; }
  .ribbon ul {
    float: right; }
  .ribbon li {
    float: left; }
  .ribbon li:last-child a {
    background-color: #C6284A;
    padding-left: 1.5em;
    font-weight: 900; }
    .ribbon li:last-child a:hover {
      background-color: #9c1f3a; }
  .ribbon a {
    padding: 0.5em 1.5em 0.5em 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    color: #FFF; }
    .ribbon a:hover {
      color: #e6e6e6; }

.logo {
  border: none;
  margin-top: 1.2em;
  margin-bottom: 0.75em;
  margin-left: 0.75em;
  vertical-align: middle;
  height: 3rem;
  width: auto; }
  @media screen and (min-width: 900px) {
    .logo {
      height: 4.5rem; } }

.navigation {
  display: none;
  padding: 0 1.5em; }
  @media screen and (min-width: 900px) {
    .navigation {
      padding: 2.25em 0;
      float: right;
      display: block; } }
  .navigation li {
    display: block;
    padding-right: 0;
    border-bottom: 3px dotted #DDD;
    padding: 0.75em 0; }
    @media screen and (min-width: 900px) {
      .navigation li {
        display: inline-block;
        padding: 0 1.2em 0 0;
        border-bottom: none; } }
  .navigation li:last-child {
    border-bottom: none; }
  .navigation a {
    font-size: 1.6em;
    font-weight: 700;
    width: 100%; }

.no-js .navigation {
  display: block; }

#toggle {
  float: right;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e3e3e3);
  background-image: linear-gradient(white, #e3e3e3);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  border: 1px solid #dfd8d8;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e5e0e0);
  background-image: linear-gradient(white, #e5e0e0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  margin: 1.5em 0.75em 0 0; }
  #toggle:hover:not(:disabled) {
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
    background-image: linear-gradient(#f2f2f2, #dbdbdb);
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer; }
  #toggle:active:not(:disabled), #toggle:focus:not(:disabled) {
    border: 1px solid #dbdbdb;
    box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
  #toggle:hover:not(:disabled) {
    background-color: #f2f3f3;
    background-image: -webkit-linear-gradient(#f2f3f3, #ded8d8);
    background-image: linear-gradient(#f2f3f3, #ded8d8);
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer; }
  #toggle:active:not(:disabled), #toggle:focus:not(:disabled) {
    border: 1px solid #dfd8d8;
    box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
  #toggle:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  @media screen and (min-width: 900px) {
    #toggle {
      display: none; } }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

.pull--quote {
  padding: 0 1.5em;
  position: relative; }

.pull--quote:before, .pull--quote:after {
  height: 1em;
  position: absolute;
  color: #588DA0; }

.pull--quote:before {
  font-size: 4em;
  content: '“';
  top: -2rem;
  left: 0; }

.pull--quote:after {
  font-size: 4em;
  content: '”';
  bottom: -.5em;
  right: 0; }

.quote--paginate::after, .sidebar--quote::after {
  clear: both;
  content: "";
  display: table; }
.quote--paginate img, .sidebar--quote img {
  float: left;
  border-radius: 999px;
  border: 1px solid #DDD; }
.quote--paginate li:first-child, .sidebar--quote li:first-child {
  font-weight: 900; }
.quote--paginate li:nth-child(2), .sidebar--quote li:nth-child(2) {
  font-style: italic; }

.quote--paginate {
  padding-top: 0.75em; }
  .quote--paginate img {
    width: 100px;
    height: 100px;
    margin-right: 1.5em; }
  .quote--paginate ul {
    padding-top: 0.6em; }
  .quote--paginate li:first-child {
    font-weight: 900; }
  .quote--paginate li:nth-child(2) {
    font-style: italic; }

.footer {
  background-color: #2F353E; }
  .footer h6, .footer a {
    text-shadow: 1px 1px 1px #2e343d; }
  .footer h6 {
    text-transform: uppercase;
    font-size: 1.25em;
    padding-bottom: 0.75em;
    color: #588DA0;
    padding-top: 1.5em; }
    @media screen and (min-width: 900px) {
      .footer h6 {
        padding-top: 0; } }
  .footer li {
    padding: 0.3em 0; }
  .footer a {
    color: #DDD;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer a:hover {
      color: white; }
  .footer address {
    color: #DDD; }
    .footer address a {
      background-color: #39404B;
      border-bottom: 3px dotted #2F353E; }
      .footer address a:hover {
        background-color: #2F353E; }

@media screen and (min-width: 900px) {
  .footer--personas, .footer--solutions, .footer--contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .footer--personas:last-child, .footer--solutions:last-child, .footer--contact:last-child {
      margin-right: 0; } }

.footer--personas, .footer--solutions {
  border-bottom: 3px dotted #39404B;
  padding: 1.5em 0; }
  @media screen and (min-width: 900px) {
    .footer--personas, .footer--solutions {
      border-right: 3px dotted #39404B;
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0; } }

.copyright {
  padding-top: 0.5em;
  margin-top: 1.5em;
  border-top: 3px dotted #39404B; }
  .copyright::after {
    clear: both;
    content: "";
    display: table; }
  .copyright small {
    float: left;
    color: #DDD; }
  .copyright ul::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .copyright ul {
      float: right; } }
  .copyright li {
    float: left; }
  .copyright li:nth-child(1), .copyright li:nth-child(2) {
    padding-right: 0.75em; }
  .copyright a {
    font-size: 0.9em; }

.highlight--box {
  margin: 1.5em 0;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 1.5em; }
  .highlight--box::after {
    clear: both;
    content: "";
    display: table; }

.single {
  margin-bottom: 1.5em; }

.is-stacked {
  margin-top: 1.5em; }

.sidebar--wrapper {
  padding: 1.5em;
  background-color: #F5F5F0;
  border: 1px solid #f4f4f4; }
  .sidebar--wrapper h4 {
    border-bottom: 3px dotted #DDD;
    padding-bottom: 0.25em;
    margin-bottom: 0.3em; }
  .sidebar--wrapper p {
    color: #595959; }

.sidebar--quote img {
  width: 60px;
  height: 60px;
  margin-right: 0.75em; }
.sidebar--quote li {
  font-size: 0.76923em; }

.sidebar--quote--paginate {
  border-top: 3px dotted #DDD;
  padding-top: 0.75em;
  margin-top: 1.5em; }

.sidebar-nav li {
  border-bottom: 2px dotted #DDD;
  padding: 0.75em 0; }
.sidebar-nav a {
  font-weight: 700; }

.section--wrapper {
  padding: 1.5em 1.5em; }
  @media screen and (min-width: 900px) {
    .section--wrapper {
      padding: 4.5em 1.5em; } }

.personas, .quotes {
  background-color: #2F353E; }

.qualifiers--teaser h4, .quotes--teaser h4, .contact--teaser h4, .teaser h4 {
  font-size: 2.5em;
  padding-bottom: 0.5em; }
@media screen and (min-width: 900px) {
  .qualifiers--teaser h4, .quotes--teaser h4, .contact--teaser h4, .qualifiers--teaser p, .quotes--teaser p, .contact--teaser p, .teaser h4, .teaser p {
    text-align: center; } }
.qualifiers--teaser p, .quotes--teaser p, .contact--teaser p, .teaser p {
  font-size: 1.25em;
  padding-bottom: 1.5em; }
@media screen and (min-width: 900px) {
  .qualifiers--teaser, .quotes--teaser, .contact--teaser, .teaser {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%; }
    .qualifiers--teaser:last-child, .quotes--teaser:last-child, .contact--teaser:last-child, .teaser:last-child {
      margin-right: 0; } }

.hero {
  background-image: url(dist/imgs/hero-mobile.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }
  .hero h1, .hero p {
    margin: 0 auto;
    text-shadow: 1px 1px 1px #2e343d; }
  .hero h1 {
    max-width: 1110px;
    padding-bottom: 0.3em;
    line-height: 1.2em;
    color: white;
    font-weight: 900;
    font-size: 2em; }
    @media screen and (min-width: 900px) {
      .hero h1 {
        font-size: 3.5em; } }
  .hero p {
    max-width: 700px;
    padding-bottom: 0.5em;
    font-size: 1.25em;
    color: #DDD; }
    @media screen and (min-width: 900px) {
      .hero p {
        font-size: 1.5em; } }
  @media screen and (min-width: 900px) {
    .hero {
      background-image: url(dist/imgs/hero.jpg); } }

.personas--teaser h2, .personas--teaser h4, .personas--teaser p {
  text-shadow: 1px 1px 1px #2e343d; }
.personas--teaser h2 {
  color: white;
  font-weight: 900;
  padding-bottom: 0.5em; }
  @media screen and (min-width: 900px) {
    .personas--teaser h2 {
      font-size: 2.5em; } }
.personas--teaser p {
  color: #DDD;
  padding-bottom: 1.5em;
  font-size: 1.25em; }
@media screen and (min-width: 900px) {
  .personas--teaser {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-right: 1.5em; }
    .personas--teaser:last-child {
      margin-right: 0; } }

.personas--links {
  margin-top: 1.5em;
  background-color: #39404B;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 1px #2e343d; }
  .personas--links h3 {
    padding: 0.75em 0 0.75em 1.5em;
    color: #FFF;
    font-weight: 900; }
  .personas--links ul {
    padding: 0 1.5em 1.5em 1.5em; }
    .personas--links ul::after {
      clear: both;
      content: "";
      display: table; }
  .personas--links li {
    display: block;
    border-top: 3px dotted #2F353E; }
  .personas--links a {
    padding: 1em 0 1em 0.75em;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    color: #DDD;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .personas--links a:hover {
      background-color: #2F353E;
      border-radius: 4px;
      color: white; }
  @media screen and (min-width: 900px) {
    .personas--links {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-top: 0; }
      .personas--links:last-child {
        margin-right: 0; } }

.right-arrow {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 1.5em; }

.qualifiers--teaser h4 {
  color: #2F353E;
  text-shadow: 1px 1px 1px #f1f1ea; }
.qualifiers--teaser a {
  background-color: #F5F5F0;
  color: #333;
  border-bottom: 3px dotted #DDD; }
  .qualifiers--teaser a:hover {
    background-color: white; }

.qualifier--wrapper {
  padding: 0 1.5em; }

@media screen and (min-width: 900px) {
  .qualifier h5, .qualifier p {
    text-align: center; } }
.qualifier h5 {
  font-size: 1.5em;
  color: #39404B;
  text-shadow: 1px 1px 1px #f1f1ea;
  padding-bottom: 0.375em; }
.qualifier p {
  color: #595959; }
@media screen and (min-width: 900px) {
  .qualifier {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .qualifier:last-child {
      margin-right: 0; } }

@media screen and (min-width: 900px) {
  .qualifier:first-child, .qualifier:nth-child(2) {
    border-right: 3px dotted #DDD; } }

.icon svg {
  width: 250px;
  height: 250px; }
@media screen and (min-width: 900px) {
  .icon {
    text-align: center; } }

.quotes {
  background-color: #2F353E; }

.quotes--teaser h4, .quotes--teaser p {
  text-shadow: 1px 1px 1px #2e343d; }
.quotes--teaser h4 {
  color: #FFF; }
.quotes--teaser p {
  color: #DDD; }
.quotes--teaser a {
  background-color: #39404B;
  border-bottom: 3px dotted #2F353E;
  color: #FFF; }
  .quotes--teaser a:hover {
    background-color: #2F353E; }

@media screen and (min-width: 900px) {
  .quote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .quote:last-child {
      margin-right: 0; } }

.quote--wrapper {
  margin: 0.75em 0;
  background-color: #39404B; }

.slider--quote p, .slider--quote li {
  text-shadow: 1px 1px 1px #2e343d;
  color: white; }
.slider--quote p {
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
  max-width: 750px; }
.slider--quote ul {
  padding-top: 1.5em;
  text-align: center; }
.slider--quote li:first-child {
  font-weight: 700;
  color: #588DA0; }
.slider--quote li:nth-child(2) {
  font-style: italic; }

.bubble--quote {
  background-color: #39404B;
  box-shadow: 1px 1px 1px 1px #2e343d;
  padding: 1.5em;
  border-radius: 4px; }
  @media screen and (min-width: 900px) {
    .bubble--quote {
      margin-left: 17.05961%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .bubble--quote:last-child {
        margin-right: 0; } }

@media screen and (min-width: 900px) {
  .contact {
    text-align: center; } }

.contact--teaser h4 {
  color: #2F353E;
  text-shadow: 1px 1px 1px #f1f1ea; }
.contact--teaser .text a {
  background-color: #F5F5F0;
  color: #333;
  border-bottom: 3px dotted #DDD; }
  .contact--teaser .text a:hover {
    background-color: white; }

.letter::after {
  clear: both;
  content: "";
  display: table; }
.letter figure {
  float: left;
  padding: 1.5em 1.5em 0.5em 0; }
.letter img {
  width: 100%;
  border: 5px solid white; }
.letter li:first-child {
  font-weight: 700;
  color: #C6284A; }
.letter li:last-child {
  font-weight: 400;
  color: #000;
  font-style: italic; }

.post-meta {
  display: block;
  margin: 0.75em 0;
  color: #999; }
  .post-meta > a {
    font-weight: 700;
    color: #C6284A; }

.article-index {
  border-bottom: 2px dotted #DDD;
  padding: 1.5em 0; }

article:last-of-type {
  border-bottom: none; }

.read-more {
  font-weight: 700;
  color: #C6284A; }

.pagination > a {
  color: #C6284A;
  font-weight: 700; }
