body {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666; }
  @media screen and (max-width: 500px) {
    .container .flex {
      display: block; }
    .container .flex .flex-left {
      text-align: left;
      max-width: none; }
    .container .profile .profile-left {
      flex: 0 0 0; }
    .container .flex-centered {
      display: flex;
      justify-content: center;
      margin-left: 0; }
    .container .section-body form {
      padding: 10px 0; } }
.container-wide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333; }
  .container-wide .logo {
    margin-bottom: 70px;
    display: block; }
    .container-wide .logo img {
      height: 18px; }
  .container-wide .flex {
    display: flex;
    margin-top: 42px;
    align-items: baseline; }
  .container-wide .flex .flex-left {
    flex: 0 0 85px;
    max-width: 85px;
    text-align: right;
    padding-right: 20px;
    overflow-wrap: break-word; }
  .container-wide .section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: 222;
    letter-spacing: -0.5px; }
  .container-wide .section-body {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
  .container-wide a.prominent {
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.5px; }
  .container-wide ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .container-wide ul li {
      margin-bottom: 14px; }
  @media screen and (max-width: 650px) {
    .container-wide .flex {
      display: block; }
    .container-wide .flex .flex-left {
      text-align: left;
      max-width: none; }
    .container-wide .logo img {
      margin-bottom: 0px; } }
.profile {
  display: flex;
  align-items: center; }

.profile .profile-left img {
  max-height: 80px;
  border-radius: 50%; }

.profile .profile-left {
  flex: 0 0 160px;
  text-align: right;
  padding-right: 20px; }

.profile .profile-right .profile-l1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  /*  letter-spacing:0.5px;*/ }

.profile .profile-right .profile-l2 {
  font-size: 20px;
  color: #666;
  font-weight: 300;
  margin-top: -2px; }

.flex {
  display: flex;
  margin-top: 30px;
  align-items: baseline; }

.flex-centered {
  display: block;
  margin-left: 180px; }

.flex .flex-left {
  flex: 0 0 160px;
  max-width: 160px;
  text-align: right;
  padding-right: 20px;
  overflow-wrap: break-word; }

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

.section-body {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px; }

a {
  text-decoration: none;
  color: inherit; }

.quote {
  margin-top: 50px;
  margin-bottom: 50px; }

.quote .quote-body {
  font-size: 22px;
  line-height: 30px;
  color: black;
  font-family: Garamond, serif; }

.quote .quote-caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.footer {
  padding-bottom: 50px; }

.newsletter-form {
  -ms-grid-row-align: start;
      align-self: start;
  flex: 1; }

.section-body form {
  display: flex;
  gap: 8px;
  flex-direction: column; }
  .section-body form input[type=email] {
    font-weight: 300;
    font-size: 18px;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0px 12px; }
  .section-body form input[type=submit] {
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f8f8f8;
    color: #666;
    padding: 0px 22px;
    -webkit-appearance: none;
    cursor: pointer; }
    .section-body form input[type=submit]:hover {
      background: #f0f0f0;
      color: #333; }
