/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@keyframes slideUp {
  from {
    opacity: 0.1;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

body {
  background-color: #fff;
  color: #303538;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400; }

body * {
    box-sizing: border-box; }

a {
  color: #da5a35;
  text-decoration: none;
  transition: 0.15s color linear; }

a:visited {
    color: #da5a35; }

a:hover {
    color: rgb(227, 131, 104); }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75em; }

section + section {
  margin-top: 54px; }

.grid-container {
  width: 100%;
  max-width: 1400px;
  padding: 0 4%;
  margin: 0 auto; }

.site-header {
  background-color: #fafbfb;
  background-image: url("../img/header-color-bar.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 38px;
  padding-bottom: 45px; }

.site-header .logo img,
.site-footer .logo img {
  width: 100%;
  height: 100%;
  max-width: 314px; }

.site-header .nav-container,
.site-footer .nav-container {
  display: flex;
  flex-flow: row wrap; }

@media (max-width: 600px) {
    .site-header .nav-container,
    .site-footer .nav-container {
      -ms-flex-direction: column;
          flex-direction: column; } }

.site-header .logo,
.site-footer .logo {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 3/12);
  max-width: calc(99.9% * 3/12);
  width: calc(99.9% * 3/12);
  display: flex; }

.site-header .logo:nth-child(1n),
.site-footer .logo:nth-child(1n) {
  margin-right: 0;
  margin-left: 0; }

.site-header .logo:last-child,
.site-footer .logo:last-child {
  margin-right: 0; }

.site-header .logo,
.site-footer .logo {
  justify-content: flex-start;
  align-items: center; }

@media (max-width: 600px) {
    .site-header .logo,
    .site-footer .logo {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1/1);
      max-width: calc(99.9% * 1/1);
      width: calc(99.9% * 1/1); }
    .site-header .logo:nth-child(1n),
    .site-footer .logo:nth-child(1n) {
      margin-right: 0;
      margin-left: 0; }
    .site-header .logo:last-child,
    .site-footer .logo:last-child {
      margin-right: 0; } }

.site-header .nav-primary,
.site-footer .nav-primary {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 7/12 - (30px - 30px * 7/12));
  max-width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
  width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
  display: flex;
  margin-left: calc(99.9% * (-2/12 * -1) - (30px - 30px * (-2/12 * -1)) + 30px) !important; }

.site-header .nav-primary:nth-child(1n),
.site-footer .nav-primary:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0; }

.site-header .nav-primary:last-child,
.site-footer .nav-primary:last-child {
  margin-right: 0; }

.site-header .nav-primary:nth-child(12n),
.site-footer .nav-primary:nth-child(12n) {
  margin-right: 0;
  margin-left: auto; }

.site-header .nav-primary,
.site-footer .nav-primary {
  justify-content: flex-end;
  align-items: center; }

@media (max-width: 600px) {
    .site-header .nav-primary,
    .site-footer .nav-primary {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1/1);
      max-width: calc(99.9% * 1/1);
      width: calc(99.9% * 1/1);
      margin-left: 0 !important;
      margin-right: 30px !important; }
    .site-header .nav-primary:nth-child(1n),
    .site-footer .nav-primary:nth-child(1n) {
      margin-right: 0;
      margin-left: 0; }
    .site-header .nav-primary:last-child,
    .site-footer .nav-primary:last-child {
      margin-right: 0; } }

.nav-primary {
  position: relative; }

.nav-primary ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    width: 100%; }

@media (max-width: 600px) {
      .nav-primary ul {
        -ms-flex-direction: column;
            flex-direction: column; } }

.nav-primary li {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: flex;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin-left: 5%; }

.nav-primary li {
    justify-content: flex-end;
    align-items: center; }

.nav-primary li:first-of-type {
      margin-left: 0; }

@media (max-width: 600px) {
      .nav-primary li + li {
        margin-top: 0.5em; } }

.site-footer {
  background-color: #293242;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 50px; }

.site-footer hr {
    border-width: 0;
    border-bottom: 1px solid #617da3;
    margin-top: 36px; }

.site-footer .footer-info,
  .site-footer .footer-info a {
    color: #617da3; }

.site-footer .footer-info {
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 12px;
    padding-bottom: 22px; }

@media (max-width: 600px) {
      .site-footer .footer-info {
        -ms-flex-direction: column;
            flex-direction: column; } }

.site-footer .footer-info .legal {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1em;
      margin: 0; }

.site-footer .footer-info address {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      font-size: 14px;
      font-size: 0.875rem;
      font-style: normal;
      text-align: right;
      margin: 0 0 0 5%; }

.site-footer .footer-info address a {
        margin-left: 5%; }

@media (max-width: 600px) {
        .site-footer .footer-info address {
          text-align: center; } }

.site-footer .footer-info .social-links {
      list-style: none;
      padding: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin: 0 0 0 5%; }

.site-footer .footer-info .social-links li {
        display: inline-block; }

.site-footer .footer-info .social-links a {
        color: #617da3; }

.site-footer .footer-info .social-links a:hover {
        color: rgb(200, 210, 223); }

.site-footer .footer-info .social-links li {
        margin-left: 4px; }

.site-footer .footer-info .social-links li:first-of-type {
          margin-left: 0; }

.site-footer .footer-info .social-links .fab {
        font-size: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1 {
  color: #293242;
  font-size: 2.688em;
  line-height: 1.5em; }

h2 {
  color: #ffffff;
  font-size: 2.5em; }

h3 {
  color: #3c5981;
  font-size: 1.750em; }

h4 {
  color: #fb960a;
  font-size: 1.375em;
  line-height: 1.25em; }

.btn-cta,
a.btn-cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  background-color: #da5a35;
  color: #ffffff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.688em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border: 0;
  transition: 0.2s background-color ease-in-out; }

.btn-cta:hover,
  a.btn-cta:hover {
    background-color: rgb(174, 72, 42); }

.btn-cta.btn-light-background,
  a.btn-cta.btn-light-background {
    background-color: #ffffff;
    color: #da5a35; }

.btn-cta.btn-light-background:hover,
    a.btn-cta.btn-light-background:hover {
      background-color: rgb(254, 234, 206);
      color: rgb(224, 115, 83); }

#page-index .hero {
  background-image: linear-gradient(rgba(255, 255, 255, .875), rgba(255, 255, 255, .875)), url("../img/hero-01.jpg");
  background-size: cover;
  text-align: center;
  padding: 90px 0; }

#page-index .hero h1 {
    margin: 0 17.5%; }

@media (max-width: 600px) {
      #page-index .hero h1 {
        margin: 0 10.5%; } }

#page-index .hero hr {
    width: 180px;
    border-width: 0;
    border-bottom: 2px solid #fb960a;
    margin-top: 28px; }

#page-index .hero .hero-description {
    color: #888c8e;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 40px;
    margin-bottom: 0; }

#page-index .hero .hero-description + .btn-cta {
      margin-top: 72px; }

#page-index .action-items {
  display: flex;
  flex-flow: row wrap; }

@media (max-width: 600px) {
    #page-index .action-items {
      -ms-flex-direction: column;
          flex-direction: column; } }

#page-index .action-items .cta {
    position: relative;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 50%;
    color: #ffffff;
    text-align: center;
    padding: 102px 5.5% 80px; }

@media (max-width: 600px) {
      #page-index .action-items .cta {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }

#page-index .action-items .cta .cta-text {
      display: flex;
      flex-flow: column nowrap;
      height: 100%; }

#page-index .action-items .cta .cta-text > * {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

#page-index .action-items .cta h2 {
      margin: 0; }

#page-index .action-items .cta hr {
      width: 180px;
      border-width: 0;
      border-bottom: 2px solid #ffffff;
      margin-top: 36px;
      margin-bottom: 0; }

#page-index .action-items .cta .cta-description {
      -ms-flex-positive: 1;
          flex-grow: 1;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5em;
      margin-top: 60px;
      margin-bottom: 0; }

#page-index .action-items .cta .btn-cta {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin: 80px auto 0; }

#page-index .action-items .cta-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1; }

#page-index .action-items .cta-primary .cta-bg-image {
    background-image: linear-gradient(rgba(60, 89, 129, .85), rgba(60, 89, 129, .85)), url("../img/action-item-01.jpg"); }

#page-index .action-items .cta-secondary .cta-bg-image {
    background-image: linear-gradient(rgba(251, 150, 10, .85), rgba(251, 150, 10, .85)), url("../img/action-item-02.jpg"); }

#page-index .articles header {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 26px; }

#page-index .articles header h3 {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    margin: 0; }

#page-index .articles header > a {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }

#page-index .article-previews {
  display: flex;
  flex-flow: row wrap; }

@media (max-width: 600px) {
    #page-index .article-previews {
      -ms-flex-direction: column;
          flex-direction: column; } }

#page-index .article-previews article {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 4/12 - (30px - 30px * 4/12));
    max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
    width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 20px 0;
    border: 1px solid rgba(136, 140, 142, .3); }

#page-index .article-previews article:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0; }

#page-index .article-previews article:last-child {
    margin-right: 0; }

#page-index .article-previews article:nth-child(12n) {
    margin-right: 0;
    margin-left: auto; }

@media (max-width: 600px) {
      #page-index .article-previews article {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1/1 - (30px - 30px * 1/1));
        max-width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #page-index .article-previews article:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0; }
      #page-index .article-previews article:last-child {
        margin-right: 0; }
      #page-index .article-previews article:nth-child(1n) {
        margin-right: 0;
        margin-left: auto; } }

#page-index .article-previews article h4 {
      margin: 20px 0; }

#page-index .article-previews article h5 {
      margin: 0; }

#page-index .article-previews article > img {
      width: 100%; }

#page-index .article-previews article > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

#page-index .article-previews .meta-info {
    color: #9ea4a7; }

#page-index .article-previews .meta-info strong {
      color: #565a5d;
      font-weight: 400;
      text-transform: uppercase;
      margin-right: 0.375em; }

#page-index .article-previews .meta-info .meta-info-accent {
      color: #fb960a; }

#page-index .article-previews p {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 36px 0 12px; }

#page-index .article-previews p > strong {
      text-transform: uppercase; }

#page-index .article-previews .btn-cta {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc(100% + 40px);
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 -20px; }

#page-index .message-form {
  background-color: #e0dfd5;
  padding-top: 70px;
  padding-bottom: 70px; }

#page-index .message-form h3 {
    margin: 0; }

#page-index .message-form form {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 10/12);
    max-width: calc(99.9% * 10/12);
    width: calc(99.9% * 10/12);
    position: relative;
    left: calc(99.9% * 1/12);
    margin-top: 64px; }

#page-index .message-form form:nth-child(1n) {
    margin-right: 0;
    margin-left: 0; }

#page-index .message-form form:last-child {
    margin-right: 0; }

@media (max-width: 600px) {
      #page-index .message-form form {
        -ms-flex-direction: column;
            flex-direction: column; } }

#page-index .message-form label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 22px; }

#page-index .message-form input[type='text'],
  #page-index .message-form select,
  #page-index .message-form textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25em;
    padding: 11px;
    border: 1px solid white;
    border-radius: 0;
    outline: none; }

#page-index .message-form input[type='text']:focus,
    #page-index .message-form select:focus,
    #page-index .message-form textarea:focus {
      border: 1px solid #293242; }

#page-index .message-form input[type='text'],
  #page-index .message-form select,
  #page-index .message-form textarea {
    border: 1px solid white; }

#page-index .message-form input[type='text']:focus,
    #page-index .message-form select:focus,
    #page-index .message-form textarea:focus {
      border: 1px solid #293242; }

#page-index .message-form input[type='text'] + label {
    margin-top: 38px; }

#page-index .message-form textarea {
    height: 100%; }

#page-index .message-form input[type='submit'] {
    margin-top: 30px; }

#page-index .message-form .message-form-column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 4/8 - (30px - 30px * 4/8));
    max-width: calc(99.9% * 4/8 - (30px - 30px * 4/8));
    width: calc(99.9% * 4/8 - (30px - 30px * 4/8));
    display: flex;
    flex-flow: column nowrap; }

#page-index .message-form .message-form-column:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0; }

#page-index .message-form .message-form-column:last-child {
    margin-right: 0; }

#page-index .message-form .message-form-column:nth-child(8n) {
    margin-right: 0;
    margin-left: auto; }

#page-index .message-form .message-form-column:nth-of-type(2) {
      margin-right: 0; }

@media (max-width: 600px) {
      #page-index .message-form .message-form-column {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 8/8 - (30px - 30px * 8/8));
        max-width: calc(99.9% * 8/8 - (30px - 30px * 8/8));
        width: calc(99.9% * 8/8 - (30px - 30px * 8/8)); }
      #page-index .message-form .message-form-column:nth-child(1n) {
        margin-right: 30px;
        margin-left: 0; }
      #page-index .message-form .message-form-column:last-child {
        margin-right: 0; }
      #page-index .message-form .message-form-column:nth-child(8n) {
        margin-right: 0;
        margin-left: auto; }
        #page-index .message-form .message-form-column + .message-form-column {
          margin-top: 38px; } }

#page-index .message-form .message-form-row {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 8/8 - (30px - 30px * 8/8));
    max-width: calc(99.9% * 8/8 - (30px - 30px * 8/8));
    width: calc(99.9% * 8/8 - (30px - 30px * 8/8));
    text-align: right; }

#page-index .message-form .message-form-row:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0; }

#page-index .message-form .message-form-row:last-child {
    margin-right: 0; }

#page-index .message-form .message-form-row:nth-child(8n) {
    margin-right: 0;
    margin-left: auto; }
