@charset "UTF-8";




div.wp-caption.alignright,.has-caption-right {
  float:right !important;
  max-width:50%;
  margin:0 0 8px 8px;
}

div.wp-caption.alignleft,.has-caption-left,{
  float:left !important;
  max-width:50%;
  margin:0 8px 8px 0;    
}

.has-caption-left img, .has-caption-right img, .has-caption img  {
margin: 0 auto !important;
}


div.wp-caption.alignright img,div.wp-caption.alignleft img,.has-caption-left img,.has-caption-right img {
  height:auto !important;
  width: auto !important;
  min-width:100%;
  min-height:100%;
}
p.wp-caption-text, div.wp-caption > p {
  font-size:12px;
  line-height:120%;
  margin-top:7px;
  display: block;
  padding: 5.75px 0;
  font-size: 12px;
  opacity: 0.95;
}

p.capText { font-size:12px; line-height:120%; margin-bottom:18px !important; opacity:.95;}

span.dropcap-pf {
    font-size: 4.771em;
    float: left;
    line-height: 1;
    margin-top: -6px;
    margin-right: 0.05em;
    margin-bottom: -0.22em;
    color: #EB6334;
}

@media(max-width: 450px){
div.wp-caption.alignright,div.wp-caption.alignleft,.has-caption-left,.has-caption-right {
  float:none !important;
  clear:both;
  max-width:100%;
  margin:12px 0 12px 0;
}


}




.coverline-separator{
    font-weight:400;
    opacity:0.3;
    color: #999;
}
.coverline{
    font-weight:400;
    font-size:19px;
    line-height:20px;
    color: #999;
}
 .pagination{
    margin:20px 0
}
.pagerPage ,.pagerPrevious,.pagerNext,.pager-next-button{
    display:inline-block;
    padding:0 0.4em;
    line-height:30px;
    text-align:center
}
.pagination__page--current{
    font-weight:700;
    background:#e8ebf1
}
.pagerPrevious{
    padding-left:0
}
.pagerNext,.pager-next-button{
    padding-right:0
}
.pull-quote{
    margin:20px 0;
    padding:20px 0;
    border:solid #ccc;
    border-width:2px 0;
    font-size:22px;
    line-height:30px
}
.pull-quote__attribution{
    font-size:15px;
    line-height:20px;
    font-style:italic
}
 .interior-nav__title{
    font-weight:400
}
.interior-nav__nav ul{
    list-style:none;
    margin:0
}
.interior-nav__nav a{
    display:block
}
.interior-nav__nav>ul>li>a{
    padding:10px 0
}
.interior-nav__nav>ul>li+li{
    border-top:1px solid #e8ebf1
}
.interior-nav__nav li ul{
    display:none;
    margin-left:20px;
    margin-bottom:10px
}
.interior-nav__nav li ul a{
    padding:5px 0
}
.interior-nav__nav .is-current>a{
    font-weight:700
}
.interior-nav__nav .is-current>ul{
    display:block
}
.detail__date{
    font-style:italic;
    opacity:0.9
}
@media (min-width: 470px){
    .interior-layout__action{
        float:right;
        margin:0 0 20px 20px
    }
}
@media (max-width: 719px){
    .interior-nav__title{
        margin:-10px 0 10px;
        cursor:pointer
    }
    .interior-nav__title::after{
        content:'';
        display:inline-block;
        vertical-align:middle;
        margin:-0.2em 0 0 0.5em;
        width:0;
        height:0;
        border:10px solid transparent;
        border-bottom-width:0;
        border-top-color:#503782;
        -webkit-transform:scaleX(0.667);
        -ms-transform:scaleX(0.667);
        transform:scaleX(0.667)
    }
    .interior-nav__title.is-active::after{
        -webkit-transform:scaleX(0.667) scaleY(-1);
        -ms-transform:scaleX(0.667) scaleY(-1);
        transform:scaleX(0.667) scaleY(-1)
    }
    .interior-nav__nav{
        max-height:0;
        overflow:hidden;
        opacity:0;
        -webkit-transition:all 0.3s ease-out;
        -o-transition:all 0.3s ease-out;
        transition:all 0.3s ease-out
    }
    .interior-nav__nav.is-active{
        max-height:2000px;
        opacity:1;
        -webkit-transition:all 0.25s ease-in;
        -o-transition:all 0.25s ease-in;
        transition:all 0.25s ease-in
    }
}
@media (min-width: 720px){
    .interior-layout__title{
        margin-left:27%;
        padding-left:40px
    }
    .interior-layout__nav,.interior-layout__aside{
        width:27%;
        float:left;
        clear:left
    }
    .interior-layout__nav{
        margin-top:-45px;
        margin-bottom:40px
    }
    .interior-nav__nav a {
        text-decoration: none !important;
    }

}






/*! ---------- =reset ---------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! ---------- =typography ---------- */
body {
  font: 15px/23px "Libre Baskerville", Baskerville, Georgia, serif;
  color: #343d41;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface, dt, h1, h2, h3, h4, h5, h6, [class="tag"], table th, .button, .pull-quote, .item-list__section, .home-articles__section, .item-list__date, .home-articles__date, label, .page-header a, .page-section, .page-subtitle {
  font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
}

p, ol, ul, dl, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 23px;
}

p, ol, ul, dl {
  orphans: 2;
  widows: 2;
}

p:last-child, ol:last-child, ul:last-child, dl:last-child {
  margin-bottom: 0;
}

ol, ul, dd {
  margin-left: 2em;
}

dt {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04ex;
  color: #343d41;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: middle;
}

h1, h2 {
  color: #34a295;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 23px;
  line-height: 34.5px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17px;
}

/*! ---------- =common =components ---------- */
body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #34a295;
}

a:hover, a:focus {
  color: #AE8D24;
}

a, button {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

hr {
  margin: 23px 0;
  border-bottom: 1px solid rgba(52, 61, 65, 0.2);
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.margin {
  margin-bottom: 23px;
}

.margin-large {
  margin-bottom: 46px;
}

.margin-small {
  margin-bottom: 11.5px;
}

.margin-top {
  margin-top: 23px;
}

.margin-top-large {
  margin-top: 46px;
}

.margin-top-small {
  margin-top: 11.5px;
}

.more {
  display: inline-block;
  font-weight: 700;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 11.5px;
}

.img-left img, .img-right img {
  display: block;
}

.img-left {
  float: left;
  margin-right: 11.5px;
}

.img-right {
  float: right;
  margin-left: 11.5px;
}

.note {
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}

pre + .note, input + .note, textarea + .note {
  margin-top: -11.5px;
}

[class="tag"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4em;
  padding: 5.75px 17.25px;
  border: 1px solid #d6dadd;
  border-radius: 2px;
  font-size: 14px;
  background: #f2f3f4;
}

a[class="tag"]:hover,
a[class="tag"]:focus {
  color: #fff !important;
  background: #AE8D24;
  border-color: #AE8D24;
}

.highlight {
  color: #AE8D24;
}

.warn {
  color: #941;
}

figure,.has-caption,.has-caption-right,.has-caption-left {
  display: block;
  margin-bottom: 23px;
  border: 1px solid #f2f3f4;
  padding: 5.75px;
}

figcaption,.has-caption > p,.has-caption-right > p,.has-caption-left > p   {
  display: block;
  padding: 5.75px 0;
  font-size: 12px;
  opacity: 0.95;
}

table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 34.5px;
}

table td, table th {
  padding: 11.5px;
  text-align: left;
}

table td:first-child, table th:first-child {
  padding-left: 0;
}

table td:last-child, table th:last-child {
  padding-right: 0;
}

table tr {
  border-bottom: 1px solid #d6dadd;
}

table thead th,
table thead td {
  padding-top: 0;
}

table th {
  font-weight: 800;
  font-size: 17px;
  color: #AE8D24;
}

.arrow {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  margin-right: 0.5em;
  margin-top: -0.2em;
  line-height: 1em;
  border: 0.5em solid transparent;
  border-left-color: #34a295;
  border-right-width: 0;
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.arrow--highlight {
  border-left-color: #AE8D24;
}

.arrow--action {
  border-left-color: #fc7e28;
}

.arrow--warn {
  border-left-color: #941;
}

.arrow--inverse {
  border-left-color: #fff;
}

.arrow--down, .accordion__label.is-active .arrow {
  -webkit-transform: rotate(90deg) scaleX(1.5);
      -ms-transform: rotate(90deg) scaleX(1.5);
          transform: rotate(90deg) scaleX(1.5);
}

.arrow--up {
  -webkit-transform: rotate(-90deg) scaleX(1.5);
      -ms-transform: rotate(-90deg) scaleX(1.5);
          transform: rotate(-90deg) scaleX(1.5);
}

.arrow--left {
  -webkit-transform: scaleX(-1.5);
      -ms-transform: scaleX(-1.5);
          transform: scaleX(-1.5);
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 11.5px 34.5px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 800;
  line-height: 23px;
  color: #fff !important;
  background: #34a295;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.button:hover, .button:focus {
  color: #fff !important;
  background: #d4ad31;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button--large {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 17.25px 23px;
}

.button--large + .button--large {
  margin-left: 0;
  margin-top: 11.5px;
}

.button--small {
  padding: 5.75px 23px;
  font-size: 14px;
}

.button--highlight {
  background: #338cb8;
}

.button--action {
  background: #AE8D24;
}

.button--warn {
  background: #941;
}

.button--cancel {
  font-weight: 400;
  color: #343d41 !important;
  background: #fff;
  border: 1px solid #d6dadd;
}

.button--cancel:hover, .button--cancel:focus {
  color: #34a295 !important;
  border-color: #34a295;
  background: #fff;
}

.pull-quote {
  padding: 11.5px 0 11.5px 23px;
  margin: 23px 0;
  border-color: #34a295;
  border-style: solid;
  border-width: 0 0 0 2px;
  font-size: 23px;
  line-height: 34.5px;
  font-weight: 300;
  color: #34a295;
}

.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-style: normal;
  opacity: 0.8;
}

.pull-quote__attribution::before {
  content: '— ';
}

@media (min-width: 470px) {
  .pull-quote--left, .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 23px;
    padding: 0 23px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 23px;
  }
}

.content-box {
  padding: 23px;
  background: #f2f3f4;
  margin-bottom: 46px;
}

.content-box:last-child {
  margin-bottom: 0;
}

.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
  color: #03202f;
  font-weight: 800;
}

.content-box--highlight {
  background: #fff;
  border: 2px solid #34a295;
}

.content-box--highlight h1, .content-box--highlight h2, .content-box--highlight h3, .content-box--highlight h4, .content-box--highlight h5, .content-box--highlight h6 {
  color: #34a295;
}

.content-box--action {
  background: #fff;
  border: 2px solid #AE8D24;
}

.content-box--action h1, .content-box--action h2, .content-box--action h3, .content-box--action h4, .content-box--action h5, .content-box--action h6 {
  color: #AE8D24;
}

.quicklink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 46px 23px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  background-color: #03202f;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.quicklink__title, .quicklink div, .quicklink p {
  width: 100%;
}

.quicklink__title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 11.5px;
}

.quicklink:hover, .quicklink:focus {
  color: #fff;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.quicklink:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.item-list {
  list-style: none;
  margin: 0 0 46px;
}

.item-list:last-child {
  margin-bottom: 0;
}

.item-list + .button {
  margin-top: -23px;
}

.item-list__item + .item-list__item {
  margin-top: 23px;
  padding-top: 23px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.item-list__title, .home-articles__title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin: 0;
  text-decoration: none !important;
}

.item-list__section, .home-articles__section {
  font-weight: 700;
  text-transform: uppercase;
  margin: 5.75px 0;
}

.item-list__date, .home-articles__date {
  opacity: 0.7;
  margin: 5.75px 0 0;
}

.item-list__description, .home-articles__description {
  opacity: 0.85;
  margin: 5.75px 0 0;
}

.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin: 2.875px 11.5px 0 0;
}


.item-list__thumbnail2 {
  max-width: 33%;
  margin: 2.875px 11.5px 0 0;
}


.item-list__thumbnail2 img {
  max-width:40px;

}

.item-list__thumbnail ~ .item-list__title, .item-list__thumbnail ~ .home-articles__title, .item-list__thumbnail ~ .item-list__date, .item-list__thumbnail ~ .home-articles__date, .item-list__thumbnail ~ .item-list__description, .item-list__thumbnail ~ .home-articles__description {
  overflow: hidden;
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 23px;
  position: relative;
}

.toggle-indicator:first-child {
  margin-right: 11.5px;
}

.toggle-indicator:last-child {
  margin-left: 11.5px;
}

.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #03202f;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.toggle-indicator__piece--1 {
  margin-top: -8px;
}

.toggle-indicator__piece--3 {
  margin-top: 4px;
}

.is-active .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  -o-transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}

.is-active .toggle-indicator__piece::before {
  background: #338cb8;
}

.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}

.is-active .toggle-indicator__piece--1, .is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
}

.is-active .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-active .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.group:after, .item-list__item:after, .side-label:after, .header-nav > ul > li > ul:after, .home-layout:after, .interior-layout:after {
  content: "";
  display: table;
  clear: both;
}

/*! ---------- =grids ---------- */
.grid, .home-articles {
  display: block;
  padding: 0;
  margin-right: -23px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid__unit, .home-articles__article {
  display: inline-block;
  width: 100%;
  padding: 0 23px 23px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}

.grid--compact, .home-articles {
  margin-right: -11.5px;
}

.grid--compact .grid__unit, .home-articles .grid__unit, .grid--compact .home-articles__article, .home-articles .home-articles__article {
  padding: 0 11.5px 11.5px 0;
}

.grid__unit--1-2 {
  width: 50%;
}

.grid__unit--1-3 {
  width: 33.33%;
}

.grid__unit--2-3 {
  width: 66.66%;
}

.grid__unit--1-4 {
  width: 25%;
}

.grid__unit--3-4 {
  width: 75%;
}

.grid__unit--1-5 {
  width: 20%;
}

.grid__unit--2-5 {
  width: 40%;
}

.grid__unit--3-5 {
  width: 60%;
}

.grid__unit--4-5 {
  width: 80%;
}

.grid__unit--1-6 {
  width: 16.66%;
}

.grid__unit--5-6 {
  width: 83.3%;
}

.grid__unit--1-8 {
  width: 12.5%;
}

.grid__unit--3-8 {
  width: 37.5%;
}

.grid__unit--5-8 {
  width: 62.5%;
}

.grid__unit--7-8 {
  width: 87.5%;
}

.grid__unit--1-9 {
  width: 11.11%;
}

.grid__unit--2-9 {
  width: 22.22%;
}

.grid__unit--4-9 {
  width: 44.44%;
}

.grid__unit--5-9 {
  width: 55.55%;
}

.grid__unit--7-9 {
  width: 77.77%;
}

.grid__unit--8-9 {
  width: 88.88%;
}

.grid__unit--1-12 {
  width: 8.33%;
}

.grid__unit--5-12 {
  width: 41.65%;
}

.grid__unit--7-12 {
  width: 58.31%;
}

.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 470px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid, .home-articles {
    margin-right: -46px;
  }
  .grid__unit, .home-articles__article {
    padding: 0 46px 46px 0;
  }
  .grid--compact, .home-articles {
    margin-right: -23px;
  }
  .grid--compact .grid__unit, .home-articles .grid__unit, .grid--compact .home-articles__article, .home-articles .home-articles__article {
    padding: 0 23px 23px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 900px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}

/*! ---------- =forms ---------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 8.625px 11.5px;
  margin-bottom: 23px;
  border: 1px solid #e4e6e8;
  color: #343d41;
  color: rgba(52, 61, 65, 0.8);
  font: 14px/23px "Libre Baskerville", Baskerville, Georgia, serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="tel"]:last-child,
input[type="search"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}

input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
input[type="search"]:required,
textarea:required,
select:required {
  border-color: #c8d8d7;
}

input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="search"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #34a295;
  color: #343d41;
}

textarea {
  padding: 11.5px;
  min-height: 92px;
}

textarea.textarea-large {
  min-height: 230px;
}

input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}

label + input[type="radio"], label + input[type="checkbox"] {
  margin-left: 23px;
}

label {
  display: block;
  margin-bottom: 5.75px;
  font-size: 14px;
  font-weight: 800;
  color: #343d41;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label, input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #226c63;
}

label.required::after {
  content: '*';
  font-weight: 400;
}

label.input-validation-error {
  color: #941;
}

label.is-selected {
  color: #a18017;
}

label.is-focused {
  color: #34a295;
  opacity: 1;
}

.side-label {
  margin-bottom: 23px;
}

.side-label:last-child {
  margin-bottom: 0;
}

@media (min-width: 470px) {
  .side-label {
    padding-left: 161px;
  }
  .side-label label {
    width: 161px;
    float: left;
    margin-left: -161px;
    padding: 5.75px 1em 0 0;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 23px;
  font-size: 14px;
  color: #941;
}

input + .field-validation-error, select + .field-validation-error, textarea + .field-validation-error {
  margin-top: -17.25px;
}

/*! ---------- =tabs ---------- */
.tabs--standard {
  margin-bottom: 46px;
}

.tabs--standard:last-child {
  margin-bottom: 0;
}

.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 11.5px;
  margin-bottom: -1px;
  border: 1px solid #f2f3f4;
  background: #f2f3f4;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #AE8D24;
}

.tabs--standard .tabs__pane {
  border: 1px solid #f2f3f4;
  padding: 23px;
  display: none;
}

.tabs--standard .tabs__pane.is-active {
  display: block;
}

.accordion {
  margin-bottom: 46px;
}

.accordion:last-child {
  margin-bottom: 0;
}

.accordion__label {
  display: block;
  padding: 11.5px;
  background: #fff;
  border: 1px solid #f2f3f4;
  color: #343d41;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.accordion__label .arrow {
  font-size: 0.9em;
  border-left-color: #343d41;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.accordion__label.is-active {
  color: #AE8D24;
  border-color: #AE8D24 #AE8D24 #f2f3f4 #AE8D24;
  background: #f7f7f7;
}

.accordion__label.is-active .arrow {
  border-left-color: #AE8D24;
}

.accordion__label ~ .accordion__label {
  margin-top: 5.75px;
}

.accordion__content {
  border: 1px solid #AE8D24;
  border-top: none;
  padding: 23px 11.5px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 17.25px 23px;
    font-weight: 600;
  }
}

/*! ---------- =code and =syntax highlighting ---------- */
pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  line-height: 23px;
}

pre {
  display: block;
  padding: 23px 11.5px;
  border: 1px solid #e7e9eb;
  margin-bottom: 23px;
  color: #222;
  background: white;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

pre:last-child {
  margin-bottom: 0;
}

pre::before {
  content: attr(rel);
  font-family: "Libre Baskerville", Baskerville, Georgia, serif;
  font-weight: 700;
  font-size: 12px;
  color: #b0d7d3;
  position: absolute;
  top: 2px;
  right: 11.5px;
}

p > code, li > code {
  background: #fdfdfd;
  font-style: normal;
}

p > code::before, p > code::after, li > code::before, li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/*! ---------- =body ---------- */
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 23px;
}

.page-bounds {
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
}

.content a {
  color: #343d41;
  text-decoration: underline;
}

.content a:hover, .content a:focus {
  color: #34a295;
}

@media (min-width: 768px) {
  .content {
    padding: 92px 46px 46px;
  }
}

/*! ---------- =header, =nav ---------- */
.page-header {
  padding: 0 23px;
  border-bottom: 1px solid #34a295;
  position: relative;
  z-index: 100;
}

.page-header .page-bounds {
  position: relative;
}

.page-header__toggle {
  display: none;
}

.page-header a {
  font-weight: 400;
}

.header-logo a {
  display: block;
}

.header-search {
  padding-right: 46px;
  position: relative;
}

.header-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  background: #e4e6e8;
  padding: 9.5px 11.5px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header-search__submit img {
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header-search__submit:hover, .header-search__submit:focus {
  background: #34a295;
}

.header-search__submit:hover img, .header-search__submit:focus img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.header-nav ul {
  list-style: none;
  margin: 0;
}

.header-nav li {
  position: relative;
}

.header-nav a {
  display: block;
  font-weight: 800;
  font-size: 14px;
}

.header-nav li li a {
  font-weight: 400;
  font-size: 12px;
  color: #343d41;
}

.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -23px;
    top: 0;
    padding: 23px;
    font-size: 12px;
    color: #625957;
  }
  .page-header__toggle .toggle-indicator {
    margin-right: 0;
  }
  .page-header__toggle.is-active {
    color: #338cb8;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -23px;
    margin-right: -23px;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }
  .header-logo {
    width: 135px;
    margin: 0;
  }
  .header-logo a {
    padding: 11.5px 0;
  }
  .header-search {
    margin: 0 23px;
  }
  .header-aha {
    margin: 11.5px 23px;
  }
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 11.5px 92px 11.5px 23px;
    border-bottom: 1px solid #f2f3f4;
  }
  .header-nav li li a {
    padding-left: 46px;
    border-bottom-color: #f2f3f4;
  }
  .header-nav li li li a {
    padding-left: 69px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    -o-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 57.5px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-left: 1px solid #f2f3f4;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #625957;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #AE8D24;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
            transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .page-header {
    padding: 0 46px;
  }
  .page-header > .page-bounds::before {
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background: #34a295;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .header-logo {
    width: 293px;
    display: inline-block;
    position: relative;
    top: 23px;
    background: #fff;
  }
  .header-logo a {
    padding: 11.5px 0 34.5px 23px;
  }
  .header-aha {
    position: absolute;
    right: 0;
    top: 17.25px;
  }
  .header-search {
    width: 33%;
    position: absolute;
    right: 0;
    top: 74.75px;
  }
  .header-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
    margin-right: -17.25px;
  }
  .header-nav > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a {
    padding: 25.875px 0 20.125px;
    font-size: 14px;
    color: #343d41;
    position: relative;
  }
  .header-nav > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #f2f3f4;
    border: solid #226c63;
    border-width: 2px 2px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
        -ms-transform: scaleY(0.33) rotate(-45deg);
            transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul {
    position: absolute;
    left: -46px;
    right: -46px;
    top: 100%;
    padding: 34.5px 46px;
    border-top: 1px solid #226c63;
    text-align: left;
    background: #f2f3f4;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -webkit-box-shadow: 853px 0 0 #fff, -853px 0 0 #fff;
            box-shadow: 853px 0 0 #fff, -853px 0 0 #fff;
  }
  .header-nav > ul > li > ul > li {
    width: 33.3%;
    float: left;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li > ul > li:nth-child(3n + 1) {
    clear: left;
  }
  .header-nav > ul > li > ul > li > a {
    font-size: 15px;
    line-height: 34.5px;
    color: #226c63;
  }
  .header-nav > ul > li > ul > li > ul {
    display: none;
    margin-bottom: 23px;
    padding-top: 11.5px;
    border-top: 1px solid #f2f3f4;
  }
  .header-nav > ul > li > ul a:hover {
    color: #AE8D24;
  }
  .header-nav > ul > li:hover > a {
    color: #AE8D24;
  }
  .header-nav > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.1s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.57s, 0.57s;
         -o-transition-delay: 0.57s, 0.57s;
            transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.64s, 0.64s;
         -o-transition-delay: 0.64s, 0.64s;
            transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.71s, 0.71s;
         -o-transition-delay: 0.71s, 0.71s;
            transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.78s, 0.78s;
         -o-transition-delay: 0.78s, 0.78s;
            transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.85s, 0.85s;
         -o-transition-delay: 0.85s, 0.85s;
            transition-delay: 0.85s, 0.85s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.92s, 0.92s;
         -o-transition-delay: 0.92s, 0.92s;
            transition-delay: 0.92s, 0.92s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.99s, 0.99s;
         -o-transition-delay: 0.99s, 0.99s;
            transition-delay: 0.99s, 0.99s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 1.06s, 1.06s;
         -o-transition-delay: 1.06s, 1.06s;
            transition-delay: 1.06s, 1.06s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 1.13s, 1.13s;
         -o-transition-delay: 1.13s, 1.13s;
            transition-delay: 1.13s, 1.13s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 1.2s, 1.2s;
         -o-transition-delay: 1.2s, 1.2s;
            transition-delay: 1.2s, 1.2s;
  }
  .header-nav .is-current > a {
    color: #7f3300;
  }
}

@media (min-width: 900px) {
  .header-nav > ul {
    margin-right: -28.75px;
  }
  .header-nav > ul > li > a {
    font-size: 15px;
  }
}

/*! ---------- =footer ---------- */
/* footer from AHA's site */
.footer {
  padding: 46px 23px;
  background-attachment: fixed;
  font-size: 14px;
  color: #ecdfbd;
  background-color: #182e42;
}

.footer a {
  color: #ecdfbd;
}

.footer .col-title {
  display: none;
}

.footer .page-bounds {
  max-width: 1092px;
}

.footer-social {
  text-align: center;
  padding-bottom: 23px;
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon > img {
  display: block;
}

.social-icon + .social-icon {
  margin-left: 1em;
}

.footer-button {
  display: block;
  padding: 5.75px;
  margin-bottom: 23px;
  font-size: 19px;
  border: 1px solid #ecdfbd;
  border-radius: 1.5em;
  color: white;
  background-color: #eb6334;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 #ecdfbd, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 0 #ecdfbd, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
}

.footer-button:hover {
  background-color: #4e626d;
}

.footer-button.color-2 {
  background-color: #4EC6B7;
}

.footer-button.color-2:hover {
  background-color: rgba(78, 198, 183, 0.7);
}

.footer-contact a,
.footer-nav .site-map {
  color: #de5d5a;
}

.footer-contact {
  text-align: center;
}

.footer-contact p {
  padding-bottom: 23px;
}

.footer-contact .copyright {
  color: #c1c1c1;
}

.footer-nav a {
  display: none;
}

.footer-nav a:hover {
  color: #DE5D5A;
}

.footer-nav .site-map {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .footer {
    padding: 46px;
  }
  .footer-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 11.5px;
  }
  .col-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .col-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .col-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .col-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 0;
  }
  .footer .col-title {
    display: block;
    margin-bottom: 23px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  .footer-contact {
    text-align: left;
  }
  .social-icon + .social-icon {
    margin-left: 0.5em;
  }
  .footer-nav a {
    display: block;
  }
  .footer-nav .site-map {
    text-align: left;
  }
}

@media (min-width: 900px) {
  .footer-col-wide {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .footer-nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .footer-nav a {
    margin-bottom: 11.5px;
  }
}

/*

old footer from designer's comp


.page-footer {
  padding: $line*2 $line;
  font-size: $micro + 1px;
  background: $bg-dark;
  color: $primary;
  .page-bounds {
    position: relative;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }
  a {
    text-decoration: underline;
  }
}

.footer-logo {
  a {
    display: block;
  }
  img {
    margin-left: 0;
  }
}

.footer-social {
  &__list {
    margin: 0;
    list-style: none;
  }
}


@media (min-width: 768px) {
  .footer-logo {
    > a {
      padding-top: $line*2.25;
    }
  }
}

*/
/* ---------- =home ---------- */
.home-layout__featured, .home-layout__actions, .home-layout__content {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .home-layout__actions, .home-layout__aside {
    width: 30%;
    clear: right;
  }
  .home-layout__actions {
    float: right;
  }
  .home-layout__aside {
    overflow: hidden;
  }
  .home-layout__featured, .home-layout__content {
    width: 70%;
    float: left;
    clear: left;
    padding-right: 46px;
  }
}

.home-articles {
  list-style: none;
  margin-left: 0;
}

.home-articles__title {
  font-size: 17px;
}

.home-articles__description {
  overflow: hidden;
}

@media (max-width: 469px), (min-width: 768px) and (max-width: 899px) {
  .home-articles__article:first-child {
    padding-bottom: 34.5px;
  }
  .home-articles__article:first-child .home-articles__thumbnail {
    display: block;
    max-width: 100%;
    float: none;
    margin: 0 0 23px;
  }
  .home-articles__article:first-child .home-articles__thumbnail img {
    width: 100%;
  }
  .home-articles__article:first-child .home-articles__title {
    font-size: 23px;
  }
}

@media (max-width: 899px) {
  .home-articles__thumbnail {
    float: left;
    max-width: 40%;
    margin-right: 23px;
  }
}

@media (min-width: 900px) {
  .home-articles__article:first-child .home-articles__thumbnail {
    float: left;
    max-width: 50%;
    margin-right: 23px;
  }
  .home-articles__article:first-child .home-articles__title {
    font-size: 23px;
    line-height: 34.5px;
  }
  .home-articles__article + .home-articles__article {
    width: 33.3%;
  }
  .home-articles__article + .home-articles__article .home-articles__thumbnail {
    display: block;
    margin-bottom: 11.5px;
  }
}

/* ---------- =interior ---------- */
.page-section {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04ex;
  color: #343d41;
}

.page-section a {
  font-weight: 800;
  color: #343d41;
}

.page-section a:hover, .page-section a:focus {
  color: #AE8D24;
}

.page-section + .page-title,
.page-section + .page-subtitle {
  margin-top: -17.25px;
}

@media (max-width: 469px) {
  .page-title {
    font-size: 28px;
    line-height: 34.5px;
  }
}

.page-subtitle {
  font-weight: 400;
  text-transform: none;
  color: #343d41;
  font-size: 19px;
}

.page-title + .page-subtitle {
  margin-top: -23px;
}

.page-meta {
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 23px !important;
}

.page-title + .page-meta,
.page-subtitle + .page-meta {
  margin-top: -17.25px;
}

.detail-share {
  margin-bottom: 23px;
}

.detail-share img {
  margin-left: 0;
}

.interior-layout__nav, .interior-layout__main {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .interior-layout__nav, .interior-layout__main {
    margin-bottom: 46px;
  }
  .interior-layout__nav, .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout__nav {
    margin-top: -51.875px;
  }
  .interior-layout__main {
    width: 70%;
    float: left;
    padding-right: 46px;
  }
  .interior-layout--reverse .interior-layout__title,
  .interior-layout--reverse .interior-layout__breadcrumbs {
    margin-left: 30%;
    padding-left: 46px;
  }
  .interior-layout--reverse .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside {
    float: left;
    clear: left;
  }
  .interior-layout--reverse .interior-layout__main {
    float: right;
    padding-right: 0;
    padding-left: 46px;
  }
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 23px;
}

.breadcrumbs a {
  font-weight: 400;
  color: #343d41;
  opacity: 0.9;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #AE8D24;
  opacity: 1;
}

.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

h1 + .breadcrumbs {
  margin-top: -11.5px;
}

.in-this-section a {
  display: block;
  padding: 5.75px 0;
  text-decoration: none;
}

.in-this-section a:hover, .in-this-section a:focus {
  color: #AE8D24;
}

.in-this-section ul {
  list-style: none;
  margin: 0;
}

.in-this-section ul ul {
  display: none;
  padding-left: 23px;
}

.in-this-section ul ul a {
  font-size: 14px;
}

.in-this-section .is-current > ul {
  display: block;
}

.in-this-section .is-current > a {
  font-weight: 700;
}

@media (max-width: 899px) {
  .in-this-section {
    display: none;
  }
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 11.5px;
  }
}

@media (min-width: 900px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -5.75px;
  }
}

.author-bio {
  font-style: italic;
  opacity: 0.7;
}


















































